Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.NodeProfile
Packages that use NodeProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of NodeProfile in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type NodeProfileMethods in com.azure.resourcemanager.hdinsight.containers.models that return NodeProfileModifier and TypeMethodDescriptionstatic NodeProfileNodeProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NodeProfile from the JsonReader.NodeProfile.withCount(int count) Set the count property: The number of virtual machines.Set the type property: The node type.NodeProfile.withVmSize(String vmSize) Set the vmSize property: The virtual machine SKU.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type NodeProfileModifier and TypeMethodDescriptionComputeProfile.nodes()Get the nodes property: The nodes definitions.Method parameters in com.azure.resourcemanager.hdinsight.containers.models with type arguments of type NodeProfileModifier and TypeMethodDescriptionComputeProfile.withNodes(List<NodeProfile> nodes) Set the nodes property: The nodes definitions.