ContainerV1.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 VolumeDeviceV1 objects that describe mappings of raw block devices within a container.
[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