IServiceObjectiveOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface IServiceObjectiveOperations
type IServiceObjectiveOperations = interface
Public Interface IServiceObjectiveOperations
Methods
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. |
Extension Methods
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. |
Applies to
Azure SDK for .NET