Share via


PostgreSqlServerResource.GetServerBasedPerformanceTiers Method

Definition

List all the performance tiers for a PostgreSQL server.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/performanceTiers
  • Operation Id: ServerBasedPerformanceTier_List
  • Default Api Version: 2017-12-01
public virtual Azure.Pageable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlPerformanceTierProperties> GetServerBasedPerformanceTiers (System.Threading.CancellationToken cancellationToken = default);
abstract member GetServerBasedPerformanceTiers : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlPerformanceTierProperties>
override this.GetServerBasedPerformanceTiers : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlPerformanceTierProperties>
Public Overridable Function GetServerBasedPerformanceTiers (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PostgreSqlPerformanceTierProperties)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of PostgreSqlPerformanceTierProperties that may take multiple service requests to iterate over.

Applies to