Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.TagsObject
Packages that use TagsObject
Package
Description
Package containing the service clients for HDInsightContainersManagementClient.
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of TagsObject in com.azure.resourcemanager.hdinsight.containers.fluent
Methods in com.azure.resourcemanager.hdinsight.containers.fluent with parameters of type TagsObjectModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ClusterPoolInner>, ClusterPoolInner> ClusterPoolsClient.beginUpdateTags(String resourceGroupName, String clusterPoolName, TagsObject clusterPoolTags) Updates an existing Cluster Pool Tags.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ClusterPoolInner>, ClusterPoolInner> ClusterPoolsClient.beginUpdateTags(String resourceGroupName, String clusterPoolName, TagsObject clusterPoolTags, com.azure.core.util.Context context) Updates an existing Cluster Pool Tags.ClusterPoolsClient.updateTags(String resourceGroupName, String clusterPoolName, TagsObject clusterPoolTags) Updates an existing Cluster Pool Tags.ClusterPoolsClient.updateTags(String resourceGroupName, String clusterPoolName, TagsObject clusterPoolTags, com.azure.core.util.Context context) Updates an existing Cluster Pool Tags. -
Uses of TagsObject in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type TagsObjectMethods in com.azure.resourcemanager.hdinsight.containers.models that return TagsObjectModifier and TypeMethodDescriptionstatic TagsObjectTagsObject.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TagsObject from the JsonReader.Set the tags property: Resource tags.