Usages Interface
public interface Usages
Resource collection API of Usages.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
listByLocation(String location)
Gets the list of usages. |
|
abstract
Paged |
listByLocation(String location, String filter, Context context)
Gets the list of usages. |
Method Details
listByLocation
public abstract PagedIterable<Usage> listByLocation(String location)
Gets the list of usages. Returns list of usage per SKU family for the specified subscription in the specified region.
Parameters:
Returns:
listByLocation
public abstract PagedIterable<Usage> listByLocation(String location, String filter, Context context)
Gets the list of usages. Returns list of usage per SKU family for the specified subscription in the specified region.
Parameters:
Returns: