Partager via


JobPreparation.CommandLine Propriété

Définition

Obtient ou définit la ligne de commande.

[Newtonsoft.Json.JsonProperty(PropertyName="commandLine")]
public string CommandLine { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="commandLine")>]
member this.CommandLine : string with get, set
Public Property CommandLine As String

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Ligne de commande à exécuter. Si containerSettings est spécifié sur le travail, cette ligne de commande est exécutée dans le même conteneur que le travail. Sinon, elle sera exécutée sur le nœud.

S’applique à