IQuotaOperations::ListAsync Method (String^, CancellationToken)
Returns a list of quotas from the server.
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.
Show: