GetUsagesInLocationsClient Interface
public interface GetUsagesInLocationsClient
An instance of this class provides access to all the operations defined in GetUsagesInLocationsClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
list(String location)
Lists subscription core usages for all skus used in a location, for a given type of quota. |
abstract
Paged |
list(String location, Context context)
Lists subscription core usages for all skus used in a location, for a given type of quota. |
abstract
Paged |
listAsync(String location)
Lists subscription core usages for all skus used in a location, for a given type of quota. |
Method Details
list
public abstract PagedIterable
Lists subscription core usages for all skus used in a location, for a given type of quota. List usages in cores for all skus used by a subscription in a given location, for a specific quota type.
Parameters:
Returns:
list
public abstract PagedIterable
Lists subscription core usages for all skus used in a location, for a given type of quota. List usages in cores for all skus used by a subscription in a given location, for a specific quota type.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists subscription core usages for all skus used in a location, for a given type of quota. List usages in cores for all skus used by a subscription in a given location, for a specific quota type.
Parameters:
Returns:
Applies to
Azure SDK for Java