Uses of Class
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeCustomSetupScriptProperties
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of IntegrationRuntimeCustomSetupScriptProperties in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionIntegrationRuntimeSsisProperties.customSetupScriptProperties()
Get the customSetupScriptProperties property: Custom setup script properties for a managed dedicated integration runtime.IntegrationRuntimeCustomSetupScriptProperties.withBlobContainerUri
(String blobContainerUri) Set the blobContainerUri property: The URI of the Azure blob container that contains the custom setup script.IntegrationRuntimeCustomSetupScriptProperties.withSasToken
(SecureString sasToken) Set the sasToken property: The SAS token of the Azure blob container.Modifier and TypeMethodDescriptionIntegrationRuntimeSsisProperties.withCustomSetupScriptProperties
(IntegrationRuntimeCustomSetupScriptProperties customSetupScriptProperties) Set the customSetupScriptProperties property: Custom setup script properties for a managed dedicated integration runtime.