Compartilhar via


UsagesOperationsExtensions.ListAsync 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>> ListAsync (this Microsoft.Azure.Management.DataMigration.IUsagesOperations operations, string location, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : 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 ListAsync (operations As IUsagesOperations, location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Quota))

Parameters

operations
IUsagesOperations

The operations group for this extension method.

location
String

The Azure region of the operation

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to