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
Paged |
listBySubscription(String location)
Gets a list of all Search quota usages in the given subscription. |
abstract
Paged |
listBySubscription(String location, UUID clientRequestId, Context context)
Gets a list of all Search quota usages in the given subscription. |
abstract
Paged |
listBySubscriptionAsync(String location)
Gets a list of all Search quota usages in the given subscription. |
abstract
Paged |
listBySubscriptionAsync(String location, UUID clientRequestId)
Gets a list of all Search quota usages in the given subscription. |
Method Details
listBySubscription
public abstract PagedIterable
Gets a list of all Search quota usages in the given subscription.
Parameters:
Returns:
listBySubscription
public abstract PagedIterable
Gets a list of all Search quota usages in the given subscription.
Parameters:
Returns:
listBySubscriptionAsync
public abstract PagedFlux
Gets a list of all Search quota usages in the given subscription.
Parameters:
Returns:
listBySubscriptionAsync
public abstract PagedFlux
Gets a list of all Search quota usages in the given subscription.
Parameters:
Returns:
Applies to
Azure SDK for Java