ResourceUsagesClient Interface
public interface ResourceUsagesClient
An instance of this class provides access to all the operations defined in ResourceUsagesClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
list()
Check the quota and actual usage of the CDN profiles under the given subscription. |
abstract
Paged |
list(Context context)
Check the quota and actual usage of the CDN profiles under the given subscription. |
abstract
Paged |
listAsync()
Check the quota and actual usage of the CDN profiles under the given subscription. |
Method Details
list
public abstract PagedIterable
Check the quota and actual usage of the CDN profiles under the given subscription.
Returns:
list
public abstract PagedIterable
Check the quota and actual usage of the CDN profiles under the given subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Check the quota and actual usage of the CDN profiles under the given subscription.
Returns:
Applies to
Azure SDK for Java