Class UsageListResult
java.lang.Object
com.azure.resourcemanager.storage.models.UsageListResult
The response from the List Usages operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.value()Get the value property: Gets or sets the list of Storage Resource Usages.withValue(List<UsageInner> value) Set the value property: Gets or sets the list of Storage Resource Usages.
-
Constructor Details
-
UsageListResult
public UsageListResult()Creates an instance of UsageListResult class.
-
-
Method Details
-
value
Get the value property: Gets or sets the list of Storage Resource Usages.- Returns:
- the value value.
-
withValue
Set the value property: Gets or sets the list of Storage Resource Usages.- 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.
-