PostgreSqlServerResource.GetServerBasedPerformanceTiersAsync 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.AsyncPageable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlPerformanceTierProperties> GetServerBasedPerformanceTiersAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetServerBasedPerformanceTiersAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlPerformanceTierProperties>
override this.GetServerBasedPerformanceTiersAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlPerformanceTierProperties>
Public Overridable Function GetServerBasedPerformanceTiersAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PostgreSqlPerformanceTierProperties)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to