QuotaOperationsExtensions.List Method (IQuotaOperations, String)
Returns a list of quotas from the server.
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.QuotaListResponseRepresents the response structure for the Quota List operation.
Show: