UsagesClient Interface
public interface UsagesClient
An instance of this class provides access to all the operations defined in UsagesClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
listByLocation(String location)
Lists the current usages and limits in this location for the provided subscription. |
|
abstract
Paged |
listByLocation(String location, Context context)
Lists the current usages and limits in this location for the provided subscription. |
Method Details
listByLocation
public abstract PagedIterable<UsageInner> listByLocation(String location)
Lists the current usages and limits in this location for the provided subscription.
Parameters:
Returns:
listByLocation
public abstract PagedIterable<UsageInner> listByLocation(String location, Context context)
Lists the current usages and limits in this location for the provided subscription.
Parameters:
Returns: