Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterPoolResourcePropertiesComputeProfile
Packages that use ClusterPoolResourcePropertiesComputeProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterPoolResourcePropertiesComputeProfile in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterPoolResourcePropertiesComputeProfileModifier and TypeMethodDescriptionClusterPoolResourceProperties.computeProfile()Get the computeProfile property: CLuster pool compute profile.ClusterPoolResourcePropertiesComputeProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterPoolResourcePropertiesComputeProfile from the JsonReader.ClusterPoolResourcePropertiesComputeProfile.withAvailabilityZones(List<String> availabilityZones) Set the availabilityZones property: The list of Availability zones to use for AKS VMSS nodes.ClusterPoolResourcePropertiesComputeProfile.withVmSize(String vmSize) Set the vmSize property: The virtual machine SKU.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ClusterPoolResourcePropertiesComputeProfileModifier and TypeMethodDescriptionClusterPoolResourceProperties.withComputeProfile(ClusterPoolResourcePropertiesComputeProfile computeProfile) Set the computeProfile property: CLuster pool compute profile.