Share via


EphemeralContainerV1.VolumeDevices Property

Definition

Represents a collection of volume devices mapped within the container. Each entry in this collection describes a specific mapping of a raw block device to a container using the VolumeDeviceV1 class.

[YamlDotNet.Serialization.YamlMember(Alias="volumeDevices")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.VolumeDeviceV1> VolumeDevices { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="volumeDevices")>]
member this.VolumeDevices : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.VolumeDeviceV1>
Public ReadOnly Property VolumeDevices As List(Of VolumeDeviceV1)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to