Uses of Class
com.azure.analytics.synapse.artifacts.models.IntegrationRuntimeCustomSetupScriptProperties
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of IntegrationRuntimeCustomSetupScriptProperties in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionIntegrationRuntimeSsisProperties.getCustomSetupScriptProperties()
Get the customSetupScriptProperties property: Custom setup script properties for a managed dedicated integration runtime.IntegrationRuntimeCustomSetupScriptProperties.setBlobContainerUri
(String blobContainerUri) Set the blobContainerUri property: The URI of the Azure blob container that contains the custom setup script.IntegrationRuntimeCustomSetupScriptProperties.setSasToken
(SecureString sasToken) Set the sasToken property: The SAS token of the Azure blob container.Modifier and TypeMethodDescriptionIntegrationRuntimeSsisProperties.setCustomSetupScriptProperties
(IntegrationRuntimeCustomSetupScriptProperties customSetupScriptProperties) Set the customSetupScriptProperties property: Custom setup script properties for a managed dedicated integration runtime.