Compartir a través de


ContainerExec.Command Propiedad

Definición

Obtiene o establece los comandos que se van a ejecutar dentro del contenedor.

[Newtonsoft.Json.JsonProperty(PropertyName="command")]
public System.Collections.Generic.IList<string> Command { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="command")>]
member this.Command : System.Collections.Generic.IList<string> with get, set
Public Property Command As IList(Of String)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a