VirtualMachineRunCommandScriptSource Class

Definition

Describes the script sources for run command.

public class VirtualMachineRunCommandScriptSource
type VirtualMachineRunCommandScriptSource = class
Public Class VirtualMachineRunCommandScriptSource
Inheritance
VirtualMachineRunCommandScriptSource

Constructors

VirtualMachineRunCommandScriptSource()

Initializes a new instance of the VirtualMachineRunCommandScriptSource class.

VirtualMachineRunCommandScriptSource(String, String, String)

Initializes a new instance of the VirtualMachineRunCommandScriptSource class.

Properties

CommandId

Gets or sets specifies a commandId of predefined built-in script.

Script

Gets or sets specifies the script content to be executed on the VM.

ScriptUri

Gets or sets specifies the script download location.

Applies to