IServiceObjectiveOperations.ListAsync Method (String, CancellationToken)
Returns information about all Service Objectives on an Azure SQL Database Server.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Task<ServiceObjectiveListResponse> ListAsync(
string serverName,
CancellationToken cancellationToken
)
Parameters
- serverName
-
Type:
System.String
The name of the Azure SQL Database Server to be queried.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task<ServiceObjectiveListResponse>Response containing the list of service objective for a given server. This is returnedfrom a call to List Service Objectives.
Show: