ServiceObjectiveOperationsExtensions Class

Definition

The Windows Azure SQL Database management API provides a RESTful set of web services that interact with Windows Azure SQL Database services to manage your databases. The API enables users to create, retrieve, update, and delete databases and servers.

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

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.

Applies to