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