IServiceObjectiveOperations.GetAsync Method (String, String, CancellationToken)

 

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

Namespace:   Microsoft.WindowsAzure.Management.Sql
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Task<ServiceObjectiveGetResponse> GetAsync(
	string serverName,
	string serviceObjectiveId,
	CancellationToken cancellationToken
)

Parameters

serverName
Type: System.String

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

serviceObjectiveId
Type: System.String

The Id of the Service Objective to be obtained.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task<ServiceObjectiveGetResponse>

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

Return to top
Show: