ServiceObjectiveOperationsExtensions.ListAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET