IQuotaOperations::ListAsync Method (String^, CancellationToken)

 

Returns a list of quotas from the server.

Namespace:   Microsoft.WindowsAzure.Management.Sql
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Task<QuotaListResponse^>^ ListAsync(
	String^ serverName,
	CancellationToken cancellationToken
)

Parameters

serverName
Type: System::String^

The name of the Azure SQL Database Server from which to get the quotas.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks::Task<QuotaListResponse^>^

Represents the response structure for the Quota List operation.

Return to top
Show: