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)
Gets the current usage count and the limit for the resources of the location under the subscription. |
abstract
Paged |
listByLocation(String location, Context context)
Gets the current usage count and the limit for the resources of the location under the subscription. |
abstract
Paged |
listByLocationAsync(String location)
Gets the current usage count and the limit for the resources of the location under the subscription. |
Method Details
listByLocation
public abstract PagedIterable
Gets the current usage count and the limit for the resources of the location under the subscription.
Parameters:
Returns:
listByLocation
public abstract PagedIterable
Gets the current usage count and the limit for the resources of the location under the subscription.
Parameters:
Returns:
listByLocationAsync
public abstract PagedFlux
Gets the current usage count and the limit for the resources of the location under the subscription.
Parameters:
Returns:
Applies to
Azure SDK for Java