ServiceObjectiveOperationsExtensions.GetAsync Method

Definition

Returns information about a certain Service Objective with a specific Id.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjectiveGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations operations, string serverName, string serviceObjectiveId);
static member GetAsync : Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjectiveGetResponse>
<Extension()>
Public Function GetAsync (operations As IServiceObjectiveOperations, serverName As String, serviceObjectiveId As String) As Task(Of ServiceObjectiveGetResponse)

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.

serviceObjectiveId
String

Required. The Id of the Service Objective to be obtained.

Returns

Response containing the service objective for a given Azure SQL Database Server with matching service objective Id.

Applies to