QuotaOperationsExtensions::Get 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:
[ExtensionAttribute]
static QuotaGetResponse^ Get(
	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: Microsoft.WindowsAzure.Management.Sql.Models::QuotaGetResponse^

Represents the response structure for the Quota Get operation.

Return to top
Show: