Interface ManagedEnvironmentStoragesCollection
-
public interface ManagedEnvironmentStoragesCollection
An immutable client-side representation of ManagedEnvironmentStoragesCollection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedEnvironmentStoragesCollectionInner
innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.ManagedEnvironmentStoragesCollectionInner object.List<ManagedEnvironmentStorage>
value()
Gets the value property: Collection of storage resources.
-
-
-
Method Detail
-
value
List<ManagedEnvironmentStorage> value()
Gets the value property: Collection of storage resources.- Returns:
- the value value.
-
innerModel
ManagedEnvironmentStoragesCollectionInner innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.ManagedEnvironmentStoragesCollectionInner object.- Returns:
- the inner object.
-
-