ServerBasedPerformanceTierOperationsExtensions.List Method

Definition

List all the performance tiers for a PostgreSQL server.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.PostgreSQL.Models.PerformanceTierProperties> List (this Microsoft.Azure.Management.PostgreSQL.IServerBasedPerformanceTierOperations operations, string resourceGroupName, string serverName);
static member List : Microsoft.Azure.Management.PostgreSQL.IServerBasedPerformanceTierOperations * string * string -> seq<Microsoft.Azure.Management.PostgreSQL.Models.PerformanceTierProperties>
<Extension()>
Public Function List (operations As IServerBasedPerformanceTierOperations, resourceGroupName As String, serverName As String) As IEnumerable(Of PerformanceTierProperties)

Parameters

operations
IServerBasedPerformanceTierOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

serverName
String

The name of the server.

Returns

Applies to