Share via


TagsOperationsExtensions.ListNextAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.TagDetails>> ListNextAsync (this Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.ITagsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.ITagsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.TagDetails>>
<Extension()>
Public Function ListNextAsync (operations As ITagsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of TagDetails))

Parameters

operations
ITagsOperations
nextPageLink
String
cancellationToken
CancellationToken

Returns

Applies to