@azure/synapse-artifacts 1.0.0-beta.15 → 1.0.0-beta.17
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/LICENSE +4 -4
- package/README.md +9 -13
- package/dist/browser/artifactsClient.d.ts +40 -0
- package/dist/browser/artifactsClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/artifactsClient.js +37 -9
- package/dist/browser/artifactsClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts +11 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -0
- package/{types/synapse-artifacts.d.ts → dist/browser/models/index.d.ts} +13692 -15069
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +124 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +1310 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +10306 -5084
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +70 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/bigDataPools.d.ts +24 -0
- package/dist/browser/operations/bigDataPools.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/bigDataPools.js +6 -5
- package/dist/browser/operations/bigDataPools.js.map +1 -0
- package/dist/browser/operations/dataFlowDebugSession.d.ts +70 -0
- package/dist/browser/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dataFlowDebugSession.js +57 -64
- package/dist/browser/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/browser/operations/dataFlowOperations.d.ts +80 -0
- package/dist/browser/operations/dataFlowOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dataFlowOperations.js +69 -75
- package/dist/browser/operations/dataFlowOperations.js.map +1 -0
- package/dist/browser/operations/datasetOperations.d.ts +79 -0
- package/dist/browser/operations/datasetOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/datasetOperations.js +69 -75
- package/dist/browser/operations/datasetOperations.js.map +1 -0
- package/dist/browser/operations/index.d.ts +25 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +32 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/integrationRuntimes.d.ts +24 -0
- package/dist/browser/operations/integrationRuntimes.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/integrationRuntimes.js +6 -5
- package/dist/browser/operations/integrationRuntimes.js.map +1 -0
- package/dist/browser/operations/kqlScriptOperations.d.ts +60 -0
- package/dist/browser/operations/kqlScriptOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/kqlScriptOperations.js +43 -27
- package/dist/browser/operations/kqlScriptOperations.js.map +1 -0
- package/dist/browser/operations/kqlScripts.d.ts +32 -0
- package/dist/browser/operations/kqlScripts.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/kqlScripts.js +29 -46
- package/dist/browser/operations/kqlScripts.js.map +1 -0
- package/dist/browser/operations/library.d.ts +98 -0
- package/dist/browser/operations/library.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/library.js +70 -72
- package/dist/browser/operations/library.js.map +1 -0
- package/dist/browser/operations/linkConnectionOperations.d.ts +112 -0
- package/dist/browser/operations/linkConnectionOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/linkConnectionOperations.js +41 -58
- package/dist/browser/operations/linkConnectionOperations.js.map +1 -0
- package/dist/browser/operations/linkedServiceOperations.d.ts +80 -0
- package/dist/browser/operations/linkedServiceOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/linkedServiceOperations.js +69 -75
- package/dist/browser/operations/linkedServiceOperations.js.map +1 -0
- package/dist/browser/operations/metastore.d.ts +40 -0
- package/dist/browser/operations/metastore.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/metastore.js +8 -7
- package/dist/browser/operations/metastore.js.map +1 -0
- package/dist/browser/operations/notebookOperationResult.d.ts +19 -0
- package/dist/browser/operations/notebookOperationResult.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/notebookOperationResult.js +5 -4
- package/dist/browser/operations/notebookOperationResult.js.map +1 -0
- package/dist/browser/operations/notebookOperations.d.ts +99 -0
- package/dist/browser/operations/notebookOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/notebookOperations.js +93 -116
- package/dist/browser/operations/notebookOperations.js.map +1 -0
- package/dist/browser/operations/pipelineOperations.d.ts +86 -0
- package/dist/browser/operations/pipelineOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/pipelineOperations.js +70 -76
- package/dist/browser/operations/pipelineOperations.js.map +1 -0
- package/dist/browser/operations/pipelineRunOperations.d.ts +39 -0
- package/dist/browser/operations/pipelineRunOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/pipelineRunOperations.js +9 -12
- package/dist/browser/operations/pipelineRunOperations.js.map +1 -0
- package/dist/browser/operations/runNotebook.d.ts +51 -0
- package/dist/browser/operations/runNotebook.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/runNotebook.js +31 -20
- package/dist/browser/operations/runNotebook.js.map +1 -0
- package/dist/browser/operations/sparkConfigurationOperations.d.ts +80 -0
- package/dist/browser/operations/sparkConfigurationOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sparkConfigurationOperations.js +69 -75
- package/dist/browser/operations/sparkConfigurationOperations.js.map +1 -0
- package/dist/browser/operations/sparkJobDefinitionOperations.d.ts +104 -0
- package/dist/browser/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sparkJobDefinitionOperations.js +93 -89
- package/dist/browser/operations/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/browser/operations/sqlPools.d.ts +24 -0
- package/dist/browser/operations/sqlPools.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sqlPools.js +6 -5
- package/dist/browser/operations/sqlPools.js.map +1 -0
- package/dist/browser/operations/sqlScriptOperations.d.ts +80 -0
- package/dist/browser/operations/sqlScriptOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sqlScriptOperations.js +69 -75
- package/dist/browser/operations/sqlScriptOperations.js.map +1 -0
- package/dist/browser/operations/triggerOperations.d.ts +119 -0
- package/dist/browser/operations/triggerOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/triggerOperations.js +106 -97
- package/dist/browser/operations/triggerOperations.js.map +1 -0
- package/dist/browser/operations/triggerRunOperations.d.ts +33 -0
- package/dist/browser/operations/triggerRunOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/triggerRunOperations.js +9 -16
- package/dist/browser/operations/triggerRunOperations.js.map +1 -0
- package/dist/browser/operations/workspaceGitRepoManagement.d.ts +19 -0
- package/dist/browser/operations/workspaceGitRepoManagement.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workspaceGitRepoManagement.js +6 -9
- package/dist/browser/operations/workspaceGitRepoManagement.js.map +1 -0
- package/dist/browser/operations/workspaceOperations.d.ts +18 -0
- package/dist/browser/operations/workspaceOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workspaceOperations.js +5 -4
- package/dist/browser/operations/workspaceOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/bigDataPools.d.ts +16 -0
- package/dist/browser/operationsInterfaces/bigDataPools.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/bigDataPools.js.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlowOperations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlowOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/datasetOperations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/datasetOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/datasetOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +25 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +32 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/integrationRuntimes.d.ts +16 -0
- package/dist/browser/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/integrationRuntimes.js.map +1 -0
- package/dist/browser/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
- package/dist/browser/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/kqlScriptOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/kqlScripts.d.ts +11 -0
- package/dist/browser/operationsInterfaces/kqlScripts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/kqlScripts.js.map +1 -0
- package/dist/browser/operationsInterfaces/library.d.ts +77 -0
- package/dist/browser/operationsInterfaces/library.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/library.js.map +1 -0
- package/dist/browser/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
- package/dist/browser/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/linkConnectionOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/linkedServiceOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/metastore.d.ts +32 -0
- package/dist/browser/operationsInterfaces/metastore.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/metastore.js.map +1 -0
- package/dist/browser/operationsInterfaces/notebookOperationResult.d.ts +11 -0
- package/dist/browser/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/notebookOperationResult.js.map +1 -0
- package/dist/browser/operationsInterfaces/notebookOperations.d.ts +63 -0
- package/dist/browser/operationsInterfaces/notebookOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/notebookOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/pipelineOperations.d.ts +64 -0
- package/dist/browser/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/pipelineOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
- package/dist/browser/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/pipelineRunOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/runNotebook.d.ts +43 -0
- package/dist/browser/operationsInterfaces/runNotebook.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/runNotebook.js.map +1 -0
- package/dist/browser/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
- package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/sqlPools.d.ts +16 -0
- package/dist/browser/operationsInterfaces/sqlPools.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sqlPools.js.map +1 -0
- package/dist/browser/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sqlScriptOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/triggerOperations.d.ts +98 -0
- package/dist/browser/operationsInterfaces/triggerOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/triggerOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/triggerRunOperations.d.ts +25 -0
- package/dist/browser/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/triggerRunOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
- package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
- package/dist/browser/operationsInterfaces/workspaceOperations.d.ts +10 -0
- package/dist/browser/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspaceOperations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/browser/tracing.d.ts +2 -0
- package/dist/browser/tracing.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/tracing.js +1 -1
- package/{dist-esm/src → dist/browser}/tracing.js.map +1 -1
- package/dist/commonjs/artifactsClient.d.ts +40 -0
- package/dist/commonjs/artifactsClient.d.ts.map +1 -0
- package/dist/commonjs/artifactsClient.js +128 -0
- package/dist/commonjs/artifactsClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +28 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +13692 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +1443 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +1310 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +30754 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +70 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +573 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/bigDataPools.d.ts +24 -0
- package/dist/commonjs/operations/bigDataPools.d.ts.map +1 -0
- package/dist/commonjs/operations/bigDataPools.js +81 -0
- package/dist/commonjs/operations/bigDataPools.js.map +1 -0
- package/dist/commonjs/operations/dataFlowDebugSession.d.ts +70 -0
- package/dist/commonjs/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/commonjs/operations/dataFlowDebugSession.js +349 -0
- package/dist/commonjs/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/commonjs/operations/dataFlowOperations.d.ts +80 -0
- package/dist/commonjs/operations/dataFlowOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/dataFlowOperations.js +390 -0
- package/dist/commonjs/operations/dataFlowOperations.js.map +1 -0
- package/dist/commonjs/operations/datasetOperations.d.ts +79 -0
- package/dist/commonjs/operations/datasetOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/datasetOperations.js +390 -0
- package/dist/commonjs/operations/datasetOperations.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +25 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +35 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/integrationRuntimes.d.ts +24 -0
- package/dist/commonjs/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist/commonjs/operations/integrationRuntimes.js +81 -0
- package/dist/commonjs/operations/integrationRuntimes.js.map +1 -0
- package/dist/commonjs/operations/kqlScriptOperations.d.ts +60 -0
- package/dist/commonjs/operations/kqlScriptOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/kqlScriptOperations.js +293 -0
- package/dist/commonjs/operations/kqlScriptOperations.js.map +1 -0
- package/dist/commonjs/operations/kqlScripts.d.ts +32 -0
- package/dist/commonjs/operations/kqlScripts.d.ts.map +1 -0
- package/dist/commonjs/operations/kqlScripts.js +126 -0
- package/dist/commonjs/operations/kqlScripts.js.map +1 -0
- package/dist/commonjs/operations/library.d.ts +98 -0
- package/dist/commonjs/operations/library.d.ts.map +1 -0
- package/dist/commonjs/operations/library.js +443 -0
- package/dist/commonjs/operations/library.js.map +1 -0
- package/dist/commonjs/operations/linkConnectionOperations.d.ts +112 -0
- package/dist/commonjs/operations/linkConnectionOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/linkConnectionOperations.js +441 -0
- package/dist/commonjs/operations/linkConnectionOperations.js.map +1 -0
- package/dist/commonjs/operations/linkedServiceOperations.d.ts +80 -0
- package/dist/commonjs/operations/linkedServiceOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/linkedServiceOperations.js +391 -0
- package/dist/commonjs/operations/linkedServiceOperations.js.map +1 -0
- package/dist/commonjs/operations/metastore.d.ts +40 -0
- package/dist/commonjs/operations/metastore.d.ts.map +1 -0
- package/dist/commonjs/operations/metastore.js +139 -0
- package/dist/commonjs/operations/metastore.js.map +1 -0
- package/dist/commonjs/operations/notebookOperationResult.d.ts +19 -0
- package/dist/commonjs/operations/notebookOperationResult.d.ts.map +1 -0
- package/dist/commonjs/operations/notebookOperationResult.js +57 -0
- package/dist/commonjs/operations/notebookOperationResult.js.map +1 -0
- package/dist/commonjs/operations/notebookOperations.d.ts +99 -0
- package/dist/commonjs/operations/notebookOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/notebookOperations.js +486 -0
- package/dist/commonjs/operations/notebookOperations.js.map +1 -0
- package/dist/commonjs/operations/pipelineOperations.d.ts +86 -0
- package/dist/commonjs/operations/pipelineOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/pipelineOperations.js +424 -0
- package/dist/commonjs/operations/pipelineOperations.js.map +1 -0
- package/dist/commonjs/operations/pipelineRunOperations.d.ts +39 -0
- package/dist/commonjs/operations/pipelineRunOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/pipelineRunOperations.js +138 -0
- package/dist/commonjs/operations/pipelineRunOperations.js.map +1 -0
- package/dist/commonjs/operations/runNotebook.d.ts +51 -0
- package/dist/commonjs/operations/runNotebook.d.ts.map +1 -0
- package/dist/commonjs/operations/runNotebook.js +208 -0
- package/dist/commonjs/operations/runNotebook.js.map +1 -0
- package/dist/commonjs/operations/sparkConfigurationOperations.d.ts +80 -0
- package/dist/commonjs/operations/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/sparkConfigurationOperations.js +391 -0
- package/dist/commonjs/operations/sparkConfigurationOperations.js.map +1 -0
- package/dist/commonjs/operations/sparkJobDefinitionOperations.d.ts +104 -0
- package/dist/commonjs/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/sparkJobDefinitionOperations.js +557 -0
- package/dist/commonjs/operations/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/commonjs/operations/sqlPools.d.ts +24 -0
- package/dist/commonjs/operations/sqlPools.d.ts.map +1 -0
- package/dist/commonjs/operations/sqlPools.js +81 -0
- package/dist/commonjs/operations/sqlPools.js.map +1 -0
- package/dist/commonjs/operations/sqlScriptOperations.d.ts +80 -0
- package/dist/commonjs/operations/sqlScriptOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/sqlScriptOperations.js +391 -0
- package/dist/commonjs/operations/sqlScriptOperations.js.map +1 -0
- package/dist/commonjs/operations/triggerOperations.d.ts +119 -0
- package/dist/commonjs/operations/triggerOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/triggerOperations.js +647 -0
- package/dist/commonjs/operations/triggerOperations.js.map +1 -0
- package/dist/commonjs/operations/triggerRunOperations.d.ts +33 -0
- package/dist/commonjs/operations/triggerRunOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/triggerRunOperations.js +108 -0
- package/dist/commonjs/operations/triggerRunOperations.js.map +1 -0
- package/dist/commonjs/operations/workspaceGitRepoManagement.d.ts +19 -0
- package/dist/commonjs/operations/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/commonjs/operations/workspaceGitRepoManagement.js +55 -0
- package/dist/commonjs/operations/workspaceGitRepoManagement.js.map +1 -0
- package/dist/commonjs/operations/workspaceOperations.d.ts +18 -0
- package/dist/commonjs/operations/workspaceOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/workspaceOperations.js +55 -0
- package/dist/commonjs/operations/workspaceOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/bigDataPools.d.ts +16 -0
- package/dist/commonjs/operationsInterfaces/bigDataPools.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/bigDataPools.js +10 -0
- package/dist/commonjs/operationsInterfaces/bigDataPools.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.js +10 -0
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/datasetOperations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/datasetOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/datasetOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/datasetOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +35 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.d.ts +16 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.js +10 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
- package/dist/commonjs/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/kqlScriptOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/kqlScriptOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/kqlScripts.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/kqlScripts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/kqlScripts.js +10 -0
- package/dist/commonjs/operationsInterfaces/kqlScripts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/library.d.ts +77 -0
- package/dist/commonjs/operationsInterfaces/library.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/library.js +10 -0
- package/dist/commonjs/operationsInterfaces/library.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkedServiceOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/linkedServiceOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/metastore.d.ts +32 -0
- package/dist/commonjs/operationsInterfaces/metastore.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/metastore.js +10 -0
- package/dist/commonjs/operationsInterfaces/metastore.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/notebookOperationResult.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/notebookOperationResult.js +10 -0
- package/dist/commonjs/operationsInterfaces/notebookOperationResult.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/notebookOperations.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/notebookOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/notebookOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/notebookOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelineOperations.d.ts +64 -0
- package/dist/commonjs/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelineOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/pipelineOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
- package/dist/commonjs/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelineRunOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/pipelineRunOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/runNotebook.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/runNotebook.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/runNotebook.js +10 -0
- package/dist/commonjs/operationsInterfaces/runNotebook.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
- package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlPools.d.ts +16 -0
- package/dist/commonjs/operationsInterfaces/sqlPools.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlPools.js +10 -0
- package/dist/commonjs/operationsInterfaces/sqlPools.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggerOperations.d.ts +98 -0
- package/dist/commonjs/operationsInterfaces/triggerOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggerOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/triggerOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggerRunOperations.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggerRunOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/triggerRunOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaceOperations.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaceOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspaceOperations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tracing.d.ts +2 -0
- package/dist/commonjs/tracing.d.ts.map +1 -0
- package/dist/commonjs/tracing.js +17 -0
- package/dist/commonjs/tracing.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/artifactsClient.d.ts +40 -0
- package/dist/esm/artifactsClient.d.ts.map +1 -0
- package/dist/esm/artifactsClient.js +123 -0
- package/dist/esm/artifactsClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +25 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +13692 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +1438 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +1310 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/{index.js → esm/models/mappers.js} +14865 -19018
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +70 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +569 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/bigDataPools.d.ts +24 -0
- package/dist/esm/operations/bigDataPools.d.ts.map +1 -0
- package/dist/esm/operations/bigDataPools.js +76 -0
- package/dist/esm/operations/bigDataPools.js.map +1 -0
- package/dist/esm/operations/dataFlowDebugSession.d.ts +70 -0
- package/dist/esm/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/esm/operations/dataFlowDebugSession.js +344 -0
- package/dist/esm/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/esm/operations/dataFlowOperations.d.ts +80 -0
- package/dist/esm/operations/dataFlowOperations.d.ts.map +1 -0
- package/dist/esm/operations/dataFlowOperations.js +385 -0
- package/dist/esm/operations/dataFlowOperations.js.map +1 -0
- package/dist/esm/operations/datasetOperations.d.ts +79 -0
- package/dist/esm/operations/datasetOperations.d.ts.map +1 -0
- package/dist/esm/operations/datasetOperations.js +385 -0
- package/dist/esm/operations/datasetOperations.js.map +1 -0
- package/dist/esm/operations/index.d.ts +25 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +32 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/integrationRuntimes.d.ts +24 -0
- package/dist/esm/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist/esm/operations/integrationRuntimes.js +76 -0
- package/dist/esm/operations/integrationRuntimes.js.map +1 -0
- package/dist/esm/operations/kqlScriptOperations.d.ts +60 -0
- package/dist/esm/operations/kqlScriptOperations.d.ts.map +1 -0
- package/dist/esm/operations/kqlScriptOperations.js +288 -0
- package/dist/esm/operations/kqlScriptOperations.js.map +1 -0
- package/dist/esm/operations/kqlScripts.d.ts +32 -0
- package/dist/esm/operations/kqlScripts.d.ts.map +1 -0
- package/dist/esm/operations/kqlScripts.js +121 -0
- package/dist/esm/operations/kqlScripts.js.map +1 -0
- package/dist/esm/operations/library.d.ts +98 -0
- package/dist/esm/operations/library.d.ts.map +1 -0
- package/dist/esm/operations/library.js +438 -0
- package/dist/esm/operations/library.js.map +1 -0
- package/dist/esm/operations/linkConnectionOperations.d.ts +112 -0
- package/dist/esm/operations/linkConnectionOperations.d.ts.map +1 -0
- package/dist/esm/operations/linkConnectionOperations.js +436 -0
- package/dist/esm/operations/linkConnectionOperations.js.map +1 -0
- package/dist/esm/operations/linkedServiceOperations.d.ts +80 -0
- package/dist/esm/operations/linkedServiceOperations.d.ts.map +1 -0
- package/dist/esm/operations/linkedServiceOperations.js +386 -0
- package/dist/esm/operations/linkedServiceOperations.js.map +1 -0
- package/dist/esm/operations/metastore.d.ts +40 -0
- package/dist/esm/operations/metastore.d.ts.map +1 -0
- package/dist/esm/operations/metastore.js +134 -0
- package/dist/esm/operations/metastore.js.map +1 -0
- package/dist/esm/operations/notebookOperationResult.d.ts +19 -0
- package/dist/esm/operations/notebookOperationResult.d.ts.map +1 -0
- package/dist/esm/operations/notebookOperationResult.js +52 -0
- package/dist/esm/operations/notebookOperationResult.js.map +1 -0
- package/dist/esm/operations/notebookOperations.d.ts +99 -0
- package/dist/esm/operations/notebookOperations.d.ts.map +1 -0
- package/dist/esm/operations/notebookOperations.js +481 -0
- package/dist/esm/operations/notebookOperations.js.map +1 -0
- package/dist/esm/operations/pipelineOperations.d.ts +86 -0
- package/dist/esm/operations/pipelineOperations.d.ts.map +1 -0
- package/dist/esm/operations/pipelineOperations.js +419 -0
- package/dist/esm/operations/pipelineOperations.js.map +1 -0
- package/dist/esm/operations/pipelineRunOperations.d.ts +39 -0
- package/dist/esm/operations/pipelineRunOperations.d.ts.map +1 -0
- package/dist/esm/operations/pipelineRunOperations.js +133 -0
- package/dist/esm/operations/pipelineRunOperations.js.map +1 -0
- package/dist/esm/operations/runNotebook.d.ts +51 -0
- package/dist/esm/operations/runNotebook.d.ts.map +1 -0
- package/dist/esm/operations/runNotebook.js +203 -0
- package/dist/esm/operations/runNotebook.js.map +1 -0
- package/dist/esm/operations/sparkConfigurationOperations.d.ts +80 -0
- package/dist/esm/operations/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/esm/operations/sparkConfigurationOperations.js +386 -0
- package/dist/esm/operations/sparkConfigurationOperations.js.map +1 -0
- package/dist/esm/operations/sparkJobDefinitionOperations.d.ts +104 -0
- package/dist/esm/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/esm/operations/sparkJobDefinitionOperations.js +552 -0
- package/dist/esm/operations/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/esm/operations/sqlPools.d.ts +24 -0
- package/dist/esm/operations/sqlPools.d.ts.map +1 -0
- package/dist/esm/operations/sqlPools.js +76 -0
- package/dist/esm/operations/sqlPools.js.map +1 -0
- package/dist/esm/operations/sqlScriptOperations.d.ts +80 -0
- package/dist/esm/operations/sqlScriptOperations.d.ts.map +1 -0
- package/dist/esm/operations/sqlScriptOperations.js +386 -0
- package/dist/esm/operations/sqlScriptOperations.js.map +1 -0
- package/dist/esm/operations/triggerOperations.d.ts +119 -0
- package/dist/esm/operations/triggerOperations.d.ts.map +1 -0
- package/dist/esm/operations/triggerOperations.js +642 -0
- package/dist/esm/operations/triggerOperations.js.map +1 -0
- package/dist/esm/operations/triggerRunOperations.d.ts +33 -0
- package/dist/esm/operations/triggerRunOperations.d.ts.map +1 -0
- package/dist/esm/operations/triggerRunOperations.js +103 -0
- package/dist/esm/operations/triggerRunOperations.js.map +1 -0
- package/dist/esm/operations/workspaceGitRepoManagement.d.ts +19 -0
- package/dist/esm/operations/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/esm/operations/workspaceGitRepoManagement.js +50 -0
- package/dist/esm/operations/workspaceGitRepoManagement.js.map +1 -0
- package/dist/esm/operations/workspaceOperations.d.ts +18 -0
- package/dist/esm/operations/workspaceOperations.d.ts.map +1 -0
- package/dist/esm/operations/workspaceOperations.js +50 -0
- package/dist/esm/operations/workspaceOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/bigDataPools.d.ts +16 -0
- package/dist/esm/operationsInterfaces/bigDataPools.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/bigDataPools.js +9 -0
- package/dist/esm/operationsInterfaces/bigDataPools.js.map +1 -0
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.js +9 -0
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
- package/dist/esm/operationsInterfaces/dataFlowOperations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dataFlowOperations.js +9 -0
- package/dist/esm/operationsInterfaces/dataFlowOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/datasetOperations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/datasetOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/datasetOperations.js +9 -0
- package/dist/esm/operationsInterfaces/datasetOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +25 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +32 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/integrationRuntimes.d.ts +16 -0
- package/dist/esm/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/integrationRuntimes.js +9 -0
- package/dist/esm/operationsInterfaces/integrationRuntimes.js.map +1 -0
- package/dist/esm/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
- package/dist/esm/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/kqlScriptOperations.js +9 -0
- package/dist/esm/operationsInterfaces/kqlScriptOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/kqlScripts.d.ts +11 -0
- package/dist/esm/operationsInterfaces/kqlScripts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/kqlScripts.js +9 -0
- package/dist/esm/operationsInterfaces/kqlScripts.js.map +1 -0
- package/dist/esm/operationsInterfaces/library.d.ts +77 -0
- package/dist/esm/operationsInterfaces/library.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/library.js +9 -0
- package/dist/esm/operationsInterfaces/library.js.map +1 -0
- package/dist/esm/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
- package/dist/esm/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/linkConnectionOperations.js +9 -0
- package/dist/esm/operationsInterfaces/linkConnectionOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/linkedServiceOperations.js +9 -0
- package/dist/esm/operationsInterfaces/linkedServiceOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/metastore.d.ts +32 -0
- package/dist/esm/operationsInterfaces/metastore.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/metastore.js +9 -0
- package/dist/esm/operationsInterfaces/metastore.js.map +1 -0
- package/dist/esm/operationsInterfaces/notebookOperationResult.d.ts +11 -0
- package/dist/esm/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/notebookOperationResult.js +9 -0
- package/dist/esm/operationsInterfaces/notebookOperationResult.js.map +1 -0
- package/dist/esm/operationsInterfaces/notebookOperations.d.ts +63 -0
- package/dist/esm/operationsInterfaces/notebookOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/notebookOperations.js +9 -0
- package/dist/esm/operationsInterfaces/notebookOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/pipelineOperations.d.ts +64 -0
- package/dist/esm/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/pipelineOperations.js +9 -0
- package/dist/esm/operationsInterfaces/pipelineOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
- package/dist/esm/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/pipelineRunOperations.js +9 -0
- package/dist/esm/operationsInterfaces/pipelineRunOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/runNotebook.d.ts +43 -0
- package/dist/esm/operationsInterfaces/runNotebook.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/runNotebook.js +9 -0
- package/dist/esm/operationsInterfaces/runNotebook.js.map +1 -0
- package/dist/esm/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sparkConfigurationOperations.js +9 -0
- package/dist/esm/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
- package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.js +9 -0
- package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/sqlPools.d.ts +16 -0
- package/dist/esm/operationsInterfaces/sqlPools.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sqlPools.js +9 -0
- package/dist/esm/operationsInterfaces/sqlPools.js.map +1 -0
- package/dist/esm/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sqlScriptOperations.js +9 -0
- package/dist/esm/operationsInterfaces/sqlScriptOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/triggerOperations.d.ts +98 -0
- package/dist/esm/operationsInterfaces/triggerOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/triggerOperations.js +9 -0
- package/dist/esm/operationsInterfaces/triggerOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/triggerRunOperations.d.ts +25 -0
- package/dist/esm/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/triggerRunOperations.js +9 -0
- package/dist/esm/operationsInterfaces/triggerRunOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
- package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.js +9 -0
- package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspaceOperations.d.ts +10 -0
- package/dist/esm/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspaceOperations.js +9 -0
- package/dist/esm/operationsInterfaces/workspaceOperations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/tracing.d.ts +2 -0
- package/dist/esm/tracing.d.ts.map +1 -0
- package/dist/esm/tracing.js +14 -0
- package/dist/esm/tracing.js.map +1 -0
- package/dist/react-native/artifactsClient.d.ts +40 -0
- package/dist/react-native/artifactsClient.d.ts.map +1 -0
- package/dist/react-native/artifactsClient.js +123 -0
- package/dist/react-native/artifactsClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +25 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +13692 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +1438 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +1310 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +30736 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +70 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +569 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/bigDataPools.d.ts +24 -0
- package/dist/react-native/operations/bigDataPools.d.ts.map +1 -0
- package/dist/react-native/operations/bigDataPools.js +76 -0
- package/dist/react-native/operations/bigDataPools.js.map +1 -0
- package/dist/react-native/operations/dataFlowDebugSession.d.ts +70 -0
- package/dist/react-native/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/react-native/operations/dataFlowDebugSession.js +344 -0
- package/dist/react-native/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/react-native/operations/dataFlowOperations.d.ts +80 -0
- package/dist/react-native/operations/dataFlowOperations.d.ts.map +1 -0
- package/dist/react-native/operations/dataFlowOperations.js +385 -0
- package/dist/react-native/operations/dataFlowOperations.js.map +1 -0
- package/dist/react-native/operations/datasetOperations.d.ts +79 -0
- package/dist/react-native/operations/datasetOperations.d.ts.map +1 -0
- package/dist/react-native/operations/datasetOperations.js +385 -0
- package/dist/react-native/operations/datasetOperations.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +25 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +32 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/integrationRuntimes.d.ts +24 -0
- package/dist/react-native/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist/react-native/operations/integrationRuntimes.js +76 -0
- package/dist/react-native/operations/integrationRuntimes.js.map +1 -0
- package/dist/react-native/operations/kqlScriptOperations.d.ts +60 -0
- package/dist/react-native/operations/kqlScriptOperations.d.ts.map +1 -0
- package/dist/react-native/operations/kqlScriptOperations.js +288 -0
- package/dist/react-native/operations/kqlScriptOperations.js.map +1 -0
- package/dist/react-native/operations/kqlScripts.d.ts +32 -0
- package/dist/react-native/operations/kqlScripts.d.ts.map +1 -0
- package/dist/react-native/operations/kqlScripts.js +121 -0
- package/dist/react-native/operations/kqlScripts.js.map +1 -0
- package/dist/react-native/operations/library.d.ts +98 -0
- package/dist/react-native/operations/library.d.ts.map +1 -0
- package/dist/react-native/operations/library.js +438 -0
- package/dist/react-native/operations/library.js.map +1 -0
- package/dist/react-native/operations/linkConnectionOperations.d.ts +112 -0
- package/dist/react-native/operations/linkConnectionOperations.d.ts.map +1 -0
- package/dist/react-native/operations/linkConnectionOperations.js +436 -0
- package/dist/react-native/operations/linkConnectionOperations.js.map +1 -0
- package/dist/react-native/operations/linkedServiceOperations.d.ts +80 -0
- package/dist/react-native/operations/linkedServiceOperations.d.ts.map +1 -0
- package/dist/react-native/operations/linkedServiceOperations.js +386 -0
- package/dist/react-native/operations/linkedServiceOperations.js.map +1 -0
- package/dist/react-native/operations/metastore.d.ts +40 -0
- package/dist/react-native/operations/metastore.d.ts.map +1 -0
- package/dist/react-native/operations/metastore.js +134 -0
- package/dist/react-native/operations/metastore.js.map +1 -0
- package/dist/react-native/operations/notebookOperationResult.d.ts +19 -0
- package/dist/react-native/operations/notebookOperationResult.d.ts.map +1 -0
- package/dist/react-native/operations/notebookOperationResult.js +52 -0
- package/dist/react-native/operations/notebookOperationResult.js.map +1 -0
- package/dist/react-native/operations/notebookOperations.d.ts +99 -0
- package/dist/react-native/operations/notebookOperations.d.ts.map +1 -0
- package/dist/react-native/operations/notebookOperations.js +481 -0
- package/dist/react-native/operations/notebookOperations.js.map +1 -0
- package/dist/react-native/operations/pipelineOperations.d.ts +86 -0
- package/dist/react-native/operations/pipelineOperations.d.ts.map +1 -0
- package/dist/react-native/operations/pipelineOperations.js +419 -0
- package/dist/react-native/operations/pipelineOperations.js.map +1 -0
- package/dist/react-native/operations/pipelineRunOperations.d.ts +39 -0
- package/dist/react-native/operations/pipelineRunOperations.d.ts.map +1 -0
- package/dist/react-native/operations/pipelineRunOperations.js +133 -0
- package/dist/react-native/operations/pipelineRunOperations.js.map +1 -0
- package/dist/react-native/operations/runNotebook.d.ts +51 -0
- package/dist/react-native/operations/runNotebook.d.ts.map +1 -0
- package/dist/react-native/operations/runNotebook.js +203 -0
- package/dist/react-native/operations/runNotebook.js.map +1 -0
- package/dist/react-native/operations/sparkConfigurationOperations.d.ts +80 -0
- package/dist/react-native/operations/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/react-native/operations/sparkConfigurationOperations.js +386 -0
- package/dist/react-native/operations/sparkConfigurationOperations.js.map +1 -0
- package/dist/react-native/operations/sparkJobDefinitionOperations.d.ts +104 -0
- package/dist/react-native/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/react-native/operations/sparkJobDefinitionOperations.js +552 -0
- package/dist/react-native/operations/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/react-native/operations/sqlPools.d.ts +24 -0
- package/dist/react-native/operations/sqlPools.d.ts.map +1 -0
- package/dist/react-native/operations/sqlPools.js +76 -0
- package/dist/react-native/operations/sqlPools.js.map +1 -0
- package/dist/react-native/operations/sqlScriptOperations.d.ts +80 -0
- package/dist/react-native/operations/sqlScriptOperations.d.ts.map +1 -0
- package/dist/react-native/operations/sqlScriptOperations.js +386 -0
- package/dist/react-native/operations/sqlScriptOperations.js.map +1 -0
- package/dist/react-native/operations/triggerOperations.d.ts +119 -0
- package/dist/react-native/operations/triggerOperations.d.ts.map +1 -0
- package/dist/react-native/operations/triggerOperations.js +642 -0
- package/dist/react-native/operations/triggerOperations.js.map +1 -0
- package/dist/react-native/operations/triggerRunOperations.d.ts +33 -0
- package/dist/react-native/operations/triggerRunOperations.d.ts.map +1 -0
- package/dist/react-native/operations/triggerRunOperations.js +103 -0
- package/dist/react-native/operations/triggerRunOperations.js.map +1 -0
- package/dist/react-native/operations/workspaceGitRepoManagement.d.ts +19 -0
- package/dist/react-native/operations/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/react-native/operations/workspaceGitRepoManagement.js +50 -0
- package/dist/react-native/operations/workspaceGitRepoManagement.js.map +1 -0
- package/dist/react-native/operations/workspaceOperations.d.ts +18 -0
- package/dist/react-native/operations/workspaceOperations.d.ts.map +1 -0
- package/dist/react-native/operations/workspaceOperations.js +50 -0
- package/dist/react-native/operations/workspaceOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/bigDataPools.d.ts +16 -0
- package/dist/react-native/operationsInterfaces/bigDataPools.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/bigDataPools.js +9 -0
- package/dist/react-native/operationsInterfaces/bigDataPools.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.js +9 -0
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dataFlowOperations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dataFlowOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/dataFlowOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/datasetOperations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/datasetOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/datasetOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/datasetOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +32 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimes.d.ts +16 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimes.js +9 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
- package/dist/react-native/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/kqlScriptOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/kqlScriptOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/kqlScripts.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/kqlScripts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/kqlScripts.js +9 -0
- package/dist/react-native/operationsInterfaces/kqlScripts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/library.d.ts +77 -0
- package/dist/react-native/operationsInterfaces/library.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/library.js +9 -0
- package/dist/react-native/operationsInterfaces/library.js.map +1 -0
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/linkedServiceOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/linkedServiceOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/metastore.d.ts +32 -0
- package/dist/react-native/operationsInterfaces/metastore.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/metastore.js +9 -0
- package/dist/react-native/operationsInterfaces/metastore.js.map +1 -0
- package/dist/react-native/operationsInterfaces/notebookOperationResult.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/notebookOperationResult.js +9 -0
- package/dist/react-native/operationsInterfaces/notebookOperationResult.js.map +1 -0
- package/dist/react-native/operationsInterfaces/notebookOperations.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/notebookOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/notebookOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/notebookOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelineOperations.d.ts +64 -0
- package/dist/react-native/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelineOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/pipelineOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
- package/dist/react-native/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelineRunOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/pipelineRunOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/runNotebook.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/runNotebook.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/runNotebook.js +9 -0
- package/dist/react-native/operationsInterfaces/runNotebook.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
- package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlPools.d.ts +16 -0
- package/dist/react-native/operationsInterfaces/sqlPools.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlPools.js +9 -0
- package/dist/react-native/operationsInterfaces/sqlPools.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/triggerOperations.d.ts +98 -0
- package/dist/react-native/operationsInterfaces/triggerOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/triggerOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/triggerOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/triggerRunOperations.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/triggerRunOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/triggerRunOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.js +9 -0
- package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaceOperations.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaceOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/workspaceOperations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/tracing.d.ts +2 -0
- package/dist/react-native/tracing.d.ts.map +1 -0
- package/dist/react-native/tracing.js +14 -0
- package/dist/react-native/tracing.js.map +1 -0
- package/package.json +87 -79
- package/dist/index.js.map +0 -1
- package/dist-esm/src/artifactsClient.js.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/bigDataPools.js.map +0 -1
- package/dist-esm/src/operations/dataFlowDebugSession.js.map +0 -1
- package/dist-esm/src/operations/dataFlowOperations.js.map +0 -1
- package/dist-esm/src/operations/datasetOperations.js.map +0 -1
- package/dist-esm/src/operations/index.js +0 -32
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/integrationRuntimes.js.map +0 -1
- package/dist-esm/src/operations/kqlScriptOperations.js.map +0 -1
- package/dist-esm/src/operations/kqlScripts.js.map +0 -1
- package/dist-esm/src/operations/library.js.map +0 -1
- package/dist-esm/src/operations/linkConnectionOperations.js.map +0 -1
- package/dist-esm/src/operations/linkedServiceOperations.js.map +0 -1
- package/dist-esm/src/operations/metastore.js.map +0 -1
- package/dist-esm/src/operations/notebookOperationResult.js.map +0 -1
- package/dist-esm/src/operations/notebookOperations.js.map +0 -1
- package/dist-esm/src/operations/pipelineOperations.js.map +0 -1
- package/dist-esm/src/operations/pipelineRunOperations.js.map +0 -1
- package/dist-esm/src/operations/runNotebook.js.map +0 -1
- package/dist-esm/src/operations/sparkConfigurationOperations.js.map +0 -1
- package/dist-esm/src/operations/sparkJobDefinitionOperations.js.map +0 -1
- package/dist-esm/src/operations/sqlPools.js.map +0 -1
- package/dist-esm/src/operations/sqlScriptOperations.js.map +0 -1
- package/dist-esm/src/operations/triggerOperations.js.map +0 -1
- package/dist-esm/src/operations/triggerRunOperations.js.map +0 -1
- package/dist-esm/src/operations/workspaceGitRepoManagement.js.map +0 -1
- package/dist-esm/src/operations/workspaceOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/bigDataPools.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataFlowOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/datasetOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -32
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/kqlScriptOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/kqlScripts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/library.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkConnectionOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkedServiceOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/metastore.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/notebookOperationResult.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/notebookOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/pipelineOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/pipelineRunOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/runNotebook.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sparkConfigurationOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sparkJobDefinitionOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlPools.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlScriptOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/triggerOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/triggerRunOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaceGitRepoManagement.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaceOperations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/bigDataPools.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataFlowDebugSession.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataFlowOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/datasetOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/integrationRuntimes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/kqlScriptOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/kqlScripts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/library.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkConnectionOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkedServiceOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/metastore.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/notebookOperationResult.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/notebookOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/pipelineOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/pipelineRunOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/runNotebook.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sparkConfigurationOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sparkJobDefinitionOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlPools.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlScriptOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/triggerOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/triggerRunOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaceGitRepoManagement.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaceOperations.js +0 -0
|
@@ -0,0 +1,1438 @@
|
|
|
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
|
+
/** Known values of {@link Type} that the service accepts. */
|
|
9
|
+
export var KnownType;
|
|
10
|
+
(function (KnownType) {
|
|
11
|
+
/** LinkedServiceReference */
|
|
12
|
+
KnownType["LinkedServiceReference"] = "LinkedServiceReference";
|
|
13
|
+
})(KnownType || (KnownType = {}));
|
|
14
|
+
/** Known values of {@link ActionOnExistingTargetTable} that the service accepts. */
|
|
15
|
+
export var KnownActionOnExistingTargetTable;
|
|
16
|
+
(function (KnownActionOnExistingTargetTable) {
|
|
17
|
+
/** Same existing tables on target database will be Failed. */
|
|
18
|
+
KnownActionOnExistingTargetTable["FailOnNonEmptyTable"] = "FailOnNonEmptyTable";
|
|
19
|
+
/** Same existing tables on target database will be dropped and recreated. */
|
|
20
|
+
KnownActionOnExistingTargetTable["DropAndRecreateTable"] = "DropAndRecreateTable";
|
|
21
|
+
/** Same existing tables on target database will be Merged together. */
|
|
22
|
+
KnownActionOnExistingTargetTable["MergeWithExistingData"] = "MergeWithExistingData";
|
|
23
|
+
})(KnownActionOnExistingTargetTable || (KnownActionOnExistingTargetTable = {}));
|
|
24
|
+
/** Known values of {@link BigDataPoolReferenceType} that the service accepts. */
|
|
25
|
+
export var KnownBigDataPoolReferenceType;
|
|
26
|
+
(function (KnownBigDataPoolReferenceType) {
|
|
27
|
+
/** BigDataPoolReference */
|
|
28
|
+
KnownBigDataPoolReferenceType["BigDataPoolReference"] = "BigDataPoolReference";
|
|
29
|
+
})(KnownBigDataPoolReferenceType || (KnownBigDataPoolReferenceType = {}));
|
|
30
|
+
/** Known values of {@link SparkConfigurationReferenceType} that the service accepts. */
|
|
31
|
+
export var KnownSparkConfigurationReferenceType;
|
|
32
|
+
(function (KnownSparkConfigurationReferenceType) {
|
|
33
|
+
/** SparkConfigurationReference */
|
|
34
|
+
KnownSparkConfigurationReferenceType["SparkConfigurationReference"] = "SparkConfigurationReference";
|
|
35
|
+
})(KnownSparkConfigurationReferenceType || (KnownSparkConfigurationReferenceType = {}));
|
|
36
|
+
/** Known values of {@link CellOutputType} that the service accepts. */
|
|
37
|
+
export var KnownCellOutputType;
|
|
38
|
+
(function (KnownCellOutputType) {
|
|
39
|
+
/** ExecuteResult */
|
|
40
|
+
KnownCellOutputType["ExecuteResult"] = "execute_result";
|
|
41
|
+
/** DisplayData */
|
|
42
|
+
KnownCellOutputType["DisplayData"] = "display_data";
|
|
43
|
+
/** Stream */
|
|
44
|
+
KnownCellOutputType["Stream"] = "stream";
|
|
45
|
+
/** Error */
|
|
46
|
+
KnownCellOutputType["Error"] = "error";
|
|
47
|
+
})(KnownCellOutputType || (KnownCellOutputType = {}));
|
|
48
|
+
/** Known values of {@link RequestStatus} that the service accepts. */
|
|
49
|
+
export var KnownRequestStatus;
|
|
50
|
+
(function (KnownRequestStatus) {
|
|
51
|
+
/** Running */
|
|
52
|
+
KnownRequestStatus["Running"] = "Running";
|
|
53
|
+
/** Completed */
|
|
54
|
+
KnownRequestStatus["Completed"] = "Completed";
|
|
55
|
+
/** Failed */
|
|
56
|
+
KnownRequestStatus["Failed"] = "Failed";
|
|
57
|
+
})(KnownRequestStatus || (KnownRequestStatus = {}));
|
|
58
|
+
/** Known values of {@link ResourceStatus} that the service accepts. */
|
|
59
|
+
export var KnownResourceStatus;
|
|
60
|
+
(function (KnownResourceStatus) {
|
|
61
|
+
/** Creating */
|
|
62
|
+
KnownResourceStatus["Creating"] = "Creating";
|
|
63
|
+
/** Created */
|
|
64
|
+
KnownResourceStatus["Created"] = "Created";
|
|
65
|
+
/** Failed */
|
|
66
|
+
KnownResourceStatus["Failed"] = "Failed";
|
|
67
|
+
})(KnownResourceStatus || (KnownResourceStatus = {}));
|
|
68
|
+
/** Known values of {@link NodeSize} that the service accepts. */
|
|
69
|
+
export var KnownNodeSize;
|
|
70
|
+
(function (KnownNodeSize) {
|
|
71
|
+
/** None */
|
|
72
|
+
KnownNodeSize["None"] = "None";
|
|
73
|
+
/** Small */
|
|
74
|
+
KnownNodeSize["Small"] = "Small";
|
|
75
|
+
/** Medium */
|
|
76
|
+
KnownNodeSize["Medium"] = "Medium";
|
|
77
|
+
/** Large */
|
|
78
|
+
KnownNodeSize["Large"] = "Large";
|
|
79
|
+
/** XLarge */
|
|
80
|
+
KnownNodeSize["XLarge"] = "XLarge";
|
|
81
|
+
/** XXLarge */
|
|
82
|
+
KnownNodeSize["XXLarge"] = "XXLarge";
|
|
83
|
+
/** XXXLarge */
|
|
84
|
+
KnownNodeSize["XXXLarge"] = "XXXLarge";
|
|
85
|
+
})(KnownNodeSize || (KnownNodeSize = {}));
|
|
86
|
+
/** Known values of {@link NodeSizeFamily} that the service accepts. */
|
|
87
|
+
export var KnownNodeSizeFamily;
|
|
88
|
+
(function (KnownNodeSizeFamily) {
|
|
89
|
+
/** None */
|
|
90
|
+
KnownNodeSizeFamily["None"] = "None";
|
|
91
|
+
/** MemoryOptimized */
|
|
92
|
+
KnownNodeSizeFamily["MemoryOptimized"] = "MemoryOptimized";
|
|
93
|
+
})(KnownNodeSizeFamily || (KnownNodeSizeFamily = {}));
|
|
94
|
+
/** Known values of {@link IntegrationRuntimeType} that the service accepts. */
|
|
95
|
+
export var KnownIntegrationRuntimeType;
|
|
96
|
+
(function (KnownIntegrationRuntimeType) {
|
|
97
|
+
/** Managed */
|
|
98
|
+
KnownIntegrationRuntimeType["Managed"] = "Managed";
|
|
99
|
+
/** SelfHosted */
|
|
100
|
+
KnownIntegrationRuntimeType["SelfHosted"] = "SelfHosted";
|
|
101
|
+
})(KnownIntegrationRuntimeType || (KnownIntegrationRuntimeType = {}));
|
|
102
|
+
/** Known values of {@link ParameterType} that the service accepts. */
|
|
103
|
+
export var KnownParameterType;
|
|
104
|
+
(function (KnownParameterType) {
|
|
105
|
+
/** Object */
|
|
106
|
+
KnownParameterType["Object"] = "Object";
|
|
107
|
+
/** String */
|
|
108
|
+
KnownParameterType["String"] = "String";
|
|
109
|
+
/** Int */
|
|
110
|
+
KnownParameterType["Int"] = "Int";
|
|
111
|
+
/** Float */
|
|
112
|
+
KnownParameterType["Float"] = "Float";
|
|
113
|
+
/** Bool */
|
|
114
|
+
KnownParameterType["Bool"] = "Bool";
|
|
115
|
+
/** Array */
|
|
116
|
+
KnownParameterType["Array"] = "Array";
|
|
117
|
+
/** SecureString */
|
|
118
|
+
KnownParameterType["SecureString"] = "SecureString";
|
|
119
|
+
})(KnownParameterType || (KnownParameterType = {}));
|
|
120
|
+
/** Known values of {@link IntegrationRuntimeReferenceType} that the service accepts. */
|
|
121
|
+
export var KnownIntegrationRuntimeReferenceType;
|
|
122
|
+
(function (KnownIntegrationRuntimeReferenceType) {
|
|
123
|
+
/** IntegrationRuntimeReference */
|
|
124
|
+
KnownIntegrationRuntimeReferenceType["IntegrationRuntimeReference"] = "IntegrationRuntimeReference";
|
|
125
|
+
})(KnownIntegrationRuntimeReferenceType || (KnownIntegrationRuntimeReferenceType = {}));
|
|
126
|
+
/** Known values of {@link DataFlowDebugCommandType} that the service accepts. */
|
|
127
|
+
export var KnownDataFlowDebugCommandType;
|
|
128
|
+
(function (KnownDataFlowDebugCommandType) {
|
|
129
|
+
/** ExecutePreviewQuery */
|
|
130
|
+
KnownDataFlowDebugCommandType["ExecutePreviewQuery"] = "executePreviewQuery";
|
|
131
|
+
/** ExecuteStatisticsQuery */
|
|
132
|
+
KnownDataFlowDebugCommandType["ExecuteStatisticsQuery"] = "executeStatisticsQuery";
|
|
133
|
+
/** ExecuteExpressionQuery */
|
|
134
|
+
KnownDataFlowDebugCommandType["ExecuteExpressionQuery"] = "executeExpressionQuery";
|
|
135
|
+
})(KnownDataFlowDebugCommandType || (KnownDataFlowDebugCommandType = {}));
|
|
136
|
+
/** Known values of {@link ActivityState} that the service accepts. */
|
|
137
|
+
export var KnownActivityState;
|
|
138
|
+
(function (KnownActivityState) {
|
|
139
|
+
/** Active */
|
|
140
|
+
KnownActivityState["Active"] = "Active";
|
|
141
|
+
/** Inactive */
|
|
142
|
+
KnownActivityState["Inactive"] = "Inactive";
|
|
143
|
+
})(KnownActivityState || (KnownActivityState = {}));
|
|
144
|
+
/** Known values of {@link ActivityOnInactiveMarkAs} that the service accepts. */
|
|
145
|
+
export var KnownActivityOnInactiveMarkAs;
|
|
146
|
+
(function (KnownActivityOnInactiveMarkAs) {
|
|
147
|
+
/** Succeeded */
|
|
148
|
+
KnownActivityOnInactiveMarkAs["Succeeded"] = "Succeeded";
|
|
149
|
+
/** Failed */
|
|
150
|
+
KnownActivityOnInactiveMarkAs["Failed"] = "Failed";
|
|
151
|
+
/** Skipped */
|
|
152
|
+
KnownActivityOnInactiveMarkAs["Skipped"] = "Skipped";
|
|
153
|
+
})(KnownActivityOnInactiveMarkAs || (KnownActivityOnInactiveMarkAs = {}));
|
|
154
|
+
/** Known values of {@link DependencyCondition} that the service accepts. */
|
|
155
|
+
export var KnownDependencyCondition;
|
|
156
|
+
(function (KnownDependencyCondition) {
|
|
157
|
+
/** Succeeded */
|
|
158
|
+
KnownDependencyCondition["Succeeded"] = "Succeeded";
|
|
159
|
+
/** Failed */
|
|
160
|
+
KnownDependencyCondition["Failed"] = "Failed";
|
|
161
|
+
/** Skipped */
|
|
162
|
+
KnownDependencyCondition["Skipped"] = "Skipped";
|
|
163
|
+
/** Completed */
|
|
164
|
+
KnownDependencyCondition["Completed"] = "Completed";
|
|
165
|
+
})(KnownDependencyCondition || (KnownDependencyCondition = {}));
|
|
166
|
+
/** Known values of {@link VariableType} that the service accepts. */
|
|
167
|
+
export var KnownVariableType;
|
|
168
|
+
(function (KnownVariableType) {
|
|
169
|
+
/** String */
|
|
170
|
+
KnownVariableType["String"] = "String";
|
|
171
|
+
/** Bool */
|
|
172
|
+
KnownVariableType["Bool"] = "Bool";
|
|
173
|
+
/** Boolean */
|
|
174
|
+
KnownVariableType["Boolean"] = "Boolean";
|
|
175
|
+
/** Array */
|
|
176
|
+
KnownVariableType["Array"] = "Array";
|
|
177
|
+
})(KnownVariableType || (KnownVariableType = {}));
|
|
178
|
+
/** Known values of {@link RunQueryFilterOperand} that the service accepts. */
|
|
179
|
+
export var KnownRunQueryFilterOperand;
|
|
180
|
+
(function (KnownRunQueryFilterOperand) {
|
|
181
|
+
/** PipelineName */
|
|
182
|
+
KnownRunQueryFilterOperand["PipelineName"] = "PipelineName";
|
|
183
|
+
/** Status */
|
|
184
|
+
KnownRunQueryFilterOperand["Status"] = "Status";
|
|
185
|
+
/** RunStart */
|
|
186
|
+
KnownRunQueryFilterOperand["RunStart"] = "RunStart";
|
|
187
|
+
/** RunEnd */
|
|
188
|
+
KnownRunQueryFilterOperand["RunEnd"] = "RunEnd";
|
|
189
|
+
/** ActivityName */
|
|
190
|
+
KnownRunQueryFilterOperand["ActivityName"] = "ActivityName";
|
|
191
|
+
/** ActivityRunStart */
|
|
192
|
+
KnownRunQueryFilterOperand["ActivityRunStart"] = "ActivityRunStart";
|
|
193
|
+
/** ActivityRunEnd */
|
|
194
|
+
KnownRunQueryFilterOperand["ActivityRunEnd"] = "ActivityRunEnd";
|
|
195
|
+
/** ActivityType */
|
|
196
|
+
KnownRunQueryFilterOperand["ActivityType"] = "ActivityType";
|
|
197
|
+
/** TriggerName */
|
|
198
|
+
KnownRunQueryFilterOperand["TriggerName"] = "TriggerName";
|
|
199
|
+
/** TriggerRunTimestamp */
|
|
200
|
+
KnownRunQueryFilterOperand["TriggerRunTimestamp"] = "TriggerRunTimestamp";
|
|
201
|
+
/** RunGroupId */
|
|
202
|
+
KnownRunQueryFilterOperand["RunGroupId"] = "RunGroupId";
|
|
203
|
+
/** LatestOnly */
|
|
204
|
+
KnownRunQueryFilterOperand["LatestOnly"] = "LatestOnly";
|
|
205
|
+
})(KnownRunQueryFilterOperand || (KnownRunQueryFilterOperand = {}));
|
|
206
|
+
/** Known values of {@link RunQueryFilterOperator} that the service accepts. */
|
|
207
|
+
export var KnownRunQueryFilterOperator;
|
|
208
|
+
(function (KnownRunQueryFilterOperator) {
|
|
209
|
+
/** Equals */
|
|
210
|
+
KnownRunQueryFilterOperator["Equals"] = "Equals";
|
|
211
|
+
/** NotEquals */
|
|
212
|
+
KnownRunQueryFilterOperator["NotEquals"] = "NotEquals";
|
|
213
|
+
/** In */
|
|
214
|
+
KnownRunQueryFilterOperator["In"] = "In";
|
|
215
|
+
/** NotIn */
|
|
216
|
+
KnownRunQueryFilterOperator["NotIn"] = "NotIn";
|
|
217
|
+
})(KnownRunQueryFilterOperator || (KnownRunQueryFilterOperator = {}));
|
|
218
|
+
/** Known values of {@link RunQueryOrderByField} that the service accepts. */
|
|
219
|
+
export var KnownRunQueryOrderByField;
|
|
220
|
+
(function (KnownRunQueryOrderByField) {
|
|
221
|
+
/** RunStart */
|
|
222
|
+
KnownRunQueryOrderByField["RunStart"] = "RunStart";
|
|
223
|
+
/** RunEnd */
|
|
224
|
+
KnownRunQueryOrderByField["RunEnd"] = "RunEnd";
|
|
225
|
+
/** PipelineName */
|
|
226
|
+
KnownRunQueryOrderByField["PipelineName"] = "PipelineName";
|
|
227
|
+
/** Status */
|
|
228
|
+
KnownRunQueryOrderByField["Status"] = "Status";
|
|
229
|
+
/** ActivityName */
|
|
230
|
+
KnownRunQueryOrderByField["ActivityName"] = "ActivityName";
|
|
231
|
+
/** ActivityRunStart */
|
|
232
|
+
KnownRunQueryOrderByField["ActivityRunStart"] = "ActivityRunStart";
|
|
233
|
+
/** ActivityRunEnd */
|
|
234
|
+
KnownRunQueryOrderByField["ActivityRunEnd"] = "ActivityRunEnd";
|
|
235
|
+
/** TriggerName */
|
|
236
|
+
KnownRunQueryOrderByField["TriggerName"] = "TriggerName";
|
|
237
|
+
/** TriggerRunTimestamp */
|
|
238
|
+
KnownRunQueryOrderByField["TriggerRunTimestamp"] = "TriggerRunTimestamp";
|
|
239
|
+
})(KnownRunQueryOrderByField || (KnownRunQueryOrderByField = {}));
|
|
240
|
+
/** Known values of {@link RunQueryOrder} that the service accepts. */
|
|
241
|
+
export var KnownRunQueryOrder;
|
|
242
|
+
(function (KnownRunQueryOrder) {
|
|
243
|
+
/** ASC */
|
|
244
|
+
KnownRunQueryOrder["ASC"] = "ASC";
|
|
245
|
+
/** Desc */
|
|
246
|
+
KnownRunQueryOrder["Desc"] = "DESC";
|
|
247
|
+
})(KnownRunQueryOrder || (KnownRunQueryOrder = {}));
|
|
248
|
+
/** Known values of {@link SparkJobType} that the service accepts. */
|
|
249
|
+
export var KnownSparkJobType;
|
|
250
|
+
(function (KnownSparkJobType) {
|
|
251
|
+
/** SparkBatch */
|
|
252
|
+
KnownSparkJobType["SparkBatch"] = "SparkBatch";
|
|
253
|
+
/** SparkSession */
|
|
254
|
+
KnownSparkJobType["SparkSession"] = "SparkSession";
|
|
255
|
+
})(KnownSparkJobType || (KnownSparkJobType = {}));
|
|
256
|
+
/** Known values of {@link SparkBatchJobResultType} that the service accepts. */
|
|
257
|
+
export var KnownSparkBatchJobResultType;
|
|
258
|
+
(function (KnownSparkBatchJobResultType) {
|
|
259
|
+
/** Uncertain */
|
|
260
|
+
KnownSparkBatchJobResultType["Uncertain"] = "Uncertain";
|
|
261
|
+
/** Succeeded */
|
|
262
|
+
KnownSparkBatchJobResultType["Succeeded"] = "Succeeded";
|
|
263
|
+
/** Failed */
|
|
264
|
+
KnownSparkBatchJobResultType["Failed"] = "Failed";
|
|
265
|
+
/** Cancelled */
|
|
266
|
+
KnownSparkBatchJobResultType["Cancelled"] = "Cancelled";
|
|
267
|
+
})(KnownSparkBatchJobResultType || (KnownSparkBatchJobResultType = {}));
|
|
268
|
+
/** Known values of {@link SchedulerCurrentState} that the service accepts. */
|
|
269
|
+
export var KnownSchedulerCurrentState;
|
|
270
|
+
(function (KnownSchedulerCurrentState) {
|
|
271
|
+
/** Queued */
|
|
272
|
+
KnownSchedulerCurrentState["Queued"] = "Queued";
|
|
273
|
+
/** Scheduled */
|
|
274
|
+
KnownSchedulerCurrentState["Scheduled"] = "Scheduled";
|
|
275
|
+
/** Ended */
|
|
276
|
+
KnownSchedulerCurrentState["Ended"] = "Ended";
|
|
277
|
+
})(KnownSchedulerCurrentState || (KnownSchedulerCurrentState = {}));
|
|
278
|
+
/** Known values of {@link PluginCurrentState} that the service accepts. */
|
|
279
|
+
export var KnownPluginCurrentState;
|
|
280
|
+
(function (KnownPluginCurrentState) {
|
|
281
|
+
/** Preparation */
|
|
282
|
+
KnownPluginCurrentState["Preparation"] = "Preparation";
|
|
283
|
+
/** ResourceAcquisition */
|
|
284
|
+
KnownPluginCurrentState["ResourceAcquisition"] = "ResourceAcquisition";
|
|
285
|
+
/** Queued */
|
|
286
|
+
KnownPluginCurrentState["Queued"] = "Queued";
|
|
287
|
+
/** Submission */
|
|
288
|
+
KnownPluginCurrentState["Submission"] = "Submission";
|
|
289
|
+
/** Monitoring */
|
|
290
|
+
KnownPluginCurrentState["Monitoring"] = "Monitoring";
|
|
291
|
+
/** Cleanup */
|
|
292
|
+
KnownPluginCurrentState["Cleanup"] = "Cleanup";
|
|
293
|
+
/** Ended */
|
|
294
|
+
KnownPluginCurrentState["Ended"] = "Ended";
|
|
295
|
+
})(KnownPluginCurrentState || (KnownPluginCurrentState = {}));
|
|
296
|
+
/** Known values of {@link SparkErrorSource} that the service accepts. */
|
|
297
|
+
export var KnownSparkErrorSource;
|
|
298
|
+
(function (KnownSparkErrorSource) {
|
|
299
|
+
/** System */
|
|
300
|
+
KnownSparkErrorSource["System"] = "System";
|
|
301
|
+
/** User */
|
|
302
|
+
KnownSparkErrorSource["User"] = "User";
|
|
303
|
+
/** Unknown */
|
|
304
|
+
KnownSparkErrorSource["Unknown"] = "Unknown";
|
|
305
|
+
/** Dependency */
|
|
306
|
+
KnownSparkErrorSource["Dependency"] = "Dependency";
|
|
307
|
+
})(KnownSparkErrorSource || (KnownSparkErrorSource = {}));
|
|
308
|
+
/** Known values of {@link LivyStates} that the service accepts. */
|
|
309
|
+
export var KnownLivyStates;
|
|
310
|
+
(function (KnownLivyStates) {
|
|
311
|
+
/** NotStarted */
|
|
312
|
+
KnownLivyStates["NotStarted"] = "not_started";
|
|
313
|
+
/** Starting */
|
|
314
|
+
KnownLivyStates["Starting"] = "starting";
|
|
315
|
+
/** Idle */
|
|
316
|
+
KnownLivyStates["Idle"] = "idle";
|
|
317
|
+
/** Busy */
|
|
318
|
+
KnownLivyStates["Busy"] = "busy";
|
|
319
|
+
/** ShuttingDown */
|
|
320
|
+
KnownLivyStates["ShuttingDown"] = "shutting_down";
|
|
321
|
+
/** Error */
|
|
322
|
+
KnownLivyStates["Error"] = "error";
|
|
323
|
+
/** Dead */
|
|
324
|
+
KnownLivyStates["Dead"] = "dead";
|
|
325
|
+
/** Killed */
|
|
326
|
+
KnownLivyStates["Killed"] = "killed";
|
|
327
|
+
/** Success */
|
|
328
|
+
KnownLivyStates["Success"] = "success";
|
|
329
|
+
/** Running */
|
|
330
|
+
KnownLivyStates["Running"] = "running";
|
|
331
|
+
/** Recovering */
|
|
332
|
+
KnownLivyStates["Recovering"] = "recovering";
|
|
333
|
+
})(KnownLivyStates || (KnownLivyStates = {}));
|
|
334
|
+
/** Known values of {@link CreateMode} that the service accepts. */
|
|
335
|
+
export var KnownCreateMode;
|
|
336
|
+
(function (KnownCreateMode) {
|
|
337
|
+
/** Default */
|
|
338
|
+
KnownCreateMode["Default"] = "Default";
|
|
339
|
+
/** PointInTimeRestore */
|
|
340
|
+
KnownCreateMode["PointInTimeRestore"] = "PointInTimeRestore";
|
|
341
|
+
/** Recovery */
|
|
342
|
+
KnownCreateMode["Recovery"] = "Recovery";
|
|
343
|
+
/** Restore */
|
|
344
|
+
KnownCreateMode["Restore"] = "Restore";
|
|
345
|
+
})(KnownCreateMode || (KnownCreateMode = {}));
|
|
346
|
+
/** Known values of {@link SqlScriptType} that the service accepts. */
|
|
347
|
+
export var KnownSqlScriptType;
|
|
348
|
+
(function (KnownSqlScriptType) {
|
|
349
|
+
/** SqlQuery */
|
|
350
|
+
KnownSqlScriptType["SqlQuery"] = "SqlQuery";
|
|
351
|
+
})(KnownSqlScriptType || (KnownSqlScriptType = {}));
|
|
352
|
+
/** Known values of {@link SqlConnectionType} that the service accepts. */
|
|
353
|
+
export var KnownSqlConnectionType;
|
|
354
|
+
(function (KnownSqlConnectionType) {
|
|
355
|
+
/** SqlOnDemand */
|
|
356
|
+
KnownSqlConnectionType["SqlOnDemand"] = "SqlOnDemand";
|
|
357
|
+
/** SqlPool */
|
|
358
|
+
KnownSqlConnectionType["SqlPool"] = "SqlPool";
|
|
359
|
+
})(KnownSqlConnectionType || (KnownSqlConnectionType = {}));
|
|
360
|
+
/** Known values of {@link TriggerRuntimeState} that the service accepts. */
|
|
361
|
+
export var KnownTriggerRuntimeState;
|
|
362
|
+
(function (KnownTriggerRuntimeState) {
|
|
363
|
+
/** Started */
|
|
364
|
+
KnownTriggerRuntimeState["Started"] = "Started";
|
|
365
|
+
/** Stopped */
|
|
366
|
+
KnownTriggerRuntimeState["Stopped"] = "Stopped";
|
|
367
|
+
/** Disabled */
|
|
368
|
+
KnownTriggerRuntimeState["Disabled"] = "Disabled";
|
|
369
|
+
})(KnownTriggerRuntimeState || (KnownTriggerRuntimeState = {}));
|
|
370
|
+
/** Known values of {@link EventSubscriptionStatus} that the service accepts. */
|
|
371
|
+
export var KnownEventSubscriptionStatus;
|
|
372
|
+
(function (KnownEventSubscriptionStatus) {
|
|
373
|
+
/** Enabled */
|
|
374
|
+
KnownEventSubscriptionStatus["Enabled"] = "Enabled";
|
|
375
|
+
/** Provisioning */
|
|
376
|
+
KnownEventSubscriptionStatus["Provisioning"] = "Provisioning";
|
|
377
|
+
/** Deprovisioning */
|
|
378
|
+
KnownEventSubscriptionStatus["Deprovisioning"] = "Deprovisioning";
|
|
379
|
+
/** Disabled */
|
|
380
|
+
KnownEventSubscriptionStatus["Disabled"] = "Disabled";
|
|
381
|
+
/** Unknown */
|
|
382
|
+
KnownEventSubscriptionStatus["Unknown"] = "Unknown";
|
|
383
|
+
})(KnownEventSubscriptionStatus || (KnownEventSubscriptionStatus = {}));
|
|
384
|
+
/** Known values of {@link TriggerRunStatus} that the service accepts. */
|
|
385
|
+
export var KnownTriggerRunStatus;
|
|
386
|
+
(function (KnownTriggerRunStatus) {
|
|
387
|
+
/** Succeeded */
|
|
388
|
+
KnownTriggerRunStatus["Succeeded"] = "Succeeded";
|
|
389
|
+
/** Failed */
|
|
390
|
+
KnownTriggerRunStatus["Failed"] = "Failed";
|
|
391
|
+
/** Inprogress */
|
|
392
|
+
KnownTriggerRunStatus["Inprogress"] = "Inprogress";
|
|
393
|
+
})(KnownTriggerRunStatus || (KnownTriggerRunStatus = {}));
|
|
394
|
+
/** Known values of {@link ExpressionType} that the service accepts. */
|
|
395
|
+
export var KnownExpressionType;
|
|
396
|
+
(function (KnownExpressionType) {
|
|
397
|
+
/** Expression */
|
|
398
|
+
KnownExpressionType["Expression"] = "Expression";
|
|
399
|
+
})(KnownExpressionType || (KnownExpressionType = {}));
|
|
400
|
+
/** Known values of {@link PipelineReferenceType} that the service accepts. */
|
|
401
|
+
export var KnownPipelineReferenceType;
|
|
402
|
+
(function (KnownPipelineReferenceType) {
|
|
403
|
+
/** PipelineReference */
|
|
404
|
+
KnownPipelineReferenceType["PipelineReference"] = "PipelineReference";
|
|
405
|
+
})(KnownPipelineReferenceType || (KnownPipelineReferenceType = {}));
|
|
406
|
+
/** Known values of {@link DatasetReferenceType} that the service accepts. */
|
|
407
|
+
export var KnownDatasetReferenceType;
|
|
408
|
+
(function (KnownDatasetReferenceType) {
|
|
409
|
+
/** DatasetReference */
|
|
410
|
+
KnownDatasetReferenceType["DatasetReference"] = "DatasetReference";
|
|
411
|
+
})(KnownDatasetReferenceType || (KnownDatasetReferenceType = {}));
|
|
412
|
+
/** Known values of {@link DataFlowReferenceType} that the service accepts. */
|
|
413
|
+
export var KnownDataFlowReferenceType;
|
|
414
|
+
(function (KnownDataFlowReferenceType) {
|
|
415
|
+
/** DataFlowReference */
|
|
416
|
+
KnownDataFlowReferenceType["DataFlowReference"] = "DataFlowReference";
|
|
417
|
+
})(KnownDataFlowReferenceType || (KnownDataFlowReferenceType = {}));
|
|
418
|
+
/** Known values of {@link NotebookReferenceType} that the service accepts. */
|
|
419
|
+
export var KnownNotebookReferenceType;
|
|
420
|
+
(function (KnownNotebookReferenceType) {
|
|
421
|
+
/** NotebookReference */
|
|
422
|
+
KnownNotebookReferenceType["NotebookReference"] = "NotebookReference";
|
|
423
|
+
})(KnownNotebookReferenceType || (KnownNotebookReferenceType = {}));
|
|
424
|
+
/** Known values of {@link SparkJobReferenceType} that the service accepts. */
|
|
425
|
+
export var KnownSparkJobReferenceType;
|
|
426
|
+
(function (KnownSparkJobReferenceType) {
|
|
427
|
+
/** SparkJobDefinitionReference */
|
|
428
|
+
KnownSparkJobReferenceType["SparkJobDefinitionReference"] = "SparkJobDefinitionReference";
|
|
429
|
+
})(KnownSparkJobReferenceType || (KnownSparkJobReferenceType = {}));
|
|
430
|
+
/** Known values of {@link SqlPoolReferenceType} that the service accepts. */
|
|
431
|
+
export var KnownSqlPoolReferenceType;
|
|
432
|
+
(function (KnownSqlPoolReferenceType) {
|
|
433
|
+
/** SqlPoolReference */
|
|
434
|
+
KnownSqlPoolReferenceType["SqlPoolReference"] = "SqlPoolReference";
|
|
435
|
+
})(KnownSqlPoolReferenceType || (KnownSqlPoolReferenceType = {}));
|
|
436
|
+
/** Known values of {@link CredentialReferenceType} that the service accepts. */
|
|
437
|
+
export var KnownCredentialReferenceType;
|
|
438
|
+
(function (KnownCredentialReferenceType) {
|
|
439
|
+
/** CredentialReference */
|
|
440
|
+
KnownCredentialReferenceType["CredentialReference"] = "CredentialReference";
|
|
441
|
+
})(KnownCredentialReferenceType || (KnownCredentialReferenceType = {}));
|
|
442
|
+
/** Known values of {@link ValueType} that the service accepts. */
|
|
443
|
+
export var KnownValueType;
|
|
444
|
+
(function (KnownValueType) {
|
|
445
|
+
/** Actual */
|
|
446
|
+
KnownValueType["Actual"] = "actual";
|
|
447
|
+
/** Display */
|
|
448
|
+
KnownValueType["Display"] = "display";
|
|
449
|
+
})(KnownValueType || (KnownValueType = {}));
|
|
450
|
+
/** Known values of {@link AzureStorageAuthenticationType} that the service accepts. */
|
|
451
|
+
export var KnownAzureStorageAuthenticationType;
|
|
452
|
+
(function (KnownAzureStorageAuthenticationType) {
|
|
453
|
+
/** Anonymous */
|
|
454
|
+
KnownAzureStorageAuthenticationType["Anonymous"] = "Anonymous";
|
|
455
|
+
/** AccountKey */
|
|
456
|
+
KnownAzureStorageAuthenticationType["AccountKey"] = "AccountKey";
|
|
457
|
+
/** SasUri */
|
|
458
|
+
KnownAzureStorageAuthenticationType["SasUri"] = "SasUri";
|
|
459
|
+
/** ServicePrincipal */
|
|
460
|
+
KnownAzureStorageAuthenticationType["ServicePrincipal"] = "ServicePrincipal";
|
|
461
|
+
/** Msi */
|
|
462
|
+
KnownAzureStorageAuthenticationType["Msi"] = "Msi";
|
|
463
|
+
})(KnownAzureStorageAuthenticationType || (KnownAzureStorageAuthenticationType = {}));
|
|
464
|
+
/** Known values of {@link AzureSqlDWAuthenticationType} that the service accepts. */
|
|
465
|
+
export var KnownAzureSqlDWAuthenticationType;
|
|
466
|
+
(function (KnownAzureSqlDWAuthenticationType) {
|
|
467
|
+
/** SQL */
|
|
468
|
+
KnownAzureSqlDWAuthenticationType["SQL"] = "SQL";
|
|
469
|
+
/** ServicePrincipal */
|
|
470
|
+
KnownAzureSqlDWAuthenticationType["ServicePrincipal"] = "ServicePrincipal";
|
|
471
|
+
/** SystemAssignedManagedIdentity */
|
|
472
|
+
KnownAzureSqlDWAuthenticationType["SystemAssignedManagedIdentity"] = "SystemAssignedManagedIdentity";
|
|
473
|
+
/** UserAssignedManagedIdentity */
|
|
474
|
+
KnownAzureSqlDWAuthenticationType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
|
|
475
|
+
})(KnownAzureSqlDWAuthenticationType || (KnownAzureSqlDWAuthenticationType = {}));
|
|
476
|
+
/** Known values of {@link SqlServerAuthenticationType} that the service accepts. */
|
|
477
|
+
export var KnownSqlServerAuthenticationType;
|
|
478
|
+
(function (KnownSqlServerAuthenticationType) {
|
|
479
|
+
/** SQL */
|
|
480
|
+
KnownSqlServerAuthenticationType["SQL"] = "SQL";
|
|
481
|
+
/** Windows */
|
|
482
|
+
KnownSqlServerAuthenticationType["Windows"] = "Windows";
|
|
483
|
+
/** UserAssignedManagedIdentity */
|
|
484
|
+
KnownSqlServerAuthenticationType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
|
|
485
|
+
})(KnownSqlServerAuthenticationType || (KnownSqlServerAuthenticationType = {}));
|
|
486
|
+
/** Known values of {@link SqlAlwaysEncryptedAkvAuthType} that the service accepts. */
|
|
487
|
+
export var KnownSqlAlwaysEncryptedAkvAuthType;
|
|
488
|
+
(function (KnownSqlAlwaysEncryptedAkvAuthType) {
|
|
489
|
+
/** ServicePrincipal */
|
|
490
|
+
KnownSqlAlwaysEncryptedAkvAuthType["ServicePrincipal"] = "ServicePrincipal";
|
|
491
|
+
/** ManagedIdentity */
|
|
492
|
+
KnownSqlAlwaysEncryptedAkvAuthType["ManagedIdentity"] = "ManagedIdentity";
|
|
493
|
+
/** UserAssignedManagedIdentity */
|
|
494
|
+
KnownSqlAlwaysEncryptedAkvAuthType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
|
|
495
|
+
})(KnownSqlAlwaysEncryptedAkvAuthType || (KnownSqlAlwaysEncryptedAkvAuthType = {}));
|
|
496
|
+
/** Known values of {@link AmazonRdsForSqlServerAuthenticationType} that the service accepts. */
|
|
497
|
+
export var KnownAmazonRdsForSqlServerAuthenticationType;
|
|
498
|
+
(function (KnownAmazonRdsForSqlServerAuthenticationType) {
|
|
499
|
+
/** SQL */
|
|
500
|
+
KnownAmazonRdsForSqlServerAuthenticationType["SQL"] = "SQL";
|
|
501
|
+
/** Windows */
|
|
502
|
+
KnownAmazonRdsForSqlServerAuthenticationType["Windows"] = "Windows";
|
|
503
|
+
})(KnownAmazonRdsForSqlServerAuthenticationType || (KnownAmazonRdsForSqlServerAuthenticationType = {}));
|
|
504
|
+
/** Known values of {@link AzureSqlDatabaseAuthenticationType} that the service accepts. */
|
|
505
|
+
export var KnownAzureSqlDatabaseAuthenticationType;
|
|
506
|
+
(function (KnownAzureSqlDatabaseAuthenticationType) {
|
|
507
|
+
/** SQL */
|
|
508
|
+
KnownAzureSqlDatabaseAuthenticationType["SQL"] = "SQL";
|
|
509
|
+
/** ServicePrincipal */
|
|
510
|
+
KnownAzureSqlDatabaseAuthenticationType["ServicePrincipal"] = "ServicePrincipal";
|
|
511
|
+
/** SystemAssignedManagedIdentity */
|
|
512
|
+
KnownAzureSqlDatabaseAuthenticationType["SystemAssignedManagedIdentity"] = "SystemAssignedManagedIdentity";
|
|
513
|
+
/** UserAssignedManagedIdentity */
|
|
514
|
+
KnownAzureSqlDatabaseAuthenticationType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
|
|
515
|
+
})(KnownAzureSqlDatabaseAuthenticationType || (KnownAzureSqlDatabaseAuthenticationType = {}));
|
|
516
|
+
/** Known values of {@link AzureSqlMIAuthenticationType} that the service accepts. */
|
|
517
|
+
export var KnownAzureSqlMIAuthenticationType;
|
|
518
|
+
(function (KnownAzureSqlMIAuthenticationType) {
|
|
519
|
+
/** SQL */
|
|
520
|
+
KnownAzureSqlMIAuthenticationType["SQL"] = "SQL";
|
|
521
|
+
/** ServicePrincipal */
|
|
522
|
+
KnownAzureSqlMIAuthenticationType["ServicePrincipal"] = "ServicePrincipal";
|
|
523
|
+
/** SystemAssignedManagedIdentity */
|
|
524
|
+
KnownAzureSqlMIAuthenticationType["SystemAssignedManagedIdentity"] = "SystemAssignedManagedIdentity";
|
|
525
|
+
/** UserAssignedManagedIdentity */
|
|
526
|
+
KnownAzureSqlMIAuthenticationType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
|
|
527
|
+
})(KnownAzureSqlMIAuthenticationType || (KnownAzureSqlMIAuthenticationType = {}));
|
|
528
|
+
/** Known values of {@link HDInsightClusterAuthenticationType} that the service accepts. */
|
|
529
|
+
export var KnownHDInsightClusterAuthenticationType;
|
|
530
|
+
(function (KnownHDInsightClusterAuthenticationType) {
|
|
531
|
+
/** BasicAuth */
|
|
532
|
+
KnownHDInsightClusterAuthenticationType["BasicAuth"] = "BasicAuth";
|
|
533
|
+
/** SystemAssignedManagedIdentity */
|
|
534
|
+
KnownHDInsightClusterAuthenticationType["SystemAssignedManagedIdentity"] = "SystemAssignedManagedIdentity";
|
|
535
|
+
/** UserAssignedManagedIdentity */
|
|
536
|
+
KnownHDInsightClusterAuthenticationType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
|
|
537
|
+
})(KnownHDInsightClusterAuthenticationType || (KnownHDInsightClusterAuthenticationType = {}));
|
|
538
|
+
/** Known values of {@link OracleAuthenticationType} that the service accepts. */
|
|
539
|
+
export var KnownOracleAuthenticationType;
|
|
540
|
+
(function (KnownOracleAuthenticationType) {
|
|
541
|
+
/** Basic */
|
|
542
|
+
KnownOracleAuthenticationType["Basic"] = "Basic";
|
|
543
|
+
})(KnownOracleAuthenticationType || (KnownOracleAuthenticationType = {}));
|
|
544
|
+
/** Known values of {@link AmazonRdsForOracleAuthenticationType} that the service accepts. */
|
|
545
|
+
export var KnownAmazonRdsForOracleAuthenticationType;
|
|
546
|
+
(function (KnownAmazonRdsForOracleAuthenticationType) {
|
|
547
|
+
/** Basic */
|
|
548
|
+
KnownAmazonRdsForOracleAuthenticationType["Basic"] = "Basic";
|
|
549
|
+
})(KnownAmazonRdsForOracleAuthenticationType || (KnownAmazonRdsForOracleAuthenticationType = {}));
|
|
550
|
+
/** Known values of {@link SybaseAuthenticationType} that the service accepts. */
|
|
551
|
+
export var KnownSybaseAuthenticationType;
|
|
552
|
+
(function (KnownSybaseAuthenticationType) {
|
|
553
|
+
/** Basic */
|
|
554
|
+
KnownSybaseAuthenticationType["Basic"] = "Basic";
|
|
555
|
+
/** Windows */
|
|
556
|
+
KnownSybaseAuthenticationType["Windows"] = "Windows";
|
|
557
|
+
})(KnownSybaseAuthenticationType || (KnownSybaseAuthenticationType = {}));
|
|
558
|
+
/** Known values of {@link Db2AuthenticationType} that the service accepts. */
|
|
559
|
+
export var KnownDb2AuthenticationType;
|
|
560
|
+
(function (KnownDb2AuthenticationType) {
|
|
561
|
+
/** Basic */
|
|
562
|
+
KnownDb2AuthenticationType["Basic"] = "Basic";
|
|
563
|
+
})(KnownDb2AuthenticationType || (KnownDb2AuthenticationType = {}));
|
|
564
|
+
/** Known values of {@link TeradataAuthenticationType} that the service accepts. */
|
|
565
|
+
export var KnownTeradataAuthenticationType;
|
|
566
|
+
(function (KnownTeradataAuthenticationType) {
|
|
567
|
+
/** Basic */
|
|
568
|
+
KnownTeradataAuthenticationType["Basic"] = "Basic";
|
|
569
|
+
/** Windows */
|
|
570
|
+
KnownTeradataAuthenticationType["Windows"] = "Windows";
|
|
571
|
+
})(KnownTeradataAuthenticationType || (KnownTeradataAuthenticationType = {}));
|
|
572
|
+
/** Known values of {@link ODataAuthenticationType} that the service accepts. */
|
|
573
|
+
export var KnownODataAuthenticationType;
|
|
574
|
+
(function (KnownODataAuthenticationType) {
|
|
575
|
+
/** Basic */
|
|
576
|
+
KnownODataAuthenticationType["Basic"] = "Basic";
|
|
577
|
+
/** Anonymous */
|
|
578
|
+
KnownODataAuthenticationType["Anonymous"] = "Anonymous";
|
|
579
|
+
/** Windows */
|
|
580
|
+
KnownODataAuthenticationType["Windows"] = "Windows";
|
|
581
|
+
/** AadServicePrincipal */
|
|
582
|
+
KnownODataAuthenticationType["AadServicePrincipal"] = "AadServicePrincipal";
|
|
583
|
+
/** ManagedServiceIdentity */
|
|
584
|
+
KnownODataAuthenticationType["ManagedServiceIdentity"] = "ManagedServiceIdentity";
|
|
585
|
+
})(KnownODataAuthenticationType || (KnownODataAuthenticationType = {}));
|
|
586
|
+
/** Known values of {@link ODataAadServicePrincipalCredentialType} that the service accepts. */
|
|
587
|
+
export var KnownODataAadServicePrincipalCredentialType;
|
|
588
|
+
(function (KnownODataAadServicePrincipalCredentialType) {
|
|
589
|
+
/** ServicePrincipalKey */
|
|
590
|
+
KnownODataAadServicePrincipalCredentialType["ServicePrincipalKey"] = "ServicePrincipalKey";
|
|
591
|
+
/** ServicePrincipalCert */
|
|
592
|
+
KnownODataAadServicePrincipalCredentialType["ServicePrincipalCert"] = "ServicePrincipalCert";
|
|
593
|
+
})(KnownODataAadServicePrincipalCredentialType || (KnownODataAadServicePrincipalCredentialType = {}));
|
|
594
|
+
/** Known values of {@link WebAuthenticationType} that the service accepts. */
|
|
595
|
+
export var KnownWebAuthenticationType;
|
|
596
|
+
(function (KnownWebAuthenticationType) {
|
|
597
|
+
/** Basic */
|
|
598
|
+
KnownWebAuthenticationType["Basic"] = "Basic";
|
|
599
|
+
/** Anonymous */
|
|
600
|
+
KnownWebAuthenticationType["Anonymous"] = "Anonymous";
|
|
601
|
+
/** ClientCertificate */
|
|
602
|
+
KnownWebAuthenticationType["ClientCertificate"] = "ClientCertificate";
|
|
603
|
+
})(KnownWebAuthenticationType || (KnownWebAuthenticationType = {}));
|
|
604
|
+
/** Known values of {@link MongoDbAuthenticationType} that the service accepts. */
|
|
605
|
+
export var KnownMongoDbAuthenticationType;
|
|
606
|
+
(function (KnownMongoDbAuthenticationType) {
|
|
607
|
+
/** Basic */
|
|
608
|
+
KnownMongoDbAuthenticationType["Basic"] = "Basic";
|
|
609
|
+
/** Anonymous */
|
|
610
|
+
KnownMongoDbAuthenticationType["Anonymous"] = "Anonymous";
|
|
611
|
+
})(KnownMongoDbAuthenticationType || (KnownMongoDbAuthenticationType = {}));
|
|
612
|
+
/** Known values of {@link RestServiceAuthenticationType} that the service accepts. */
|
|
613
|
+
export var KnownRestServiceAuthenticationType;
|
|
614
|
+
(function (KnownRestServiceAuthenticationType) {
|
|
615
|
+
/** Anonymous */
|
|
616
|
+
KnownRestServiceAuthenticationType["Anonymous"] = "Anonymous";
|
|
617
|
+
/** Basic */
|
|
618
|
+
KnownRestServiceAuthenticationType["Basic"] = "Basic";
|
|
619
|
+
/** AadServicePrincipal */
|
|
620
|
+
KnownRestServiceAuthenticationType["AadServicePrincipal"] = "AadServicePrincipal";
|
|
621
|
+
/** ManagedServiceIdentity */
|
|
622
|
+
KnownRestServiceAuthenticationType["ManagedServiceIdentity"] = "ManagedServiceIdentity";
|
|
623
|
+
/** OAuth2ClientCredential */
|
|
624
|
+
KnownRestServiceAuthenticationType["OAuth2ClientCredential"] = "OAuth2ClientCredential";
|
|
625
|
+
})(KnownRestServiceAuthenticationType || (KnownRestServiceAuthenticationType = {}));
|
|
626
|
+
/** Known values of {@link TeamDeskAuthenticationType} that the service accepts. */
|
|
627
|
+
export var KnownTeamDeskAuthenticationType;
|
|
628
|
+
(function (KnownTeamDeskAuthenticationType) {
|
|
629
|
+
/** Basic */
|
|
630
|
+
KnownTeamDeskAuthenticationType["Basic"] = "Basic";
|
|
631
|
+
/** Token */
|
|
632
|
+
KnownTeamDeskAuthenticationType["Token"] = "Token";
|
|
633
|
+
})(KnownTeamDeskAuthenticationType || (KnownTeamDeskAuthenticationType = {}));
|
|
634
|
+
/** Known values of {@link ZendeskAuthenticationType} that the service accepts. */
|
|
635
|
+
export var KnownZendeskAuthenticationType;
|
|
636
|
+
(function (KnownZendeskAuthenticationType) {
|
|
637
|
+
/** Basic */
|
|
638
|
+
KnownZendeskAuthenticationType["Basic"] = "Basic";
|
|
639
|
+
/** Token */
|
|
640
|
+
KnownZendeskAuthenticationType["Token"] = "Token";
|
|
641
|
+
})(KnownZendeskAuthenticationType || (KnownZendeskAuthenticationType = {}));
|
|
642
|
+
/** Known values of {@link HttpAuthenticationType} that the service accepts. */
|
|
643
|
+
export var KnownHttpAuthenticationType;
|
|
644
|
+
(function (KnownHttpAuthenticationType) {
|
|
645
|
+
/** Basic */
|
|
646
|
+
KnownHttpAuthenticationType["Basic"] = "Basic";
|
|
647
|
+
/** Anonymous */
|
|
648
|
+
KnownHttpAuthenticationType["Anonymous"] = "Anonymous";
|
|
649
|
+
/** Digest */
|
|
650
|
+
KnownHttpAuthenticationType["Digest"] = "Digest";
|
|
651
|
+
/** Windows */
|
|
652
|
+
KnownHttpAuthenticationType["Windows"] = "Windows";
|
|
653
|
+
/** ClientCertificate */
|
|
654
|
+
KnownHttpAuthenticationType["ClientCertificate"] = "ClientCertificate";
|
|
655
|
+
})(KnownHttpAuthenticationType || (KnownHttpAuthenticationType = {}));
|
|
656
|
+
/** Known values of {@link FtpAuthenticationType} that the service accepts. */
|
|
657
|
+
export var KnownFtpAuthenticationType;
|
|
658
|
+
(function (KnownFtpAuthenticationType) {
|
|
659
|
+
/** Basic */
|
|
660
|
+
KnownFtpAuthenticationType["Basic"] = "Basic";
|
|
661
|
+
/** Anonymous */
|
|
662
|
+
KnownFtpAuthenticationType["Anonymous"] = "Anonymous";
|
|
663
|
+
})(KnownFtpAuthenticationType || (KnownFtpAuthenticationType = {}));
|
|
664
|
+
/** Known values of {@link SftpAuthenticationType} that the service accepts. */
|
|
665
|
+
export var KnownSftpAuthenticationType;
|
|
666
|
+
(function (KnownSftpAuthenticationType) {
|
|
667
|
+
/** Basic */
|
|
668
|
+
KnownSftpAuthenticationType["Basic"] = "Basic";
|
|
669
|
+
/** SshPublicKey */
|
|
670
|
+
KnownSftpAuthenticationType["SshPublicKey"] = "SshPublicKey";
|
|
671
|
+
})(KnownSftpAuthenticationType || (KnownSftpAuthenticationType = {}));
|
|
672
|
+
/** Known values of {@link SapHanaAuthenticationType} that the service accepts. */
|
|
673
|
+
export var KnownSapHanaAuthenticationType;
|
|
674
|
+
(function (KnownSapHanaAuthenticationType) {
|
|
675
|
+
/** Basic */
|
|
676
|
+
KnownSapHanaAuthenticationType["Basic"] = "Basic";
|
|
677
|
+
/** Windows */
|
|
678
|
+
KnownSapHanaAuthenticationType["Windows"] = "Windows";
|
|
679
|
+
})(KnownSapHanaAuthenticationType || (KnownSapHanaAuthenticationType = {}));
|
|
680
|
+
/** Known values of {@link GoogleBigQueryAuthenticationType} that the service accepts. */
|
|
681
|
+
export var KnownGoogleBigQueryAuthenticationType;
|
|
682
|
+
(function (KnownGoogleBigQueryAuthenticationType) {
|
|
683
|
+
/** ServiceAuthentication */
|
|
684
|
+
KnownGoogleBigQueryAuthenticationType["ServiceAuthentication"] = "ServiceAuthentication";
|
|
685
|
+
/** UserAuthentication */
|
|
686
|
+
KnownGoogleBigQueryAuthenticationType["UserAuthentication"] = "UserAuthentication";
|
|
687
|
+
})(KnownGoogleBigQueryAuthenticationType || (KnownGoogleBigQueryAuthenticationType = {}));
|
|
688
|
+
/** Known values of {@link GoogleBigQueryV2AuthenticationType} that the service accepts. */
|
|
689
|
+
export var KnownGoogleBigQueryV2AuthenticationType;
|
|
690
|
+
(function (KnownGoogleBigQueryV2AuthenticationType) {
|
|
691
|
+
/** ServiceAuthentication */
|
|
692
|
+
KnownGoogleBigQueryV2AuthenticationType["ServiceAuthentication"] = "ServiceAuthentication";
|
|
693
|
+
/** UserAuthentication */
|
|
694
|
+
KnownGoogleBigQueryV2AuthenticationType["UserAuthentication"] = "UserAuthentication";
|
|
695
|
+
})(KnownGoogleBigQueryV2AuthenticationType || (KnownGoogleBigQueryV2AuthenticationType = {}));
|
|
696
|
+
/** Known values of {@link GreenplumAuthenticationType} that the service accepts. */
|
|
697
|
+
export var KnownGreenplumAuthenticationType;
|
|
698
|
+
(function (KnownGreenplumAuthenticationType) {
|
|
699
|
+
/** Basic */
|
|
700
|
+
KnownGreenplumAuthenticationType["Basic"] = "Basic";
|
|
701
|
+
})(KnownGreenplumAuthenticationType || (KnownGreenplumAuthenticationType = {}));
|
|
702
|
+
/** Known values of {@link HBaseAuthenticationType} that the service accepts. */
|
|
703
|
+
export var KnownHBaseAuthenticationType;
|
|
704
|
+
(function (KnownHBaseAuthenticationType) {
|
|
705
|
+
/** Anonymous */
|
|
706
|
+
KnownHBaseAuthenticationType["Anonymous"] = "Anonymous";
|
|
707
|
+
/** Basic */
|
|
708
|
+
KnownHBaseAuthenticationType["Basic"] = "Basic";
|
|
709
|
+
})(KnownHBaseAuthenticationType || (KnownHBaseAuthenticationType = {}));
|
|
710
|
+
/** Known values of {@link HiveServerType} that the service accepts. */
|
|
711
|
+
export var KnownHiveServerType;
|
|
712
|
+
(function (KnownHiveServerType) {
|
|
713
|
+
/** HiveServer1 */
|
|
714
|
+
KnownHiveServerType["HiveServer1"] = "HiveServer1";
|
|
715
|
+
/** HiveServer2 */
|
|
716
|
+
KnownHiveServerType["HiveServer2"] = "HiveServer2";
|
|
717
|
+
/** HiveThriftServer */
|
|
718
|
+
KnownHiveServerType["HiveThriftServer"] = "HiveThriftServer";
|
|
719
|
+
})(KnownHiveServerType || (KnownHiveServerType = {}));
|
|
720
|
+
/** Known values of {@link HiveThriftTransportProtocol} that the service accepts. */
|
|
721
|
+
export var KnownHiveThriftTransportProtocol;
|
|
722
|
+
(function (KnownHiveThriftTransportProtocol) {
|
|
723
|
+
/** Binary */
|
|
724
|
+
KnownHiveThriftTransportProtocol["Binary"] = "Binary";
|
|
725
|
+
/** Sasl */
|
|
726
|
+
KnownHiveThriftTransportProtocol["Sasl"] = "SASL";
|
|
727
|
+
/** Http */
|
|
728
|
+
KnownHiveThriftTransportProtocol["Http"] = "HTTP ";
|
|
729
|
+
})(KnownHiveThriftTransportProtocol || (KnownHiveThriftTransportProtocol = {}));
|
|
730
|
+
/** Known values of {@link HiveAuthenticationType} that the service accepts. */
|
|
731
|
+
export var KnownHiveAuthenticationType;
|
|
732
|
+
(function (KnownHiveAuthenticationType) {
|
|
733
|
+
/** Anonymous */
|
|
734
|
+
KnownHiveAuthenticationType["Anonymous"] = "Anonymous";
|
|
735
|
+
/** Username */
|
|
736
|
+
KnownHiveAuthenticationType["Username"] = "Username";
|
|
737
|
+
/** UsernameAndPassword */
|
|
738
|
+
KnownHiveAuthenticationType["UsernameAndPassword"] = "UsernameAndPassword";
|
|
739
|
+
/** WindowsAzureHDInsightService */
|
|
740
|
+
KnownHiveAuthenticationType["WindowsAzureHDInsightService"] = "WindowsAzureHDInsightService";
|
|
741
|
+
})(KnownHiveAuthenticationType || (KnownHiveAuthenticationType = {}));
|
|
742
|
+
/** Known values of {@link ImpalaAuthenticationType} that the service accepts. */
|
|
743
|
+
export var KnownImpalaAuthenticationType;
|
|
744
|
+
(function (KnownImpalaAuthenticationType) {
|
|
745
|
+
/** Anonymous */
|
|
746
|
+
KnownImpalaAuthenticationType["Anonymous"] = "Anonymous";
|
|
747
|
+
/** SaslUsername */
|
|
748
|
+
KnownImpalaAuthenticationType["SaslUsername"] = "SASLUsername";
|
|
749
|
+
/** UsernameAndPassword */
|
|
750
|
+
KnownImpalaAuthenticationType["UsernameAndPassword"] = "UsernameAndPassword";
|
|
751
|
+
})(KnownImpalaAuthenticationType || (KnownImpalaAuthenticationType = {}));
|
|
752
|
+
/** Known values of {@link PhoenixAuthenticationType} that the service accepts. */
|
|
753
|
+
export var KnownPhoenixAuthenticationType;
|
|
754
|
+
(function (KnownPhoenixAuthenticationType) {
|
|
755
|
+
/** Anonymous */
|
|
756
|
+
KnownPhoenixAuthenticationType["Anonymous"] = "Anonymous";
|
|
757
|
+
/** UsernameAndPassword */
|
|
758
|
+
KnownPhoenixAuthenticationType["UsernameAndPassword"] = "UsernameAndPassword";
|
|
759
|
+
/** WindowsAzureHDInsightService */
|
|
760
|
+
KnownPhoenixAuthenticationType["WindowsAzureHDInsightService"] = "WindowsAzureHDInsightService";
|
|
761
|
+
})(KnownPhoenixAuthenticationType || (KnownPhoenixAuthenticationType = {}));
|
|
762
|
+
/** Known values of {@link PrestoAuthenticationType} that the service accepts. */
|
|
763
|
+
export var KnownPrestoAuthenticationType;
|
|
764
|
+
(function (KnownPrestoAuthenticationType) {
|
|
765
|
+
/** Anonymous */
|
|
766
|
+
KnownPrestoAuthenticationType["Anonymous"] = "Anonymous";
|
|
767
|
+
/** Ldap */
|
|
768
|
+
KnownPrestoAuthenticationType["Ldap"] = "LDAP";
|
|
769
|
+
})(KnownPrestoAuthenticationType || (KnownPrestoAuthenticationType = {}));
|
|
770
|
+
/** Known values of {@link ServiceNowAuthenticationType} that the service accepts. */
|
|
771
|
+
export var KnownServiceNowAuthenticationType;
|
|
772
|
+
(function (KnownServiceNowAuthenticationType) {
|
|
773
|
+
/** Basic */
|
|
774
|
+
KnownServiceNowAuthenticationType["Basic"] = "Basic";
|
|
775
|
+
/** OAuth2 */
|
|
776
|
+
KnownServiceNowAuthenticationType["OAuth2"] = "OAuth2";
|
|
777
|
+
})(KnownServiceNowAuthenticationType || (KnownServiceNowAuthenticationType = {}));
|
|
778
|
+
/** Known values of {@link SparkServerType} that the service accepts. */
|
|
779
|
+
export var KnownSparkServerType;
|
|
780
|
+
(function (KnownSparkServerType) {
|
|
781
|
+
/** SharkServer */
|
|
782
|
+
KnownSparkServerType["SharkServer"] = "SharkServer";
|
|
783
|
+
/** SharkServer2 */
|
|
784
|
+
KnownSparkServerType["SharkServer2"] = "SharkServer2";
|
|
785
|
+
/** SparkThriftServer */
|
|
786
|
+
KnownSparkServerType["SparkThriftServer"] = "SparkThriftServer";
|
|
787
|
+
})(KnownSparkServerType || (KnownSparkServerType = {}));
|
|
788
|
+
/** Known values of {@link SparkThriftTransportProtocol} that the service accepts. */
|
|
789
|
+
export var KnownSparkThriftTransportProtocol;
|
|
790
|
+
(function (KnownSparkThriftTransportProtocol) {
|
|
791
|
+
/** Binary */
|
|
792
|
+
KnownSparkThriftTransportProtocol["Binary"] = "Binary";
|
|
793
|
+
/** Sasl */
|
|
794
|
+
KnownSparkThriftTransportProtocol["Sasl"] = "SASL";
|
|
795
|
+
/** Http */
|
|
796
|
+
KnownSparkThriftTransportProtocol["Http"] = "HTTP ";
|
|
797
|
+
})(KnownSparkThriftTransportProtocol || (KnownSparkThriftTransportProtocol = {}));
|
|
798
|
+
/** Known values of {@link SparkAuthenticationType} that the service accepts. */
|
|
799
|
+
export var KnownSparkAuthenticationType;
|
|
800
|
+
(function (KnownSparkAuthenticationType) {
|
|
801
|
+
/** Anonymous */
|
|
802
|
+
KnownSparkAuthenticationType["Anonymous"] = "Anonymous";
|
|
803
|
+
/** Username */
|
|
804
|
+
KnownSparkAuthenticationType["Username"] = "Username";
|
|
805
|
+
/** UsernameAndPassword */
|
|
806
|
+
KnownSparkAuthenticationType["UsernameAndPassword"] = "UsernameAndPassword";
|
|
807
|
+
/** WindowsAzureHDInsightService */
|
|
808
|
+
KnownSparkAuthenticationType["WindowsAzureHDInsightService"] = "WindowsAzureHDInsightService";
|
|
809
|
+
})(KnownSparkAuthenticationType || (KnownSparkAuthenticationType = {}));
|
|
810
|
+
/** Known values of {@link GoogleAdWordsAuthenticationType} that the service accepts. */
|
|
811
|
+
export var KnownGoogleAdWordsAuthenticationType;
|
|
812
|
+
(function (KnownGoogleAdWordsAuthenticationType) {
|
|
813
|
+
/** ServiceAuthentication */
|
|
814
|
+
KnownGoogleAdWordsAuthenticationType["ServiceAuthentication"] = "ServiceAuthentication";
|
|
815
|
+
/** UserAuthentication */
|
|
816
|
+
KnownGoogleAdWordsAuthenticationType["UserAuthentication"] = "UserAuthentication";
|
|
817
|
+
})(KnownGoogleAdWordsAuthenticationType || (KnownGoogleAdWordsAuthenticationType = {}));
|
|
818
|
+
/** Known values of {@link SnowflakeAuthenticationType} that the service accepts. */
|
|
819
|
+
export var KnownSnowflakeAuthenticationType;
|
|
820
|
+
(function (KnownSnowflakeAuthenticationType) {
|
|
821
|
+
/** Basic */
|
|
822
|
+
KnownSnowflakeAuthenticationType["Basic"] = "Basic";
|
|
823
|
+
/** KeyPair */
|
|
824
|
+
KnownSnowflakeAuthenticationType["KeyPair"] = "KeyPair";
|
|
825
|
+
/** AADServicePrincipal */
|
|
826
|
+
KnownSnowflakeAuthenticationType["AADServicePrincipal"] = "AADServicePrincipal";
|
|
827
|
+
})(KnownSnowflakeAuthenticationType || (KnownSnowflakeAuthenticationType = {}));
|
|
828
|
+
/** Known values of {@link LakehouseAuthenticationType} that the service accepts. */
|
|
829
|
+
export var KnownLakehouseAuthenticationType;
|
|
830
|
+
(function (KnownLakehouseAuthenticationType) {
|
|
831
|
+
/** ServicePrincipal */
|
|
832
|
+
KnownLakehouseAuthenticationType["ServicePrincipal"] = "ServicePrincipal";
|
|
833
|
+
/** SystemAssignedManagedIdentity */
|
|
834
|
+
KnownLakehouseAuthenticationType["SystemAssignedManagedIdentity"] = "SystemAssignedManagedIdentity";
|
|
835
|
+
/** UserAssignedManagedIdentity */
|
|
836
|
+
KnownLakehouseAuthenticationType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
|
|
837
|
+
})(KnownLakehouseAuthenticationType || (KnownLakehouseAuthenticationType = {}));
|
|
838
|
+
/** Known values of {@link WarehouseAuthenticationType} that the service accepts. */
|
|
839
|
+
export var KnownWarehouseAuthenticationType;
|
|
840
|
+
(function (KnownWarehouseAuthenticationType) {
|
|
841
|
+
/** ServicePrincipal */
|
|
842
|
+
KnownWarehouseAuthenticationType["ServicePrincipal"] = "ServicePrincipal";
|
|
843
|
+
/** SystemAssignedManagedIdentity */
|
|
844
|
+
KnownWarehouseAuthenticationType["SystemAssignedManagedIdentity"] = "SystemAssignedManagedIdentity";
|
|
845
|
+
/** UserAssignedManagedIdentity */
|
|
846
|
+
KnownWarehouseAuthenticationType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
|
|
847
|
+
})(KnownWarehouseAuthenticationType || (KnownWarehouseAuthenticationType = {}));
|
|
848
|
+
/** Known values of {@link ServiceNowV2AuthenticationType} that the service accepts. */
|
|
849
|
+
export var KnownServiceNowV2AuthenticationType;
|
|
850
|
+
(function (KnownServiceNowV2AuthenticationType) {
|
|
851
|
+
/** Basic */
|
|
852
|
+
KnownServiceNowV2AuthenticationType["Basic"] = "Basic";
|
|
853
|
+
/** OAuth2 */
|
|
854
|
+
KnownServiceNowV2AuthenticationType["OAuth2"] = "OAuth2";
|
|
855
|
+
})(KnownServiceNowV2AuthenticationType || (KnownServiceNowV2AuthenticationType = {}));
|
|
856
|
+
/** Known values of {@link OraclePartitionOption} that the service accepts. */
|
|
857
|
+
export var KnownOraclePartitionOption;
|
|
858
|
+
(function (KnownOraclePartitionOption) {
|
|
859
|
+
/** None */
|
|
860
|
+
KnownOraclePartitionOption["None"] = "None";
|
|
861
|
+
/** PhysicalPartitionsOfTable */
|
|
862
|
+
KnownOraclePartitionOption["PhysicalPartitionsOfTable"] = "PhysicalPartitionsOfTable";
|
|
863
|
+
/** DynamicRange */
|
|
864
|
+
KnownOraclePartitionOption["DynamicRange"] = "DynamicRange";
|
|
865
|
+
})(KnownOraclePartitionOption || (KnownOraclePartitionOption = {}));
|
|
866
|
+
/** Known values of {@link TeradataPartitionOption} that the service accepts. */
|
|
867
|
+
export var KnownTeradataPartitionOption;
|
|
868
|
+
(function (KnownTeradataPartitionOption) {
|
|
869
|
+
/** None */
|
|
870
|
+
KnownTeradataPartitionOption["None"] = "None";
|
|
871
|
+
/** Hash */
|
|
872
|
+
KnownTeradataPartitionOption["Hash"] = "Hash";
|
|
873
|
+
/** DynamicRange */
|
|
874
|
+
KnownTeradataPartitionOption["DynamicRange"] = "DynamicRange";
|
|
875
|
+
})(KnownTeradataPartitionOption || (KnownTeradataPartitionOption = {}));
|
|
876
|
+
/** Known values of {@link CassandraSourceReadConsistencyLevels} that the service accepts. */
|
|
877
|
+
export var KnownCassandraSourceReadConsistencyLevels;
|
|
878
|
+
(function (KnownCassandraSourceReadConsistencyLevels) {
|
|
879
|
+
/** ALL */
|
|
880
|
+
KnownCassandraSourceReadConsistencyLevels["ALL"] = "ALL";
|
|
881
|
+
/** EachQuorum */
|
|
882
|
+
KnownCassandraSourceReadConsistencyLevels["EachQuorum"] = "EACH_QUORUM";
|
|
883
|
+
/** Quorum */
|
|
884
|
+
KnownCassandraSourceReadConsistencyLevels["Quorum"] = "QUORUM";
|
|
885
|
+
/** LocalQuorum */
|
|
886
|
+
KnownCassandraSourceReadConsistencyLevels["LocalQuorum"] = "LOCAL_QUORUM";
|
|
887
|
+
/** ONE */
|
|
888
|
+
KnownCassandraSourceReadConsistencyLevels["ONE"] = "ONE";
|
|
889
|
+
/** TWO */
|
|
890
|
+
KnownCassandraSourceReadConsistencyLevels["TWO"] = "TWO";
|
|
891
|
+
/** Three */
|
|
892
|
+
KnownCassandraSourceReadConsistencyLevels["Three"] = "THREE";
|
|
893
|
+
/** LocalONE */
|
|
894
|
+
KnownCassandraSourceReadConsistencyLevels["LocalONE"] = "LOCAL_ONE";
|
|
895
|
+
/** Serial */
|
|
896
|
+
KnownCassandraSourceReadConsistencyLevels["Serial"] = "SERIAL";
|
|
897
|
+
/** LocalSerial */
|
|
898
|
+
KnownCassandraSourceReadConsistencyLevels["LocalSerial"] = "LOCAL_SERIAL";
|
|
899
|
+
})(KnownCassandraSourceReadConsistencyLevels || (KnownCassandraSourceReadConsistencyLevels = {}));
|
|
900
|
+
/** Known values of {@link AzurePostgreSqlWriteMethodEnum} that the service accepts. */
|
|
901
|
+
export var KnownAzurePostgreSqlWriteMethodEnum;
|
|
902
|
+
(function (KnownAzurePostgreSqlWriteMethodEnum) {
|
|
903
|
+
/** BulkInsert */
|
|
904
|
+
KnownAzurePostgreSqlWriteMethodEnum["BulkInsert"] = "BulkInsert";
|
|
905
|
+
/** CopyCommand */
|
|
906
|
+
KnownAzurePostgreSqlWriteMethodEnum["CopyCommand"] = "CopyCommand";
|
|
907
|
+
/** Upsert */
|
|
908
|
+
KnownAzurePostgreSqlWriteMethodEnum["Upsert"] = "Upsert";
|
|
909
|
+
})(KnownAzurePostgreSqlWriteMethodEnum || (KnownAzurePostgreSqlWriteMethodEnum = {}));
|
|
910
|
+
/** Known values of {@link NetezzaPartitionOption} that the service accepts. */
|
|
911
|
+
export var KnownNetezzaPartitionOption;
|
|
912
|
+
(function (KnownNetezzaPartitionOption) {
|
|
913
|
+
/** None */
|
|
914
|
+
KnownNetezzaPartitionOption["None"] = "None";
|
|
915
|
+
/** DataSlice */
|
|
916
|
+
KnownNetezzaPartitionOption["DataSlice"] = "DataSlice";
|
|
917
|
+
/** DynamicRange */
|
|
918
|
+
KnownNetezzaPartitionOption["DynamicRange"] = "DynamicRange";
|
|
919
|
+
})(KnownNetezzaPartitionOption || (KnownNetezzaPartitionOption = {}));
|
|
920
|
+
/** Known values of {@link StoredProcedureParameterType} that the service accepts. */
|
|
921
|
+
export var KnownStoredProcedureParameterType;
|
|
922
|
+
(function (KnownStoredProcedureParameterType) {
|
|
923
|
+
/** String */
|
|
924
|
+
KnownStoredProcedureParameterType["String"] = "String";
|
|
925
|
+
/** Int */
|
|
926
|
+
KnownStoredProcedureParameterType["Int"] = "Int";
|
|
927
|
+
/** Int64 */
|
|
928
|
+
KnownStoredProcedureParameterType["Int64"] = "Int64";
|
|
929
|
+
/** Decimal */
|
|
930
|
+
KnownStoredProcedureParameterType["Decimal"] = "Decimal";
|
|
931
|
+
/** Guid */
|
|
932
|
+
KnownStoredProcedureParameterType["Guid"] = "Guid";
|
|
933
|
+
/** Boolean */
|
|
934
|
+
KnownStoredProcedureParameterType["Boolean"] = "Boolean";
|
|
935
|
+
/** Date */
|
|
936
|
+
KnownStoredProcedureParameterType["Date"] = "Date";
|
|
937
|
+
})(KnownStoredProcedureParameterType || (KnownStoredProcedureParameterType = {}));
|
|
938
|
+
/** Known values of {@link NotebookParameterType} that the service accepts. */
|
|
939
|
+
export var KnownNotebookParameterType;
|
|
940
|
+
(function (KnownNotebookParameterType) {
|
|
941
|
+
/** String */
|
|
942
|
+
KnownNotebookParameterType["String"] = "string";
|
|
943
|
+
/** Int */
|
|
944
|
+
KnownNotebookParameterType["Int"] = "int";
|
|
945
|
+
/** Float */
|
|
946
|
+
KnownNotebookParameterType["Float"] = "float";
|
|
947
|
+
/** Bool */
|
|
948
|
+
KnownNotebookParameterType["Bool"] = "bool";
|
|
949
|
+
})(KnownNotebookParameterType || (KnownNotebookParameterType = {}));
|
|
950
|
+
/** Known values of {@link SapCloudForCustomerSinkWriteBehavior} that the service accepts. */
|
|
951
|
+
export var KnownSapCloudForCustomerSinkWriteBehavior;
|
|
952
|
+
(function (KnownSapCloudForCustomerSinkWriteBehavior) {
|
|
953
|
+
/** Insert */
|
|
954
|
+
KnownSapCloudForCustomerSinkWriteBehavior["Insert"] = "Insert";
|
|
955
|
+
/** Update */
|
|
956
|
+
KnownSapCloudForCustomerSinkWriteBehavior["Update"] = "Update";
|
|
957
|
+
})(KnownSapCloudForCustomerSinkWriteBehavior || (KnownSapCloudForCustomerSinkWriteBehavior = {}));
|
|
958
|
+
/** Known values of {@link PolybaseSettingsRejectType} that the service accepts. */
|
|
959
|
+
export var KnownPolybaseSettingsRejectType;
|
|
960
|
+
(function (KnownPolybaseSettingsRejectType) {
|
|
961
|
+
/** Value */
|
|
962
|
+
KnownPolybaseSettingsRejectType["Value"] = "value";
|
|
963
|
+
/** Percentage */
|
|
964
|
+
KnownPolybaseSettingsRejectType["Percentage"] = "percentage";
|
|
965
|
+
})(KnownPolybaseSettingsRejectType || (KnownPolybaseSettingsRejectType = {}));
|
|
966
|
+
/** Known values of {@link AzureSearchIndexWriteBehaviorType} that the service accepts. */
|
|
967
|
+
export var KnownAzureSearchIndexWriteBehaviorType;
|
|
968
|
+
(function (KnownAzureSearchIndexWriteBehaviorType) {
|
|
969
|
+
/** Merge */
|
|
970
|
+
KnownAzureSearchIndexWriteBehaviorType["Merge"] = "Merge";
|
|
971
|
+
/** Upload */
|
|
972
|
+
KnownAzureSearchIndexWriteBehaviorType["Upload"] = "Upload";
|
|
973
|
+
})(KnownAzureSearchIndexWriteBehaviorType || (KnownAzureSearchIndexWriteBehaviorType = {}));
|
|
974
|
+
/** Known values of {@link DynamicsSinkWriteBehavior} that the service accepts. */
|
|
975
|
+
export var KnownDynamicsSinkWriteBehavior;
|
|
976
|
+
(function (KnownDynamicsSinkWriteBehavior) {
|
|
977
|
+
/** Upsert */
|
|
978
|
+
KnownDynamicsSinkWriteBehavior["Upsert"] = "Upsert";
|
|
979
|
+
})(KnownDynamicsSinkWriteBehavior || (KnownDynamicsSinkWriteBehavior = {}));
|
|
980
|
+
/** Known values of {@link SalesforceSinkWriteBehavior} that the service accepts. */
|
|
981
|
+
export var KnownSalesforceSinkWriteBehavior;
|
|
982
|
+
(function (KnownSalesforceSinkWriteBehavior) {
|
|
983
|
+
/** Insert */
|
|
984
|
+
KnownSalesforceSinkWriteBehavior["Insert"] = "Insert";
|
|
985
|
+
/** Upsert */
|
|
986
|
+
KnownSalesforceSinkWriteBehavior["Upsert"] = "Upsert";
|
|
987
|
+
})(KnownSalesforceSinkWriteBehavior || (KnownSalesforceSinkWriteBehavior = {}));
|
|
988
|
+
/** Known values of {@link HDInsightActivityDebugInfoOption} that the service accepts. */
|
|
989
|
+
export var KnownHDInsightActivityDebugInfoOption;
|
|
990
|
+
(function (KnownHDInsightActivityDebugInfoOption) {
|
|
991
|
+
/** None */
|
|
992
|
+
KnownHDInsightActivityDebugInfoOption["None"] = "None";
|
|
993
|
+
/** Always */
|
|
994
|
+
KnownHDInsightActivityDebugInfoOption["Always"] = "Always";
|
|
995
|
+
/** Failure */
|
|
996
|
+
KnownHDInsightActivityDebugInfoOption["Failure"] = "Failure";
|
|
997
|
+
})(KnownHDInsightActivityDebugInfoOption || (KnownHDInsightActivityDebugInfoOption = {}));
|
|
998
|
+
/** Known values of {@link SsisPackageLocationType} that the service accepts. */
|
|
999
|
+
export var KnownSsisPackageLocationType;
|
|
1000
|
+
(function (KnownSsisPackageLocationType) {
|
|
1001
|
+
/** Ssisdb */
|
|
1002
|
+
KnownSsisPackageLocationType["Ssisdb"] = "SSISDB";
|
|
1003
|
+
/** File */
|
|
1004
|
+
KnownSsisPackageLocationType["File"] = "File";
|
|
1005
|
+
/** InlinePackage */
|
|
1006
|
+
KnownSsisPackageLocationType["InlinePackage"] = "InlinePackage";
|
|
1007
|
+
/** PackageStore */
|
|
1008
|
+
KnownSsisPackageLocationType["PackageStore"] = "PackageStore";
|
|
1009
|
+
})(KnownSsisPackageLocationType || (KnownSsisPackageLocationType = {}));
|
|
1010
|
+
/** Known values of {@link SsisLogLocationType} that the service accepts. */
|
|
1011
|
+
export var KnownSsisLogLocationType;
|
|
1012
|
+
(function (KnownSsisLogLocationType) {
|
|
1013
|
+
/** File */
|
|
1014
|
+
KnownSsisLogLocationType["File"] = "File";
|
|
1015
|
+
})(KnownSsisLogLocationType || (KnownSsisLogLocationType = {}));
|
|
1016
|
+
/** Known values of {@link WebActivityMethod} that the service accepts. */
|
|
1017
|
+
export var KnownWebActivityMethod;
|
|
1018
|
+
(function (KnownWebActivityMethod) {
|
|
1019
|
+
/** GET */
|
|
1020
|
+
KnownWebActivityMethod["GET"] = "GET";
|
|
1021
|
+
/** Post */
|
|
1022
|
+
KnownWebActivityMethod["Post"] = "POST";
|
|
1023
|
+
/** PUT */
|
|
1024
|
+
KnownWebActivityMethod["PUT"] = "PUT";
|
|
1025
|
+
/** Delete */
|
|
1026
|
+
KnownWebActivityMethod["Delete"] = "DELETE";
|
|
1027
|
+
})(KnownWebActivityMethod || (KnownWebActivityMethod = {}));
|
|
1028
|
+
/** Known values of {@link AzureFunctionActivityMethod} that the service accepts. */
|
|
1029
|
+
export var KnownAzureFunctionActivityMethod;
|
|
1030
|
+
(function (KnownAzureFunctionActivityMethod) {
|
|
1031
|
+
/** GET */
|
|
1032
|
+
KnownAzureFunctionActivityMethod["GET"] = "GET";
|
|
1033
|
+
/** Post */
|
|
1034
|
+
KnownAzureFunctionActivityMethod["Post"] = "POST";
|
|
1035
|
+
/** PUT */
|
|
1036
|
+
KnownAzureFunctionActivityMethod["PUT"] = "PUT";
|
|
1037
|
+
/** Delete */
|
|
1038
|
+
KnownAzureFunctionActivityMethod["Delete"] = "DELETE";
|
|
1039
|
+
/** Options */
|
|
1040
|
+
KnownAzureFunctionActivityMethod["Options"] = "OPTIONS";
|
|
1041
|
+
/** Head */
|
|
1042
|
+
KnownAzureFunctionActivityMethod["Head"] = "HEAD";
|
|
1043
|
+
/** Trace */
|
|
1044
|
+
KnownAzureFunctionActivityMethod["Trace"] = "TRACE";
|
|
1045
|
+
})(KnownAzureFunctionActivityMethod || (KnownAzureFunctionActivityMethod = {}));
|
|
1046
|
+
/** Known values of {@link WebHookActivityMethod} that the service accepts. */
|
|
1047
|
+
export var KnownWebHookActivityMethod;
|
|
1048
|
+
(function (KnownWebHookActivityMethod) {
|
|
1049
|
+
/** Post */
|
|
1050
|
+
KnownWebHookActivityMethod["Post"] = "POST";
|
|
1051
|
+
})(KnownWebHookActivityMethod || (KnownWebHookActivityMethod = {}));
|
|
1052
|
+
/** Known values of {@link ScriptActivityParameterType} that the service accepts. */
|
|
1053
|
+
export var KnownScriptActivityParameterType;
|
|
1054
|
+
(function (KnownScriptActivityParameterType) {
|
|
1055
|
+
/** Boolean */
|
|
1056
|
+
KnownScriptActivityParameterType["Boolean"] = "Boolean";
|
|
1057
|
+
/** DateTime */
|
|
1058
|
+
KnownScriptActivityParameterType["DateTime"] = "DateTime";
|
|
1059
|
+
/** DateTimeOffset */
|
|
1060
|
+
KnownScriptActivityParameterType["DateTimeOffset"] = "DateTimeOffset";
|
|
1061
|
+
/** Decimal */
|
|
1062
|
+
KnownScriptActivityParameterType["Decimal"] = "Decimal";
|
|
1063
|
+
/** Double */
|
|
1064
|
+
KnownScriptActivityParameterType["Double"] = "Double";
|
|
1065
|
+
/** Guid */
|
|
1066
|
+
KnownScriptActivityParameterType["Guid"] = "Guid";
|
|
1067
|
+
/** Int16 */
|
|
1068
|
+
KnownScriptActivityParameterType["Int16"] = "Int16";
|
|
1069
|
+
/** Int32 */
|
|
1070
|
+
KnownScriptActivityParameterType["Int32"] = "Int32";
|
|
1071
|
+
/** Int64 */
|
|
1072
|
+
KnownScriptActivityParameterType["Int64"] = "Int64";
|
|
1073
|
+
/** Single */
|
|
1074
|
+
KnownScriptActivityParameterType["Single"] = "Single";
|
|
1075
|
+
/** String */
|
|
1076
|
+
KnownScriptActivityParameterType["String"] = "String";
|
|
1077
|
+
/** Timespan */
|
|
1078
|
+
KnownScriptActivityParameterType["Timespan"] = "Timespan";
|
|
1079
|
+
})(KnownScriptActivityParameterType || (KnownScriptActivityParameterType = {}));
|
|
1080
|
+
/** Known values of {@link ScriptActivityParameterDirection} that the service accepts. */
|
|
1081
|
+
export var KnownScriptActivityParameterDirection;
|
|
1082
|
+
(function (KnownScriptActivityParameterDirection) {
|
|
1083
|
+
/** Input */
|
|
1084
|
+
KnownScriptActivityParameterDirection["Input"] = "Input";
|
|
1085
|
+
/** Output */
|
|
1086
|
+
KnownScriptActivityParameterDirection["Output"] = "Output";
|
|
1087
|
+
/** InputOutput */
|
|
1088
|
+
KnownScriptActivityParameterDirection["InputOutput"] = "InputOutput";
|
|
1089
|
+
})(KnownScriptActivityParameterDirection || (KnownScriptActivityParameterDirection = {}));
|
|
1090
|
+
/** Known values of {@link ScriptActivityLogDestination} that the service accepts. */
|
|
1091
|
+
export var KnownScriptActivityLogDestination;
|
|
1092
|
+
(function (KnownScriptActivityLogDestination) {
|
|
1093
|
+
/** ActivityOutput */
|
|
1094
|
+
KnownScriptActivityLogDestination["ActivityOutput"] = "ActivityOutput";
|
|
1095
|
+
/** ExternalStore */
|
|
1096
|
+
KnownScriptActivityLogDestination["ExternalStore"] = "ExternalStore";
|
|
1097
|
+
})(KnownScriptActivityLogDestination || (KnownScriptActivityLogDestination = {}));
|
|
1098
|
+
/** Known values of {@link ConfigurationType} that the service accepts. */
|
|
1099
|
+
export var KnownConfigurationType;
|
|
1100
|
+
(function (KnownConfigurationType) {
|
|
1101
|
+
/** Default */
|
|
1102
|
+
KnownConfigurationType["Default"] = "Default";
|
|
1103
|
+
/** Customized */
|
|
1104
|
+
KnownConfigurationType["Customized"] = "Customized";
|
|
1105
|
+
/** Artifact */
|
|
1106
|
+
KnownConfigurationType["Artifact"] = "Artifact";
|
|
1107
|
+
})(KnownConfigurationType || (KnownConfigurationType = {}));
|
|
1108
|
+
/** Known values of {@link SalesforceV2SinkWriteBehavior} that the service accepts. */
|
|
1109
|
+
export var KnownSalesforceV2SinkWriteBehavior;
|
|
1110
|
+
(function (KnownSalesforceV2SinkWriteBehavior) {
|
|
1111
|
+
/** Insert */
|
|
1112
|
+
KnownSalesforceV2SinkWriteBehavior["Insert"] = "Insert";
|
|
1113
|
+
/** Upsert */
|
|
1114
|
+
KnownSalesforceV2SinkWriteBehavior["Upsert"] = "Upsert";
|
|
1115
|
+
})(KnownSalesforceV2SinkWriteBehavior || (KnownSalesforceV2SinkWriteBehavior = {}));
|
|
1116
|
+
/** Known values of {@link ExpressionV2Type} that the service accepts. */
|
|
1117
|
+
export var KnownExpressionV2Type;
|
|
1118
|
+
(function (KnownExpressionV2Type) {
|
|
1119
|
+
/** Constant */
|
|
1120
|
+
KnownExpressionV2Type["Constant"] = "Constant";
|
|
1121
|
+
/** Field */
|
|
1122
|
+
KnownExpressionV2Type["Field"] = "Field";
|
|
1123
|
+
/** Unary */
|
|
1124
|
+
KnownExpressionV2Type["Unary"] = "Unary";
|
|
1125
|
+
/** Binary */
|
|
1126
|
+
KnownExpressionV2Type["Binary"] = "Binary";
|
|
1127
|
+
/** NAry */
|
|
1128
|
+
KnownExpressionV2Type["NAry"] = "NAry";
|
|
1129
|
+
})(KnownExpressionV2Type || (KnownExpressionV2Type = {}));
|
|
1130
|
+
/** Known values of {@link RecurrenceFrequency} that the service accepts. */
|
|
1131
|
+
export var KnownRecurrenceFrequency;
|
|
1132
|
+
(function (KnownRecurrenceFrequency) {
|
|
1133
|
+
/** NotSpecified */
|
|
1134
|
+
KnownRecurrenceFrequency["NotSpecified"] = "NotSpecified";
|
|
1135
|
+
/** Minute */
|
|
1136
|
+
KnownRecurrenceFrequency["Minute"] = "Minute";
|
|
1137
|
+
/** Hour */
|
|
1138
|
+
KnownRecurrenceFrequency["Hour"] = "Hour";
|
|
1139
|
+
/** Day */
|
|
1140
|
+
KnownRecurrenceFrequency["Day"] = "Day";
|
|
1141
|
+
/** Week */
|
|
1142
|
+
KnownRecurrenceFrequency["Week"] = "Week";
|
|
1143
|
+
/** Month */
|
|
1144
|
+
KnownRecurrenceFrequency["Month"] = "Month";
|
|
1145
|
+
/** Year */
|
|
1146
|
+
KnownRecurrenceFrequency["Year"] = "Year";
|
|
1147
|
+
})(KnownRecurrenceFrequency || (KnownRecurrenceFrequency = {}));
|
|
1148
|
+
/** Known values of {@link BlobEventType} that the service accepts. */
|
|
1149
|
+
export var KnownBlobEventType;
|
|
1150
|
+
(function (KnownBlobEventType) {
|
|
1151
|
+
/** MicrosoftStorageBlobCreated */
|
|
1152
|
+
KnownBlobEventType["MicrosoftStorageBlobCreated"] = "Microsoft.Storage.BlobCreated";
|
|
1153
|
+
/** MicrosoftStorageBlobDeleted */
|
|
1154
|
+
KnownBlobEventType["MicrosoftStorageBlobDeleted"] = "Microsoft.Storage.BlobDeleted";
|
|
1155
|
+
})(KnownBlobEventType || (KnownBlobEventType = {}));
|
|
1156
|
+
/** Known values of {@link TumblingWindowFrequency} that the service accepts. */
|
|
1157
|
+
export var KnownTumblingWindowFrequency;
|
|
1158
|
+
(function (KnownTumblingWindowFrequency) {
|
|
1159
|
+
/** Minute */
|
|
1160
|
+
KnownTumblingWindowFrequency["Minute"] = "Minute";
|
|
1161
|
+
/** Hour */
|
|
1162
|
+
KnownTumblingWindowFrequency["Hour"] = "Hour";
|
|
1163
|
+
/** Month */
|
|
1164
|
+
KnownTumblingWindowFrequency["Month"] = "Month";
|
|
1165
|
+
})(KnownTumblingWindowFrequency || (KnownTumblingWindowFrequency = {}));
|
|
1166
|
+
/** Known values of {@link TriggerReferenceType} that the service accepts. */
|
|
1167
|
+
export var KnownTriggerReferenceType;
|
|
1168
|
+
(function (KnownTriggerReferenceType) {
|
|
1169
|
+
/** TriggerReference */
|
|
1170
|
+
KnownTriggerReferenceType["TriggerReference"] = "TriggerReference";
|
|
1171
|
+
})(KnownTriggerReferenceType || (KnownTriggerReferenceType = {}));
|
|
1172
|
+
/** Known values of {@link IntegrationRuntimeState} that the service accepts. */
|
|
1173
|
+
export var KnownIntegrationRuntimeState;
|
|
1174
|
+
(function (KnownIntegrationRuntimeState) {
|
|
1175
|
+
/** Initial */
|
|
1176
|
+
KnownIntegrationRuntimeState["Initial"] = "Initial";
|
|
1177
|
+
/** Stopped */
|
|
1178
|
+
KnownIntegrationRuntimeState["Stopped"] = "Stopped";
|
|
1179
|
+
/** Started */
|
|
1180
|
+
KnownIntegrationRuntimeState["Started"] = "Started";
|
|
1181
|
+
/** Starting */
|
|
1182
|
+
KnownIntegrationRuntimeState["Starting"] = "Starting";
|
|
1183
|
+
/** Stopping */
|
|
1184
|
+
KnownIntegrationRuntimeState["Stopping"] = "Stopping";
|
|
1185
|
+
/** NeedRegistration */
|
|
1186
|
+
KnownIntegrationRuntimeState["NeedRegistration"] = "NeedRegistration";
|
|
1187
|
+
/** Online */
|
|
1188
|
+
KnownIntegrationRuntimeState["Online"] = "Online";
|
|
1189
|
+
/** Limited */
|
|
1190
|
+
KnownIntegrationRuntimeState["Limited"] = "Limited";
|
|
1191
|
+
/** Offline */
|
|
1192
|
+
KnownIntegrationRuntimeState["Offline"] = "Offline";
|
|
1193
|
+
/** AccessDenied */
|
|
1194
|
+
KnownIntegrationRuntimeState["AccessDenied"] = "AccessDenied";
|
|
1195
|
+
})(KnownIntegrationRuntimeState || (KnownIntegrationRuntimeState = {}));
|
|
1196
|
+
/** Known values of {@link DataFlowComputeType} that the service accepts. */
|
|
1197
|
+
export var KnownDataFlowComputeType;
|
|
1198
|
+
(function (KnownDataFlowComputeType) {
|
|
1199
|
+
/** General */
|
|
1200
|
+
KnownDataFlowComputeType["General"] = "General";
|
|
1201
|
+
/** MemoryOptimized */
|
|
1202
|
+
KnownDataFlowComputeType["MemoryOptimized"] = "MemoryOptimized";
|
|
1203
|
+
/** ComputeOptimized */
|
|
1204
|
+
KnownDataFlowComputeType["ComputeOptimized"] = "ComputeOptimized";
|
|
1205
|
+
})(KnownDataFlowComputeType || (KnownDataFlowComputeType = {}));
|
|
1206
|
+
/** Known values of {@link IntegrationRuntimeSsisCatalogPricingTier} that the service accepts. */
|
|
1207
|
+
export var KnownIntegrationRuntimeSsisCatalogPricingTier;
|
|
1208
|
+
(function (KnownIntegrationRuntimeSsisCatalogPricingTier) {
|
|
1209
|
+
/** Basic */
|
|
1210
|
+
KnownIntegrationRuntimeSsisCatalogPricingTier["Basic"] = "Basic";
|
|
1211
|
+
/** Standard */
|
|
1212
|
+
KnownIntegrationRuntimeSsisCatalogPricingTier["Standard"] = "Standard";
|
|
1213
|
+
/** Premium */
|
|
1214
|
+
KnownIntegrationRuntimeSsisCatalogPricingTier["Premium"] = "Premium";
|
|
1215
|
+
/** PremiumRS */
|
|
1216
|
+
KnownIntegrationRuntimeSsisCatalogPricingTier["PremiumRS"] = "PremiumRS";
|
|
1217
|
+
})(KnownIntegrationRuntimeSsisCatalogPricingTier || (KnownIntegrationRuntimeSsisCatalogPricingTier = {}));
|
|
1218
|
+
/** Known values of {@link IntegrationRuntimeLicenseType} that the service accepts. */
|
|
1219
|
+
export var KnownIntegrationRuntimeLicenseType;
|
|
1220
|
+
(function (KnownIntegrationRuntimeLicenseType) {
|
|
1221
|
+
/** BasePrice */
|
|
1222
|
+
KnownIntegrationRuntimeLicenseType["BasePrice"] = "BasePrice";
|
|
1223
|
+
/** LicenseIncluded */
|
|
1224
|
+
KnownIntegrationRuntimeLicenseType["LicenseIncluded"] = "LicenseIncluded";
|
|
1225
|
+
})(KnownIntegrationRuntimeLicenseType || (KnownIntegrationRuntimeLicenseType = {}));
|
|
1226
|
+
/** Known values of {@link IntegrationRuntimeEntityReferenceType} that the service accepts. */
|
|
1227
|
+
export var KnownIntegrationRuntimeEntityReferenceType;
|
|
1228
|
+
(function (KnownIntegrationRuntimeEntityReferenceType) {
|
|
1229
|
+
/** IntegrationRuntimeReference */
|
|
1230
|
+
KnownIntegrationRuntimeEntityReferenceType["IntegrationRuntimeReference"] = "IntegrationRuntimeReference";
|
|
1231
|
+
/** LinkedServiceReference */
|
|
1232
|
+
KnownIntegrationRuntimeEntityReferenceType["LinkedServiceReference"] = "LinkedServiceReference";
|
|
1233
|
+
})(KnownIntegrationRuntimeEntityReferenceType || (KnownIntegrationRuntimeEntityReferenceType = {}));
|
|
1234
|
+
/** Known values of {@link IntegrationRuntimeEdition} that the service accepts. */
|
|
1235
|
+
export var KnownIntegrationRuntimeEdition;
|
|
1236
|
+
(function (KnownIntegrationRuntimeEdition) {
|
|
1237
|
+
/** Standard */
|
|
1238
|
+
KnownIntegrationRuntimeEdition["Standard"] = "Standard";
|
|
1239
|
+
/** Enterprise */
|
|
1240
|
+
KnownIntegrationRuntimeEdition["Enterprise"] = "Enterprise";
|
|
1241
|
+
})(KnownIntegrationRuntimeEdition || (KnownIntegrationRuntimeEdition = {}));
|
|
1242
|
+
/** Known values of {@link JsonFormatFilePattern} that the service accepts. */
|
|
1243
|
+
export var KnownJsonFormatFilePattern;
|
|
1244
|
+
(function (KnownJsonFormatFilePattern) {
|
|
1245
|
+
/** SetOfObjects */
|
|
1246
|
+
KnownJsonFormatFilePattern["SetOfObjects"] = "setOfObjects";
|
|
1247
|
+
/** ArrayOfObjects */
|
|
1248
|
+
KnownJsonFormatFilePattern["ArrayOfObjects"] = "arrayOfObjects";
|
|
1249
|
+
})(KnownJsonFormatFilePattern || (KnownJsonFormatFilePattern = {}));
|
|
1250
|
+
/** Known values of {@link DatasetCompressionLevel} that the service accepts. */
|
|
1251
|
+
export var KnownDatasetCompressionLevel;
|
|
1252
|
+
(function (KnownDatasetCompressionLevel) {
|
|
1253
|
+
/** Optimal */
|
|
1254
|
+
KnownDatasetCompressionLevel["Optimal"] = "Optimal";
|
|
1255
|
+
/** Fastest */
|
|
1256
|
+
KnownDatasetCompressionLevel["Fastest"] = "Fastest";
|
|
1257
|
+
})(KnownDatasetCompressionLevel || (KnownDatasetCompressionLevel = {}));
|
|
1258
|
+
/** Known values of {@link AvroCompressionCodec} that the service accepts. */
|
|
1259
|
+
export var KnownAvroCompressionCodec;
|
|
1260
|
+
(function (KnownAvroCompressionCodec) {
|
|
1261
|
+
/** None */
|
|
1262
|
+
KnownAvroCompressionCodec["None"] = "none";
|
|
1263
|
+
/** Deflate */
|
|
1264
|
+
KnownAvroCompressionCodec["Deflate"] = "deflate";
|
|
1265
|
+
/** Snappy */
|
|
1266
|
+
KnownAvroCompressionCodec["Snappy"] = "snappy";
|
|
1267
|
+
/** Xz */
|
|
1268
|
+
KnownAvroCompressionCodec["Xz"] = "xz";
|
|
1269
|
+
/** Bzip2 */
|
|
1270
|
+
KnownAvroCompressionCodec["Bzip2"] = "bzip2";
|
|
1271
|
+
})(KnownAvroCompressionCodec || (KnownAvroCompressionCodec = {}));
|
|
1272
|
+
/** Known values of {@link ParquetCompressionCodecEnum} that the service accepts. */
|
|
1273
|
+
export var KnownParquetCompressionCodecEnum;
|
|
1274
|
+
(function (KnownParquetCompressionCodecEnum) {
|
|
1275
|
+
/** None */
|
|
1276
|
+
KnownParquetCompressionCodecEnum["None"] = "none";
|
|
1277
|
+
/** Gzip */
|
|
1278
|
+
KnownParquetCompressionCodecEnum["Gzip"] = "gzip";
|
|
1279
|
+
/** Snappy */
|
|
1280
|
+
KnownParquetCompressionCodecEnum["Snappy"] = "snappy";
|
|
1281
|
+
/** Lzo */
|
|
1282
|
+
KnownParquetCompressionCodecEnum["Lzo"] = "lzo";
|
|
1283
|
+
})(KnownParquetCompressionCodecEnum || (KnownParquetCompressionCodecEnum = {}));
|
|
1284
|
+
/** Known values of {@link CompressionCodec} that the service accepts. */
|
|
1285
|
+
export var KnownCompressionCodec;
|
|
1286
|
+
(function (KnownCompressionCodec) {
|
|
1287
|
+
/** None */
|
|
1288
|
+
KnownCompressionCodec["None"] = "none";
|
|
1289
|
+
/** Lzo */
|
|
1290
|
+
KnownCompressionCodec["Lzo"] = "lzo";
|
|
1291
|
+
/** Bzip2 */
|
|
1292
|
+
KnownCompressionCodec["Bzip2"] = "bzip2";
|
|
1293
|
+
/** Gzip */
|
|
1294
|
+
KnownCompressionCodec["Gzip"] = "gzip";
|
|
1295
|
+
/** Deflate */
|
|
1296
|
+
KnownCompressionCodec["Deflate"] = "deflate";
|
|
1297
|
+
/** ZipDeflate */
|
|
1298
|
+
KnownCompressionCodec["ZipDeflate"] = "zipDeflate";
|
|
1299
|
+
/** Snappy */
|
|
1300
|
+
KnownCompressionCodec["Snappy"] = "snappy";
|
|
1301
|
+
/** Lz4 */
|
|
1302
|
+
KnownCompressionCodec["Lz4"] = "lz4";
|
|
1303
|
+
/** Tar */
|
|
1304
|
+
KnownCompressionCodec["Tar"] = "tar";
|
|
1305
|
+
/** TarGZip */
|
|
1306
|
+
KnownCompressionCodec["TarGZip"] = "tarGZip";
|
|
1307
|
+
})(KnownCompressionCodec || (KnownCompressionCodec = {}));
|
|
1308
|
+
/** Known values of {@link OrcCompressionCodec} that the service accepts. */
|
|
1309
|
+
export var KnownOrcCompressionCodec;
|
|
1310
|
+
(function (KnownOrcCompressionCodec) {
|
|
1311
|
+
/** None */
|
|
1312
|
+
KnownOrcCompressionCodec["None"] = "none";
|
|
1313
|
+
/** Zlib */
|
|
1314
|
+
KnownOrcCompressionCodec["Zlib"] = "zlib";
|
|
1315
|
+
/** Snappy */
|
|
1316
|
+
KnownOrcCompressionCodec["Snappy"] = "snappy";
|
|
1317
|
+
/** Lzo */
|
|
1318
|
+
KnownOrcCompressionCodec["Lzo"] = "lzo";
|
|
1319
|
+
})(KnownOrcCompressionCodec || (KnownOrcCompressionCodec = {}));
|
|
1320
|
+
/** Known values of {@link DynamicsDeploymentType} that the service accepts. */
|
|
1321
|
+
export var KnownDynamicsDeploymentType;
|
|
1322
|
+
(function (KnownDynamicsDeploymentType) {
|
|
1323
|
+
/** Online */
|
|
1324
|
+
KnownDynamicsDeploymentType["Online"] = "Online";
|
|
1325
|
+
/** OnPremisesWithIfd */
|
|
1326
|
+
KnownDynamicsDeploymentType["OnPremisesWithIfd"] = "OnPremisesWithIfd";
|
|
1327
|
+
})(KnownDynamicsDeploymentType || (KnownDynamicsDeploymentType = {}));
|
|
1328
|
+
/** Known values of {@link DynamicsAuthenticationType} that the service accepts. */
|
|
1329
|
+
export var KnownDynamicsAuthenticationType;
|
|
1330
|
+
(function (KnownDynamicsAuthenticationType) {
|
|
1331
|
+
/** Office365 */
|
|
1332
|
+
KnownDynamicsAuthenticationType["Office365"] = "Office365";
|
|
1333
|
+
/** Ifd */
|
|
1334
|
+
KnownDynamicsAuthenticationType["Ifd"] = "Ifd";
|
|
1335
|
+
/** AADServicePrincipal */
|
|
1336
|
+
KnownDynamicsAuthenticationType["AADServicePrincipal"] = "AADServicePrincipal";
|
|
1337
|
+
/** ActiveDirectory */
|
|
1338
|
+
KnownDynamicsAuthenticationType["ActiveDirectory"] = "Active Directory";
|
|
1339
|
+
})(KnownDynamicsAuthenticationType || (KnownDynamicsAuthenticationType = {}));
|
|
1340
|
+
/** Known values of {@link DynamicsServicePrincipalCredentialType} that the service accepts. */
|
|
1341
|
+
export var KnownDynamicsServicePrincipalCredentialType;
|
|
1342
|
+
(function (KnownDynamicsServicePrincipalCredentialType) {
|
|
1343
|
+
/** ServicePrincipalKey */
|
|
1344
|
+
KnownDynamicsServicePrincipalCredentialType["ServicePrincipalKey"] = "ServicePrincipalKey";
|
|
1345
|
+
/** ServicePrincipalCert */
|
|
1346
|
+
KnownDynamicsServicePrincipalCredentialType["ServicePrincipalCert"] = "ServicePrincipalCert";
|
|
1347
|
+
})(KnownDynamicsServicePrincipalCredentialType || (KnownDynamicsServicePrincipalCredentialType = {}));
|
|
1348
|
+
/** Known values of {@link HdiNodeTypes} that the service accepts. */
|
|
1349
|
+
export var KnownHdiNodeTypes;
|
|
1350
|
+
(function (KnownHdiNodeTypes) {
|
|
1351
|
+
/** Headnode */
|
|
1352
|
+
KnownHdiNodeTypes["Headnode"] = "Headnode";
|
|
1353
|
+
/** Workernode */
|
|
1354
|
+
KnownHdiNodeTypes["Workernode"] = "Workernode";
|
|
1355
|
+
/** Zookeeper */
|
|
1356
|
+
KnownHdiNodeTypes["Zookeeper"] = "Zookeeper";
|
|
1357
|
+
})(KnownHdiNodeTypes || (KnownHdiNodeTypes = {}));
|
|
1358
|
+
/** Known values of {@link JsonWriteFilePattern} that the service accepts. */
|
|
1359
|
+
export var KnownJsonWriteFilePattern;
|
|
1360
|
+
(function (KnownJsonWriteFilePattern) {
|
|
1361
|
+
/** SetOfObjects */
|
|
1362
|
+
KnownJsonWriteFilePattern["SetOfObjects"] = "setOfObjects";
|
|
1363
|
+
/** ArrayOfObjects */
|
|
1364
|
+
KnownJsonWriteFilePattern["ArrayOfObjects"] = "arrayOfObjects";
|
|
1365
|
+
})(KnownJsonWriteFilePattern || (KnownJsonWriteFilePattern = {}));
|
|
1366
|
+
/** Known values of {@link SalesforceSourceReadBehavior} that the service accepts. */
|
|
1367
|
+
export var KnownSalesforceSourceReadBehavior;
|
|
1368
|
+
(function (KnownSalesforceSourceReadBehavior) {
|
|
1369
|
+
/** Query */
|
|
1370
|
+
KnownSalesforceSourceReadBehavior["Query"] = "Query";
|
|
1371
|
+
/** QueryAll */
|
|
1372
|
+
KnownSalesforceSourceReadBehavior["QueryAll"] = "QueryAll";
|
|
1373
|
+
})(KnownSalesforceSourceReadBehavior || (KnownSalesforceSourceReadBehavior = {}));
|
|
1374
|
+
/** Known values of {@link AmazonRdsForOraclePartitionOption} that the service accepts. */
|
|
1375
|
+
export var KnownAmazonRdsForOraclePartitionOption;
|
|
1376
|
+
(function (KnownAmazonRdsForOraclePartitionOption) {
|
|
1377
|
+
/** None */
|
|
1378
|
+
KnownAmazonRdsForOraclePartitionOption["None"] = "None";
|
|
1379
|
+
/** PhysicalPartitionsOfTable */
|
|
1380
|
+
KnownAmazonRdsForOraclePartitionOption["PhysicalPartitionsOfTable"] = "PhysicalPartitionsOfTable";
|
|
1381
|
+
/** DynamicRange */
|
|
1382
|
+
KnownAmazonRdsForOraclePartitionOption["DynamicRange"] = "DynamicRange";
|
|
1383
|
+
})(KnownAmazonRdsForOraclePartitionOption || (KnownAmazonRdsForOraclePartitionOption = {}));
|
|
1384
|
+
/** Known values of {@link CopyBehaviorType} that the service accepts. */
|
|
1385
|
+
export var KnownCopyBehaviorType;
|
|
1386
|
+
(function (KnownCopyBehaviorType) {
|
|
1387
|
+
/** PreserveHierarchy */
|
|
1388
|
+
KnownCopyBehaviorType["PreserveHierarchy"] = "PreserveHierarchy";
|
|
1389
|
+
/** FlattenHierarchy */
|
|
1390
|
+
KnownCopyBehaviorType["FlattenHierarchy"] = "FlattenHierarchy";
|
|
1391
|
+
/** MergeFiles */
|
|
1392
|
+
KnownCopyBehaviorType["MergeFiles"] = "MergeFiles";
|
|
1393
|
+
})(KnownCopyBehaviorType || (KnownCopyBehaviorType = {}));
|
|
1394
|
+
/** Known values of {@link ScriptType} that the service accepts. */
|
|
1395
|
+
export var KnownScriptType;
|
|
1396
|
+
(function (KnownScriptType) {
|
|
1397
|
+
/** Query */
|
|
1398
|
+
KnownScriptType["Query"] = "Query";
|
|
1399
|
+
/** NonQuery */
|
|
1400
|
+
KnownScriptType["NonQuery"] = "NonQuery";
|
|
1401
|
+
})(KnownScriptType || (KnownScriptType = {}));
|
|
1402
|
+
/** Known values of {@link SqlPartitionOption} that the service accepts. */
|
|
1403
|
+
export var KnownSqlPartitionOption;
|
|
1404
|
+
(function (KnownSqlPartitionOption) {
|
|
1405
|
+
/** None */
|
|
1406
|
+
KnownSqlPartitionOption["None"] = "None";
|
|
1407
|
+
/** PhysicalPartitionsOfTable */
|
|
1408
|
+
KnownSqlPartitionOption["PhysicalPartitionsOfTable"] = "PhysicalPartitionsOfTable";
|
|
1409
|
+
/** DynamicRange */
|
|
1410
|
+
KnownSqlPartitionOption["DynamicRange"] = "DynamicRange";
|
|
1411
|
+
})(KnownSqlPartitionOption || (KnownSqlPartitionOption = {}));
|
|
1412
|
+
/** Known values of {@link SapHanaPartitionOption} that the service accepts. */
|
|
1413
|
+
export var KnownSapHanaPartitionOption;
|
|
1414
|
+
(function (KnownSapHanaPartitionOption) {
|
|
1415
|
+
/** None */
|
|
1416
|
+
KnownSapHanaPartitionOption["None"] = "None";
|
|
1417
|
+
/** PhysicalPartitionsOfTable */
|
|
1418
|
+
KnownSapHanaPartitionOption["PhysicalPartitionsOfTable"] = "PhysicalPartitionsOfTable";
|
|
1419
|
+
/** SapHanaDynamicRange */
|
|
1420
|
+
KnownSapHanaPartitionOption["SapHanaDynamicRange"] = "SapHanaDynamicRange";
|
|
1421
|
+
})(KnownSapHanaPartitionOption || (KnownSapHanaPartitionOption = {}));
|
|
1422
|
+
/** Known values of {@link SapTablePartitionOption} that the service accepts. */
|
|
1423
|
+
export var KnownSapTablePartitionOption;
|
|
1424
|
+
(function (KnownSapTablePartitionOption) {
|
|
1425
|
+
/** None */
|
|
1426
|
+
KnownSapTablePartitionOption["None"] = "None";
|
|
1427
|
+
/** PartitionOnInt */
|
|
1428
|
+
KnownSapTablePartitionOption["PartitionOnInt"] = "PartitionOnInt";
|
|
1429
|
+
/** PartitionOnCalendarYear */
|
|
1430
|
+
KnownSapTablePartitionOption["PartitionOnCalendarYear"] = "PartitionOnCalendarYear";
|
|
1431
|
+
/** PartitionOnCalendarMonth */
|
|
1432
|
+
KnownSapTablePartitionOption["PartitionOnCalendarMonth"] = "PartitionOnCalendarMonth";
|
|
1433
|
+
/** PartitionOnCalendarDate */
|
|
1434
|
+
KnownSapTablePartitionOption["PartitionOnCalendarDate"] = "PartitionOnCalendarDate";
|
|
1435
|
+
/** PartitionOnTime */
|
|
1436
|
+
KnownSapTablePartitionOption["PartitionOnTime"] = "PartitionOnTime";
|
|
1437
|
+
})(KnownSapTablePartitionOption || (KnownSapTablePartitionOption = {}));
|
|
1438
|
+
//# sourceMappingURL=index.js.map
|