Uses of Class
com.azure.resourcemanager.monitor.models.TagsResource
Packages that use TagsResource
Package
Description
Package containing the service clients for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of TagsResource in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent with parameters of type TagsResourceModifier and TypeMethodDescriptionPrivateLinkScopesClient.updateTags(String resourceGroupName, String scopeName, TagsResource privateLinkScopeTags) Updates an existing PrivateLinkScope's tags.PrivateLinkScopesClient.updateTagsAsync(String resourceGroupName, String scopeName, TagsResource privateLinkScopeTags) Updates an existing PrivateLinkScope's tags.com.azure.core.http.rest.Response<AzureMonitorPrivateLinkScopeInner> PrivateLinkScopesClient.updateTagsWithResponse(String resourceGroupName, String scopeName, TagsResource privateLinkScopeTags, com.azure.core.util.Context context) Updates an existing PrivateLinkScope's tags.Mono<com.azure.core.http.rest.Response<AzureMonitorPrivateLinkScopeInner>> PrivateLinkScopesClient.updateTagsWithResponseAsync(String resourceGroupName, String scopeName, TagsResource privateLinkScopeTags) Updates an existing PrivateLinkScope's tags. -
Uses of TagsResource in com.azure.resourcemanager.monitor.models
Classes in com.azure.resourcemanager.monitor.models that implement interfaces with type arguments of type TagsResourceModifier and TypeClassDescriptionfinal classA container holding only the Tags for a resource, allowing the user to update the tags on a PrivateLinkScope instance.Methods in com.azure.resourcemanager.monitor.models that return TagsResourceModifier and TypeMethodDescriptionstatic TagsResourceTagsResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TagsResource from the JsonReader.Set the tags property: Resource tags.