Share via


ServiceObjectiveOperationsExtensions.List Method (IServiceObjectiveOperations, String)

 

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

Namespace:   Microsoft.WindowsAzure.Management.Sql
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

public static ServiceObjectiveListResponse List(
    this IServiceObjectiveOperations operations,
    string serverName
)
public:
[ExtensionAttribute]
static ServiceObjectiveListResponse^ List(
    IServiceObjectiveOperations^ operations,
    String^ serverName
)
static member List : 
        operations:IServiceObjectiveOperations *
        serverName:string -> ServiceObjectiveListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IServiceObjectiveOperations,
    serverName As String
) As ServiceObjectiveListResponse

Parameters

  • serverName
    Type: System.String

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

Return Value

Type: Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjectiveListResponse

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

See Also

ServiceObjectiveOperationsExtensions Class
Microsoft.WindowsAzure.Management.Sql Namespace

Return to top