Share via


IQuotaOperations Interface

 

The Azure SQL Database Management API includes operations for getting Azure SQL Database Server quotas. Specifically, using the APIs you can get a specific quota or list all of the quotas for the Azure SQL Database Server.

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

Syntax

public interface IQuotaOperations
public interface class IQuotaOperations
type IQuotaOperations = interface end
Public Interface IQuotaOperations

Methods

Name Description
System_CAPS_pubmethod GetAsync(String, String, CancellationToken)

Retrieves the specified quota from the server.

System_CAPS_pubmethod ListAsync(String, CancellationToken)

Returns a list of quotas from the server.

Extension Methods

Name Description
System_CAPS_pubmethod Get(String, String)

Retrieves the specified quota from the server.(Defined by QuotaOperationsExtensions.)

System_CAPS_pubmethod GetAsync(String, String)

Retrieves the specified quota from the server.(Defined by QuotaOperationsExtensions.)

System_CAPS_pubmethod List(String)

Returns a list of quotas from the server.(Defined by QuotaOperationsExtensions.)

System_CAPS_pubmethod ListAsync(String)

Returns a list of quotas from the server.(Defined by QuotaOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Sql Namespace

Return to top