Interface UsageResult
public interface UsageResult
An immutable client-side representation of UsageResult.
-
Method Summary
Modifier and TypeMethodDescriptionGets the currentValue property: The current usage value for the subscription.id()
Gets the id property: The id of the usage.Gets the inner com.azure.resourcemanager.netapp.fluent.models.UsageResultInner object.limit()
Gets the limit property: The limit of the usage.name()
Gets the name property: The name of the usage.unit()
Gets the unit property: The unit of the usage.
-
Method Details
-
id
String id()Gets the id property: The id of the usage.- Returns:
- the id value.
-
name
UsageName name()Gets the name property: The name of the usage.- Returns:
- the name value.
-
currentValue
Integer currentValue()Gets the currentValue property: The current usage value for the subscription.- Returns:
- the currentValue value.
-
limit
Integer limit()Gets the limit property: The limit of the usage.- Returns:
- the limit value.
-
unit
String unit()Gets the unit property: The unit of the usage.- Returns:
- the unit value.
-
innerModel
UsageResultInner innerModel()Gets the inner com.azure.resourcemanager.netapp.fluent.models.UsageResultInner object.- Returns:
- the inner object.
-