LocationBasedPerformanceTierOperationsExtensions.ListAsync Method

Definition

List all the performance tiers at specified location in a given subscription.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.PostgreSQL.Models.PerformanceTierProperties>> ListAsync (this Microsoft.Azure.Management.PostgreSQL.ILocationBasedPerformanceTierOperations operations, string locationName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.PostgreSQL.ILocationBasedPerformanceTierOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.PostgreSQL.Models.PerformanceTierProperties>>
<Extension()>
Public Function ListAsync (operations As ILocationBasedPerformanceTierOperations, locationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of PerformanceTierProperties))

Parameters

operations
ILocationBasedPerformanceTierOperations

The operations group for this extension method.

locationName
String

The name of the location.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to