ContainerV1.Args 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 the arguments to pass to the container's entrypoint.
These arguments are added after the container's command
property.
If command
is specified, these arguments are passed exactly as provided;
otherwise, they are appended to the container's default entrypoint command.
[YamlDotNet.Serialization.YamlMember(Alias="args")]
public System.Collections.Generic.List<string> Args { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="args")>]
member this.Args : System.Collections.Generic.List<string>
Public ReadOnly Property Args As List(Of String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute