ServiceObjectiveOperationsExtensions.List Method

Definition

Returns information about all Service Objectives on an Azure SQL Database Server.

public static Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjectiveListResponse List (this Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations operations, string serverName);
static member List : Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations * string -> Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjectiveListResponse
<Extension()>
Public Function List (operations As IServiceObjectiveOperations, serverName As String) As ServiceObjectiveListResponse

Parameters

operations
IServiceObjectiveOperations

Reference to the Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations.

serverName
String

Required. The name of the Azure SQL Database Server to be queried.

Returns

Response containing the list of service objective for a given server. This is returnedfrom a call to List Service Objectives.

Applies to