IQuotaOperations.GetAsync Method (String, String, CancellationToken)

 

Retrieves the specified quota from the server.

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

Task<QuotaGetResponse> GetAsync(
	string serverName,
	string quotaName,
	CancellationToken cancellationToken
)

Parameters

serverName
Type: System.String

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

quotaName
Type: System.String

The name of the quota to retrieve.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

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

Represents the response structure for the Quota Get operation.

Return to top
Show: