ServiceObjectiveOperationsExtensions Class

Definition

This is the main client class for interacting with the Azure SQL Database REST APIs.

public static class ServiceObjectiveOperationsExtensions
type ServiceObjectiveOperationsExtensions = class
Public Module ServiceObjectiveOperationsExtensions
Inheritance
ServiceObjectiveOperationsExtensions

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