EphemeralContainerV1.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 list of arguments to be passed to the container at runtime. This property is used to explicitly specify the arguments for the container's entrypoint command. If not specified, the container runtime will use the default arguments defined in the image.
[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