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)
Syntax
public static Task<QuotaListResponse> ListAsync(
this IQuotaOperations operations,
string serverName
)
public:
[ExtensionAttribute]
static Task<QuotaListResponse^>^ ListAsync(
IQuotaOperations^ operations,
String^ serverName
)
static member ListAsync :
operations:IQuotaOperations *
serverName:string -> Task<QuotaListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As IQuotaOperations,
serverName As String
) As Task(Of QuotaListResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Sql.IQuotaOperationsReference to the Microsoft.WindowsAzure.Management.Sql.IQuotaOperations.
serverName
Type: System.StringRequired. 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.
See Also
QuotaOperationsExtensions Class
Microsoft.WindowsAzure.Management.Sql Namespace
Return to top