EphemeralContainerV1.VolumeDevices 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 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