Interface StorageUsage
- All Superinterfaces:
HasInner<com.microsoft.azure.management.storage.implementation.UsageInner>
public interface StorageUsage
extends HasInner<com.microsoft.azure.management.storage.implementation.UsageInner>
An immutable client-side representation of an Azure storage resource usage info object.
-
Method Summary
-
Method Details
-
unit
UsageUnit unit()- Returns:
- the unit of measurement. Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent', 'CountsPerSecond', 'BytesPerSecond'.
-
currentValue
int currentValue()- Returns:
- the current count of the allocated resources in the subscription
-
limit
int 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
-