Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterResourceProperties
Packages that use ClusterResourceProperties
Package
Description
Package containing the inner data models for HDInsightContainersManagementClient.
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterResourceProperties in com.azure.resourcemanager.hdinsight.containers.fluent.models
Methods in com.azure.resourcemanager.hdinsight.containers.fluent.models that return ClusterResourcePropertiesModifier and TypeMethodDescriptionClusterInner.properties()Get the properties property: Gets or sets the properties.Methods in com.azure.resourcemanager.hdinsight.containers.fluent.models with parameters of type ClusterResourcePropertiesModifier and TypeMethodDescriptionClusterInner.withProperties(ClusterResourceProperties properties) Set the properties property: Gets or sets the properties. -
Uses of ClusterResourceProperties in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterResourcePropertiesModifier and TypeClassDescriptionfinal classCluster resource properties.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterResourcePropertiesModifier and TypeMethodDescriptionstatic ClusterResourcePropertiesClusterResourceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterResourceProperties from the JsonReader.Cluster.properties()Gets the properties property: Gets or sets the properties.ClusterResourceProperties.withClusterProfile(ClusterProfile clusterProfile) Set the clusterProfile property: Cluster profile.ClusterResourceProperties.withClusterType(String clusterType) Set the clusterType property: The type of cluster.ClusterResourceProperties.withComputeProfile(ComputeProfile computeProfile) Set the computeProfile property: The compute profile.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ClusterResourcePropertiesModifier and TypeMethodDescriptionCluster.DefinitionStages.WithProperties.withProperties(ClusterResourceProperties properties) Specifies the properties property: Gets or sets the properties.