Service.Devices 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 device mappings for the service container. This property defines the host-to-container device paths in Docker.
[YamlDotNet.Serialization.YamlMember(Alias="devices", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.List<string> Devices { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="devices", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.Devices : System.Collections.Generic.List<string> with get, set
Public Property Devices As List(Of String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute