IntegrationRuntimeCustomSetupScriptProperties Class

Custom setup script properties for a managed dedicated integration runtime.

Inheritance
azure.mgmt.datafactory._serialization.Model
IntegrationRuntimeCustomSetupScriptProperties

Constructor

IntegrationRuntimeCustomSetupScriptProperties(*, blob_container_uri: str | None = None, sas_token: _models.SecureString | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
blob_container_uri
str

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
str

The URI of the Azure blob container that contains the custom setup script.

sas_token

The SAS token of the Azure blob container.