Compartilhar via


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 PagedIterable<CsmUsageQuotaInner> list(String location)

Lists subscription core usages for all skus used in a location, for a given type of quota.

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

Lists subscription core usages for all skus used in a location, for a given type of quota.

abstract PagedFlux<CsmUsageQuotaInner> 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 list(String location)

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:

location - The name of the Azure region.

Returns:

collection of CSM usage quotas as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String location, Context context)

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:

location - The name of the Azure region.
context - The context to associate with this operation.

Returns:

collection of CSM usage quotas as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync(String location)

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:

location - The name of the Azure region.

Returns:

collection of CSM usage quotas as paginated response with PagedFlux<T>.

Applies to