VirtualMachineRunCommandScriptSource Class
Describes the script sources for run command.
Constructor
VirtualMachineRunCommandScriptSource(*, script: str | None = None, script_uri: str | None = None, command_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
script
|
Specifies the script content to be executed on the VM. Default value: None
|
script_uri
|
Specifies the script download location. Default value: None
|
command_id
|
Specifies a commandId of predefined built-in script. Default value: None
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python