Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ComputeProfile
Packages that use ComputeProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ComputeProfile in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ComputeProfileMethods in com.azure.resourcemanager.hdinsight.containers.models that return ComputeProfileModifier and TypeMethodDescriptionClusterResourceProperties.computeProfile()Get the computeProfile property: The compute profile.static ComputeProfileComputeProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ComputeProfile from the JsonReader.ComputeProfile.withAvailabilityZones(List<String> availabilityZones) Set the availabilityZones property: The list of Availability zones to use for AKS VMSS nodes.ComputeProfile.withNodes(List<NodeProfile> nodes) Set the nodes property: The nodes definitions.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ComputeProfileModifier and TypeMethodDescriptionClusterResourceProperties.withComputeProfile(ComputeProfile computeProfile) Set the computeProfile property: The compute profile.