Class RegistryUsageListResultInner
- java.lang.Object
-
- com.azure.resourcemanager.containerregistry.fluent.models.RegistryUsageListResultInner
-
public final class RegistryUsageListResultInner extends Object
The result of a request to get container registry quota usages.
-
-
Constructor Summary
Constructors Constructor Description RegistryUsageListResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<RegistryUsage>value()Get the value property: The list of container registry quota usages.RegistryUsageListResultInnerwithValue(List<RegistryUsage> value)Set the value property: The list of container registry quota usages.
-
-
-
Method Detail
-
value
public List<RegistryUsage> value()
Get the value property: The list of container registry quota usages.- Returns:
- the value value.
-
withValue
public RegistryUsageListResultInner withValue(List<RegistryUsage> value)
Set the value property: The list of container registry quota usages.- Parameters:
value- the value value to set.- Returns:
- the RegistryUsageListResultInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-