Compartilhar via


ResourcesOperationsExtensions.ListByResourceGroupNextAsync Method

Definition

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

Parameters

nextPageLink
String
cancellationToken
CancellationToken

Returns

Applies to