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
operations
Type: Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperationsReference to the Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations.
serverName
Type: System.StringRequired. 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