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)

Inheritance Hierarchy

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

Syntax

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

Methods

Name Description
Get(IServiceObjectiveOperations, String, String)

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

GetAsync(IServiceObjectiveOperations, String, String)

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

List(IServiceObjectiveOperations, String)

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

ListAsync(IServiceObjectiveOperations, String)

Returns information about all Service Objectives on an Azure SQL Database 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