Share via


VirtualMachineRunCommandScriptSource interface

Describes the script sources for run command.

Properties

commandId

Specifies a commandId of predefined built-in script.

script

Specifies the script content to be executed on the VM.

scriptUri

Specifies the script download location.

Property Details

commandId

Specifies a commandId of predefined built-in script.

commandId?: string

Property Value

string

script

Specifies the script content to be executed on the VM.

script?: string

Property Value

string

scriptUri

Specifies the script download location.

scriptUri?: string

Property Value

string