IServiceObjectiveOperations.GetAsync Method

Definition

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjectiveGetResponse> GetAsync (string serverName, string serviceObjectiveId, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjectiveGetResponse>
Public Function GetAsync (serverName As String, serviceObjectiveId As String, cancellationToken As CancellationToken) As Task(Of ServiceObjectiveGetResponse)

Parameters

serverName
String

The name of the Azure SQL Database Server to be queried.

serviceObjectiveId
String

The Id of the Service Objective to be obtained.

cancellationToken
CancellationToken

Cancellation token.

Returns

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

Applies to