ProvidersOperationsExtensions.ListNextAsync(IProvidersOperations, String, CancellationToken) Method
Definition
Gets a list of resource providers.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.ProviderInner>> ListNextAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IProvidersOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = null);
static member ListNextAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IProvidersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.ProviderInner>>
Parameters
- operations
- IProvidersOperations
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<ProviderInner>>