Uses of Class
com.azure.resourcemanager.containerservice.models.TagsObject
Packages that use TagsObject
Package
Description
Package containing the service clients for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of TagsObject in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent with parameters of type TagsObjectModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedClusterInner>,ManagedClusterInner> ManagedClustersClient.beginUpdateTags(String resourceGroupName, String resourceName, TagsObject parameters) Updates tags on a managed cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedClusterInner>,ManagedClusterInner> ManagedClustersClient.beginUpdateTags(String resourceGroupName, String resourceName, TagsObject parameters, com.azure.core.util.Context context) Updates tags on a managed cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OpenShiftManagedClusterInner>,OpenShiftManagedClusterInner> OpenShiftManagedClustersClient.beginUpdateTags(String resourceGroupName, String resourceName, TagsObject parameters) Updates tags on an OpenShift managed cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OpenShiftManagedClusterInner>,OpenShiftManagedClusterInner> OpenShiftManagedClustersClient.beginUpdateTags(String resourceGroupName, String resourceName, TagsObject parameters, com.azure.core.util.Context context) Updates tags on an OpenShift managed cluster.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ManagedClusterInner>,ManagedClusterInner> ManagedClustersClient.beginUpdateTagsAsync(String resourceGroupName, String resourceName, TagsObject parameters) Updates tags on a managed cluster.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<OpenShiftManagedClusterInner>,OpenShiftManagedClusterInner> OpenShiftManagedClustersClient.beginUpdateTagsAsync(String resourceGroupName, String resourceName, TagsObject parameters) Updates tags on an OpenShift managed cluster.ManagedClustersClient.updateTags(String resourceGroupName, String resourceName, TagsObject parameters) Updates tags on a managed cluster.ManagedClustersClient.updateTags(String resourceGroupName, String resourceName, TagsObject parameters, com.azure.core.util.Context context) Updates tags on a managed cluster.OpenShiftManagedClustersClient.updateTags(String resourceGroupName, String resourceName, TagsObject parameters) Updates tags on an OpenShift managed cluster.OpenShiftManagedClustersClient.updateTags(String resourceGroupName, String resourceName, TagsObject parameters, com.azure.core.util.Context context) Updates tags on an OpenShift managed cluster.SnapshotsClient.updateTags(String resourceGroupName, String resourceName, TagsObject parameters) Updates tags on a snapshot.ManagedClustersClient.updateTagsAsync(String resourceGroupName, String resourceName, TagsObject parameters) Updates tags on a managed cluster.OpenShiftManagedClustersClient.updateTagsAsync(String resourceGroupName, String resourceName, TagsObject parameters) Updates tags on an OpenShift managed cluster.SnapshotsClient.updateTagsAsync(String resourceGroupName, String resourceName, TagsObject parameters) Updates tags on a snapshot.com.azure.core.http.rest.Response<SnapshotInner>SnapshotsClient.updateTagsWithResponse(String resourceGroupName, String resourceName, TagsObject parameters, com.azure.core.util.Context context) Updates tags on a snapshot.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>ManagedClustersClient.updateTagsWithResponseAsync(String resourceGroupName, String resourceName, TagsObject parameters) Updates tags on a managed cluster.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>OpenShiftManagedClustersClient.updateTagsWithResponseAsync(String resourceGroupName, String resourceName, TagsObject parameters) Updates tags on an OpenShift managed cluster.Mono<com.azure.core.http.rest.Response<SnapshotInner>>SnapshotsClient.updateTagsWithResponseAsync(String resourceGroupName, String resourceName, TagsObject parameters) Updates tags on a snapshot. -
Uses of TagsObject in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return TagsObjectModifier and TypeMethodDescriptionSet the tags property: Resource tags.