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.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
| Name | Description | |
|---|---|---|
![]() | GetAsync(String^, String^, CancellationToken) | Returns information about a certain Service Objective with a specific Id. |
![]() | ListAsync(String^, CancellationToken) | Returns information about all Service Objectives on an Azure SQL Database Server. |
| Name | Description | |
|---|---|---|
![]() | Get(String^, String^) | Returns information about a certain Service Objective with a specific Id.(Defined by ServiceObjectiveOperationsExtensions.) |
![]() | GetAsync(String^, String^) | Returns information about a certain Service Objective with a specific Id.(Defined by ServiceObjectiveOperationsExtensions.) |
![]() | List(String^) | Returns information about all Service Objectives on an Azure SQL Database Server.(Defined by ServiceObjectiveOperationsExtensions.) |
![]() | ListAsync(String^) | Returns information about all Service Objectives on an Azure SQL Database Server.(Defined by ServiceObjectiveOperationsExtensions.) |
