Share via


SubscriptionUsages Interface

public interface SubscriptionUsages

Resource collection API of SubscriptionUsages.

Method Summary

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

List Quota resources by subscription ID.

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

List Quota resources by subscription ID.

Method Details

usages

public abstract PagedIterable<Quota> 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<Quota> 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