Compartilhar via


QuotaOperationsExtensions.GetAsync(IQuotaOperations, String, String) Método

Definição

Recupera a cota especificada do servidor.

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

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 recuperar a cota.

quotaName
String

Obrigatórios. O nome da cota a ser recuperada.

Retornos

Representa a estrutura de resposta para a operação de Obtenção de Cota.

Aplica-se a