Class UsageListResult
- java.lang.Object
-
- com.azure.resourcemanager.storage.models.UsageListResult
-
public final class UsageListResult extends Object
The response from the List Usages operation.
-
-
Constructor Summary
Constructors Constructor Description UsageListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<UsageInner>value()Get the value property: Gets or sets the list of Storage Resource Usages.UsageListResultwithValue(List<UsageInner> value)Set the value property: Gets or sets the list of Storage Resource Usages.
-
-
-
Method Detail
-
value
public List<UsageInner> value()
Get the value property: Gets or sets the list of Storage Resource Usages.- Returns:
- the value value.
-
withValue
public UsageListResult withValue(List<UsageInner> value)
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.
-
-