Condividi tramite


IServiceObjectiveOperations Interface

Definition

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

Name Description
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

Name Description
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.

Applies to