Partilhar via


ResourceGroupsOperationsExtensions.ListResourcesNextAsync Method

Definition

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

Parameters

nextPageLink
String
cancellationToken
CancellationToken

Returns

Applies to