IUsagesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET