ServiceObjectiveOperationsExtensions.List Method

Definition

Returns information about an Azure SQL Database Server Service Objectives.

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

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.

Returns

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

Applies to