Uses of Class
com.azure.resourcemanager.resources.models.TagsPatchResource
-
Packages that use TagsPatchResource Package Description com.azure.resourcemanager.resources.fluent Package containing the service clients for ResourceManagementClient.com.azure.resourcemanager.resources.models 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 TagsPatchResource Modifier and Type Method Description TagsResourceInnerTagOperationsClient. updateAtScope(String scope, TagsPatchResource parameters)This operation allows replacing, merging or selectively deleting tags on the specified resource or subscription.Mono<TagsResourceInner>TagOperationsClient. updateAtScopeAsync(String scope, TagsPatchResource parameters)This operation allows replacing, merging or selectively deleting tags on the specified resource or subscription.com.azure.core.http.rest.Response<TagsResourceInner>TagOperationsClient. updateAtScopeWithResponse(String scope, TagsPatchResource parameters, com.azure.core.util.Context context)This operation allows replacing, merging or selectively deleting tags on the specified resource or subscription.Mono<com.azure.core.http.rest.Response<TagsResourceInner>>TagOperationsClient. updateAtScopeWithResponseAsync(String scope, TagsPatchResource parameters)This operation allows replacing, merging or selectively deleting tags on the specified resource or subscription. -
Uses of TagsPatchResource in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return TagsPatchResource Modifier and Type Method Description TagsPatchResourceTagsPatchResource. withOperation(TagsPatchOperation operation)Set the operation property: The operation type for the patch API.TagsPatchResourceTagsPatchResource. withProperties(Tags properties)Set the properties property: The set of tags.
-