ContainerV1.Command 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.
Gets the command to be executed by the container. Represents an optional list of strings that overrides the default entrypoint of the container's image. Each string in the list corresponds to a command line argument.
[YamlDotNet.Serialization.YamlMember(Alias="command")]
public System.Collections.Generic.List<string> Command { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="command")>]
member this.Command : System.Collections.Generic.List<string>
Public ReadOnly Property Command As List(Of String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute