QuotaOperationsExtensions.ListAsync(IQuotaOperations, String) Method

Definition

Returns a list of quotas from the server.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.QuotaListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Sql.IQuotaOperations operations, string serverName);
static member ListAsync : Microsoft.WindowsAzure.Management.Sql.IQuotaOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.QuotaListResponse>
<Extension()>
Public Function ListAsync (operations As IQuotaOperations, serverName As String) As Task(Of QuotaListResponse)

Parameters

operations
IQuotaOperations

Reference to the Microsoft.WindowsAzure.Management.Sql.IQuotaOperations.

serverName
String

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

Returns

Represents the response structure for the Quota List operation.

Applies to