Usage Interface
public interface Usage
An immutable client-side representation of Usage.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract float |
currentValue()
Gets the current |
|
abstract
Usage |
innerModel()
Gets the inner com. |
| abstract float |
limit()
Gets the limit property: The maximum permitted usage of the resource. |
|
abstract
Usage |
name()
Gets the name property: The name of the type of usage. |
| abstract String |
unit()
Gets the unit property: An enum describing the unit of usage measurement. |
Method Details
currentValue
public abstract float currentValue()
Gets the currentValue property: The current usage of the resource.
Returns:
innerModel
public abstract UsageInner innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.UsageInner object.
Returns:
limit
public abstract float limit()
Gets the limit property: The maximum permitted usage of the resource.
Returns:
name
public abstract UsageName name()
Gets the name property: The name of the type of usage.
Returns:
unit
public abstract String unit()
Gets the unit property: An enum describing the unit of usage measurement.
Returns: