LocationBasedPerformanceTiersClient Interface

public interface LocationBasedPerformanceTiersClient

An instance of this class provides access to all the operations defined in LocationBasedPerformanceTiersClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<PerformanceTierPropertiesInner> list(String locationName)

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

abstract PagedIterable<PerformanceTierPropertiesInner> list(String locationName, Context context)

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

abstract PagedFlux<PerformanceTierPropertiesInner> listAsync(String locationName)

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

Method Details

list

public abstract PagedIterable<PerformanceTierPropertiesInner> list(String locationName)

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

Parameters:

locationName - The name of the location.

Returns:

a list of performance tiers as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<PerformanceTierPropertiesInner> list(String locationName, Context context)

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

Parameters:

locationName - The name of the location.
context - The context to associate with this operation.

Returns:

a list of performance tiers as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux<PerformanceTierPropertiesInner> listAsync(String locationName)

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

Parameters:

locationName - The name of the location.

Returns:

a list of performance tiers as paginated response with PagedFlux<T>.

Applies to