Share via


SubscriptionUsagesClient Interface

public interface SubscriptionUsagesClient

An instance of this class provides access to all the operations defined in SubscriptionUsagesClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<QuotaInner> usages(String location)

List Quota resources by subscription ID.

abstract PagedIterable<QuotaInner> usages(String location, Context context)

List Quota resources by subscription ID.

Method Details

usages

public abstract PagedIterable<QuotaInner> usages(String location)

List Quota resources by subscription ID.

Parameters:

location - The name of the Azure region.

Returns:

paged collection of Quota items as paginated response with PagedIterable<T>.

usages

public abstract PagedIterable<QuotaInner> usages(String location, Context context)

List Quota resources by subscription ID.

Parameters:

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

Returns:

paged collection of Quota items as paginated response with PagedIterable<T>.

Applies to