QuotaOperationsExtensions Class

Definition

This is the main client class for interacting with the Azure SQL Database REST APIs.

public static class QuotaOperationsExtensions
type QuotaOperationsExtensions = class
Public Module QuotaOperationsExtensions
Inheritance
QuotaOperationsExtensions

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