IUsagesOperations Interface

Definition

UsagesOperations operations.

public interface IUsagesOperations
type IUsagesOperations = interface
Public Interface IUsagesOperations

Methods

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets the current usage information as well as limits for Batch AI resources for given subscription.

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets the current usage information as well as limits for Batch AI resources for given subscription.

Extension Methods

List(IUsagesOperations, String)

Gets the current usage information as well as limits for Batch AI resources for given subscription.

ListAsync(IUsagesOperations, String, CancellationToken)

Gets the current usage information as well as limits for Batch AI resources for given subscription.

ListNext(IUsagesOperations, String)

Gets the current usage information as well as limits for Batch AI resources for given subscription.

ListNextAsync(IUsagesOperations, String, CancellationToken)

Gets the current usage information as well as limits for Batch AI resources for given subscription.

Applies to