RunCommandInput Class
Capture Virtual Machine parameters.
Constructor
RunCommandInput()
Variables
| Name | Description |
|---|---|
|
command_id
|
Specifies a commandId of predefined built-in script. Command IDs available for Linux are listed at https://aka.ms/RunCommandManagedLinux#available-commands, Windows at https://aka.ms/RunCommandManagedWindows#available-commands. Required. |
|
script
|
Optional. The script to be executed. When this value is given, the given script will override the default script of the command. |
|
parameters
|
list[<xref:"RunCommandInputParameter">]
The run command parameters. |
Attributes
commandId
Specifies a commandId of predefined built-in script. Command IDs available for Linux are listed at https://aka.ms/RunCommandManagedLinux#available-commands, Windows at https://aka.ms/RunCommandManagedWindows#available-commands. Required.
commandId: str
parameters
The run command parameters.
parameters: list[azure.mgmt.compute.types.RunCommandInputParameter]
script
Optional. The script to be executed. When this value is given, the given script will override the default script of the command.
script: list[str]