RunCommandDocumentOutput 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
| $schema | The VM run command schema. |
| description | The VM run command description. |
| id | The VM run command id. |
| label | The VM run command label. |
| os |
The Operating System type. |
Property Details
parameters
The parameters used by the script.
parameters?: RunCommandParameterDefinitionOutput[]
Property Value
script
The script to be executed.
script: string[]
Property Value
string[]
Inherited Property Details
$schema
The VM run command schema.
$schema: string
Property Value
string
Inherited From RunCommandDocumentBaseOutput.$schema
description
The VM run command description.
description: string
Property Value
string
Inherited From RunCommandDocumentBaseOutput.description
id
The VM run command id.
id: string
Property Value
string
Inherited From RunCommandDocumentBaseOutput.id
label
The VM run command label.
label: string
Property Value
string
Inherited From RunCommandDocumentBaseOutput.label
osType
The Operating System type.
osType: "Windows" | "Linux"
Property Value
"Windows" | "Linux"
Inherited From RunCommandDocumentBaseOutput.osType