InitContainerDefinition.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 or sets the command to execute within the init container in exec form.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.command")]
public System.Collections.Generic.IList<string> Command { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.command")>]
member this.Command : System.Collections.Generic.IList<string> with get, set
Public Property Command As IList(Of String)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute