IntegrationRuntimeCustomSetupScriptProperties Class
Custom setup script properties for a managed dedicated integration runtime.
Constructor
IntegrationRuntimeCustomSetupScriptProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
blob_container_uri
|
The URI of the Azure blob container that contains the custom setup script. |
|
sas_token
|
The SAS token of the Azure blob container. |
Attributes
blob_container_uri
The URI of the Azure blob container that contains the custom setup script.
blob_container_uri: str | None
sas_token
The SAS token of the Azure blob container.
sas_token: _models.SecureString | None