Class UsageListResult
java.lang.Object
com.azure.resourcemanager.automation.models.UsageListResult
The response model for the get usage operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: Gets or sets usage.withValue
(List<UsageInner> value) Set the value property: Gets or sets usage.
-
Constructor Details
-
UsageListResult
public UsageListResult()
-
-
Method Details
-
value
Get the value property: Gets or sets usage.- Returns:
- the value value.
-
withValue
Set the value property: Gets or sets usage.- Parameters:
value
- the value value to set.- Returns:
- the UsageListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-