IServiceObjectiveOperations Interface

Definition

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