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
Paged |
list(String locationName)
List all the performance tiers at specified location in a given subscription. |
|
abstract
Paged |
list(String locationName, Context context)
List all the performance tiers at specified location in a given subscription. |
|
abstract
Paged |
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:
Returns:
list
public abstract PagedIterable<PerformanceTierPropertiesInner> list(String locationName, Context context)
List all the performance tiers at specified location in a given subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux<PerformanceTierPropertiesInner> listAsync(String locationName)
List all the performance tiers at specified location in a given subscription.
Parameters:
Returns: