ServiceObjectiveOperationsExtensions.GetAsync Method (IServiceObjectiveOperations, String, String)

 

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)

<ExtensionAttribute>
Public Shared Function GetAsync (
	operations As IServiceObjectiveOperations,
	serverName As String,
	serviceObjectiveId As String
) As Task(Of ServiceObjectiveGetResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations

Reference to the Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations.

serverName
Type: System.String

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

serviceObjectiveId
Type: System.String

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

Return Value

Type: System.Threading.Tasks.Task(Of ServiceObjectiveGetResponse)

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

Return to top
Show: