Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterPatchProperties
Packages that use ClusterPatchProperties
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterPatchProperties in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterPatchPropertiesMethods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterPatchPropertiesModifier and TypeMethodDescriptionstatic ClusterPatchPropertiesClusterPatchProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterPatchProperties from the JsonReader.ClusterPatch.properties()Get the properties property: Define cluster patch specific properties.ClusterPatchProperties.withClusterProfile(UpdatableClusterProfile clusterProfile) Set the clusterProfile property: Cluster resource patch properties.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ClusterPatchPropertiesModifier and TypeMethodDescriptionCluster.UpdateStages.WithProperties.withProperties(ClusterPatchProperties properties) Specifies the properties property: Define cluster patch specific properties..ClusterPatch.withProperties(ClusterPatchProperties properties) Set the properties property: Define cluster patch specific properties.