Sdílet prostřednictvím


TagOperationsExtensions.ListNextAsync(ITagOperations, String) Method

Definition

Get a list of tags under a subscription.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.TagsListResult> ListNextAsync (this Microsoft.Azure.Management.Resources.ITagOperations operations, string nextLink);
static member ListNextAsync : Microsoft.Azure.Management.Resources.ITagOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.TagsListResult>
<Extension()>
Public Function ListNextAsync (operations As ITagOperations, nextLink As String) As Task(Of 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