Compartilhar via


QuotaOperationsExtensions.ListAsync(IQuotaOperations, String) Método

Definição

Retorna uma lista de cotas do servidor.

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)

Parâmetros

operations
IQuotaOperations

Referência ao Microsoft.WindowsAzure.Management.Sql.IQuotaOperations.

serverName
String

Obrigatórios. O nome do servidor de banco de dados SQL do Azure do qual obter as cotas.

Retornos

Representa a estrutura de resposta para a operação Lista de Cotas.

Aplica-se a