ServiceObjectiveOperationsExtensions::List Method (IServiceObjectiveOperations^, String^)
Returns information about all Service Objectives on an Azure SQL Database Server.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
public: [ExtensionAttribute] static ServiceObjectiveListResponse^ List( IServiceObjectiveOperations^ operations, String^ serverName )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Sql::IServiceObjectiveOperations^
Reference to the Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations.
- 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.
Show: