ResourcesOperationsExtensions.ListNextAsync(IResourcesOperations, String, CancellationToken) Method
Definition
Get all of the resources under a subscription.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.GenericResourceInner>> ListNextAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IResourcesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = null);
static member ListNextAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IResourcesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.GenericResourceInner>>
Parameters
- operations
- IResourcesOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
- Task<Microsoft.Rest.Azure.IPage<GenericResourceInner>>