Usages Interface

public interface Usages

Resource collection API of Usages.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<SignalRUsage> list(String location)

List resource usage quotas by location.

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

List resource usage quotas by location.

Method Details

list

public abstract PagedIterable<SignalRUsage> list(String location)

List resource usage quotas by location.

Parameters:

location - the location like "eastus".

Returns:

object that includes an array of the resource usages and a possible link for next set as paginated response with PagedIterable<T>.

list

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

List resource usage quotas by location.

Parameters:

location - the location like "eastus".
context - The context to associate with this operation.

Returns:

object that includes an array of the resource usages and a possible link for next set as paginated response with PagedIterable<T>.

Applies to