QuotaOperationsExtensions.List 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 static QuotaListResponse List(
	this 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: Microsoft.WindowsAzure.Management.Sql.Models.QuotaListResponse

Represents the response structure for the Quota List operation.

Return to top
Show: