RunCommandInput Class

Capture Virtual Machine parameters.

All required parameters must be populated in order to send to Azure.

Inheritance
RunCommandInput

Constructor

RunCommandInput(*, command_id: str, script: Optional[List[str]] = None, parameters: Optional[List[azure.mgmt.compute.v2021_04_01.models._models_py3.RunCommandInputParameter]] = None, **kwargs)

Parameters

command_id
str
Required

Required. The run command id.

script
list[str]
Required

Optional. The script to be executed. When this value is given, the given script will override the default script of the command.

parameters
list[RunCommandInputParameter]
Required

The run command parameters.