Uses of Class
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeSsisProperties
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of IntegrationRuntimeSsisProperties in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionManagedIntegrationRuntimeTypeProperties.ssisProperties()
Get the ssisProperties property: SSIS properties for managed integration runtime.Modifier and TypeMethodDescriptionManagedIntegrationRuntimeTypeProperties.withSsisProperties
(IntegrationRuntimeSsisProperties ssisProperties) Set the ssisProperties property: SSIS properties for managed integration runtime. -
Uses of IntegrationRuntimeSsisProperties in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionManagedIntegrationRuntime.ssisProperties()
Get the ssisProperties property: SSIS properties for managed integration runtime.IntegrationRuntimeSsisProperties.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: SSIS properties for managed integration runtime.IntegrationRuntimeSsisProperties.withCatalogInfo
(IntegrationRuntimeSsisCatalogInfo catalogInfo) Set the catalogInfo property: Catalog information for managed dedicated integration runtime.IntegrationRuntimeSsisProperties.withCredential
(CredentialReference credential) Set the credential property: The credential reference containing authentication information.IntegrationRuntimeSsisProperties.withCustomSetupScriptProperties
(IntegrationRuntimeCustomSetupScriptProperties customSetupScriptProperties) Set the customSetupScriptProperties property: Custom setup script properties for a managed dedicated integration runtime.IntegrationRuntimeSsisProperties.withDataProxyProperties
(IntegrationRuntimeDataProxyProperties dataProxyProperties) Set the dataProxyProperties property: Data proxy properties for a managed dedicated integration runtime.IntegrationRuntimeSsisProperties.withEdition
(IntegrationRuntimeEdition edition) Set the edition property: The edition for the SSIS Integration Runtime.IntegrationRuntimeSsisProperties.withExpressCustomSetupProperties
(List<CustomSetupBase> expressCustomSetupProperties) Set the expressCustomSetupProperties property: Custom setup without script properties for a SSIS integration runtime.IntegrationRuntimeSsisProperties.withLicenseType
(IntegrationRuntimeLicenseType licenseType) Set the licenseType property: License type for bringing your own license scenario.IntegrationRuntimeSsisProperties.withPackageStores
(List<PackageStore> packageStores) Set the packageStores property: Package stores for the SSIS Integration Runtime.Modifier and TypeMethodDescriptionManagedIntegrationRuntime.withSsisProperties
(IntegrationRuntimeSsisProperties ssisProperties) Set the ssisProperties property: SSIS properties for managed integration runtime.