LocationBasedPerformanceTier interface

Interface representing a LocationBasedPerformanceTier.

Methods

list(string, LocationBasedPerformanceTierListOptionalParams)

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

Method Details

list(string, LocationBasedPerformanceTierListOptionalParams)

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

function list(locationName: string, options?: LocationBasedPerformanceTierListOptionalParams): PagedAsyncIterableIterator<PerformanceTierProperties, PerformanceTierProperties[], PageSettings>

Parameters

locationName

string

The name of the location.

options
LocationBasedPerformanceTierListOptionalParams

The options parameters.

Returns