Share via


IServiceObjectiveOperations Interface

 

This class provides methods to get a specific service objective by using its ID or to List all of the service objectives on a server.

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

Syntax

public interface IServiceObjectiveOperations
public interface class IServiceObjectiveOperations
type IServiceObjectiveOperations = interface end
Public Interface IServiceObjectiveOperations

Methods

Name Description
System_CAPS_pubmethod GetAsync(String, String, CancellationToken)

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

System_CAPS_pubmethod ListAsync(String, CancellationToken)

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

Extension Methods

Name Description
System_CAPS_pubmethod Get(String, String)

Returns information about a certain Service Objective with a specific Id.(Defined by ServiceObjectiveOperationsExtensions.)

System_CAPS_pubmethod GetAsync(String, String)

Returns information about a certain Service Objective with a specific Id.(Defined by ServiceObjectiveOperationsExtensions.)

System_CAPS_pubmethod List(String)

Returns information about all Service Objectives on an Azure SQL Database Server.(Defined by ServiceObjectiveOperationsExtensions.)

System_CAPS_pubmethod ListAsync(String)

Returns information about all Service Objectives on an Azure SQL Database Server.(Defined by ServiceObjectiveOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Sql Namespace

Return to top