ServiceObjectiveOperationsExtensions.ListAsync 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)
<ExtensionAttribute> Public Shared Function ListAsync ( operations As IServiceObjectiveOperations, serverName As String ) As Task(Of ServiceObjectiveListResponse)
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: System.Threading.Tasks.Task(Of ServiceObjectiveListResponse)Response containing the list of service objective for a given server. This is returnedfrom a call to List Service Objectives.
Show: