ServiceObjectiveOperationsExtensions.Get Method

Definition

Returns information about an Azure SQL Database Server Service Objectives.

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceObjectiveGetResponse Get (this Microsoft.Azure.Management.Sql.LegacySdk.IServiceObjectiveOperations operations, string resourceGroupName, string serverName, string serviceObjectiveName);
static member Get : Microsoft.Azure.Management.Sql.LegacySdk.IServiceObjectiveOperations * string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceObjectiveGetResponse
<Extension()>
Public Function Get (operations As IServiceObjectiveOperations, resourceGroupName As String, serverName As String, serviceObjectiveName As String) As ServiceObjectiveGetResponse

Parameters

operations
IServiceObjectiveOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IServiceObjectiveOperations.

resourceGroupName
String

Required. The name of the Resource Group to which the server belongs.

serverName
String

Required. The name of the Server.

serviceObjectiveName
String

Required. The name of the service objective to retrieve.

Returns

Represents the response to a Get Azure Sql Database Service Objective request.

Applies to