IntegrationRuntimeCustomSetupScriptProperties Class
Custom setup script properties for a managed dedicated integration runtime.
Constructor
IntegrationRuntimeCustomSetupScriptProperties(*, blob_container_uri: str | None = None, sas_token: _models.SecureString | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
blob_container_uri
|
The URI of the Azure blob container that contains the custom setup script. Default value: None
|
sas_token
|
The SAS token of the Azure blob container. Default value: None
|
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. |