VirtualMachineRunCommandScriptSource Class
Describes the script sources for run command.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualMachineRunCommandScriptSource
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. |
script_uri
|
Specifies the script download location. |
command_id
|
Specifies a commandId of predefined built-in script. |
Variables
Name | Description |
---|---|
script
|
Specifies the script content to be executed on the VM. |
script_uri
|
Specifies the script download location. |
command_id
|
Specifies a commandId of predefined built-in script. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python