Bagikan melalui


SetupTask.CommandLine Property

Definition

Gets or sets command line.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The command line to be executed on each cluster's node after it being allocated or rebooted. The command is executed in a bash subshell as a root.

Applies to