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)

Syntax

Task<QuotaListResponse> ListAsync(
    string serverName,
    CancellationToken cancellationToken
)
Task<QuotaListResponse^>^ ListAsync(
    String^ serverName,
    CancellationToken cancellationToken
)
abstract ListAsync : 
        serverName:string *
        cancellationToken:CancellationToken -> Task<QuotaListResponse>
Function ListAsync (
    serverName As String,
    cancellationToken As CancellationToken
) As Task(Of QuotaListResponse)

Parameters

  • serverName
    Type: System.String

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

Return Value

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

Represents the response structure for the Quota List operation.

See Also

IQuotaOperations Interface
Microsoft.WindowsAzure.Management.Sql Namespace

Return to top