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 |
list(String location)
Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription. |
abstract
Paged |
list(String location, Context context)
Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription. |
abstract
Paged |
listAsync(String location)
Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription. |
Method Details
list
public abstract PagedIterable
Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription.
Parameters:
Returns:
list
public abstract PagedIterable
Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription.
Parameters:
Returns:
Applies to
Azure SDK for Java