Interface BatchAIUsage
- All Superinterfaces:
HasInner<com.microsoft.azure.management.batchai.implementation.UsageInner>
@Beta(V1_10_0)
public interface BatchAIUsage
extends HasInner<com.microsoft.azure.management.batchai.implementation.UsageInner>
An immutable client-side representation of an Azure Batch AI resource usage info object.
-
Method Summary
-
Method Details
-
unit
UsageUnit unit()- Returns:
- the unit of usage measurement
-
currentValue
int currentValue()- Returns:
- the current count of the allocated resources in the subscription
-
limit
long limit()- Returns:
- the maximum count of the resources that can be allocated in the subscription
-
name
UsageName name()- Returns:
- the name of the type of usage
-