SetupScripts Class
Customized setup scripts.
Constructor
SetupScripts(*, startup_script: ScriptReference | None = None, creation_script: ScriptReference | None = None)
Keyword-Only Parameters
Name | Description |
---|---|
startup_script
|
The script to be run every time the compute is started. |
creation_script
|
The script to be run only when the compute is created. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python