ContainerV1.VolumeMounts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of volume mounts for the container. Each volume mount specifies how a volume will be mounted and accessed within the container.
[YamlDotNet.Serialization.YamlMember(Alias="volumeMounts")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.VolumeMountV1> VolumeMounts { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="volumeMounts")>]
member this.VolumeMounts : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.VolumeMountV1>
Public ReadOnly Property VolumeMounts As List(Of VolumeMountV1)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute