Share via


BatchAccountPoolStartTask.CommandLine Property

Definition

The command line does not run under a shell, and therefore cannot take advantage of shell features such as environment variable expansion. If you want to take advantage of such features, you should invoke the shell in the command line, for example using "cmd /c MyCommand" in Windows or "/bin/sh -c MyCommand" in Linux. Required if any other properties of the startTask are specified.

public string CommandLine { get; set; }
member this.CommandLine : string with get, set
Public Property CommandLine As String

Property Value

Applies to