Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterPoolComputeProfile
Packages that use ClusterPoolComputeProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterPoolComputeProfile in com.azure.resourcemanager.hdinsight.containers.models
Modifier and TypeClassDescriptionfinal classCLuster pool compute profile.Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterPoolComputeProfileMethods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterPoolComputeProfileModifier and TypeMethodDescriptionstatic ClusterPoolComputeProfileClusterPoolComputeProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterPoolComputeProfile from the JsonReader.ClusterPoolComputeProfile.withAvailabilityZones(List<String> availabilityZones) Set the availabilityZones property: The list of Availability zones to use for AKS VMSS nodes.ClusterPoolComputeProfile.withVmSize(String vmSize) Set the vmSize property: The virtual machine SKU.