Uses of Class
com.azure.resourcemanager.resources.fluent.models.TagsResourceInner
-
Packages that use TagsResourceInner Package Description com.azure.resourcemanager.resources.fluent Package containing the service clients for ResourceManagementClient.com.azure.resourcemanager.resources.fluent.models Package containing the inner data models for ResourceManagementClient. -
-
Uses of TagsResourceInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return TagsResourceInner Modifier and Type Method Description TagsResourceInnerTagOperationsClient. createOrUpdateAtScope(String scope, TagsResourceInner parameters)This operation allows adding or replacing the entire set of tags on the specified resource or subscription.TagsResourceInnerTagOperationsClient. getAtScope(String scope)Gets the entire set of tags on a resource or subscription.TagsResourceInnerTagOperationsClient. updateAtScope(String scope, TagsPatchResource parameters)This operation allows replacing, merging or selectively deleting tags on the specified resource or subscription.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type TagsResourceInner Modifier and Type Method Description Mono<TagsResourceInner>TagOperationsClient. createOrUpdateAtScopeAsync(String scope, TagsResourceInner parameters)This operation allows adding or replacing the entire set of tags on the specified resource or subscription.com.azure.core.http.rest.Response<TagsResourceInner>TagOperationsClient. createOrUpdateAtScopeWithResponse(String scope, TagsResourceInner parameters, com.azure.core.util.Context context)This operation allows adding or replacing the entire set of tags on the specified resource or subscription.Mono<com.azure.core.http.rest.Response<TagsResourceInner>>TagOperationsClient. createOrUpdateAtScopeWithResponseAsync(String scope, TagsResourceInner parameters)This operation allows adding or replacing the entire set of tags on the specified resource or subscription.Mono<TagsResourceInner>TagOperationsClient. getAtScopeAsync(String scope)Gets the entire set of tags on a resource or subscription.com.azure.core.http.rest.Response<TagsResourceInner>TagOperationsClient. getAtScopeWithResponse(String scope, com.azure.core.util.Context context)Gets the entire set of tags on a resource or subscription.Mono<com.azure.core.http.rest.Response<TagsResourceInner>>TagOperationsClient. getAtScopeWithResponseAsync(String scope)Gets the entire set of tags on a 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.Methods in com.azure.resourcemanager.resources.fluent with parameters of type TagsResourceInner Modifier and Type Method Description TagsResourceInnerTagOperationsClient. createOrUpdateAtScope(String scope, TagsResourceInner parameters)This operation allows adding or replacing the entire set of tags on the specified resource or subscription.Mono<TagsResourceInner>TagOperationsClient. createOrUpdateAtScopeAsync(String scope, TagsResourceInner parameters)This operation allows adding or replacing the entire set of tags on the specified resource or subscription.com.azure.core.http.rest.Response<TagsResourceInner>TagOperationsClient. createOrUpdateAtScopeWithResponse(String scope, TagsResourceInner parameters, com.azure.core.util.Context context)This operation allows adding or replacing the entire set of tags on the specified resource or subscription.Mono<com.azure.core.http.rest.Response<TagsResourceInner>>TagOperationsClient. createOrUpdateAtScopeWithResponseAsync(String scope, TagsResourceInner parameters)This operation allows adding or replacing the entire set of tags on the specified resource or subscription. -
Uses of TagsResourceInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return TagsResourceInner Modifier and Type Method Description TagsResourceInnerTagsResourceInner. withProperties(Tags properties)Set the properties property: The set of tags.
-