QuotaOperationsExtensions::ListAsync Method (IQuotaOperations^, String^)

 

Returns a list of quotas from the server.

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

public:
[ExtensionAttribute]
static Task<QuotaListResponse^>^ ListAsync(
	IQuotaOperations^ operations,
	String^ serverName
)

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 get the quotas.

Return Value

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

Represents the response structure for the Quota List operation.

Return to top
Show: