ServiceObjectiveOperationsExtensions 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)

System.Object
  Microsoft.WindowsAzure.Management.Sql.ServiceObjectiveOperationsExtensions

[<AbstractClass>]
[<Sealed>]
type ServiceObjectiveOperationsExtensions = class end

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGet(IServiceObjectiveOperations, String, String)

Returns information about a certain Service Objective with a specific Id.

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(IServiceObjectiveOperations, String, String)

Returns information about a certain Service Objective with a specific Id.

System_CAPS_pubmethodSystem_CAPS_staticList(IServiceObjectiveOperations, String)

Returns information about all Service Objectives on an Azure SQL Database Server.

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IServiceObjectiveOperations, String)

Returns information about all Service Objectives on an Azure SQL Database Server.

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

Return to top
Show: