次の方法で共有


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> listByLocation(String locationName)

List Quota resources by subscription ID.

abstract PagedIterable<QuotaInner> listByLocation(String locationName, Context context)

List Quota resources by subscription ID.

Method Details

listByLocation

public abstract PagedIterable<QuotaInner> listByLocation(String locationName)

List Quota resources by subscription ID.

Parameters:

locationName - Name of the location.

Returns:

the response of a Quota list operation as paginated response with PagedIterable<T>.

listByLocation

public abstract PagedIterable<QuotaInner> listByLocation(String locationName, Context context)

List Quota resources by subscription ID.

Parameters:

locationName - Name of the location.
context - The context to associate with this operation.

Returns:

the response of a Quota list operation as paginated response with PagedIterable<T>.

Applies to