Interface Usage
public interface Usage
An immutable client-side representation of Usage.
-
Method Summary
Modifier and TypeMethodDescriptionGets the currentValue property: The current usage.Gets the inner com.azure.resourcemanager.devcenter.fluent.models.UsageInner object.limit()
Gets the limit property: The limit integer.name()
Gets the name property: The name.unit()
Gets the unit property: The unit details.
-
Method Details
-
currentValue
Long currentValue()Gets the currentValue property: The current usage.- Returns:
- the currentValue value.
-
limit
Long limit()Gets the limit property: The limit integer.- Returns:
- the limit value.
-
unit
UsageUnit unit()Gets the unit property: The unit details.- Returns:
- the unit value.
-
name
UsageName name()Gets the name property: The name.- Returns:
- the name value.
-
innerModel
UsageInner innerModel()Gets the inner com.azure.resourcemanager.devcenter.fluent.models.UsageInner object.- Returns:
- the inner object.
-