IQuotaOperations Interface

Definition

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.

public interface IQuotaOperations
type IQuotaOperations = interface
Public Interface IQuotaOperations

Methods

GetAsync(String, String, CancellationToken)

Retrieves the specified quota from the server.

ListAsync(String, CancellationToken)

Returns a list of quotas from the server.

Extension Methods

Get(IQuotaOperations, String, String)

Retrieves the specified quota from the server.

GetAsync(IQuotaOperations, String, String)

Retrieves the specified quota from the server.

List(IQuotaOperations, String)

Returns a list of quotas from the server.

ListAsync(IQuotaOperations, String)

Returns a list of quotas from the server.

Applies to