Partager via


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 PagedIterable<ResourceUsageInner> list()

Check the quota and actual usage of the CDN profiles under the given subscription.

abstract PagedIterable<ResourceUsageInner> list(Context context)

Check the quota and actual usage of the CDN profiles under the given subscription.

abstract PagedFlux<ResourceUsageInner> listAsync()

Check the quota and actual usage of the CDN profiles under the given subscription.

Method Details

list

public abstract PagedIterable list()

Check the quota and actual usage of the CDN profiles under the given subscription.

Returns:

output of check resource usage API as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(Context context)

Check the quota and actual usage of the CDN profiles under the given subscription.

Parameters:

context - The context to associate with this operation.

Returns:

output of check resource usage API as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync()

Check the quota and actual usage of the CDN profiles under the given subscription.

Returns:

output of check resource usage API as paginated response with PagedFlux<T>.

Applies to