EphemeralContainerV1.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 list of commands to be executed within the ephemeral container. This property represents the command-line instructions or entrypoint which will override the default entrypoint of the container's image.
[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