Usage Interface
public interface Usage
An immutable client-side representation of Usage.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Long |
currentValue()
Gets the current |
| abstract String |
id()
Gets the id property: The fully qualified arm resource id. |
|
abstract
Usage |
innerModel()
Gets the inner com. |
| abstract Long |
limit()
Gets the limit property: The limit integer. |
|
abstract
Usage |
name()
Gets the name property: The name. |
|
abstract
Usage |
unit()
Gets the unit property: The unit details. |
Method Details
currentValue
public abstract Long currentValue()
Gets the currentValue property: The current usage.
Returns:
id
public abstract String id()
Gets the id property: The fully qualified arm resource id.
Returns:
innerModel
public abstract UsageInner innerModel()
Gets the inner com.azure.resourcemanager.devcenter.fluent.models.UsageInner object.
Returns:
limit
public abstract Long limit()
Gets the limit property: The limit integer.
Returns:
name
public abstract UsageName name()
Gets the name property: The name.
Returns:
unit
public abstract UsageUnit unit()
Gets the unit property: The unit details.
Returns: