Usages Interface

public interface Usages

Resource collection API of Usages.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<Usage> list(String location)

Gets the current usage information as well as limits for AML resources for given subscription and location.

abstract PagedIterable<Usage> list(String location, Context context)

Gets the current usage information as well as limits for AML resources for given subscription and location.

Method Details

list

public abstract PagedIterable list(String location)

Gets the current usage information as well as limits for AML resources for given subscription and location.

Parameters:

location - The location for which resource usage is queried.

Returns:

the current usage information as well as limits for AML resources for given subscription and location.

list

public abstract PagedIterable list(String location, Context context)

Gets the current usage information as well as limits for AML resources for given subscription and location.

Parameters:

location - The location for which resource usage is queried.
context - The context to associate with this operation.

Returns:

the current usage information as well as limits for AML resources for given subscription and location.

Applies to