Uses of Class
com.azure.resourcemanager.resources.models.TagsPatchResource
Packages that use TagsPatchResource
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of TagsPatchResource in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent with parameters of type TagsPatchResourceModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TagsResourceInner>, TagsResourceInner> TagOperationsClient.beginUpdateAtScope(String scope, TagsPatchResource parameters) Selectively updates the set of tags on a resource or subscription.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TagsResourceInner>, TagsResourceInner> TagOperationsClient.beginUpdateAtScope(String scope, TagsPatchResource parameters, com.azure.core.util.Context context) Selectively updates the set of tags on a resource or subscription.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<TagsResourceInner>, TagsResourceInner> TagOperationsClient.beginUpdateAtScopeAsync(String scope, TagsPatchResource parameters) Selectively updates the set of tags on a resource or subscription.TagOperationsClient.updateAtScope(String scope, TagsPatchResource parameters) Selectively updates the set of tags on a resource or subscription.TagOperationsClient.updateAtScope(String scope, TagsPatchResource parameters, com.azure.core.util.Context context) Selectively updates the set of tags on a resource or subscription.TagOperationsClient.updateAtScopeAsync(String scope, TagsPatchResource parameters) Selectively updates the set of tags on a resource or subscription.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> TagOperationsClient.updateAtScopeWithResponseAsync(String scope, TagsPatchResource parameters) Selectively updates the set of tags on a resource or subscription. -
Uses of TagsPatchResource in com.azure.resourcemanager.resources.models
Classes in com.azure.resourcemanager.resources.models that implement interfaces with type arguments of type TagsPatchResourceModifier and TypeClassDescriptionfinal classWrapper resource for tags patch API request only.Methods in com.azure.resourcemanager.resources.models that return TagsPatchResourceModifier and TypeMethodDescriptionstatic TagsPatchResourceTagsPatchResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TagsPatchResource from the JsonReader.TagsPatchResource.withOperation(TagsPatchOperation operation) Set the operation property: The operation type for the patch API.TagsPatchResource.withProperties(Tags properties) Set the properties property: The set of tags.