@azure/arm-datafactory 9.0.0 → 10.0.0-alpha.20211215.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -78
- package/dist/index.js +30521 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/dataFactoryManagementClient.d.ts +34 -0
- package/dist-esm/src/dataFactoryManagementClient.d.ts.map +1 -0
- package/dist-esm/src/dataFactoryManagementClient.js +41 -0
- package/dist-esm/src/dataFactoryManagementClient.js.map +1 -0
- package/dist-esm/src/dataFactoryManagementClientContext.d.ts +16 -0
- package/dist-esm/src/dataFactoryManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/dataFactoryManagementClientContext.js +49 -0
- package/dist-esm/src/dataFactoryManagementClientContext.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +10786 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +699 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +1183 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +16180 -15967
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +58 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +454 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/activityRuns.d.ts +22 -0
- package/dist-esm/src/operations/activityRuns.d.ts.map +1 -0
- package/dist-esm/src/operations/activityRuns.js +58 -0
- package/dist-esm/src/operations/activityRuns.js.map +1 -0
- package/dist-esm/src/operations/dataFlowDebugSession.d.ts +87 -0
- package/dist-esm/src/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist-esm/src/operations/dataFlowDebugSession.js +369 -0
- package/dist-esm/src/operations/dataFlowDebugSession.js.map +1 -0
- package/dist-esm/src/operations/dataFlows.d.ts +63 -0
- package/dist-esm/src/operations/dataFlows.d.ts.map +1 -0
- package/dist-esm/src/operations/dataFlows.js +239 -0
- package/dist-esm/src/operations/dataFlows.js.map +1 -0
- package/dist-esm/src/operations/datasets.d.ts +63 -0
- package/dist-esm/src/operations/datasets.d.ts.map +1 -0
- package/dist-esm/src/operations/datasets.js +240 -0
- package/dist-esm/src/operations/datasets.js.map +1 -0
- package/dist-esm/src/operations/exposureControl.d.ts +36 -0
- package/dist-esm/src/operations/exposureControl.d.ts.map +1 -0
- package/dist-esm/src/operations/exposureControl.js +120 -0
- package/dist-esm/src/operations/exposureControl.js.map +1 -0
- package/dist-esm/src/operations/factories.d.ts +106 -0
- package/dist-esm/src/operations/factories.d.ts.map +1 -0
- package/dist-esm/src/operations/factories.js +458 -0
- package/dist-esm/src/operations/factories.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/integrationRuntimeNodes.d.ts +50 -0
- package/dist-esm/src/operations/integrationRuntimeNodes.d.ts.map +1 -0
- package/dist-esm/src/operations/integrationRuntimeNodes.js +186 -0
- package/dist-esm/src/operations/integrationRuntimeNodes.js.map +1 -0
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.d.ts +39 -0
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.d.ts.map +1 -0
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js +143 -0
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js.map +1 -0
- package/dist-esm/src/operations/integrationRuntimes.d.ts +195 -0
- package/dist-esm/src/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist-esm/src/operations/integrationRuntimes.js +793 -0
- package/dist-esm/src/operations/integrationRuntimes.js.map +1 -0
- package/dist-esm/src/operations/linkedServices.d.ts +63 -0
- package/dist-esm/src/operations/linkedServices.d.ts.map +1 -0
- package/dist-esm/src/operations/linkedServices.js +246 -0
- package/dist-esm/src/operations/linkedServices.js.map +1 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.d.ts +69 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.js +275 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.js.map +1 -0
- package/dist-esm/src/operations/managedVirtualNetworks.d.ts +55 -0
- package/dist-esm/src/operations/managedVirtualNetworks.d.ts.map +1 -0
- package/dist-esm/src/operations/managedVirtualNetworks.js +214 -0
- package/dist-esm/src/operations/managedVirtualNetworks.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/pipelineRuns.d.ts +37 -0
- package/dist-esm/src/operations/pipelineRuns.d.ts.map +1 -0
- package/dist-esm/src/operations/pipelineRuns.js +118 -0
- package/dist-esm/src/operations/pipelineRuns.js.map +1 -0
- package/dist-esm/src/operations/pipelines.d.ts +71 -0
- package/dist-esm/src/operations/pipelines.d.ts.map +1 -0
- package/dist-esm/src/operations/pipelines.js +280 -0
- package/dist-esm/src/operations/pipelines.js.map +1 -0
- package/dist-esm/src/operations/privateEndPointConnections.d.ts +38 -0
- package/dist-esm/src/operations/privateEndPointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndPointConnections.js +137 -0
- package/dist-esm/src/operations/privateEndPointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnection.d.ts +38 -0
- package/dist-esm/src/operations/privateEndpointConnection.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnection.js +141 -0
- package/dist-esm/src/operations/privateEndpointConnection.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +20 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +53 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/triggerRuns.d.ts +39 -0
- package/dist-esm/src/operations/triggerRuns.d.ts.map +1 -0
- package/dist-esm/src/operations/triggerRuns.js +120 -0
- package/dist-esm/src/operations/triggerRuns.js.map +1 -0
- package/dist-esm/src/operations/triggers.d.ts +144 -0
- package/dist-esm/src/operations/triggers.d.ts.map +1 -0
- package/dist-esm/src/operations/triggers.js +619 -0
- package/dist-esm/src/operations/triggers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/activityRuns.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/activityRuns.d.ts.map +1 -0
- package/{src/models/triggerRunsMappers.ts → dist-esm/src/operationsInterfaces/activityRuns.js} +2 -10
- package/dist-esm/src/operationsInterfaces/activityRuns.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
- package/{src/models/activityRunsMappers.ts → dist-esm/src/operationsInterfaces/dataFlowDebugSession.js} +2 -10
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataFlows.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/dataFlows.d.ts.map +1 -0
- package/{src/models/integrationRuntimeNodesMappers.ts → dist-esm/src/operationsInterfaces/dataFlows.js} +2 -8
- package/dist-esm/src/operationsInterfaces/dataFlows.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/datasets.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/datasets.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/datasets.js} +2 -1
- package/dist-esm/src/operationsInterfaces/datasets.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/exposureControl.d.ts +28 -0
- package/dist-esm/src/operationsInterfaces/exposureControl.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/exposureControl.js +9 -0
- package/dist-esm/src/operationsInterfaces/exposureControl.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/factories.d.ts +70 -0
- package/dist-esm/src/operationsInterfaces/factories.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/factories.js +9 -0
- package/dist-esm/src/operationsInterfaces/factories.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +28 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeNodes.d.ts +42 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeNodes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeNodes.js +9 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeNodes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts +31 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.js +9 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.d.ts +170 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.js +9 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/linkedServices.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/linkedServices.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/linkedServices.js +9 -0
- package/dist-esm/src/operationsInterfaces/linkedServices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.d.ts +42 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.js +9 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedVirtualNetworks.d.ts +30 -0
- package/dist-esm/src/operationsInterfaces/managedVirtualNetworks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedVirtualNetworks.js +9 -0
- package/dist-esm/src/operationsInterfaces/managedVirtualNetworks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts +29 -0
- package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/pipelineRuns.js +9 -0
- package/dist-esm/src/operationsInterfaces/pipelineRuns.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/pipelines.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/pipelines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/pipelines.js +9 -0
- package/dist-esm/src/operationsInterfaces/pipelines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndPointConnections.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/privateEndPointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndPointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndPointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnection.d.ts +30 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnection.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnection.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnection.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/triggerRuns.d.ts +31 -0
- package/dist-esm/src/operationsInterfaces/triggerRuns.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/triggerRuns.js +9 -0
- package/dist-esm/src/operationsInterfaces/triggerRuns.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/triggers.d.ts +119 -0
- package/dist-esm/src/operationsInterfaces/triggers.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/triggers.js +9 -0
- package/dist-esm/src/operationsInterfaces/triggers.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +64 -21
- package/review/arm-datafactory.api.md +8222 -0
- package/rollup.config.js +181 -30
- package/src/dataFactoryManagementClient.ts +98 -69
- package/src/dataFactoryManagementClientContext.ts +45 -42
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +11452 -28321
- package/src/models/mappers.ts +17036 -16790
- package/src/models/parameters.ts +376 -159
- package/src/operations/activityRuns.ts +40 -62
- package/src/operations/dataFlowDebugSession.ts +383 -264
- package/src/operations/dataFlows.ts +201 -210
- package/src/operations/datasets.ts +199 -208
- package/src/operations/exposureControl.ts +85 -148
- package/src/operations/factories.ts +353 -452
- package/src/operations/index.ts +1 -2
- package/src/operations/integrationRuntimeNodes.ts +104 -167
- package/src/operations/integrationRuntimeObjectMetadata.ts +141 -96
- package/src/operations/integrationRuntimes.ts +645 -731
- package/src/operations/linkedServices.ts +198 -201
- package/src/operations/managedPrivateEndpoints.ts +214 -194
- package/src/operations/managedVirtualNetworks.ts +178 -162
- package/src/operations/operations.ts +82 -70
- package/src/operations/pipelineRuns.ts +81 -139
- package/src/operations/pipelines.ts +229 -269
- package/src/operations/privateEndPointConnections.ts +131 -79
- package/src/operations/privateEndpointConnection.ts +82 -122
- package/src/operations/privateLinkResources.ts +34 -48
- package/src/operations/triggerRuns.ts +85 -147
- package/src/operations/triggers.ts +605 -419
- package/src/operationsInterfaces/activityRuns.ts +32 -0
- package/src/operationsInterfaces/dataFlowDebugSession.ts +129 -0
- package/src/operationsInterfaces/dataFlows.ts +75 -0
- package/src/operationsInterfaces/datasets.ts +75 -0
- package/src/operationsInterfaces/exposureControl.ts +59 -0
- package/src/operationsInterfaces/factories.ts +137 -0
- package/src/operationsInterfaces/index.ts +28 -0
- package/src/operationsInterfaces/integrationRuntimeNodes.ts +84 -0
- package/src/operationsInterfaces/integrationRuntimeObjectMetadata.ts +64 -0
- package/src/operationsInterfaces/integrationRuntimes.ts +319 -0
- package/src/operationsInterfaces/linkedServices.ts +75 -0
- package/src/operationsInterfaces/managedPrivateEndpoints.ts +83 -0
- package/src/operationsInterfaces/managedVirtualNetworks.ts +61 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/pipelineRuns.ts +59 -0
- package/src/operationsInterfaces/pipelines.ts +90 -0
- package/src/operationsInterfaces/privateEndPointConnections.ts +29 -0
- package/src/operationsInterfaces/privateEndpointConnection.ts +61 -0
- package/src/operationsInterfaces/privateLinkResources.ts +27 -0
- package/src/operationsInterfaces/triggerRuns.ts +62 -0
- package/src/operationsInterfaces/triggers.ts +227 -0
- package/tsconfig.json +3 -3
- package/types/arm-datafactory.d.ts +12785 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-datafactory.js +0 -36564
- package/dist/arm-datafactory.js.map +0 -1
- package/dist/arm-datafactory.min.js +0 -1
- package/dist/arm-datafactory.min.js.map +0 -1
- package/esm/dataFactoryManagementClient.d.ts +0 -43
- package/esm/dataFactoryManagementClient.d.ts.map +0 -1
- package/esm/dataFactoryManagementClient.js +0 -56
- package/esm/dataFactoryManagementClient.js.map +0 -1
- package/esm/dataFactoryManagementClientContext.d.ts +0 -22
- package/esm/dataFactoryManagementClientContext.d.ts.map +0 -1
- package/esm/dataFactoryManagementClientContext.js +0 -60
- package/esm/dataFactoryManagementClientContext.js.map +0 -1
- package/esm/models/activityRunsMappers.d.ts +0 -2
- package/esm/models/activityRunsMappers.d.ts.map +0 -1
- package/esm/models/activityRunsMappers.js +0 -9
- package/esm/models/activityRunsMappers.js.map +0 -1
- package/esm/models/dataFlowDebugSessionMappers.d.ts +0 -2
- package/esm/models/dataFlowDebugSessionMappers.d.ts.map +0 -1
- package/esm/models/dataFlowDebugSessionMappers.js +0 -9
- package/esm/models/dataFlowDebugSessionMappers.js.map +0 -1
- package/esm/models/dataFlowsMappers.d.ts +0 -2
- package/esm/models/dataFlowsMappers.d.ts.map +0 -1
- package/esm/models/dataFlowsMappers.js +0 -9
- package/esm/models/dataFlowsMappers.js.map +0 -1
- package/esm/models/datasetsMappers.d.ts +0 -2
- package/esm/models/datasetsMappers.d.ts.map +0 -1
- package/esm/models/datasetsMappers.js +0 -9
- package/esm/models/datasetsMappers.js.map +0 -1
- package/esm/models/exposureControlMappers.d.ts +0 -2
- package/esm/models/exposureControlMappers.d.ts.map +0 -1
- package/esm/models/exposureControlMappers.js +0 -9
- package/esm/models/exposureControlMappers.js.map +0 -1
- package/esm/models/factoriesMappers.d.ts +0 -2
- package/esm/models/factoriesMappers.d.ts.map +0 -1
- package/esm/models/factoriesMappers.js +0 -9
- package/esm/models/factoriesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -29189
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/integrationRuntimeNodesMappers.d.ts +0 -2
- package/esm/models/integrationRuntimeNodesMappers.d.ts.map +0 -1
- package/esm/models/integrationRuntimeNodesMappers.js +0 -9
- package/esm/models/integrationRuntimeNodesMappers.js.map +0 -1
- package/esm/models/integrationRuntimeObjectMetadataMappers.d.ts +0 -2
- package/esm/models/integrationRuntimeObjectMetadataMappers.d.ts.map +0 -1
- package/esm/models/integrationRuntimeObjectMetadataMappers.js +0 -9
- package/esm/models/integrationRuntimeObjectMetadataMappers.js.map +0 -1
- package/esm/models/integrationRuntimesMappers.d.ts +0 -2
- package/esm/models/integrationRuntimesMappers.d.ts.map +0 -1
- package/esm/models/integrationRuntimesMappers.js +0 -9
- package/esm/models/integrationRuntimesMappers.js.map +0 -1
- package/esm/models/linkedServicesMappers.d.ts +0 -2
- package/esm/models/linkedServicesMappers.d.ts.map +0 -1
- package/esm/models/linkedServicesMappers.js +0 -9
- package/esm/models/linkedServicesMappers.js.map +0 -1
- package/esm/models/managedPrivateEndpointsMappers.d.ts +0 -2
- package/esm/models/managedPrivateEndpointsMappers.d.ts.map +0 -1
- package/esm/models/managedPrivateEndpointsMappers.js +0 -9
- package/esm/models/managedPrivateEndpointsMappers.js.map +0 -1
- package/esm/models/managedVirtualNetworksMappers.d.ts +0 -2
- package/esm/models/managedVirtualNetworksMappers.d.ts.map +0 -1
- package/esm/models/managedVirtualNetworksMappers.js +0 -9
- package/esm/models/managedVirtualNetworksMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -1180
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -27
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -329
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/pipelineRunsMappers.d.ts +0 -2
- package/esm/models/pipelineRunsMappers.d.ts.map +0 -1
- package/esm/models/pipelineRunsMappers.js +0 -9
- package/esm/models/pipelineRunsMappers.js.map +0 -1
- package/esm/models/pipelinesMappers.d.ts +0 -2
- package/esm/models/pipelinesMappers.d.ts.map +0 -1
- package/esm/models/pipelinesMappers.js +0 -9
- package/esm/models/pipelinesMappers.js.map +0 -1
- package/esm/models/privateEndPointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndPointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndPointConnectionsMappers.js +0 -9
- package/esm/models/privateEndPointConnectionsMappers.js.map +0 -1
- package/esm/models/privateEndpointConnectionMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionMappers.js +0 -9
- package/esm/models/privateEndpointConnectionMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/triggerRunsMappers.d.ts +0 -2
- package/esm/models/triggerRunsMappers.d.ts.map +0 -1
- package/esm/models/triggerRunsMappers.js +0 -9
- package/esm/models/triggerRunsMappers.js.map +0 -1
- package/esm/models/triggersMappers.d.ts +0 -2
- package/esm/models/triggersMappers.d.ts.map +0 -1
- package/esm/models/triggersMappers.js +0 -9
- package/esm/models/triggersMappers.js.map +0 -1
- package/esm/operations/activityRuns.d.ts +0 -40
- package/esm/operations/activityRuns.d.ts.map +0 -1
- package/esm/operations/activityRuns.js +0 -65
- package/esm/operations/activityRuns.js.map +0 -1
- package/esm/operations/dataFlowDebugSession.d.ts +0 -137
- package/esm/operations/dataFlowDebugSession.d.ts.map +0 -1
- package/esm/operations/dataFlowDebugSession.js +0 -279
- package/esm/operations/dataFlowDebugSession.js.map +0 -1
- package/esm/operations/dataFlows.d.ts +0 -127
- package/esm/operations/dataFlows.d.ts.map +0 -1
- package/esm/operations/dataFlows.js +0 -192
- package/esm/operations/dataFlows.js.map +0 -1
- package/esm/operations/datasets.d.ts +0 -127
- package/esm/operations/datasets.d.ts.map +0 -1
- package/esm/operations/datasets.js +0 -193
- package/esm/operations/datasets.js.map +0 -1
- package/esm/operations/exposureControl.d.ts +0 -82
- package/esm/operations/exposureControl.d.ts.map +0 -1
- package/esm/operations/exposureControl.js +0 -133
- package/esm/operations/exposureControl.js.map +0 -1
- package/esm/operations/factories.d.ts +0 -241
- package/esm/operations/factories.d.ts.map +0 -1
- package/esm/operations/factories.js +0 -383
- package/esm/operations/factories.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/integrationRuntimeNodes.d.ts +0 -127
- package/esm/operations/integrationRuntimeNodes.d.ts.map +0 -1
- package/esm/operations/integrationRuntimeNodes.js +0 -171
- package/esm/operations/integrationRuntimeNodes.js.map +0 -1
- package/esm/operations/integrationRuntimeObjectMetadata.d.ts +0 -57
- package/esm/operations/integrationRuntimeObjectMetadata.d.ts.map +0 -1
- package/esm/operations/integrationRuntimeObjectMetadata.js +0 -120
- package/esm/operations/integrationRuntimeObjectMetadata.js.map +0 -1
- package/esm/operations/integrationRuntimes.d.ts +0 -449
- package/esm/operations/integrationRuntimes.d.ts.map +0 -1
- package/esm/operations/integrationRuntimes.js +0 -676
- package/esm/operations/integrationRuntimes.js.map +0 -1
- package/esm/operations/linkedServices.d.ts +0 -127
- package/esm/operations/linkedServices.d.ts.map +0 -1
- package/esm/operations/linkedServices.js +0 -193
- package/esm/operations/linkedServices.js.map +0 -1
- package/esm/operations/managedPrivateEndpoints.d.ts +0 -139
- package/esm/operations/managedPrivateEndpoints.d.ts.map +0 -1
- package/esm/operations/managedPrivateEndpoints.js +0 -200
- package/esm/operations/managedPrivateEndpoints.js.map +0 -1
- package/esm/operations/managedVirtualNetworks.d.ts +0 -103
- package/esm/operations/managedVirtualNetworks.d.ts.map +0 -1
- package/esm/operations/managedVirtualNetworks.js +0 -160
- package/esm/operations/managedVirtualNetworks.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/pipelineRuns.d.ts +0 -85
- package/esm/operations/pipelineRuns.d.ts.map +0 -1
- package/esm/operations/pipelineRuns.js +0 -128
- package/esm/operations/pipelineRuns.js.map +0 -1
- package/esm/operations/pipelines.d.ts +0 -151
- package/esm/operations/pipelines.d.ts.map +0 -1
- package/esm/operations/pipelines.js +0 -247
- package/esm/operations/pipelines.js.map +0 -1
- package/esm/operations/privateEndPointConnections.d.ts +0 -52
- package/esm/operations/privateEndPointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndPointConnections.js +0 -86
- package/esm/operations/privateEndPointConnections.js.map +0 -1
- package/esm/operations/privateEndpointConnection.d.ts +0 -88
- package/esm/operations/privateEndpointConnection.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnection.js +0 -132
- package/esm/operations/privateEndpointConnection.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -34
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -57
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/triggerRuns.d.ts +0 -91
- package/esm/operations/triggerRuns.d.ts.map +0 -1
- package/esm/operations/triggerRuns.js +0 -129
- package/esm/operations/triggerRuns.js.map +0 -1
- package/esm/operations/triggers.d.ts +0 -248
- package/esm/operations/triggers.d.ts.map +0 -1
- package/esm/operations/triggers.js +0 -472
- package/esm/operations/triggers.js.map +0 -1
- package/src/models/dataFlowDebugSessionMappers.ts +0 -300
- package/src/models/dataFlowsMappers.ts +0 -598
- package/src/models/datasetsMappers.ts +0 -598
- package/src/models/exposureControlMappers.ts +0 -16
- package/src/models/factoriesMappers.ts +0 -604
- package/src/models/integrationRuntimeObjectMetadataMappers.ts +0 -23
- package/src/models/integrationRuntimesMappers.ts +0 -619
- package/src/models/linkedServicesMappers.ts +0 -598
- package/src/models/managedPrivateEndpointsMappers.ts +0 -598
- package/src/models/managedVirtualNetworksMappers.ts +0 -598
- package/src/models/operationsMappers.ts +0 -20
- package/src/models/pipelineRunsMappers.ts +0 -18
- package/src/models/pipelinesMappers.ts +0 -599
- package/src/models/privateEndPointConnectionsMappers.ts +0 -598
- package/src/models/privateEndpointConnectionMappers.ts +0 -597
- package/src/models/privateLinkResourcesMappers.ts +0 -598
- package/src/models/triggersMappers.ts +0 -601
|
@@ -1,598 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
discriminators,
|
|
11
|
-
Activity,
|
|
12
|
-
ActivityDependency,
|
|
13
|
-
ActivityPolicy,
|
|
14
|
-
AmazonMWSLinkedService,
|
|
15
|
-
AmazonMWSObjectDataset,
|
|
16
|
-
AmazonMWSSource,
|
|
17
|
-
AmazonRdsForOracleLinkedService,
|
|
18
|
-
AmazonRdsForOraclePartitionSettings,
|
|
19
|
-
AmazonRdsForOracleSource,
|
|
20
|
-
AmazonRdsForOracleTableDataset,
|
|
21
|
-
AmazonRdsForSqlServerLinkedService,
|
|
22
|
-
AmazonRdsForSqlServerSource,
|
|
23
|
-
AmazonRdsForSqlServerTableDataset,
|
|
24
|
-
AmazonRedshiftLinkedService,
|
|
25
|
-
AmazonRedshiftSource,
|
|
26
|
-
AmazonRedshiftTableDataset,
|
|
27
|
-
AmazonS3CompatibleLinkedService,
|
|
28
|
-
AmazonS3CompatibleLocation,
|
|
29
|
-
AmazonS3CompatibleReadSettings,
|
|
30
|
-
AmazonS3Dataset,
|
|
31
|
-
AmazonS3LinkedService,
|
|
32
|
-
AmazonS3Location,
|
|
33
|
-
AmazonS3ReadSettings,
|
|
34
|
-
AppendVariableActivity,
|
|
35
|
-
ArmIdWrapper,
|
|
36
|
-
AvroDataset,
|
|
37
|
-
AvroFormat,
|
|
38
|
-
AvroSink,
|
|
39
|
-
AvroSource,
|
|
40
|
-
AvroWriteSettings,
|
|
41
|
-
AzPowerShellSetup,
|
|
42
|
-
AzureBatchLinkedService,
|
|
43
|
-
AzureBlobDataset,
|
|
44
|
-
AzureBlobFSDataset,
|
|
45
|
-
AzureBlobFSLinkedService,
|
|
46
|
-
AzureBlobFSLocation,
|
|
47
|
-
AzureBlobFSReadSettings,
|
|
48
|
-
AzureBlobFSSink,
|
|
49
|
-
AzureBlobFSSource,
|
|
50
|
-
AzureBlobFSWriteSettings,
|
|
51
|
-
AzureBlobStorageLinkedService,
|
|
52
|
-
AzureBlobStorageLocation,
|
|
53
|
-
AzureBlobStorageReadSettings,
|
|
54
|
-
AzureBlobStorageWriteSettings,
|
|
55
|
-
AzureDatabricksDeltaLakeDataset,
|
|
56
|
-
AzureDatabricksDeltaLakeExportCommand,
|
|
57
|
-
AzureDatabricksDeltaLakeImportCommand,
|
|
58
|
-
AzureDatabricksDeltaLakeLinkedService,
|
|
59
|
-
AzureDatabricksDeltaLakeSink,
|
|
60
|
-
AzureDatabricksDeltaLakeSource,
|
|
61
|
-
AzureDatabricksLinkedService,
|
|
62
|
-
AzureDataExplorerCommandActivity,
|
|
63
|
-
AzureDataExplorerLinkedService,
|
|
64
|
-
AzureDataExplorerSink,
|
|
65
|
-
AzureDataExplorerSource,
|
|
66
|
-
AzureDataExplorerTableDataset,
|
|
67
|
-
AzureDataLakeAnalyticsLinkedService,
|
|
68
|
-
AzureDataLakeStoreDataset,
|
|
69
|
-
AzureDataLakeStoreLinkedService,
|
|
70
|
-
AzureDataLakeStoreLocation,
|
|
71
|
-
AzureDataLakeStoreReadSettings,
|
|
72
|
-
AzureDataLakeStoreSink,
|
|
73
|
-
AzureDataLakeStoreSource,
|
|
74
|
-
AzureDataLakeStoreWriteSettings,
|
|
75
|
-
AzureFileStorageLinkedService,
|
|
76
|
-
AzureFileStorageLocation,
|
|
77
|
-
AzureFileStorageReadSettings,
|
|
78
|
-
AzureFileStorageWriteSettings,
|
|
79
|
-
AzureFunctionActivity,
|
|
80
|
-
AzureFunctionLinkedService,
|
|
81
|
-
AzureKeyVaultLinkedService,
|
|
82
|
-
AzureKeyVaultSecretReference,
|
|
83
|
-
AzureMariaDBLinkedService,
|
|
84
|
-
AzureMariaDBSource,
|
|
85
|
-
AzureMariaDBTableDataset,
|
|
86
|
-
AzureMLBatchExecutionActivity,
|
|
87
|
-
AzureMLExecutePipelineActivity,
|
|
88
|
-
AzureMLLinkedService,
|
|
89
|
-
AzureMLServiceLinkedService,
|
|
90
|
-
AzureMLUpdateResourceActivity,
|
|
91
|
-
AzureMLWebServiceFile,
|
|
92
|
-
AzureMySqlLinkedService,
|
|
93
|
-
AzureMySqlSink,
|
|
94
|
-
AzureMySqlSource,
|
|
95
|
-
AzureMySqlTableDataset,
|
|
96
|
-
AzurePostgreSqlLinkedService,
|
|
97
|
-
AzurePostgreSqlSink,
|
|
98
|
-
AzurePostgreSqlSource,
|
|
99
|
-
AzurePostgreSqlTableDataset,
|
|
100
|
-
AzureQueueSink,
|
|
101
|
-
AzureSearchIndexDataset,
|
|
102
|
-
AzureSearchIndexSink,
|
|
103
|
-
AzureSearchLinkedService,
|
|
104
|
-
AzureSqlDatabaseLinkedService,
|
|
105
|
-
AzureSqlDWLinkedService,
|
|
106
|
-
AzureSqlDWTableDataset,
|
|
107
|
-
AzureSqlMILinkedService,
|
|
108
|
-
AzureSqlMITableDataset,
|
|
109
|
-
AzureSqlSink,
|
|
110
|
-
AzureSqlSource,
|
|
111
|
-
AzureSqlTableDataset,
|
|
112
|
-
AzureStorageLinkedService,
|
|
113
|
-
AzureTableDataset,
|
|
114
|
-
AzureTableSink,
|
|
115
|
-
AzureTableSource,
|
|
116
|
-
AzureTableStorageLinkedService,
|
|
117
|
-
BaseResource,
|
|
118
|
-
BinaryDataset,
|
|
119
|
-
BinaryReadSettings,
|
|
120
|
-
BinarySink,
|
|
121
|
-
BinarySource,
|
|
122
|
-
BlobEventsTrigger,
|
|
123
|
-
BlobSink,
|
|
124
|
-
BlobSource,
|
|
125
|
-
BlobTrigger,
|
|
126
|
-
CassandraLinkedService,
|
|
127
|
-
CassandraSource,
|
|
128
|
-
CassandraTableDataset,
|
|
129
|
-
ChainingTrigger,
|
|
130
|
-
CloudError,
|
|
131
|
-
CmdkeySetup,
|
|
132
|
-
CMKIdentityDefinition,
|
|
133
|
-
CommonDataServiceForAppsEntityDataset,
|
|
134
|
-
CommonDataServiceForAppsLinkedService,
|
|
135
|
-
CommonDataServiceForAppsSink,
|
|
136
|
-
CommonDataServiceForAppsSource,
|
|
137
|
-
ComponentSetup,
|
|
138
|
-
CompressionReadSettings,
|
|
139
|
-
ConcurLinkedService,
|
|
140
|
-
ConcurObjectDataset,
|
|
141
|
-
ConcurSource,
|
|
142
|
-
ConnectionStateProperties,
|
|
143
|
-
ControlActivity,
|
|
144
|
-
CopyActivity,
|
|
145
|
-
CopyActivityLogSettings,
|
|
146
|
-
CopySink,
|
|
147
|
-
CopySource,
|
|
148
|
-
CosmosDbLinkedService,
|
|
149
|
-
CosmosDbMongoDbApiCollectionDataset,
|
|
150
|
-
CosmosDbMongoDbApiLinkedService,
|
|
151
|
-
CosmosDbMongoDbApiSink,
|
|
152
|
-
CosmosDbMongoDbApiSource,
|
|
153
|
-
CosmosDbSqlApiCollectionDataset,
|
|
154
|
-
CosmosDbSqlApiSink,
|
|
155
|
-
CosmosDbSqlApiSource,
|
|
156
|
-
CouchbaseLinkedService,
|
|
157
|
-
CouchbaseSource,
|
|
158
|
-
CouchbaseTableDataset,
|
|
159
|
-
Credential,
|
|
160
|
-
CredentialReference,
|
|
161
|
-
CredentialResource,
|
|
162
|
-
CustomActivity,
|
|
163
|
-
CustomActivityReferenceObject,
|
|
164
|
-
CustomDataset,
|
|
165
|
-
CustomDataSourceLinkedService,
|
|
166
|
-
CustomEventsTrigger,
|
|
167
|
-
CustomSetupBase,
|
|
168
|
-
DatabricksNotebookActivity,
|
|
169
|
-
DatabricksSparkJarActivity,
|
|
170
|
-
DatabricksSparkPythonActivity,
|
|
171
|
-
DataFlow,
|
|
172
|
-
DataFlowFolder,
|
|
173
|
-
DataFlowReference,
|
|
174
|
-
DataFlowResource,
|
|
175
|
-
DataFlowSink,
|
|
176
|
-
DataFlowSource,
|
|
177
|
-
DataFlowStagingInfo,
|
|
178
|
-
DataLakeAnalyticsUSQLActivity,
|
|
179
|
-
Dataset,
|
|
180
|
-
DatasetCompression,
|
|
181
|
-
DatasetFolder,
|
|
182
|
-
DatasetLocation,
|
|
183
|
-
DatasetReference,
|
|
184
|
-
DatasetResource,
|
|
185
|
-
DatasetStorageFormat,
|
|
186
|
-
Db2LinkedService,
|
|
187
|
-
Db2Source,
|
|
188
|
-
Db2TableDataset,
|
|
189
|
-
DeleteActivity,
|
|
190
|
-
DelimitedTextDataset,
|
|
191
|
-
DelimitedTextReadSettings,
|
|
192
|
-
DelimitedTextSink,
|
|
193
|
-
DelimitedTextSource,
|
|
194
|
-
DelimitedTextWriteSettings,
|
|
195
|
-
DependencyReference,
|
|
196
|
-
DistcpSettings,
|
|
197
|
-
DocumentDbCollectionDataset,
|
|
198
|
-
DocumentDbCollectionSink,
|
|
199
|
-
DocumentDbCollectionSource,
|
|
200
|
-
DrillLinkedService,
|
|
201
|
-
DrillSource,
|
|
202
|
-
DrillTableDataset,
|
|
203
|
-
DWCopyCommandDefaultValue,
|
|
204
|
-
DWCopyCommandSettings,
|
|
205
|
-
DynamicsAXLinkedService,
|
|
206
|
-
DynamicsAXResourceDataset,
|
|
207
|
-
DynamicsAXSource,
|
|
208
|
-
DynamicsCrmEntityDataset,
|
|
209
|
-
DynamicsCrmLinkedService,
|
|
210
|
-
DynamicsCrmSink,
|
|
211
|
-
DynamicsCrmSource,
|
|
212
|
-
DynamicsEntityDataset,
|
|
213
|
-
DynamicsLinkedService,
|
|
214
|
-
DynamicsSink,
|
|
215
|
-
DynamicsSource,
|
|
216
|
-
EloquaLinkedService,
|
|
217
|
-
EloquaObjectDataset,
|
|
218
|
-
EloquaSource,
|
|
219
|
-
EncryptionConfiguration,
|
|
220
|
-
EntityReference,
|
|
221
|
-
EnvironmentVariableSetup,
|
|
222
|
-
ExcelDataset,
|
|
223
|
-
ExcelSource,
|
|
224
|
-
ExecuteDataFlowActivity,
|
|
225
|
-
ExecuteDataFlowActivityTypePropertiesCompute,
|
|
226
|
-
ExecutePipelineActivity,
|
|
227
|
-
ExecuteSSISPackageActivity,
|
|
228
|
-
ExecuteWranglingDataflowActivity,
|
|
229
|
-
ExecutionActivity,
|
|
230
|
-
ExportSettings,
|
|
231
|
-
Expression,
|
|
232
|
-
Factory,
|
|
233
|
-
FactoryGitHubConfiguration,
|
|
234
|
-
FactoryIdentity,
|
|
235
|
-
FactoryRepoConfiguration,
|
|
236
|
-
FactoryVSTSConfiguration,
|
|
237
|
-
FileServerLinkedService,
|
|
238
|
-
FileServerLocation,
|
|
239
|
-
FileServerReadSettings,
|
|
240
|
-
FileServerWriteSettings,
|
|
241
|
-
FileShareDataset,
|
|
242
|
-
FileSystemSink,
|
|
243
|
-
FileSystemSource,
|
|
244
|
-
FilterActivity,
|
|
245
|
-
Flowlet,
|
|
246
|
-
ForEachActivity,
|
|
247
|
-
FormatReadSettings,
|
|
248
|
-
FormatWriteSettings,
|
|
249
|
-
FtpReadSettings,
|
|
250
|
-
FtpServerLinkedService,
|
|
251
|
-
FtpServerLocation,
|
|
252
|
-
GetMetadataActivity,
|
|
253
|
-
GitHubClientSecret,
|
|
254
|
-
GlobalParameterSpecification,
|
|
255
|
-
GoogleAdWordsLinkedService,
|
|
256
|
-
GoogleAdWordsObjectDataset,
|
|
257
|
-
GoogleAdWordsSource,
|
|
258
|
-
GoogleBigQueryLinkedService,
|
|
259
|
-
GoogleBigQueryObjectDataset,
|
|
260
|
-
GoogleBigQuerySource,
|
|
261
|
-
GoogleCloudStorageLinkedService,
|
|
262
|
-
GoogleCloudStorageLocation,
|
|
263
|
-
GoogleCloudStorageReadSettings,
|
|
264
|
-
GreenplumLinkedService,
|
|
265
|
-
GreenplumSource,
|
|
266
|
-
GreenplumTableDataset,
|
|
267
|
-
HBaseLinkedService,
|
|
268
|
-
HBaseObjectDataset,
|
|
269
|
-
HBaseSource,
|
|
270
|
-
HdfsLinkedService,
|
|
271
|
-
HdfsLocation,
|
|
272
|
-
HdfsReadSettings,
|
|
273
|
-
HdfsSource,
|
|
274
|
-
HDInsightHiveActivity,
|
|
275
|
-
HDInsightLinkedService,
|
|
276
|
-
HDInsightMapReduceActivity,
|
|
277
|
-
HDInsightOnDemandLinkedService,
|
|
278
|
-
HDInsightPigActivity,
|
|
279
|
-
HDInsightSparkActivity,
|
|
280
|
-
HDInsightStreamingActivity,
|
|
281
|
-
HiveLinkedService,
|
|
282
|
-
HiveObjectDataset,
|
|
283
|
-
HiveSource,
|
|
284
|
-
HttpDataset,
|
|
285
|
-
HttpLinkedService,
|
|
286
|
-
HttpReadSettings,
|
|
287
|
-
HttpServerLocation,
|
|
288
|
-
HttpSource,
|
|
289
|
-
HubspotLinkedService,
|
|
290
|
-
HubspotObjectDataset,
|
|
291
|
-
HubspotSource,
|
|
292
|
-
IfConditionActivity,
|
|
293
|
-
ImpalaLinkedService,
|
|
294
|
-
ImpalaObjectDataset,
|
|
295
|
-
ImpalaSource,
|
|
296
|
-
ImportSettings,
|
|
297
|
-
InformixLinkedService,
|
|
298
|
-
InformixSink,
|
|
299
|
-
InformixSource,
|
|
300
|
-
InformixTableDataset,
|
|
301
|
-
IntegrationRuntime,
|
|
302
|
-
IntegrationRuntimeComputeProperties,
|
|
303
|
-
IntegrationRuntimeCustomerVirtualNetwork,
|
|
304
|
-
IntegrationRuntimeCustomSetupScriptProperties,
|
|
305
|
-
IntegrationRuntimeDataFlowProperties,
|
|
306
|
-
IntegrationRuntimeDataProxyProperties,
|
|
307
|
-
IntegrationRuntimeReference,
|
|
308
|
-
IntegrationRuntimeResource,
|
|
309
|
-
IntegrationRuntimeSsisCatalogInfo,
|
|
310
|
-
IntegrationRuntimeSsisProperties,
|
|
311
|
-
IntegrationRuntimeVNetProperties,
|
|
312
|
-
JiraLinkedService,
|
|
313
|
-
JiraObjectDataset,
|
|
314
|
-
JiraSource,
|
|
315
|
-
JsonDataset,
|
|
316
|
-
JsonFormat,
|
|
317
|
-
JsonReadSettings,
|
|
318
|
-
JsonSink,
|
|
319
|
-
JsonSource,
|
|
320
|
-
JsonWriteSettings,
|
|
321
|
-
LinkedIntegrationRuntimeKeyAuthorization,
|
|
322
|
-
LinkedIntegrationRuntimeRbacAuthorization,
|
|
323
|
-
LinkedIntegrationRuntimeType,
|
|
324
|
-
LinkedService,
|
|
325
|
-
LinkedServiceReference,
|
|
326
|
-
LinkedServiceResource,
|
|
327
|
-
LogLocationSettings,
|
|
328
|
-
LogSettings,
|
|
329
|
-
LogStorageSettings,
|
|
330
|
-
LookupActivity,
|
|
331
|
-
MagentoLinkedService,
|
|
332
|
-
MagentoObjectDataset,
|
|
333
|
-
MagentoSource,
|
|
334
|
-
ManagedIdentityCredential,
|
|
335
|
-
ManagedIntegrationRuntime,
|
|
336
|
-
ManagedPrivateEndpoint,
|
|
337
|
-
ManagedPrivateEndpointResource,
|
|
338
|
-
ManagedVirtualNetwork,
|
|
339
|
-
ManagedVirtualNetworkReference,
|
|
340
|
-
ManagedVirtualNetworkResource,
|
|
341
|
-
MappingDataFlow,
|
|
342
|
-
MariaDBLinkedService,
|
|
343
|
-
MariaDBSource,
|
|
344
|
-
MariaDBTableDataset,
|
|
345
|
-
MarketoLinkedService,
|
|
346
|
-
MarketoObjectDataset,
|
|
347
|
-
MarketoSource,
|
|
348
|
-
MetadataItem,
|
|
349
|
-
MicrosoftAccessLinkedService,
|
|
350
|
-
MicrosoftAccessSink,
|
|
351
|
-
MicrosoftAccessSource,
|
|
352
|
-
MicrosoftAccessTableDataset,
|
|
353
|
-
MongoDbAtlasCollectionDataset,
|
|
354
|
-
MongoDbAtlasLinkedService,
|
|
355
|
-
MongoDbAtlasSink,
|
|
356
|
-
MongoDbAtlasSource,
|
|
357
|
-
MongoDbCollectionDataset,
|
|
358
|
-
MongoDbCursorMethodsProperties,
|
|
359
|
-
MongoDbLinkedService,
|
|
360
|
-
MongoDbSource,
|
|
361
|
-
MongoDbV2CollectionDataset,
|
|
362
|
-
MongoDbV2LinkedService,
|
|
363
|
-
MongoDbV2Sink,
|
|
364
|
-
MongoDbV2Source,
|
|
365
|
-
MultiplePipelineTrigger,
|
|
366
|
-
MySqlLinkedService,
|
|
367
|
-
MySqlSource,
|
|
368
|
-
MySqlTableDataset,
|
|
369
|
-
NetezzaLinkedService,
|
|
370
|
-
NetezzaPartitionSettings,
|
|
371
|
-
NetezzaSource,
|
|
372
|
-
NetezzaTableDataset,
|
|
373
|
-
ODataLinkedService,
|
|
374
|
-
ODataResourceDataset,
|
|
375
|
-
ODataSource,
|
|
376
|
-
OdbcLinkedService,
|
|
377
|
-
OdbcSink,
|
|
378
|
-
OdbcSource,
|
|
379
|
-
OdbcTableDataset,
|
|
380
|
-
Office365Dataset,
|
|
381
|
-
Office365LinkedService,
|
|
382
|
-
Office365Source,
|
|
383
|
-
OracleCloudStorageLinkedService,
|
|
384
|
-
OracleCloudStorageLocation,
|
|
385
|
-
OracleCloudStorageReadSettings,
|
|
386
|
-
OracleLinkedService,
|
|
387
|
-
OraclePartitionSettings,
|
|
388
|
-
OracleServiceCloudLinkedService,
|
|
389
|
-
OracleServiceCloudObjectDataset,
|
|
390
|
-
OracleServiceCloudSource,
|
|
391
|
-
OracleSink,
|
|
392
|
-
OracleSource,
|
|
393
|
-
OracleTableDataset,
|
|
394
|
-
OrcDataset,
|
|
395
|
-
OrcFormat,
|
|
396
|
-
OrcSink,
|
|
397
|
-
OrcSource,
|
|
398
|
-
OrcWriteSettings,
|
|
399
|
-
PackageStore,
|
|
400
|
-
ParameterSpecification,
|
|
401
|
-
ParquetDataset,
|
|
402
|
-
ParquetFormat,
|
|
403
|
-
ParquetSink,
|
|
404
|
-
ParquetSource,
|
|
405
|
-
ParquetWriteSettings,
|
|
406
|
-
PaypalLinkedService,
|
|
407
|
-
PaypalObjectDataset,
|
|
408
|
-
PaypalSource,
|
|
409
|
-
PhoenixLinkedService,
|
|
410
|
-
PhoenixObjectDataset,
|
|
411
|
-
PhoenixSource,
|
|
412
|
-
PipelineElapsedTimeMetricPolicy,
|
|
413
|
-
PipelineFolder,
|
|
414
|
-
PipelinePolicy,
|
|
415
|
-
PipelineReference,
|
|
416
|
-
PipelineResource,
|
|
417
|
-
PolybaseSettings,
|
|
418
|
-
PostgreSqlLinkedService,
|
|
419
|
-
PostgreSqlSource,
|
|
420
|
-
PostgreSqlTableDataset,
|
|
421
|
-
PowerQuerySink,
|
|
422
|
-
PowerQuerySinkMapping,
|
|
423
|
-
PowerQuerySource,
|
|
424
|
-
PrestoLinkedService,
|
|
425
|
-
PrestoObjectDataset,
|
|
426
|
-
PrestoSource,
|
|
427
|
-
PrivateEndpointConnectionListResponse,
|
|
428
|
-
PrivateEndpointConnectionResource,
|
|
429
|
-
PrivateLinkConnectionApprovalRequest,
|
|
430
|
-
PrivateLinkConnectionApprovalRequestResource,
|
|
431
|
-
PrivateLinkConnectionState,
|
|
432
|
-
PrivateLinkResource,
|
|
433
|
-
PrivateLinkResourceProperties,
|
|
434
|
-
QuickBooksLinkedService,
|
|
435
|
-
QuickBooksObjectDataset,
|
|
436
|
-
QuickBooksSource,
|
|
437
|
-
RecurrenceSchedule,
|
|
438
|
-
RecurrenceScheduleOccurrence,
|
|
439
|
-
RedirectIncompatibleRowSettings,
|
|
440
|
-
RedshiftUnloadSettings,
|
|
441
|
-
RelationalSource,
|
|
442
|
-
RelationalTableDataset,
|
|
443
|
-
RemotePrivateEndpointConnection,
|
|
444
|
-
RerunTumblingWindowTrigger,
|
|
445
|
-
Resource,
|
|
446
|
-
ResponsysLinkedService,
|
|
447
|
-
ResponsysObjectDataset,
|
|
448
|
-
ResponsysSource,
|
|
449
|
-
RestResourceDataset,
|
|
450
|
-
RestServiceLinkedService,
|
|
451
|
-
RestSink,
|
|
452
|
-
RestSource,
|
|
453
|
-
RetryPolicy,
|
|
454
|
-
SalesforceLinkedService,
|
|
455
|
-
SalesforceMarketingCloudLinkedService,
|
|
456
|
-
SalesforceMarketingCloudObjectDataset,
|
|
457
|
-
SalesforceMarketingCloudSource,
|
|
458
|
-
SalesforceObjectDataset,
|
|
459
|
-
SalesforceServiceCloudLinkedService,
|
|
460
|
-
SalesforceServiceCloudObjectDataset,
|
|
461
|
-
SalesforceServiceCloudSink,
|
|
462
|
-
SalesforceServiceCloudSource,
|
|
463
|
-
SalesforceSink,
|
|
464
|
-
SalesforceSource,
|
|
465
|
-
SapBwCubeDataset,
|
|
466
|
-
SapBWLinkedService,
|
|
467
|
-
SapBwSource,
|
|
468
|
-
SapCloudForCustomerLinkedService,
|
|
469
|
-
SapCloudForCustomerResourceDataset,
|
|
470
|
-
SapCloudForCustomerSink,
|
|
471
|
-
SapCloudForCustomerSource,
|
|
472
|
-
SapEccLinkedService,
|
|
473
|
-
SapEccResourceDataset,
|
|
474
|
-
SapEccSource,
|
|
475
|
-
SapHanaLinkedService,
|
|
476
|
-
SapHanaPartitionSettings,
|
|
477
|
-
SapHanaSource,
|
|
478
|
-
SapHanaTableDataset,
|
|
479
|
-
SapOpenHubLinkedService,
|
|
480
|
-
SapOpenHubSource,
|
|
481
|
-
SapOpenHubTableDataset,
|
|
482
|
-
SapTableLinkedService,
|
|
483
|
-
SapTablePartitionSettings,
|
|
484
|
-
SapTableResourceDataset,
|
|
485
|
-
SapTableSource,
|
|
486
|
-
ScheduleTrigger,
|
|
487
|
-
ScheduleTriggerRecurrence,
|
|
488
|
-
ScriptAction,
|
|
489
|
-
SecretBase,
|
|
490
|
-
SecureString,
|
|
491
|
-
SelfDependencyTumblingWindowTriggerReference,
|
|
492
|
-
SelfHostedIntegrationRuntime,
|
|
493
|
-
ServiceNowLinkedService,
|
|
494
|
-
ServiceNowObjectDataset,
|
|
495
|
-
ServiceNowSource,
|
|
496
|
-
ServicePrincipalCredential,
|
|
497
|
-
SetVariableActivity,
|
|
498
|
-
SftpLocation,
|
|
499
|
-
SftpReadSettings,
|
|
500
|
-
SftpServerLinkedService,
|
|
501
|
-
SftpWriteSettings,
|
|
502
|
-
SharePointOnlineListLinkedService,
|
|
503
|
-
SharePointOnlineListResourceDataset,
|
|
504
|
-
SharePointOnlineListSource,
|
|
505
|
-
ShopifyLinkedService,
|
|
506
|
-
ShopifyObjectDataset,
|
|
507
|
-
ShopifySource,
|
|
508
|
-
SkipErrorFile,
|
|
509
|
-
SnowflakeDataset,
|
|
510
|
-
SnowflakeExportCopyCommand,
|
|
511
|
-
SnowflakeImportCopyCommand,
|
|
512
|
-
SnowflakeLinkedService,
|
|
513
|
-
SnowflakeSink,
|
|
514
|
-
SnowflakeSource,
|
|
515
|
-
SparkLinkedService,
|
|
516
|
-
SparkObjectDataset,
|
|
517
|
-
SparkSource,
|
|
518
|
-
SqlAlwaysEncryptedProperties,
|
|
519
|
-
SqlDWSink,
|
|
520
|
-
SqlDWSource,
|
|
521
|
-
SqlDWUpsertSettings,
|
|
522
|
-
SqlMISink,
|
|
523
|
-
SqlMISource,
|
|
524
|
-
SqlPartitionSettings,
|
|
525
|
-
SqlServerLinkedService,
|
|
526
|
-
SqlServerSink,
|
|
527
|
-
SqlServerSource,
|
|
528
|
-
SqlServerStoredProcedureActivity,
|
|
529
|
-
SqlServerTableDataset,
|
|
530
|
-
SqlSink,
|
|
531
|
-
SqlSource,
|
|
532
|
-
SqlUpsertSettings,
|
|
533
|
-
SquareLinkedService,
|
|
534
|
-
SquareObjectDataset,
|
|
535
|
-
SquareSource,
|
|
536
|
-
SSISAccessCredential,
|
|
537
|
-
SSISChildPackage,
|
|
538
|
-
SSISExecutionCredential,
|
|
539
|
-
SSISExecutionParameter,
|
|
540
|
-
SSISLogLocation,
|
|
541
|
-
SSISPackageLocation,
|
|
542
|
-
SSISPropertyOverride,
|
|
543
|
-
StagingSettings,
|
|
544
|
-
StoredProcedureParameter,
|
|
545
|
-
StoreReadSettings,
|
|
546
|
-
StoreWriteSettings,
|
|
547
|
-
SubResource,
|
|
548
|
-
SwitchActivity,
|
|
549
|
-
SwitchCase,
|
|
550
|
-
SybaseLinkedService,
|
|
551
|
-
SybaseSource,
|
|
552
|
-
SybaseTableDataset,
|
|
553
|
-
TabularSource,
|
|
554
|
-
TarGZipReadSettings,
|
|
555
|
-
TarReadSettings,
|
|
556
|
-
TeradataLinkedService,
|
|
557
|
-
TeradataPartitionSettings,
|
|
558
|
-
TeradataSource,
|
|
559
|
-
TeradataTableDataset,
|
|
560
|
-
TextFormat,
|
|
561
|
-
Transformation,
|
|
562
|
-
Trigger,
|
|
563
|
-
TriggerDependencyReference,
|
|
564
|
-
TriggerPipelineReference,
|
|
565
|
-
TriggerReference,
|
|
566
|
-
TriggerResource,
|
|
567
|
-
TumblingWindowTrigger,
|
|
568
|
-
TumblingWindowTriggerDependencyReference,
|
|
569
|
-
UntilActivity,
|
|
570
|
-
UserProperty,
|
|
571
|
-
ValidationActivity,
|
|
572
|
-
VariableSpecification,
|
|
573
|
-
VerticaLinkedService,
|
|
574
|
-
VerticaSource,
|
|
575
|
-
VerticaTableDataset,
|
|
576
|
-
WaitActivity,
|
|
577
|
-
WebActivity,
|
|
578
|
-
WebActivityAuthentication,
|
|
579
|
-
WebAnonymousAuthentication,
|
|
580
|
-
WebBasicAuthentication,
|
|
581
|
-
WebClientCertificateAuthentication,
|
|
582
|
-
WebHookActivity,
|
|
583
|
-
WebLinkedService,
|
|
584
|
-
WebLinkedServiceTypeProperties,
|
|
585
|
-
WebSource,
|
|
586
|
-
WebTableDataset,
|
|
587
|
-
WranglingDataFlow,
|
|
588
|
-
XeroLinkedService,
|
|
589
|
-
XeroObjectDataset,
|
|
590
|
-
XeroSource,
|
|
591
|
-
XmlDataset,
|
|
592
|
-
XmlReadSettings,
|
|
593
|
-
XmlSource,
|
|
594
|
-
ZipDeflateReadSettings,
|
|
595
|
-
ZohoLinkedService,
|
|
596
|
-
ZohoObjectDataset,
|
|
597
|
-
ZohoSource
|
|
598
|
-
} from "../models/mappers";
|