LocationBasedPerformanceTiers Interface
public interface LocationBasedPerformanceTiers
Resource collection API of LocationBasedPerformanceTiers.
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. |
Method Details
list
public abstract PagedIterable<PerformanceTierProperties> list(String locationName)
List all the performance tiers at specified location in a given subscription.
Parameters:
Returns:
list
public abstract PagedIterable<PerformanceTierProperties> list(String locationName, Context context)
List all the performance tiers at specified location in a given subscription.
Parameters:
Returns: