ResourceGroupsOperationsExtensions.ListResourcesNextAsync(IResourceGroupsOperations, 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>> ListResourcesNextAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroupsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = null);
static member ListResourcesNextAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroupsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.GenericResourceInner>>
Parameters
- operations
- IResourceGroupsOperations
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>>