Share via


QuotaOperationsExtensions Class

 

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

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Sql.QuotaOperationsExtensions

Syntax

public static class QuotaOperationsExtensions
[ExtensionAttribute]
public ref class QuotaOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type QuotaOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class QuotaOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Get(IQuotaOperations, String, String)

Retrieves the specified quota from the server.

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IQuotaOperations, String, String)

Retrieves the specified quota from the server.

System_CAPS_pubmethodSystem_CAPS_static List(IQuotaOperations, String)

Returns a list of quotas from the server.

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IQuotaOperations, String)

Returns a list of quotas from the server.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Sql Namespace

Return to top