Class RegistryUsageListResultInner
java.lang.Object
com.azure.resourcemanager.containerregistry.fluent.models.RegistryUsageListResultInner
The result of a request to get container registry quota usages.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of RegistryUsageListResultInner class. -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.value()Get the value property: The list of container registry quota usages.withValue(List<RegistryUsage> value) Set the value property: The list of container registry quota usages.
-
Constructor Details
-
RegistryUsageListResultInner
public RegistryUsageListResultInner()Creates an instance of RegistryUsageListResultInner class.
-
-
Method Details
-
value
Get the value property: The list of container registry quota usages.- Returns:
- the value value.
-
withValue
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.
-