Udostępnij za pośrednictwem


UsagesOperationsExtensions.ListNextAsync Method

Definition

This method returns region-specific quotas and resource usage information for the Database Migration Service.

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

Parameters

operations
IUsagesOperations

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

Applies to