Usage Interface
public interface Usage
An immutable client-side representation of Usage.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract int |
currentValue()
Gets the current |
|
abstract
Usage |
innerModel()
Gets the inner com. |
| abstract int |
limit()
Gets the limit property: limit of a given sku in a region for a subscription. |
|
abstract
Usage |
name()
Gets the name property: Usage name value and localized name. |
|
abstract
Usage |
unit()
Gets the unit property: The usages' unit. |
Method Details
currentValue
public abstract int currentValue()
Gets the currentValue property: The current usage value.
Returns:
innerModel
public abstract UsageInner innerModel()
Gets the inner com.azure.resourcemanager.vmwarecloudsimple.fluent.models.UsageInner object.
Returns:
limit
public abstract int limit()
Gets the limit property: limit of a given sku in a region for a subscription. The maximum permitted value for the usage quota. If there is no limit, this value will be -1.
Returns:
name
public abstract UsageName name()
Gets the name property: Usage name value and localized name.
Returns:
unit
public abstract UsageCount unit()
Gets the unit property: The usages' unit.
Returns: