Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterPatch
Packages that use ClusterPatch
Package
Description
Package containing the service clients for HDInsightContainersManagementClient.
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterPatch in com.azure.resourcemanager.hdinsight.containers.fluent
Methods in com.azure.resourcemanager.hdinsight.containers.fluent with parameters of type ClusterPatchModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ClusterInner>, ClusterInner> ClustersClient.beginUpdate(String resourceGroupName, String clusterPoolName, String clusterName, ClusterPatch clusterPatchRequest) Updates an existing Cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ClusterInner>, ClusterInner> ClustersClient.beginUpdate(String resourceGroupName, String clusterPoolName, String clusterName, ClusterPatch clusterPatchRequest, com.azure.core.util.Context context) Updates an existing Cluster.ClustersClient.update(String resourceGroupName, String clusterPoolName, String clusterName, ClusterPatch clusterPatchRequest) Updates an existing Cluster.ClustersClient.update(String resourceGroupName, String clusterPoolName, String clusterName, ClusterPatch clusterPatchRequest, com.azure.core.util.Context context) Updates an existing Cluster. -
Uses of ClusterPatch in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterPatchMethods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterPatchModifier and TypeMethodDescriptionstatic ClusterPatchClusterPatch.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterPatch from the JsonReader.ClusterPatch.withProperties(ClusterPatchProperties properties) Set the properties property: Define cluster patch specific properties.Set the tags property: Resource tags.