TagsOperationsExtensions.List(ITagsOperations) Method

Definition

Gets a summary of tag usage under the subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.TagDetails> List (this Microsoft.Azure.Management.ResourceManager.ITagsOperations operations);
static member List : Microsoft.Azure.Management.ResourceManager.ITagsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.TagDetails>
<Extension()>
Public Function List (operations As ITagsOperations) As IPage(Of TagDetails)

Parameters

operations
ITagsOperations

The operations group for this extension method.

Returns

Remarks

This operation performs a union of predefined tags, resource tags, resource group tags and subscription tags, and returns a summary of usage for each tag name and value under the given subscription. In case of a large number of tags, this operation may return a previously cached result.

Applies to