UsagesClient Interface

public interface UsagesClient

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

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<QuotaUsageResultInner> listBySubscription(String location)

Gets a list of all Search quota usages in the given subscription.

abstract PagedIterable<QuotaUsageResultInner> listBySubscription(String location, UUID clientRequestId, Context context)

Gets a list of all Search quota usages in the given subscription.

abstract PagedFlux<QuotaUsageResultInner> listBySubscriptionAsync(String location)

Gets a list of all Search quota usages in the given subscription.

abstract PagedFlux<QuotaUsageResultInner> listBySubscriptionAsync(String location, UUID clientRequestId)

Gets a list of all Search quota usages in the given subscription.

Method Details

listBySubscription

public abstract PagedIterable listBySubscription(String location)

Gets a list of all Search quota usages in the given subscription.

Parameters:

location - The unique location name for a Microsoft Azure geographic region.

Returns:

a list of all Search quota usages in the given subscription as paginated response with PagedIterable<T>.

listBySubscription

public abstract PagedIterable listBySubscription(String location, UUID clientRequestId, Context context)

Gets a list of all Search quota usages in the given subscription.

Parameters:

location - The unique location name for a Microsoft Azure geographic region.
clientRequestId - A client-generated GUID value that identifies this request. If specified, this will be included in response information as a way to track the request.
context - The context to associate with this operation.

Returns:

a list of all Search quota usages in the given subscription as paginated response with PagedIterable<T>.

listBySubscriptionAsync

public abstract PagedFlux listBySubscriptionAsync(String location)

Gets a list of all Search quota usages in the given subscription.

Parameters:

location - The unique location name for a Microsoft Azure geographic region.

Returns:

a list of all Search quota usages in the given subscription as paginated response with PagedFlux<T>.

listBySubscriptionAsync

public abstract PagedFlux listBySubscriptionAsync(String location, UUID clientRequestId)

Gets a list of all Search quota usages in the given subscription.

Parameters:

location - The unique location name for a Microsoft Azure geographic region.
clientRequestId - A client-generated GUID value that identifies this request. If specified, this will be included in response information as a way to track the request.

Returns:

a list of all Search quota usages in the given subscription as paginated response with PagedFlux<T>.

Applies to