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.
Represents all the operations for operating on Azure SQL Database Service Objectives. Contains operations to: Retrieve service objectives.
public interface IServiceObjectiveOperations
type IServiceObjectiveOperations = interface
Public Interface IServiceObjectiveOperations
Methods
GetAsync(String, String, String, CancellationToken) |
Returns information about an Azure SQL Database Server Service Objectives. |
ListAsync(String, String, CancellationToken) |
Returns information about an Azure SQL Database Server Service Objectives. |
Extension Methods
Get(IServiceObjectiveOperations, String, String, String) |
Returns information about an Azure SQL Database Server Service Objectives. |
GetAsync(IServiceObjectiveOperations, String, String, String) |
Returns information about an Azure SQL Database Server Service Objectives. |
List(IServiceObjectiveOperations, String, String) |
Returns information about an Azure SQL Database Server Service Objectives. |
ListAsync(IServiceObjectiveOperations, String, String) |
Returns information about an Azure SQL Database Server Service Objectives. |