ServiceObjectiveOperationsExtensions::Get 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)

public:
[ExtensionAttribute]
static ServiceObjectiveGetResponse^ Get(
	IServiceObjectiveOperations^ operations,
	String^ serverName,
	String^ serviceObjectiveId
)

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: Microsoft.WindowsAzure.Management.Sql.Models::ServiceObjectiveGetResponse^

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

Return to top
Show: