IntegrationRuntimeCustomSetupScriptProperties Class
Custom setup script properties for a managed dedicated integration runtime.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelIntegrationRuntimeCustomSetupScriptProperties
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. |
sas_token
|
The SAS token of the Azure blob container. |
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. |
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