Class ManagedEnvironmentStoragesCollectionInner
- java.lang.Object
-
- com.azure.resourcemanager.appcontainers.fluent.models.ManagedEnvironmentStoragesCollectionInner
-
public final class ManagedEnvironmentStoragesCollectionInner extends Object
Collection of Storage for Environments.
-
-
Constructor Summary
Constructors Constructor Description ManagedEnvironmentStoragesCollectionInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate()
Validates the instance.List<ManagedEnvironmentStorageInner>
value()
Get the value property: Collection of storage resources.ManagedEnvironmentStoragesCollectionInner
withValue(List<ManagedEnvironmentStorageInner> value)
Set the value property: Collection of storage resources.
-
-
-
Method Detail
-
value
public List<ManagedEnvironmentStorageInner> value()
Get the value property: Collection of storage resources.- Returns:
- the value value.
-
withValue
public ManagedEnvironmentStoragesCollectionInner withValue(List<ManagedEnvironmentStorageInner> value)
Set the value property: Collection of storage resources.- Parameters:
value
- the value value to set.- Returns:
- the ManagedEnvironmentStoragesCollectionInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-