TagOperationsExtensions.ListNext(ITagOperations, String) Method

Definition

Get a list of tags under a subscription.

public static Microsoft.Azure.Management.Resources.Models.TagsListResult ListNext (this Microsoft.Azure.Management.Resources.ITagOperations operations, string nextLink);
static member ListNext : Microsoft.Azure.Management.Resources.ITagOperations * string -> Microsoft.Azure.Management.Resources.Models.TagsListResult
<Extension()>
Public Function ListNext (operations As ITagOperations, nextLink As String) As TagsListResult

Parameters

operations
ITagOperations

Reference to the Microsoft.Azure.Management.Resources.ITagOperations.

nextLink
String

Required. NextLink from the previous successful call to List operation.

Returns

List of subscription tags.

Applies to