Partilhar via


RunCommandInput.Script Propriedade

Definição

Obtém ou define opcional. O script a ser executado. Quando esse valor for fornecido, o script fornecido substituirá o script padrão do comando.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a