QuotaOperationsExtensions.GetAsync Method (IQuotaOperations, String, String)

 

Retrieves the specified quota from the server.

Namespace:   Microsoft.WindowsAzure.Management.Sql
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

public static Task<QuotaGetResponse> GetAsync(
	this IQuotaOperations operations,
	string serverName,
	string quotaName
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Sql.IQuotaOperations

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

serverName
Type: System.String

Required. The name of the Azure SQL Database Server from which to retrieve the quota.

quotaName
Type: System.String

Required. The name of the quota to retrieve.

Return Value

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

Represents the response structure for the Quota Get operation.

Return to top
Show: