共用方式為


TagsOperationsExtensions.ListNext(ITagsOperations, String) Method

Definition

Gets a summary of tag usage under the subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.TagDetails> ListNext (this Microsoft.Azure.Management.ResourceManager.ITagsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.ResourceManager.ITagsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.TagDetails>
<Extension()>
Public Function ListNext (operations As ITagsOperations, nextPageLink As String) As IPage(Of TagDetails)

Parameters

operations
ITagsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

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