Share via


EphemeralContainerV1.Command Property

Definition

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

Applies to