RunCommandDocument interface  
Describes the properties of a Run Command.
- Extends
 
Properties
| parameters | The parameters used by the script.  | 
| script | The script to be executed.  | 
Inherited Properties
| description | The VM run command description.  | 
| id | The VM run command id.  | 
| label | The VM run command label.  | 
| os | 
	The Operating System type.  | 
| schema | The VM run command schema.  | 
Property Details
parameters
The parameters used by the script.
parameters?: RunCommandParameterDefinition[]
				Property Value
script
The script to be executed.
script: string[]
				Property Value
string[]
Inherited Property Details
description
The VM run command description.
description: string
				Property Value
string
Inherited From RunCommandDocumentBase.description
id
label
The VM run command label.
label: string
				Property Value
string
Inherited From RunCommandDocumentBase.label
		osType
	 
	The Operating System type.
osType: OperatingSystemTypes
				Property Value
Inherited From RunCommandDocumentBase.osType
schema
The VM run command schema.
schema: string
				Property Value
string
Inherited From RunCommandDocumentBase.schema