ServiceObjectiveOperationsExtensions.ListAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjectiveListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations operations, string serverName);
static member ListAsync : Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjectiveListResponse>
<Extension()>
Public Function ListAsync (operations As IServiceObjectiveOperations, serverName As String) As Task(Of 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