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)

Public Interface IServiceObjectiveOperations

NameDescription
System_CAPS_pubmethodGetAsync(String, String, CancellationToken)

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

System_CAPS_pubmethodListAsync(String, CancellationToken)

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

NameDescription
System_CAPS_pubmethodGet(String, String)

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

System_CAPS_pubmethodGetAsync(String, String)

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

System_CAPS_pubmethodList(String)

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

System_CAPS_pubmethodListAsync(String)

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

Return to top
Show: