@azure/synapse-artifacts 1.0.0-alpha.20241120.1 → 1.0.0-alpha.20241125.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- 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 +6 -7
- 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/browser/index.js +12 -0
- 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/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +12730 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +2 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +1288 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +1 -1
- 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 +32 -32
- 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 +154 -155
- 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 +149 -154
- 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 +150 -155
- 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 +32 -32
- 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 +107 -107
- 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 +48 -49
- 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 +182 -183
- 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 +222 -223
- 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 +150 -155
- 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 +56 -56
- 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 +23 -23
- 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 +191 -196
- 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 +177 -182
- 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 +56 -60
- package/dist/browser/operations/pipelineRunOperations.js.map +1 -0
- package/dist/browser/operations/runNotebook.d.ts +46 -0
- package/dist/browser/operations/runNotebook.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/runNotebook.js +98 -98
- 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 +150 -155
- 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 +211 -215
- 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 +33 -32
- 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 +151 -155
- 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 +246 -250
- 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 +48 -55
- 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 +25 -28
- 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 +23 -22
- 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 +38 -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 +1 -1
- 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/commonjs/artifactsClient.d.ts +40 -0
- package/dist/commonjs/artifactsClient.d.ts.map +1 -0
- package/dist/commonjs/artifactsClient.js +99 -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 +18 -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 +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +12730 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +1321 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +1288 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +25532 -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 +80 -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 +354 -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 +80 -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 +277 -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 +141 -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 +456 -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 +138 -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 +56 -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 +503 -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 +137 -0
- package/dist/commonjs/operations/pipelineRunOperations.js.map +1 -0
- package/dist/commonjs/operations/runNotebook.d.ts +46 -0
- package/dist/commonjs/operations/runNotebook.d.ts.map +1 -0
- package/dist/commonjs/operations/runNotebook.js +197 -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 +548 -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 +392 -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 +633 -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 +38 -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 +36 -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 +94 -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 +12 -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 +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +12730 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +1316 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +1288 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/{index.js → esm/models/mappers.js} +777 -10152
- 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 +75 -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 +350 -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 +386 -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 +386 -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 +75 -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 +272 -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 +137 -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 +439 -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 +452 -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 +387 -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 +133 -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 +51 -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 +499 -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 +420 -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 +132 -0
- package/dist/esm/operations/pipelineRunOperations.js.map +1 -0
- package/dist/esm/operations/runNotebook.d.ts +46 -0
- package/dist/esm/operations/runNotebook.d.ts.map +1 -0
- package/dist/esm/operations/runNotebook.js +192 -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 +387 -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 +544 -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 +388 -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 +629 -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 +38 -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 +32 -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 +94 -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 +12 -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 +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +12730 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +1316 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +1288 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +25514 -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 +75 -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 +350 -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 +386 -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 +386 -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 +75 -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 +272 -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 +137 -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 +439 -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 +452 -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 +387 -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 +133 -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 +51 -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 +499 -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 +420 -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 +132 -0
- package/dist/react-native/operations/pipelineRunOperations.js.map +1 -0
- package/dist/react-native/operations/runNotebook.d.ts +46 -0
- package/dist/react-native/operations/runNotebook.d.ts.map +1 -0
- package/dist/react-native/operations/runNotebook.js +192 -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 +387 -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 +544 -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 +388 -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 +629 -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 +38 -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 +32 -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/{types → dist}/synapse-artifacts.d.ts +743 -743
- package/package.json +68 -54
- package/dist/index.js.map +0 -1
- package/dist-esm/src/artifactsClient.js.map +0 -1
- package/dist-esm/src/index.js +0 -13
- 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}/lroImpl.js +0 -0
- /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
- /package/{dist-esm/src → dist/browser}/tracing.js +0 -0
- /package/{dist-esm/src → dist/browser}/tracing.js.map +0 -0
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import * as coreAuth from '@azure/core-auth';
|
|
1
|
+
import type * as coreAuth from '@azure/core-auth';
|
|
2
2
|
import * as coreClient from '@azure/core-client';
|
|
3
|
-
import * as coreRestPipeline from '@azure/core-rest-pipeline';
|
|
4
|
-
import { OperationState } from '@azure/core-lro';
|
|
5
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
6
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
|
3
|
+
import type * as coreRestPipeline from '@azure/core-rest-pipeline';
|
|
4
|
+
import type { OperationState } from '@azure/core-lro';
|
|
5
|
+
import type { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
6
|
+
import type { SimplePollerLike } from '@azure/core-lro';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
* Defines values for ActionOnExistingTargetTable.
|
|
9
|
+
* Defines values for ActionOnExistingTargetTable.
|
|
10
10
|
* {@link KnownActionOnExistingTargetTable} can be used interchangeably with ActionOnExistingTargetTable,
|
|
11
11
|
* this enum contains the known values that the service supports.
|
|
12
12
|
* ### Known values supported by the service
|
|
13
|
-
* **FailOnNonEmptyTable**: Same existing tables on target database will be Failed.
|
|
14
|
-
* **DropAndRecreateTable**: Same existing tables on target database will be dropped and recreated.
|
|
13
|
+
* **FailOnNonEmptyTable**: Same existing tables on target database will be Failed.
|
|
14
|
+
* **DropAndRecreateTable**: Same existing tables on target database will be dropped and recreated.
|
|
15
15
|
* **MergeWithExistingData**: Same existing tables on target database will be Merged together.
|
|
16
16
|
*/
|
|
17
17
|
export declare type ActionOnExistingTargetTable = string;
|
|
@@ -47,12 +47,12 @@ export declare interface ActivityDependency {
|
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
/**
|
|
50
|
-
* Defines values for ActivityOnInactiveMarkAs.
|
|
50
|
+
* Defines values for ActivityOnInactiveMarkAs.
|
|
51
51
|
* {@link KnownActivityOnInactiveMarkAs} can be used interchangeably with ActivityOnInactiveMarkAs,
|
|
52
52
|
* this enum contains the known values that the service supports.
|
|
53
53
|
* ### Known values supported by the service
|
|
54
|
-
* **Succeeded**
|
|
55
|
-
* **Failed**
|
|
54
|
+
* **Succeeded**
|
|
55
|
+
* **Failed**
|
|
56
56
|
* **Skipped**
|
|
57
57
|
*/
|
|
58
58
|
export declare type ActivityOnInactiveMarkAs = string;
|
|
@@ -153,11 +153,11 @@ export declare interface ActivityRunsQueryResponse {
|
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
/**
|
|
156
|
-
* Defines values for ActivityState.
|
|
156
|
+
* Defines values for ActivityState.
|
|
157
157
|
* {@link KnownActivityState} can be used interchangeably with ActivityState,
|
|
158
158
|
* this enum contains the known values that the service supports.
|
|
159
159
|
* ### Known values supported by the service
|
|
160
|
-
* **Active**
|
|
160
|
+
* **Active**
|
|
161
161
|
* **Inactive**
|
|
162
162
|
*/
|
|
163
163
|
export declare type ActivityState = string;
|
|
@@ -233,12 +233,12 @@ export declare interface AmazonRdsForOracleLinkedService extends LinkedService {
|
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
/**
|
|
236
|
-
* Defines values for AmazonRdsForOraclePartitionOption.
|
|
236
|
+
* Defines values for AmazonRdsForOraclePartitionOption.
|
|
237
237
|
* {@link KnownAmazonRdsForOraclePartitionOption} can be used interchangeably with AmazonRdsForOraclePartitionOption,
|
|
238
238
|
* this enum contains the known values that the service supports.
|
|
239
239
|
* ### Known values supported by the service
|
|
240
|
-
* **None**
|
|
241
|
-
* **PhysicalPartitionsOfTable**
|
|
240
|
+
* **None**
|
|
241
|
+
* **PhysicalPartitionsOfTable**
|
|
242
242
|
* **DynamicRange**
|
|
243
243
|
*/
|
|
244
244
|
export declare type AmazonRdsForOraclePartitionOption = string;
|
|
@@ -475,10 +475,10 @@ export declare class ArtifactsClient extends coreClient.ServiceClient {
|
|
|
475
475
|
endpoint: string;
|
|
476
476
|
/**
|
|
477
477
|
* Initializes a new instance of the ArtifactsClient class.
|
|
478
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
479
|
-
* @param endpoint The workspace development endpoint, for example
|
|
478
|
+
* @param credentials - Subscription credentials which uniquely identify client subscription.
|
|
479
|
+
* @param endpoint - The workspace development endpoint, for example
|
|
480
480
|
* `https://myworkspace.dev.azuresynapse.net`.
|
|
481
|
-
* @param options The parameter options
|
|
481
|
+
* @param options - The parameter options
|
|
482
482
|
*/
|
|
483
483
|
constructor(credentials: coreAuth.TokenCredential, endpoint: string, options?: ArtifactsClientOptionalParams);
|
|
484
484
|
linkConnectionOperations: LinkConnectionOperations;
|
|
@@ -542,14 +542,14 @@ export declare interface AutoScaleProperties {
|
|
|
542
542
|
}
|
|
543
543
|
|
|
544
544
|
/**
|
|
545
|
-
* Defines values for AvroCompressionCodec.
|
|
545
|
+
* Defines values for AvroCompressionCodec.
|
|
546
546
|
* {@link KnownAvroCompressionCodec} can be used interchangeably with AvroCompressionCodec,
|
|
547
547
|
* this enum contains the known values that the service supports.
|
|
548
548
|
* ### Known values supported by the service
|
|
549
|
-
* **none**
|
|
550
|
-
* **deflate**
|
|
551
|
-
* **snappy**
|
|
552
|
-
* **xz**
|
|
549
|
+
* **none**
|
|
550
|
+
* **deflate**
|
|
551
|
+
* **snappy**
|
|
552
|
+
* **xz**
|
|
553
553
|
* **bzip2**
|
|
554
554
|
*/
|
|
555
555
|
export declare type AvroCompressionCodec = string;
|
|
@@ -1213,16 +1213,16 @@ export declare interface AzureFunctionActivity extends ExecutionActivity {
|
|
|
1213
1213
|
}
|
|
1214
1214
|
|
|
1215
1215
|
/**
|
|
1216
|
-
* Defines values for AzureFunctionActivityMethod.
|
|
1216
|
+
* Defines values for AzureFunctionActivityMethod.
|
|
1217
1217
|
* {@link KnownAzureFunctionActivityMethod} can be used interchangeably with AzureFunctionActivityMethod,
|
|
1218
1218
|
* this enum contains the known values that the service supports.
|
|
1219
1219
|
* ### Known values supported by the service
|
|
1220
|
-
* **GET**
|
|
1221
|
-
* **POST**
|
|
1222
|
-
* **PUT**
|
|
1223
|
-
* **DELETE**
|
|
1224
|
-
* **OPTIONS**
|
|
1225
|
-
* **HEAD**
|
|
1220
|
+
* **GET**
|
|
1221
|
+
* **POST**
|
|
1222
|
+
* **PUT**
|
|
1223
|
+
* **DELETE**
|
|
1224
|
+
* **OPTIONS**
|
|
1225
|
+
* **HEAD**
|
|
1226
1226
|
* **TRACE**
|
|
1227
1227
|
*/
|
|
1228
1228
|
export declare type AzureFunctionActivityMethod = string;
|
|
@@ -1494,11 +1494,11 @@ export declare interface AzureSearchIndexSink extends CopySink {
|
|
|
1494
1494
|
}
|
|
1495
1495
|
|
|
1496
1496
|
/**
|
|
1497
|
-
* Defines values for AzureSearchIndexWriteBehaviorType.
|
|
1497
|
+
* Defines values for AzureSearchIndexWriteBehaviorType.
|
|
1498
1498
|
* {@link KnownAzureSearchIndexWriteBehaviorType} can be used interchangeably with AzureSearchIndexWriteBehaviorType,
|
|
1499
1499
|
* this enum contains the known values that the service supports.
|
|
1500
1500
|
* ### Known values supported by the service
|
|
1501
|
-
* **Merge**
|
|
1501
|
+
* **Merge**
|
|
1502
1502
|
* **Upload**
|
|
1503
1503
|
*/
|
|
1504
1504
|
export declare type AzureSearchIndexWriteBehaviorType = string;
|
|
@@ -1660,14 +1660,14 @@ export declare interface AzureSqlTableDataset extends Dataset {
|
|
|
1660
1660
|
}
|
|
1661
1661
|
|
|
1662
1662
|
/**
|
|
1663
|
-
* Defines values for AzureStorageAuthenticationType.
|
|
1663
|
+
* Defines values for AzureStorageAuthenticationType.
|
|
1664
1664
|
* {@link KnownAzureStorageAuthenticationType} can be used interchangeably with AzureStorageAuthenticationType,
|
|
1665
1665
|
* this enum contains the known values that the service supports.
|
|
1666
1666
|
* ### Known values supported by the service
|
|
1667
|
-
* **Anonymous**
|
|
1668
|
-
* **AccountKey**
|
|
1669
|
-
* **SasUri**
|
|
1670
|
-
* **ServicePrincipal**
|
|
1667
|
+
* **Anonymous**
|
|
1668
|
+
* **AccountKey**
|
|
1669
|
+
* **SasUri**
|
|
1670
|
+
* **ServicePrincipal**
|
|
1671
1671
|
* **Msi**
|
|
1672
1672
|
*/
|
|
1673
1673
|
export declare type AzureStorageAuthenticationType = string;
|
|
@@ -1765,7 +1765,7 @@ export declare interface BigDataPoolReference {
|
|
|
1765
1765
|
}
|
|
1766
1766
|
|
|
1767
1767
|
/**
|
|
1768
|
-
* Defines values for BigDataPoolReferenceType.
|
|
1768
|
+
* Defines values for BigDataPoolReferenceType.
|
|
1769
1769
|
* {@link KnownBigDataPoolReferenceType} can be used interchangeably with BigDataPoolReferenceType,
|
|
1770
1770
|
* this enum contains the known values that the service supports.
|
|
1771
1771
|
* ### Known values supported by the service
|
|
@@ -1828,13 +1828,13 @@ export declare interface BigDataPoolResourceInfoListResult {
|
|
|
1828
1828
|
export declare interface BigDataPools {
|
|
1829
1829
|
/**
|
|
1830
1830
|
* List Big Data Pools
|
|
1831
|
-
* @param options The options parameters.
|
|
1831
|
+
* @param options - The options parameters.
|
|
1832
1832
|
*/
|
|
1833
1833
|
list(options?: BigDataPoolsListOptionalParams): Promise<BigDataPoolsListResponse>;
|
|
1834
1834
|
/**
|
|
1835
1835
|
* Get Big Data Pool
|
|
1836
|
-
* @param bigDataPoolName The Big Data Pool name
|
|
1837
|
-
* @param options The options parameters.
|
|
1836
|
+
* @param bigDataPoolName - The Big Data Pool name
|
|
1837
|
+
* @param options - The options parameters.
|
|
1838
1838
|
*/
|
|
1839
1839
|
get(bigDataPoolName: string, options?: BigDataPoolsGetOptionalParams): Promise<BigDataPoolsGetResponse>;
|
|
1840
1840
|
}
|
|
@@ -1906,11 +1906,11 @@ export declare interface BlobEventsTrigger extends MultiplePipelineTrigger {
|
|
|
1906
1906
|
}
|
|
1907
1907
|
|
|
1908
1908
|
/**
|
|
1909
|
-
* Defines values for BlobEventType.
|
|
1909
|
+
* Defines values for BlobEventType.
|
|
1910
1910
|
* {@link KnownBlobEventType} can be used interchangeably with BlobEventType,
|
|
1911
1911
|
* this enum contains the known values that the service supports.
|
|
1912
1912
|
* ### Known values supported by the service
|
|
1913
|
-
* **Microsoft.Storage.BlobCreated**
|
|
1913
|
+
* **Microsoft.Storage.BlobCreated**
|
|
1914
1914
|
* **Microsoft.Storage.BlobDeleted**
|
|
1915
1915
|
*/
|
|
1916
1916
|
export declare type BlobEventType = string;
|
|
@@ -1982,19 +1982,19 @@ export declare interface CassandraSource extends TabularSource {
|
|
|
1982
1982
|
}
|
|
1983
1983
|
|
|
1984
1984
|
/**
|
|
1985
|
-
* Defines values for CassandraSourceReadConsistencyLevels.
|
|
1985
|
+
* Defines values for CassandraSourceReadConsistencyLevels.
|
|
1986
1986
|
* {@link KnownCassandraSourceReadConsistencyLevels} can be used interchangeably with CassandraSourceReadConsistencyLevels,
|
|
1987
1987
|
* this enum contains the known values that the service supports.
|
|
1988
1988
|
* ### Known values supported by the service
|
|
1989
|
-
* **ALL**
|
|
1990
|
-
* **EACH_QUORUM**
|
|
1991
|
-
* **QUORUM**
|
|
1992
|
-
* **LOCAL_QUORUM**
|
|
1993
|
-
* **ONE**
|
|
1994
|
-
* **TWO**
|
|
1995
|
-
* **THREE**
|
|
1996
|
-
* **LOCAL_ONE**
|
|
1997
|
-
* **SERIAL**
|
|
1989
|
+
* **ALL**
|
|
1990
|
+
* **EACH_QUORUM**
|
|
1991
|
+
* **QUORUM**
|
|
1992
|
+
* **LOCAL_QUORUM**
|
|
1993
|
+
* **ONE**
|
|
1994
|
+
* **TWO**
|
|
1995
|
+
* **THREE**
|
|
1996
|
+
* **LOCAL_ONE**
|
|
1997
|
+
* **SERIAL**
|
|
1998
1998
|
* **LOCAL_SERIAL**
|
|
1999
1999
|
*/
|
|
2000
2000
|
export declare type CassandraSourceReadConsistencyLevels = string;
|
|
@@ -2010,13 +2010,13 @@ export declare interface CassandraTableDataset extends Dataset {
|
|
|
2010
2010
|
}
|
|
2011
2011
|
|
|
2012
2012
|
/**
|
|
2013
|
-
* Defines values for CellOutputType.
|
|
2013
|
+
* Defines values for CellOutputType.
|
|
2014
2014
|
* {@link KnownCellOutputType} can be used interchangeably with CellOutputType,
|
|
2015
2015
|
* this enum contains the known values that the service supports.
|
|
2016
2016
|
* ### Known values supported by the service
|
|
2017
|
-
* **execute_result**
|
|
2018
|
-
* **display_data**
|
|
2019
|
-
* **stream**
|
|
2017
|
+
* **execute_result**
|
|
2018
|
+
* **display_data**
|
|
2019
|
+
* **stream**
|
|
2020
2020
|
* **error**
|
|
2021
2021
|
*/
|
|
2022
2022
|
export declare type CellOutputType = string;
|
|
@@ -2106,19 +2106,19 @@ export declare interface CommonDataServiceForAppsSource extends CopySource {
|
|
|
2106
2106
|
}
|
|
2107
2107
|
|
|
2108
2108
|
/**
|
|
2109
|
-
* Defines values for CompressionCodec.
|
|
2109
|
+
* Defines values for CompressionCodec.
|
|
2110
2110
|
* {@link KnownCompressionCodec} can be used interchangeably with CompressionCodec,
|
|
2111
2111
|
* this enum contains the known values that the service supports.
|
|
2112
2112
|
* ### Known values supported by the service
|
|
2113
|
-
* **none**
|
|
2114
|
-
* **lzo**
|
|
2115
|
-
* **bzip2**
|
|
2116
|
-
* **gzip**
|
|
2117
|
-
* **deflate**
|
|
2118
|
-
* **zipDeflate**
|
|
2119
|
-
* **snappy**
|
|
2120
|
-
* **lz4**
|
|
2121
|
-
* **tar**
|
|
2113
|
+
* **none**
|
|
2114
|
+
* **lzo**
|
|
2115
|
+
* **bzip2**
|
|
2116
|
+
* **gzip**
|
|
2117
|
+
* **deflate**
|
|
2118
|
+
* **zipDeflate**
|
|
2119
|
+
* **snappy**
|
|
2120
|
+
* **lz4**
|
|
2121
|
+
* **tar**
|
|
2122
2122
|
* **tarGZip**
|
|
2123
2123
|
*/
|
|
2124
2124
|
export declare type CompressionCodec = string;
|
|
@@ -2172,12 +2172,12 @@ export declare interface ConcurSource extends TabularSource {
|
|
|
2172
2172
|
}
|
|
2173
2173
|
|
|
2174
2174
|
/**
|
|
2175
|
-
* Defines values for ConfigurationType.
|
|
2175
|
+
* Defines values for ConfigurationType.
|
|
2176
2176
|
* {@link KnownConfigurationType} can be used interchangeably with ConfigurationType,
|
|
2177
2177
|
* this enum contains the known values that the service supports.
|
|
2178
2178
|
* ### Known values supported by the service
|
|
2179
|
-
* **Default**
|
|
2180
|
-
* **Customized**
|
|
2179
|
+
* **Default**
|
|
2180
|
+
* **Customized**
|
|
2181
2181
|
* **Artifact**
|
|
2182
2182
|
*/
|
|
2183
2183
|
export declare type ConfigurationType = string;
|
|
@@ -2239,12 +2239,12 @@ export declare interface CopyActivityLogSettings {
|
|
|
2239
2239
|
}
|
|
2240
2240
|
|
|
2241
2241
|
/**
|
|
2242
|
-
* Defines values for CopyBehaviorType.
|
|
2242
|
+
* Defines values for CopyBehaviorType.
|
|
2243
2243
|
* {@link KnownCopyBehaviorType} can be used interchangeably with CopyBehaviorType,
|
|
2244
2244
|
* this enum contains the known values that the service supports.
|
|
2245
2245
|
* ### Known values supported by the service
|
|
2246
|
-
* **PreserveHierarchy**
|
|
2247
|
-
* **FlattenHierarchy**
|
|
2246
|
+
* **PreserveHierarchy**
|
|
2247
|
+
* **FlattenHierarchy**
|
|
2248
2248
|
* **MergeFiles**
|
|
2249
2249
|
*/
|
|
2250
2250
|
export declare type CopyBehaviorType = string;
|
|
@@ -2434,13 +2434,13 @@ export declare interface CreateDataFlowDebugSessionResponse {
|
|
|
2434
2434
|
}
|
|
2435
2435
|
|
|
2436
2436
|
/**
|
|
2437
|
-
* Defines values for CreateMode.
|
|
2437
|
+
* Defines values for CreateMode.
|
|
2438
2438
|
* {@link KnownCreateMode} can be used interchangeably with CreateMode,
|
|
2439
2439
|
* this enum contains the known values that the service supports.
|
|
2440
2440
|
* ### Known values supported by the service
|
|
2441
|
-
* **Default**
|
|
2442
|
-
* **PointInTimeRestore**
|
|
2443
|
-
* **Recovery**
|
|
2441
|
+
* **Default**
|
|
2442
|
+
* **PointInTimeRestore**
|
|
2443
|
+
* **Recovery**
|
|
2444
2444
|
* **Restore**
|
|
2445
2445
|
*/
|
|
2446
2446
|
export declare type CreateMode = string;
|
|
@@ -2462,7 +2462,7 @@ export declare interface CredentialReference {
|
|
|
2462
2462
|
}
|
|
2463
2463
|
|
|
2464
2464
|
/**
|
|
2465
|
-
* Defines values for CredentialReferenceType.
|
|
2465
|
+
* Defines values for CredentialReferenceType.
|
|
2466
2466
|
* {@link KnownCredentialReferenceType} can be used interchangeably with CredentialReferenceType,
|
|
2467
2467
|
* this enum contains the known values that the service supports.
|
|
2468
2468
|
* ### Known values supported by the service
|
|
@@ -2604,12 +2604,12 @@ export declare interface DataFlow {
|
|
|
2604
2604
|
}
|
|
2605
2605
|
|
|
2606
2606
|
/**
|
|
2607
|
-
* Defines values for DataFlowComputeType.
|
|
2607
|
+
* Defines values for DataFlowComputeType.
|
|
2608
2608
|
* {@link KnownDataFlowComputeType} can be used interchangeably with DataFlowComputeType,
|
|
2609
2609
|
* this enum contains the known values that the service supports.
|
|
2610
2610
|
* ### Known values supported by the service
|
|
2611
|
-
* **General**
|
|
2612
|
-
* **MemoryOptimized**
|
|
2611
|
+
* **General**
|
|
2612
|
+
* **MemoryOptimized**
|
|
2613
2613
|
* **ComputeOptimized**
|
|
2614
2614
|
*/
|
|
2615
2615
|
export declare type DataFlowComputeType = string;
|
|
@@ -2658,12 +2658,12 @@ export declare interface DataFlowDebugCommandResponse {
|
|
|
2658
2658
|
}
|
|
2659
2659
|
|
|
2660
2660
|
/**
|
|
2661
|
-
* Defines values for DataFlowDebugCommandType.
|
|
2661
|
+
* Defines values for DataFlowDebugCommandType.
|
|
2662
2662
|
* {@link KnownDataFlowDebugCommandType} can be used interchangeably with DataFlowDebugCommandType,
|
|
2663
2663
|
* this enum contains the known values that the service supports.
|
|
2664
2664
|
* ### Known values supported by the service
|
|
2665
|
-
* **executePreviewQuery**
|
|
2666
|
-
* **executeStatisticsQuery**
|
|
2665
|
+
* **executePreviewQuery**
|
|
2666
|
+
* **executeStatisticsQuery**
|
|
2667
2667
|
* **executeExpressionQuery**
|
|
2668
2668
|
*/
|
|
2669
2669
|
export declare type DataFlowDebugCommandType = string;
|
|
@@ -2736,43 +2736,43 @@ export declare interface DataFlowDebugResultResponse {
|
|
|
2736
2736
|
export declare interface DataFlowDebugSession {
|
|
2737
2737
|
/**
|
|
2738
2738
|
* Query all active data flow debug sessions.
|
|
2739
|
-
* @param options The options parameters.
|
|
2739
|
+
* @param options - The options parameters.
|
|
2740
2740
|
*/
|
|
2741
2741
|
listQueryDataFlowDebugSessionsByWorkspace(options?: DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams): PagedAsyncIterableIterator<DataFlowDebugSessionInfo>;
|
|
2742
2742
|
/**
|
|
2743
2743
|
* Creates a data flow debug session.
|
|
2744
|
-
* @param request Data flow debug session definition
|
|
2745
|
-
* @param options The options parameters.
|
|
2744
|
+
* @param request - Data flow debug session definition
|
|
2745
|
+
* @param options - The options parameters.
|
|
2746
2746
|
*/
|
|
2747
2747
|
beginCreateDataFlowDebugSession(request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams): Promise<SimplePollerLike<OperationState<DataFlowDebugSessionCreateDataFlowDebugSessionResponse>, DataFlowDebugSessionCreateDataFlowDebugSessionResponse>>;
|
|
2748
2748
|
/**
|
|
2749
2749
|
* Creates a data flow debug session.
|
|
2750
|
-
* @param request Data flow debug session definition
|
|
2751
|
-
* @param options The options parameters.
|
|
2750
|
+
* @param request - Data flow debug session definition
|
|
2751
|
+
* @param options - The options parameters.
|
|
2752
2752
|
*/
|
|
2753
2753
|
beginCreateDataFlowDebugSessionAndWait(request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams): Promise<DataFlowDebugSessionCreateDataFlowDebugSessionResponse>;
|
|
2754
2754
|
/**
|
|
2755
2755
|
* Add a data flow into debug session.
|
|
2756
|
-
* @param request Data flow debug session definition with debug content.
|
|
2757
|
-
* @param options The options parameters.
|
|
2756
|
+
* @param request - Data flow debug session definition with debug content.
|
|
2757
|
+
* @param options - The options parameters.
|
|
2758
2758
|
*/
|
|
2759
2759
|
addDataFlow(request: DataFlowDebugPackage, options?: DataFlowDebugSessionAddDataFlowOptionalParams): Promise<DataFlowDebugSessionAddDataFlowResponse>;
|
|
2760
2760
|
/**
|
|
2761
2761
|
* Deletes a data flow debug session.
|
|
2762
|
-
* @param request Data flow debug session definition for deletion
|
|
2763
|
-
* @param options The options parameters.
|
|
2762
|
+
* @param request - Data flow debug session definition for deletion
|
|
2763
|
+
* @param options - The options parameters.
|
|
2764
2764
|
*/
|
|
2765
2765
|
deleteDataFlowDebugSession(request: DeleteDataFlowDebugSessionRequest, options?: DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams): Promise<void>;
|
|
2766
2766
|
/**
|
|
2767
2767
|
* Execute a data flow debug command.
|
|
2768
|
-
* @param request Data flow debug command definition.
|
|
2769
|
-
* @param options The options parameters.
|
|
2768
|
+
* @param request - Data flow debug command definition.
|
|
2769
|
+
* @param options - The options parameters.
|
|
2770
2770
|
*/
|
|
2771
2771
|
beginExecuteCommand(request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<SimplePollerLike<OperationState<DataFlowDebugSessionExecuteCommandResponse>, DataFlowDebugSessionExecuteCommandResponse>>;
|
|
2772
2772
|
/**
|
|
2773
2773
|
* Execute a data flow debug command.
|
|
2774
|
-
* @param request Data flow debug command definition.
|
|
2775
|
-
* @param options The options parameters.
|
|
2774
|
+
* @param request - Data flow debug command definition.
|
|
2775
|
+
* @param options - The options parameters.
|
|
2776
2776
|
*/
|
|
2777
2777
|
beginExecuteCommandAndWait(request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<DataFlowDebugSessionExecuteCommandResponse>;
|
|
2778
2778
|
}
|
|
@@ -2921,53 +2921,53 @@ export declare interface DataFlowListResponse {
|
|
|
2921
2921
|
export declare interface DataFlowOperations {
|
|
2922
2922
|
/**
|
|
2923
2923
|
* Lists data flows.
|
|
2924
|
-
* @param options The options parameters.
|
|
2924
|
+
* @param options - The options parameters.
|
|
2925
2925
|
*/
|
|
2926
2926
|
listDataFlowsByWorkspace(options?: DataFlowGetDataFlowsByWorkspaceOptionalParams): PagedAsyncIterableIterator<DataFlowResource>;
|
|
2927
2927
|
/**
|
|
2928
2928
|
* Creates or updates a data flow.
|
|
2929
|
-
* @param dataFlowName The data flow name.
|
|
2930
|
-
* @param dataFlow Data flow resource definition.
|
|
2931
|
-
* @param options The options parameters.
|
|
2929
|
+
* @param dataFlowName - The data flow name.
|
|
2930
|
+
* @param dataFlow - Data flow resource definition.
|
|
2931
|
+
* @param options - The options parameters.
|
|
2932
2932
|
*/
|
|
2933
2933
|
beginCreateOrUpdateDataFlow(dataFlowName: string, dataFlow: DataFlowResource, options?: DataFlowCreateOrUpdateDataFlowOptionalParams): Promise<SimplePollerLike<OperationState<DataFlowCreateOrUpdateDataFlowResponse>, DataFlowCreateOrUpdateDataFlowResponse>>;
|
|
2934
2934
|
/**
|
|
2935
2935
|
* Creates or updates a data flow.
|
|
2936
|
-
* @param dataFlowName The data flow name.
|
|
2937
|
-
* @param dataFlow Data flow resource definition.
|
|
2938
|
-
* @param options The options parameters.
|
|
2936
|
+
* @param dataFlowName - The data flow name.
|
|
2937
|
+
* @param dataFlow - Data flow resource definition.
|
|
2938
|
+
* @param options - The options parameters.
|
|
2939
2939
|
*/
|
|
2940
2940
|
beginCreateOrUpdateDataFlowAndWait(dataFlowName: string, dataFlow: DataFlowResource, options?: DataFlowCreateOrUpdateDataFlowOptionalParams): Promise<DataFlowCreateOrUpdateDataFlowResponse>;
|
|
2941
2941
|
/**
|
|
2942
2942
|
* Gets a data flow.
|
|
2943
|
-
* @param dataFlowName The data flow name.
|
|
2944
|
-
* @param options The options parameters.
|
|
2943
|
+
* @param dataFlowName - The data flow name.
|
|
2944
|
+
* @param options - The options parameters.
|
|
2945
2945
|
*/
|
|
2946
2946
|
getDataFlow(dataFlowName: string, options?: DataFlowGetDataFlowOptionalParams): Promise<DataFlowGetDataFlowResponse>;
|
|
2947
2947
|
/**
|
|
2948
2948
|
* Deletes a data flow.
|
|
2949
|
-
* @param dataFlowName The data flow name.
|
|
2950
|
-
* @param options The options parameters.
|
|
2949
|
+
* @param dataFlowName - The data flow name.
|
|
2950
|
+
* @param options - The options parameters.
|
|
2951
2951
|
*/
|
|
2952
2952
|
beginDeleteDataFlow(dataFlowName: string, options?: DataFlowDeleteDataFlowOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2953
2953
|
/**
|
|
2954
2954
|
* Deletes a data flow.
|
|
2955
|
-
* @param dataFlowName The data flow name.
|
|
2956
|
-
* @param options The options parameters.
|
|
2955
|
+
* @param dataFlowName - The data flow name.
|
|
2956
|
+
* @param options - The options parameters.
|
|
2957
2957
|
*/
|
|
2958
2958
|
beginDeleteDataFlowAndWait(dataFlowName: string, options?: DataFlowDeleteDataFlowOptionalParams): Promise<void>;
|
|
2959
2959
|
/**
|
|
2960
2960
|
* Renames a dataflow.
|
|
2961
|
-
* @param dataFlowName The data flow name.
|
|
2962
|
-
* @param request proposed new name.
|
|
2963
|
-
* @param options The options parameters.
|
|
2961
|
+
* @param dataFlowName - The data flow name.
|
|
2962
|
+
* @param request - proposed new name.
|
|
2963
|
+
* @param options - The options parameters.
|
|
2964
2964
|
*/
|
|
2965
2965
|
beginRenameDataFlow(dataFlowName: string, request: ArtifactRenameRequest, options?: DataFlowRenameDataFlowOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2966
2966
|
/**
|
|
2967
2967
|
* Renames a dataflow.
|
|
2968
|
-
* @param dataFlowName The data flow name.
|
|
2969
|
-
* @param request proposed new name.
|
|
2970
|
-
* @param options The options parameters.
|
|
2968
|
+
* @param dataFlowName - The data flow name.
|
|
2969
|
+
* @param request - proposed new name.
|
|
2970
|
+
* @param options - The options parameters.
|
|
2971
2971
|
*/
|
|
2972
2972
|
beginRenameDataFlowAndWait(dataFlowName: string, request: ArtifactRenameRequest, options?: DataFlowRenameDataFlowOptionalParams): Promise<void>;
|
|
2973
2973
|
}
|
|
@@ -2989,7 +2989,7 @@ export declare interface DataFlowReference {
|
|
|
2989
2989
|
}
|
|
2990
2990
|
|
|
2991
2991
|
/**
|
|
2992
|
-
* Defines values for DataFlowReferenceType.
|
|
2992
|
+
* Defines values for DataFlowReferenceType.
|
|
2993
2993
|
* {@link KnownDataFlowReferenceType} can be used interchangeably with DataFlowReferenceType,
|
|
2994
2994
|
* this enum contains the known values that the service supports.
|
|
2995
2995
|
* ### Known values supported by the service
|
|
@@ -3110,11 +3110,11 @@ export declare interface DatasetCompression {
|
|
|
3110
3110
|
}
|
|
3111
3111
|
|
|
3112
3112
|
/**
|
|
3113
|
-
* Defines values for DatasetCompressionLevel.
|
|
3113
|
+
* Defines values for DatasetCompressionLevel.
|
|
3114
3114
|
* {@link KnownDatasetCompressionLevel} can be used interchangeably with DatasetCompressionLevel,
|
|
3115
3115
|
* this enum contains the known values that the service supports.
|
|
3116
3116
|
* ### Known values supported by the service
|
|
3117
|
-
* **Optimal**
|
|
3117
|
+
* **Optimal**
|
|
3118
3118
|
* **Fastest**
|
|
3119
3119
|
*/
|
|
3120
3120
|
export declare type DatasetCompressionLevel = string;
|
|
@@ -3209,53 +3209,53 @@ export declare type DatasetLocationUnion = DatasetLocation | AzureBlobStorageLoc
|
|
|
3209
3209
|
export declare interface DatasetOperations {
|
|
3210
3210
|
/**
|
|
3211
3211
|
* Lists datasets.
|
|
3212
|
-
* @param options The options parameters.
|
|
3212
|
+
* @param options - The options parameters.
|
|
3213
3213
|
*/
|
|
3214
3214
|
listDatasetsByWorkspace(options?: DatasetGetDatasetsByWorkspaceOptionalParams): PagedAsyncIterableIterator<DatasetResource>;
|
|
3215
3215
|
/**
|
|
3216
3216
|
* Creates or updates a dataset.
|
|
3217
|
-
* @param datasetName The dataset name.
|
|
3218
|
-
* @param dataset Dataset resource definition.
|
|
3219
|
-
* @param options The options parameters.
|
|
3217
|
+
* @param datasetName - The dataset name.
|
|
3218
|
+
* @param dataset - Dataset resource definition.
|
|
3219
|
+
* @param options - The options parameters.
|
|
3220
3220
|
*/
|
|
3221
3221
|
beginCreateOrUpdateDataset(datasetName: string, dataset: DatasetResource, options?: DatasetCreateOrUpdateDatasetOptionalParams): Promise<SimplePollerLike<OperationState<DatasetCreateOrUpdateDatasetResponse>, DatasetCreateOrUpdateDatasetResponse>>;
|
|
3222
3222
|
/**
|
|
3223
3223
|
* Creates or updates a dataset.
|
|
3224
|
-
* @param datasetName The dataset name.
|
|
3225
|
-
* @param dataset Dataset resource definition.
|
|
3226
|
-
* @param options The options parameters.
|
|
3224
|
+
* @param datasetName - The dataset name.
|
|
3225
|
+
* @param dataset - Dataset resource definition.
|
|
3226
|
+
* @param options - The options parameters.
|
|
3227
3227
|
*/
|
|
3228
3228
|
beginCreateOrUpdateDatasetAndWait(datasetName: string, dataset: DatasetResource, options?: DatasetCreateOrUpdateDatasetOptionalParams): Promise<DatasetCreateOrUpdateDatasetResponse>;
|
|
3229
3229
|
/**
|
|
3230
3230
|
* Gets a dataset.
|
|
3231
|
-
* @param datasetName The dataset name.
|
|
3232
|
-
* @param options The options parameters.
|
|
3231
|
+
* @param datasetName - The dataset name.
|
|
3232
|
+
* @param options - The options parameters.
|
|
3233
3233
|
*/
|
|
3234
3234
|
getDataset(datasetName: string, options?: DatasetGetDatasetOptionalParams): Promise<DatasetGetDatasetResponse>;
|
|
3235
3235
|
/**
|
|
3236
3236
|
* Deletes a dataset.
|
|
3237
|
-
* @param datasetName The dataset name.
|
|
3238
|
-
* @param options The options parameters.
|
|
3237
|
+
* @param datasetName - The dataset name.
|
|
3238
|
+
* @param options - The options parameters.
|
|
3239
3239
|
*/
|
|
3240
3240
|
beginDeleteDataset(datasetName: string, options?: DatasetDeleteDatasetOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
3241
3241
|
/**
|
|
3242
3242
|
* Deletes a dataset.
|
|
3243
|
-
* @param datasetName The dataset name.
|
|
3244
|
-
* @param options The options parameters.
|
|
3243
|
+
* @param datasetName - The dataset name.
|
|
3244
|
+
* @param options - The options parameters.
|
|
3245
3245
|
*/
|
|
3246
3246
|
beginDeleteDatasetAndWait(datasetName: string, options?: DatasetDeleteDatasetOptionalParams): Promise<void>;
|
|
3247
3247
|
/**
|
|
3248
3248
|
* Renames a dataset.
|
|
3249
|
-
* @param datasetName The dataset name.
|
|
3250
|
-
* @param request proposed new name.
|
|
3251
|
-
* @param options The options parameters.
|
|
3249
|
+
* @param datasetName - The dataset name.
|
|
3250
|
+
* @param request - proposed new name.
|
|
3251
|
+
* @param options - The options parameters.
|
|
3252
3252
|
*/
|
|
3253
3253
|
beginRenameDataset(datasetName: string, request: ArtifactRenameRequest, options?: DatasetRenameDatasetOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
3254
3254
|
/**
|
|
3255
3255
|
* Renames a dataset.
|
|
3256
|
-
* @param datasetName The dataset name.
|
|
3257
|
-
* @param request proposed new name.
|
|
3258
|
-
* @param options The options parameters.
|
|
3256
|
+
* @param datasetName - The dataset name.
|
|
3257
|
+
* @param request - proposed new name.
|
|
3258
|
+
* @param options - The options parameters.
|
|
3259
3259
|
*/
|
|
3260
3260
|
beginRenameDatasetAndWait(datasetName: string, request: ArtifactRenameRequest, options?: DatasetRenameDatasetOptionalParams): Promise<void>;
|
|
3261
3261
|
}
|
|
@@ -3273,7 +3273,7 @@ export declare interface DatasetReference {
|
|
|
3273
3273
|
}
|
|
3274
3274
|
|
|
3275
3275
|
/**
|
|
3276
|
-
* Defines values for DatasetReferenceType.
|
|
3276
|
+
* Defines values for DatasetReferenceType.
|
|
3277
3277
|
* {@link KnownDatasetReferenceType} can be used interchangeably with DatasetReferenceType,
|
|
3278
3278
|
* this enum contains the known values that the service supports.
|
|
3279
3279
|
* ### Known values supported by the service
|
|
@@ -3335,7 +3335,7 @@ export declare interface DataworldLinkedService extends LinkedService {
|
|
|
3335
3335
|
export declare type DayOfWeek = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday";
|
|
3336
3336
|
|
|
3337
3337
|
/**
|
|
3338
|
-
* Defines values for Db2AuthenticationType.
|
|
3338
|
+
* Defines values for Db2AuthenticationType.
|
|
3339
3339
|
* {@link KnownDb2AuthenticationType} can be used interchangeably with Db2AuthenticationType,
|
|
3340
3340
|
* this enum contains the known values that the service supports.
|
|
3341
3341
|
* ### Known values supported by the service
|
|
@@ -3486,13 +3486,13 @@ export declare interface DelimitedTextWriteSettings extends FormatWriteSettings
|
|
|
3486
3486
|
}
|
|
3487
3487
|
|
|
3488
3488
|
/**
|
|
3489
|
-
* Defines values for DependencyCondition.
|
|
3489
|
+
* Defines values for DependencyCondition.
|
|
3490
3490
|
* {@link KnownDependencyCondition} can be used interchangeably with DependencyCondition,
|
|
3491
3491
|
* this enum contains the known values that the service supports.
|
|
3492
3492
|
* ### Known values supported by the service
|
|
3493
|
-
* **Succeeded**
|
|
3494
|
-
* **Failed**
|
|
3495
|
-
* **Skipped**
|
|
3493
|
+
* **Succeeded**
|
|
3494
|
+
* **Failed**
|
|
3495
|
+
* **Skipped**
|
|
3496
3496
|
* **Completed**
|
|
3497
3497
|
*/
|
|
3498
3498
|
export declare type DependencyCondition = string;
|
|
@@ -3604,12 +3604,12 @@ export declare interface DynamicExecutorAllocation {
|
|
|
3604
3604
|
}
|
|
3605
3605
|
|
|
3606
3606
|
/**
|
|
3607
|
-
* Defines values for DynamicsAuthenticationType.
|
|
3607
|
+
* Defines values for DynamicsAuthenticationType.
|
|
3608
3608
|
* {@link KnownDynamicsAuthenticationType} can be used interchangeably with DynamicsAuthenticationType,
|
|
3609
3609
|
* this enum contains the known values that the service supports.
|
|
3610
3610
|
* ### Known values supported by the service
|
|
3611
|
-
* **Office365**
|
|
3612
|
-
* **Ifd**
|
|
3611
|
+
* **Office365**
|
|
3612
|
+
* **Ifd**
|
|
3613
3613
|
* **AADServicePrincipal**
|
|
3614
3614
|
*/
|
|
3615
3615
|
export declare type DynamicsAuthenticationType = string;
|
|
@@ -3711,11 +3711,11 @@ export declare interface DynamicsCrmSource extends CopySource {
|
|
|
3711
3711
|
}
|
|
3712
3712
|
|
|
3713
3713
|
/**
|
|
3714
|
-
* Defines values for DynamicsDeploymentType.
|
|
3714
|
+
* Defines values for DynamicsDeploymentType.
|
|
3715
3715
|
* {@link KnownDynamicsDeploymentType} can be used interchangeably with DynamicsDeploymentType,
|
|
3716
3716
|
* this enum contains the known values that the service supports.
|
|
3717
3717
|
* ### Known values supported by the service
|
|
3718
|
-
* **Online**
|
|
3718
|
+
* **Online**
|
|
3719
3719
|
* **OnPremisesWithIfd**
|
|
3720
3720
|
*/
|
|
3721
3721
|
export declare type DynamicsDeploymentType = string;
|
|
@@ -3761,11 +3761,11 @@ export declare interface DynamicsLinkedService extends LinkedService {
|
|
|
3761
3761
|
}
|
|
3762
3762
|
|
|
3763
3763
|
/**
|
|
3764
|
-
* Defines values for DynamicsServicePrincipalCredentialType.
|
|
3764
|
+
* Defines values for DynamicsServicePrincipalCredentialType.
|
|
3765
3765
|
* {@link KnownDynamicsServicePrincipalCredentialType} can be used interchangeably with DynamicsServicePrincipalCredentialType,
|
|
3766
3766
|
* this enum contains the known values that the service supports.
|
|
3767
3767
|
* ### Known values supported by the service
|
|
3768
|
-
* **ServicePrincipalKey**
|
|
3768
|
+
* **ServicePrincipalKey**
|
|
3769
3769
|
* **ServicePrincipalCert**
|
|
3770
3770
|
*/
|
|
3771
3771
|
export declare type DynamicsServicePrincipalCredentialType = string;
|
|
@@ -3783,7 +3783,7 @@ export declare interface DynamicsSink extends CopySink {
|
|
|
3783
3783
|
}
|
|
3784
3784
|
|
|
3785
3785
|
/**
|
|
3786
|
-
* Defines values for DynamicsSinkWriteBehavior.
|
|
3786
|
+
* Defines values for DynamicsSinkWriteBehavior.
|
|
3787
3787
|
* {@link KnownDynamicsSinkWriteBehavior} can be used interchangeably with DynamicsSinkWriteBehavior,
|
|
3788
3788
|
* this enum contains the known values that the service supports.
|
|
3789
3789
|
* ### Known values supported by the service
|
|
@@ -3925,14 +3925,14 @@ export declare interface EvaluateDataFlowExpressionRequest {
|
|
|
3925
3925
|
}
|
|
3926
3926
|
|
|
3927
3927
|
/**
|
|
3928
|
-
* Defines values for EventSubscriptionStatus.
|
|
3928
|
+
* Defines values for EventSubscriptionStatus.
|
|
3929
3929
|
* {@link KnownEventSubscriptionStatus} can be used interchangeably with EventSubscriptionStatus,
|
|
3930
3930
|
* this enum contains the known values that the service supports.
|
|
3931
3931
|
* ### Known values supported by the service
|
|
3932
|
-
* **Enabled**
|
|
3933
|
-
* **Provisioning**
|
|
3934
|
-
* **Deprovisioning**
|
|
3935
|
-
* **Disabled**
|
|
3932
|
+
* **Enabled**
|
|
3933
|
+
* **Provisioning**
|
|
3934
|
+
* **Deprovisioning**
|
|
3935
|
+
* **Disabled**
|
|
3936
3936
|
* **Unknown**
|
|
3937
3937
|
*/
|
|
3938
3938
|
export declare type EventSubscriptionStatus = string;
|
|
@@ -4108,7 +4108,7 @@ export declare interface Expression {
|
|
|
4108
4108
|
}
|
|
4109
4109
|
|
|
4110
4110
|
/**
|
|
4111
|
-
* Defines values for ExpressionType.
|
|
4111
|
+
* Defines values for ExpressionType.
|
|
4112
4112
|
* {@link KnownExpressionType} can be used interchangeably with ExpressionType,
|
|
4113
4113
|
* this enum contains the known values that the service supports.
|
|
4114
4114
|
* ### Known values supported by the service
|
|
@@ -4129,13 +4129,13 @@ export declare interface ExpressionV2 {
|
|
|
4129
4129
|
}
|
|
4130
4130
|
|
|
4131
4131
|
/**
|
|
4132
|
-
* Defines values for ExpressionV2Type.
|
|
4132
|
+
* Defines values for ExpressionV2Type.
|
|
4133
4133
|
* {@link KnownExpressionV2Type} can be used interchangeably with ExpressionV2Type,
|
|
4134
4134
|
* this enum contains the known values that the service supports.
|
|
4135
4135
|
* ### Known values supported by the service
|
|
4136
|
-
* **Constant**
|
|
4137
|
-
* **Field**
|
|
4138
|
-
* **Unary**
|
|
4136
|
+
* **Constant**
|
|
4137
|
+
* **Field**
|
|
4138
|
+
* **Unary**
|
|
4139
4139
|
* **Binary**
|
|
4140
4140
|
*/
|
|
4141
4141
|
export declare type ExpressionV2Type = string;
|
|
@@ -4301,11 +4301,11 @@ export declare interface FormatWriteSettings {
|
|
|
4301
4301
|
export declare type FormatWriteSettingsUnion = FormatWriteSettings | AvroWriteSettings | OrcWriteSettings | ParquetWriteSettings | DelimitedTextWriteSettings | JsonWriteSettings;
|
|
4302
4302
|
|
|
4303
4303
|
/**
|
|
4304
|
-
* Defines values for FtpAuthenticationType.
|
|
4304
|
+
* Defines values for FtpAuthenticationType.
|
|
4305
4305
|
* {@link KnownFtpAuthenticationType} can be used interchangeably with FtpAuthenticationType,
|
|
4306
4306
|
* this enum contains the known values that the service supports.
|
|
4307
4307
|
* ### Known values supported by the service
|
|
4308
|
-
* **Basic**
|
|
4308
|
+
* **Basic**
|
|
4309
4309
|
* **Anonymous**
|
|
4310
4310
|
*/
|
|
4311
4311
|
export declare type FtpAuthenticationType = string;
|
|
@@ -4366,7 +4366,7 @@ export declare interface FtpServerLocation extends DatasetLocation {
|
|
|
4366
4366
|
* Given the last `.value` produced by the `byPage` iterator,
|
|
4367
4367
|
* returns a continuation token that can be used to begin paging from
|
|
4368
4368
|
* that point later.
|
|
4369
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
4369
|
+
* @param page - An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
4370
4370
|
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
4371
4371
|
*/
|
|
4372
4372
|
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
@@ -4413,11 +4413,11 @@ export declare interface GitHubClientSecret {
|
|
|
4413
4413
|
}
|
|
4414
4414
|
|
|
4415
4415
|
/**
|
|
4416
|
-
* Defines values for GoogleAdWordsAuthenticationType.
|
|
4416
|
+
* Defines values for GoogleAdWordsAuthenticationType.
|
|
4417
4417
|
* {@link KnownGoogleAdWordsAuthenticationType} can be used interchangeably with GoogleAdWordsAuthenticationType,
|
|
4418
4418
|
* this enum contains the known values that the service supports.
|
|
4419
4419
|
* ### Known values supported by the service
|
|
4420
|
-
* **ServiceAuthentication**
|
|
4420
|
+
* **ServiceAuthentication**
|
|
4421
4421
|
* **UserAuthentication**
|
|
4422
4422
|
*/
|
|
4423
4423
|
export declare type GoogleAdWordsAuthenticationType = string;
|
|
@@ -4477,11 +4477,11 @@ export declare interface GoogleAdWordsSource extends TabularSource {
|
|
|
4477
4477
|
}
|
|
4478
4478
|
|
|
4479
4479
|
/**
|
|
4480
|
-
* Defines values for GoogleBigQueryAuthenticationType.
|
|
4480
|
+
* Defines values for GoogleBigQueryAuthenticationType.
|
|
4481
4481
|
* {@link KnownGoogleBigQueryAuthenticationType} can be used interchangeably with GoogleBigQueryAuthenticationType,
|
|
4482
4482
|
* this enum contains the known values that the service supports.
|
|
4483
4483
|
* ### Known values supported by the service
|
|
4484
|
-
* **ServiceAuthentication**
|
|
4484
|
+
* **ServiceAuthentication**
|
|
4485
4485
|
* **UserAuthentication**
|
|
4486
4486
|
*/
|
|
4487
4487
|
export declare type GoogleBigQueryAuthenticationType = string;
|
|
@@ -4537,11 +4537,11 @@ export declare interface GoogleBigQuerySource extends TabularSource {
|
|
|
4537
4537
|
}
|
|
4538
4538
|
|
|
4539
4539
|
/**
|
|
4540
|
-
* Defines values for GoogleBigQueryV2AuthenticationType.
|
|
4540
|
+
* Defines values for GoogleBigQueryV2AuthenticationType.
|
|
4541
4541
|
* {@link KnownGoogleBigQueryV2AuthenticationType} can be used interchangeably with GoogleBigQueryV2AuthenticationType,
|
|
4542
4542
|
* this enum contains the known values that the service supports.
|
|
4543
4543
|
* ### Known values supported by the service
|
|
4544
|
-
* **ServiceAuthentication**
|
|
4544
|
+
* **ServiceAuthentication**
|
|
4545
4545
|
* **UserAuthentication**
|
|
4546
4546
|
*/
|
|
4547
4547
|
export declare type GoogleBigQueryV2AuthenticationType = string;
|
|
@@ -4677,11 +4677,11 @@ export declare interface GreenplumTableDataset extends Dataset {
|
|
|
4677
4677
|
}
|
|
4678
4678
|
|
|
4679
4679
|
/**
|
|
4680
|
-
* Defines values for HBaseAuthenticationType.
|
|
4680
|
+
* Defines values for HBaseAuthenticationType.
|
|
4681
4681
|
* {@link KnownHBaseAuthenticationType} can be used interchangeably with HBaseAuthenticationType,
|
|
4682
4682
|
* this enum contains the known values that the service supports.
|
|
4683
4683
|
* ### Known values supported by the service
|
|
4684
|
-
* **Anonymous**
|
|
4684
|
+
* **Anonymous**
|
|
4685
4685
|
* **Basic**
|
|
4686
4686
|
*/
|
|
4687
4687
|
export declare type HBaseAuthenticationType = string;
|
|
@@ -4789,23 +4789,23 @@ export declare interface HdfsSource extends CopySource {
|
|
|
4789
4789
|
}
|
|
4790
4790
|
|
|
4791
4791
|
/**
|
|
4792
|
-
* Defines values for HdiNodeTypes.
|
|
4792
|
+
* Defines values for HdiNodeTypes.
|
|
4793
4793
|
* {@link KnownHdiNodeTypes} can be used interchangeably with HdiNodeTypes,
|
|
4794
4794
|
* this enum contains the known values that the service supports.
|
|
4795
4795
|
* ### Known values supported by the service
|
|
4796
|
-
* **Headnode**
|
|
4797
|
-
* **Workernode**
|
|
4796
|
+
* **Headnode**
|
|
4797
|
+
* **Workernode**
|
|
4798
4798
|
* **Zookeeper**
|
|
4799
4799
|
*/
|
|
4800
4800
|
export declare type HdiNodeTypes = string;
|
|
4801
4801
|
|
|
4802
4802
|
/**
|
|
4803
|
-
* Defines values for HDInsightActivityDebugInfoOption.
|
|
4803
|
+
* Defines values for HDInsightActivityDebugInfoOption.
|
|
4804
4804
|
* {@link KnownHDInsightActivityDebugInfoOption} can be used interchangeably with HDInsightActivityDebugInfoOption,
|
|
4805
4805
|
* this enum contains the known values that the service supports.
|
|
4806
4806
|
* ### Known values supported by the service
|
|
4807
|
-
* **None**
|
|
4808
|
-
* **Always**
|
|
4807
|
+
* **None**
|
|
4808
|
+
* **Always**
|
|
4809
4809
|
* **Failure**
|
|
4810
4810
|
*/
|
|
4811
4811
|
export declare type HDInsightActivityDebugInfoOption = string;
|
|
@@ -5031,13 +5031,13 @@ export declare interface HDInsightStreamingActivity extends ExecutionActivity {
|
|
|
5031
5031
|
}
|
|
5032
5032
|
|
|
5033
5033
|
/**
|
|
5034
|
-
* Defines values for HiveAuthenticationType.
|
|
5034
|
+
* Defines values for HiveAuthenticationType.
|
|
5035
5035
|
* {@link KnownHiveAuthenticationType} can be used interchangeably with HiveAuthenticationType,
|
|
5036
5036
|
* this enum contains the known values that the service supports.
|
|
5037
5037
|
* ### Known values supported by the service
|
|
5038
|
-
* **Anonymous**
|
|
5039
|
-
* **Username**
|
|
5040
|
-
* **UsernameAndPassword**
|
|
5038
|
+
* **Anonymous**
|
|
5039
|
+
* **Username**
|
|
5040
|
+
* **UsernameAndPassword**
|
|
5041
5041
|
* **WindowsAzureHDInsightService**
|
|
5042
5042
|
*/
|
|
5043
5043
|
export declare type HiveAuthenticationType = string;
|
|
@@ -5095,12 +5095,12 @@ export declare interface HiveObjectDataset extends Dataset {
|
|
|
5095
5095
|
}
|
|
5096
5096
|
|
|
5097
5097
|
/**
|
|
5098
|
-
* Defines values for HiveServerType.
|
|
5098
|
+
* Defines values for HiveServerType.
|
|
5099
5099
|
* {@link KnownHiveServerType} can be used interchangeably with HiveServerType,
|
|
5100
5100
|
* this enum contains the known values that the service supports.
|
|
5101
5101
|
* ### Known values supported by the service
|
|
5102
|
-
* **HiveServer1**
|
|
5103
|
-
* **HiveServer2**
|
|
5102
|
+
* **HiveServer1**
|
|
5103
|
+
* **HiveServer2**
|
|
5104
5104
|
* **HiveThriftServer**
|
|
5105
5105
|
*/
|
|
5106
5106
|
export declare type HiveServerType = string;
|
|
@@ -5114,25 +5114,25 @@ export declare interface HiveSource extends TabularSource {
|
|
|
5114
5114
|
}
|
|
5115
5115
|
|
|
5116
5116
|
/**
|
|
5117
|
-
* Defines values for HiveThriftTransportProtocol.
|
|
5117
|
+
* Defines values for HiveThriftTransportProtocol.
|
|
5118
5118
|
* {@link KnownHiveThriftTransportProtocol} can be used interchangeably with HiveThriftTransportProtocol,
|
|
5119
5119
|
* this enum contains the known values that the service supports.
|
|
5120
5120
|
* ### Known values supported by the service
|
|
5121
|
-
* **Binary**
|
|
5122
|
-
* **SASL**
|
|
5121
|
+
* **Binary**
|
|
5122
|
+
* **SASL**
|
|
5123
5123
|
* **HTTP **
|
|
5124
5124
|
*/
|
|
5125
5125
|
export declare type HiveThriftTransportProtocol = string;
|
|
5126
5126
|
|
|
5127
5127
|
/**
|
|
5128
|
-
* Defines values for HttpAuthenticationType.
|
|
5128
|
+
* Defines values for HttpAuthenticationType.
|
|
5129
5129
|
* {@link KnownHttpAuthenticationType} can be used interchangeably with HttpAuthenticationType,
|
|
5130
5130
|
* this enum contains the known values that the service supports.
|
|
5131
5131
|
* ### Known values supported by the service
|
|
5132
|
-
* **Basic**
|
|
5133
|
-
* **Anonymous**
|
|
5134
|
-
* **Digest**
|
|
5135
|
-
* **Windows**
|
|
5132
|
+
* **Basic**
|
|
5133
|
+
* **Anonymous**
|
|
5134
|
+
* **Digest**
|
|
5135
|
+
* **Windows**
|
|
5136
5136
|
* **ClientCertificate**
|
|
5137
5137
|
*/
|
|
5138
5138
|
export declare type HttpAuthenticationType = string;
|
|
@@ -5268,12 +5268,12 @@ export declare interface IfConditionActivity extends ControlActivity {
|
|
|
5268
5268
|
}
|
|
5269
5269
|
|
|
5270
5270
|
/**
|
|
5271
|
-
* Defines values for ImpalaAuthenticationType.
|
|
5271
|
+
* Defines values for ImpalaAuthenticationType.
|
|
5272
5272
|
* {@link KnownImpalaAuthenticationType} can be used interchangeably with ImpalaAuthenticationType,
|
|
5273
5273
|
* this enum contains the known values that the service supports.
|
|
5274
5274
|
* ### Known values supported by the service
|
|
5275
|
-
* **Anonymous**
|
|
5276
|
-
* **SASLUsername**
|
|
5275
|
+
* **Anonymous**
|
|
5276
|
+
* **SASLUsername**
|
|
5277
5277
|
* **UsernameAndPassword**
|
|
5278
5278
|
*/
|
|
5279
5279
|
export declare type ImpalaAuthenticationType = string;
|
|
@@ -5445,31 +5445,31 @@ export declare interface IntegrationRuntimeDebugResource extends SubResourceDebu
|
|
|
5445
5445
|
}
|
|
5446
5446
|
|
|
5447
5447
|
/**
|
|
5448
|
-
* Defines values for IntegrationRuntimeEdition.
|
|
5448
|
+
* Defines values for IntegrationRuntimeEdition.
|
|
5449
5449
|
* {@link KnownIntegrationRuntimeEdition} can be used interchangeably with IntegrationRuntimeEdition,
|
|
5450
5450
|
* this enum contains the known values that the service supports.
|
|
5451
5451
|
* ### Known values supported by the service
|
|
5452
|
-
* **Standard**
|
|
5452
|
+
* **Standard**
|
|
5453
5453
|
* **Enterprise**
|
|
5454
5454
|
*/
|
|
5455
5455
|
export declare type IntegrationRuntimeEdition = string;
|
|
5456
5456
|
|
|
5457
5457
|
/**
|
|
5458
|
-
* Defines values for IntegrationRuntimeEntityReferenceType.
|
|
5458
|
+
* Defines values for IntegrationRuntimeEntityReferenceType.
|
|
5459
5459
|
* {@link KnownIntegrationRuntimeEntityReferenceType} can be used interchangeably with IntegrationRuntimeEntityReferenceType,
|
|
5460
5460
|
* this enum contains the known values that the service supports.
|
|
5461
5461
|
* ### Known values supported by the service
|
|
5462
|
-
* **IntegrationRuntimeReference**
|
|
5462
|
+
* **IntegrationRuntimeReference**
|
|
5463
5463
|
* **LinkedServiceReference**
|
|
5464
5464
|
*/
|
|
5465
5465
|
export declare type IntegrationRuntimeEntityReferenceType = string;
|
|
5466
5466
|
|
|
5467
5467
|
/**
|
|
5468
|
-
* Defines values for IntegrationRuntimeLicenseType.
|
|
5468
|
+
* Defines values for IntegrationRuntimeLicenseType.
|
|
5469
5469
|
* {@link KnownIntegrationRuntimeLicenseType} can be used interchangeably with IntegrationRuntimeLicenseType,
|
|
5470
5470
|
* this enum contains the known values that the service supports.
|
|
5471
5471
|
* ### Known values supported by the service
|
|
5472
|
-
* **BasePrice**
|
|
5472
|
+
* **BasePrice**
|
|
5473
5473
|
* **LicenseIncluded**
|
|
5474
5474
|
*/
|
|
5475
5475
|
export declare type IntegrationRuntimeLicenseType = string;
|
|
@@ -5495,7 +5495,7 @@ export declare interface IntegrationRuntimeReference {
|
|
|
5495
5495
|
}
|
|
5496
5496
|
|
|
5497
5497
|
/**
|
|
5498
|
-
* Defines values for IntegrationRuntimeReferenceType.
|
|
5498
|
+
* Defines values for IntegrationRuntimeReferenceType.
|
|
5499
5499
|
* {@link KnownIntegrationRuntimeReferenceType} can be used interchangeably with IntegrationRuntimeReferenceType,
|
|
5500
5500
|
* this enum contains the known values that the service supports.
|
|
5501
5501
|
* ### Known values supported by the service
|
|
@@ -5513,13 +5513,13 @@ export declare interface IntegrationRuntimeResource extends SubResource {
|
|
|
5513
5513
|
export declare interface IntegrationRuntimes {
|
|
5514
5514
|
/**
|
|
5515
5515
|
* List Integration Runtimes
|
|
5516
|
-
* @param options The options parameters.
|
|
5516
|
+
* @param options - The options parameters.
|
|
5517
5517
|
*/
|
|
5518
5518
|
list(options?: IntegrationRuntimesListOptionalParams): Promise<IntegrationRuntimesListResponse>;
|
|
5519
5519
|
/**
|
|
5520
5520
|
* Get Integration Runtime
|
|
5521
|
-
* @param integrationRuntimeName The Integration Runtime name
|
|
5522
|
-
* @param options The options parameters.
|
|
5521
|
+
* @param integrationRuntimeName - The Integration Runtime name
|
|
5522
|
+
* @param options - The options parameters.
|
|
5523
5523
|
*/
|
|
5524
5524
|
get(integrationRuntimeName: string, options?: IntegrationRuntimesGetOptionalParams): Promise<IntegrationRuntimesGetResponse>;
|
|
5525
5525
|
}
|
|
@@ -5553,13 +5553,13 @@ export declare interface IntegrationRuntimeSsisCatalogInfo {
|
|
|
5553
5553
|
}
|
|
5554
5554
|
|
|
5555
5555
|
/**
|
|
5556
|
-
* Defines values for IntegrationRuntimeSsisCatalogPricingTier.
|
|
5556
|
+
* Defines values for IntegrationRuntimeSsisCatalogPricingTier.
|
|
5557
5557
|
* {@link KnownIntegrationRuntimeSsisCatalogPricingTier} can be used interchangeably with IntegrationRuntimeSsisCatalogPricingTier,
|
|
5558
5558
|
* this enum contains the known values that the service supports.
|
|
5559
5559
|
* ### Known values supported by the service
|
|
5560
|
-
* **Basic**
|
|
5561
|
-
* **Standard**
|
|
5562
|
-
* **Premium**
|
|
5560
|
+
* **Basic**
|
|
5561
|
+
* **Standard**
|
|
5562
|
+
* **Premium**
|
|
5563
5563
|
* **PremiumRS**
|
|
5564
5564
|
*/
|
|
5565
5565
|
export declare type IntegrationRuntimeSsisCatalogPricingTier = string;
|
|
@@ -5583,29 +5583,29 @@ export declare interface IntegrationRuntimeSsisProperties {
|
|
|
5583
5583
|
}
|
|
5584
5584
|
|
|
5585
5585
|
/**
|
|
5586
|
-
* Defines values for IntegrationRuntimeState.
|
|
5586
|
+
* Defines values for IntegrationRuntimeState.
|
|
5587
5587
|
* {@link KnownIntegrationRuntimeState} can be used interchangeably with IntegrationRuntimeState,
|
|
5588
5588
|
* this enum contains the known values that the service supports.
|
|
5589
5589
|
* ### Known values supported by the service
|
|
5590
|
-
* **Initial**
|
|
5591
|
-
* **Stopped**
|
|
5592
|
-
* **Started**
|
|
5593
|
-
* **Starting**
|
|
5594
|
-
* **Stopping**
|
|
5595
|
-
* **NeedRegistration**
|
|
5596
|
-
* **Online**
|
|
5597
|
-
* **Limited**
|
|
5598
|
-
* **Offline**
|
|
5590
|
+
* **Initial**
|
|
5591
|
+
* **Stopped**
|
|
5592
|
+
* **Started**
|
|
5593
|
+
* **Starting**
|
|
5594
|
+
* **Stopping**
|
|
5595
|
+
* **NeedRegistration**
|
|
5596
|
+
* **Online**
|
|
5597
|
+
* **Limited**
|
|
5598
|
+
* **Offline**
|
|
5599
5599
|
* **AccessDenied**
|
|
5600
5600
|
*/
|
|
5601
5601
|
export declare type IntegrationRuntimeState = string;
|
|
5602
5602
|
|
|
5603
5603
|
/**
|
|
5604
|
-
* Defines values for IntegrationRuntimeType.
|
|
5604
|
+
* Defines values for IntegrationRuntimeType.
|
|
5605
5605
|
* {@link KnownIntegrationRuntimeType} can be used interchangeably with IntegrationRuntimeType,
|
|
5606
5606
|
* this enum contains the known values that the service supports.
|
|
5607
5607
|
* ### Known values supported by the service
|
|
5608
|
-
* **Managed**
|
|
5608
|
+
* **Managed**
|
|
5609
5609
|
* **SelfHosted**
|
|
5610
5610
|
*/
|
|
5611
5611
|
export declare type IntegrationRuntimeType = string;
|
|
@@ -5691,11 +5691,11 @@ export declare interface JsonFormat extends DatasetStorageFormat {
|
|
|
5691
5691
|
}
|
|
5692
5692
|
|
|
5693
5693
|
/**
|
|
5694
|
-
* Defines values for JsonFormatFilePattern.
|
|
5694
|
+
* Defines values for JsonFormatFilePattern.
|
|
5695
5695
|
* {@link KnownJsonFormatFilePattern} can be used interchangeably with JsonFormatFilePattern,
|
|
5696
5696
|
* this enum contains the known values that the service supports.
|
|
5697
5697
|
* ### Known values supported by the service
|
|
5698
|
-
* **setOfObjects**
|
|
5698
|
+
* **setOfObjects**
|
|
5699
5699
|
* **arrayOfObjects**
|
|
5700
5700
|
*/
|
|
5701
5701
|
export declare type JsonFormatFilePattern = string;
|
|
@@ -5731,11 +5731,11 @@ export declare interface JsonSource extends CopySource {
|
|
|
5731
5731
|
}
|
|
5732
5732
|
|
|
5733
5733
|
/**
|
|
5734
|
-
* Defines values for JsonWriteFilePattern.
|
|
5734
|
+
* Defines values for JsonWriteFilePattern.
|
|
5735
5735
|
* {@link KnownJsonWriteFilePattern} can be used interchangeably with JsonWriteFilePattern,
|
|
5736
5736
|
* this enum contains the known values that the service supports.
|
|
5737
5737
|
* ### Known values supported by the service
|
|
5738
|
-
* **setOfObjects**
|
|
5738
|
+
* **setOfObjects**
|
|
5739
5739
|
* **arrayOfObjects**
|
|
5740
5740
|
*/
|
|
5741
5741
|
export declare type JsonWriteFilePattern = string;
|
|
@@ -7105,48 +7105,48 @@ export declare type KqlScriptGetByNameResponse = KqlScriptResource;
|
|
|
7105
7105
|
export declare interface KqlScriptOperations {
|
|
7106
7106
|
/**
|
|
7107
7107
|
* Creates or updates a KQL Script
|
|
7108
|
-
* @param kqlScriptName KQL script name
|
|
7109
|
-
* @param kqlScript KQL script
|
|
7110
|
-
* @param options The options parameters.
|
|
7108
|
+
* @param kqlScriptName - KQL script name
|
|
7109
|
+
* @param kqlScript - KQL script
|
|
7110
|
+
* @param options - The options parameters.
|
|
7111
7111
|
*/
|
|
7112
7112
|
beginCreateOrUpdate(kqlScriptName: string, kqlScript: KqlScriptResource, options?: KqlScriptCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<KqlScriptCreateOrUpdateResponse>, KqlScriptCreateOrUpdateResponse>>;
|
|
7113
7113
|
/**
|
|
7114
7114
|
* Creates or updates a KQL Script
|
|
7115
|
-
* @param kqlScriptName KQL script name
|
|
7116
|
-
* @param kqlScript KQL script
|
|
7117
|
-
* @param options The options parameters.
|
|
7115
|
+
* @param kqlScriptName - KQL script name
|
|
7116
|
+
* @param kqlScript - KQL script
|
|
7117
|
+
* @param options - The options parameters.
|
|
7118
7118
|
*/
|
|
7119
7119
|
beginCreateOrUpdateAndWait(kqlScriptName: string, kqlScript: KqlScriptResource, options?: KqlScriptCreateOrUpdateOptionalParams): Promise<KqlScriptCreateOrUpdateResponse>;
|
|
7120
7120
|
/**
|
|
7121
7121
|
* Get KQL script by name
|
|
7122
|
-
* @param kqlScriptName KQL script name
|
|
7123
|
-
* @param options The options parameters.
|
|
7122
|
+
* @param kqlScriptName - KQL script name
|
|
7123
|
+
* @param options - The options parameters.
|
|
7124
7124
|
*/
|
|
7125
7125
|
getByName(kqlScriptName: string, options?: KqlScriptGetByNameOptionalParams): Promise<KqlScriptGetByNameResponse>;
|
|
7126
7126
|
/**
|
|
7127
7127
|
* Delete KQL script by name
|
|
7128
|
-
* @param kqlScriptName KQL script name
|
|
7129
|
-
* @param options The options parameters.
|
|
7128
|
+
* @param kqlScriptName - KQL script name
|
|
7129
|
+
* @param options - The options parameters.
|
|
7130
7130
|
*/
|
|
7131
7131
|
beginDeleteByName(kqlScriptName: string, options?: KqlScriptDeleteByNameOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
7132
7132
|
/**
|
|
7133
7133
|
* Delete KQL script by name
|
|
7134
|
-
* @param kqlScriptName KQL script name
|
|
7135
|
-
* @param options The options parameters.
|
|
7134
|
+
* @param kqlScriptName - KQL script name
|
|
7135
|
+
* @param options - The options parameters.
|
|
7136
7136
|
*/
|
|
7137
7137
|
beginDeleteByNameAndWait(kqlScriptName: string, options?: KqlScriptDeleteByNameOptionalParams): Promise<void>;
|
|
7138
7138
|
/**
|
|
7139
7139
|
* Rename KQL script
|
|
7140
|
-
* @param kqlScriptName KQL script name
|
|
7141
|
-
* @param renameRequest Rename request
|
|
7142
|
-
* @param options The options parameters.
|
|
7140
|
+
* @param kqlScriptName - KQL script name
|
|
7141
|
+
* @param renameRequest - Rename request
|
|
7142
|
+
* @param options - The options parameters.
|
|
7143
7143
|
*/
|
|
7144
7144
|
beginRename(kqlScriptName: string, renameRequest: ArtifactRenameRequest, options?: KqlScriptRenameOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
7145
7145
|
/**
|
|
7146
7146
|
* Rename KQL script
|
|
7147
|
-
* @param kqlScriptName KQL script name
|
|
7148
|
-
* @param renameRequest Rename request
|
|
7149
|
-
* @param options The options parameters.
|
|
7147
|
+
* @param kqlScriptName - KQL script name
|
|
7148
|
+
* @param renameRequest - Rename request
|
|
7149
|
+
* @param options - The options parameters.
|
|
7150
7150
|
*/
|
|
7151
7151
|
beginRenameAndWait(kqlScriptName: string, renameRequest: ArtifactRenameRequest, options?: KqlScriptRenameOptionalParams): Promise<void>;
|
|
7152
7152
|
}
|
|
@@ -7171,7 +7171,7 @@ export declare interface KqlScriptResource {
|
|
|
7171
7171
|
export declare interface KqlScripts {
|
|
7172
7172
|
/**
|
|
7173
7173
|
* Get all KQL scripts
|
|
7174
|
-
* @param options The options parameters.
|
|
7174
|
+
* @param options - The options parameters.
|
|
7175
7175
|
*/
|
|
7176
7176
|
listAll(options?: KqlScriptsGetAllOptionalParams): PagedAsyncIterableIterator<KqlScriptResource>;
|
|
7177
7177
|
}
|
|
@@ -7289,71 +7289,71 @@ export declare interface LakeHouseWriteSettings extends StoreWriteSettings {
|
|
|
7289
7289
|
export declare interface Library {
|
|
7290
7290
|
/**
|
|
7291
7291
|
* Lists Library.
|
|
7292
|
-
* @param options The options parameters.
|
|
7292
|
+
* @param options - The options parameters.
|
|
7293
7293
|
*/
|
|
7294
7294
|
list(options?: LibraryListOptionalParams): PagedAsyncIterableIterator<LibraryResource>;
|
|
7295
7295
|
/**
|
|
7296
7296
|
* Flush Library
|
|
7297
|
-
* @param libraryName file name to upload. Minimum length of the filename should be 1 excluding the
|
|
7297
|
+
* @param libraryName - file name to upload. Minimum length of the filename should be 1 excluding the
|
|
7298
7298
|
* extension length.
|
|
7299
|
-
* @param options The options parameters.
|
|
7299
|
+
* @param options - The options parameters.
|
|
7300
7300
|
*/
|
|
7301
7301
|
beginFlush(libraryName: string, options?: LibraryFlushOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
7302
7302
|
/**
|
|
7303
7303
|
* Flush Library
|
|
7304
|
-
* @param libraryName file name to upload. Minimum length of the filename should be 1 excluding the
|
|
7304
|
+
* @param libraryName - file name to upload. Minimum length of the filename should be 1 excluding the
|
|
7305
7305
|
* extension length.
|
|
7306
|
-
* @param options The options parameters.
|
|
7306
|
+
* @param options - The options parameters.
|
|
7307
7307
|
*/
|
|
7308
7308
|
beginFlushAndWait(libraryName: string, options?: LibraryFlushOptionalParams): Promise<void>;
|
|
7309
7309
|
/**
|
|
7310
7310
|
* Get Operation result for Library
|
|
7311
|
-
* @param operationId operation id for which status is requested
|
|
7312
|
-
* @param options The options parameters.
|
|
7311
|
+
* @param operationId - operation id for which status is requested
|
|
7312
|
+
* @param options - The options parameters.
|
|
7313
7313
|
*/
|
|
7314
7314
|
getOperationResult(operationId: string, options?: LibraryGetOperationResultOptionalParams): Promise<LibraryGetOperationResultResponse>;
|
|
7315
7315
|
/**
|
|
7316
7316
|
* Delete Library
|
|
7317
|
-
* @param libraryName file name to upload. Minimum length of the filename should be 1 excluding the
|
|
7317
|
+
* @param libraryName - file name to upload. Minimum length of the filename should be 1 excluding the
|
|
7318
7318
|
* extension length.
|
|
7319
|
-
* @param options The options parameters.
|
|
7319
|
+
* @param options - The options parameters.
|
|
7320
7320
|
*/
|
|
7321
7321
|
beginDelete(libraryName: string, options?: LibraryDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
7322
7322
|
/**
|
|
7323
7323
|
* Delete Library
|
|
7324
|
-
* @param libraryName file name to upload. Minimum length of the filename should be 1 excluding the
|
|
7324
|
+
* @param libraryName - file name to upload. Minimum length of the filename should be 1 excluding the
|
|
7325
7325
|
* extension length.
|
|
7326
|
-
* @param options The options parameters.
|
|
7326
|
+
* @param options - The options parameters.
|
|
7327
7327
|
*/
|
|
7328
7328
|
beginDeleteAndWait(libraryName: string, options?: LibraryDeleteOptionalParams): Promise<void>;
|
|
7329
7329
|
/**
|
|
7330
7330
|
* Get Library
|
|
7331
|
-
* @param libraryName file name to upload. Minimum length of the filename should be 1 excluding the
|
|
7331
|
+
* @param libraryName - file name to upload. Minimum length of the filename should be 1 excluding the
|
|
7332
7332
|
* extension length.
|
|
7333
|
-
* @param options The options parameters.
|
|
7333
|
+
* @param options - The options parameters.
|
|
7334
7334
|
*/
|
|
7335
7335
|
get(libraryName: string, options?: LibraryGetOptionalParams): Promise<LibraryGetResponse>;
|
|
7336
7336
|
/**
|
|
7337
7337
|
* Creates a library with the library name.
|
|
7338
|
-
* @param libraryName file name to upload. Minimum length of the filename should be 1 excluding the
|
|
7338
|
+
* @param libraryName - file name to upload. Minimum length of the filename should be 1 excluding the
|
|
7339
7339
|
* extension length.
|
|
7340
|
-
* @param options The options parameters.
|
|
7340
|
+
* @param options - The options parameters.
|
|
7341
7341
|
*/
|
|
7342
7342
|
beginCreate(libraryName: string, options?: LibraryCreateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
7343
7343
|
/**
|
|
7344
7344
|
* Creates a library with the library name.
|
|
7345
|
-
* @param libraryName file name to upload. Minimum length of the filename should be 1 excluding the
|
|
7345
|
+
* @param libraryName - file name to upload. Minimum length of the filename should be 1 excluding the
|
|
7346
7346
|
* extension length.
|
|
7347
|
-
* @param options The options parameters.
|
|
7347
|
+
* @param options - The options parameters.
|
|
7348
7348
|
*/
|
|
7349
7349
|
beginCreateAndWait(libraryName: string, options?: LibraryCreateOptionalParams): Promise<void>;
|
|
7350
7350
|
/**
|
|
7351
7351
|
* Append the content to the library resource created using the create operation. The maximum content
|
|
7352
7352
|
* size is 4MiB. Content larger than 4MiB must be appended in 4MiB chunks
|
|
7353
|
-
* @param libraryName file name to upload. Minimum length of the filename should be 1 excluding the
|
|
7353
|
+
* @param libraryName - file name to upload. Minimum length of the filename should be 1 excluding the
|
|
7354
7354
|
* extension length.
|
|
7355
|
-
* @param content Library file chunk.
|
|
7356
|
-
* @param options The options parameters.
|
|
7355
|
+
* @param content - Library file chunk.
|
|
7356
|
+
* @param options - The options parameters.
|
|
7357
7357
|
*/
|
|
7358
7358
|
append(libraryName: string, content: coreRestPipeline.RequestBodyType, options?: LibraryAppendOptionalParams): Promise<void>;
|
|
7359
7359
|
}
|
|
@@ -7672,87 +7672,87 @@ export declare interface LinkConnectionListResponse {
|
|
|
7672
7672
|
export declare interface LinkConnectionOperations {
|
|
7673
7673
|
/**
|
|
7674
7674
|
* List link connections
|
|
7675
|
-
* @param options The options parameters.
|
|
7675
|
+
* @param options - The options parameters.
|
|
7676
7676
|
*/
|
|
7677
7677
|
listByWorkspace(options?: LinkConnectionListByWorkspaceOptionalParams): PagedAsyncIterableIterator<LinkConnectionResource>;
|
|
7678
7678
|
/**
|
|
7679
7679
|
* Creates or updates a link connection
|
|
7680
|
-
* @param linkConnectionName The link connection name
|
|
7681
|
-
* @param linkConnection Link connection resource definition
|
|
7682
|
-
* @param options The options parameters.
|
|
7680
|
+
* @param linkConnectionName - The link connection name
|
|
7681
|
+
* @param linkConnection - Link connection resource definition
|
|
7682
|
+
* @param options - The options parameters.
|
|
7683
7683
|
*/
|
|
7684
7684
|
createOrUpdate(linkConnectionName: string, linkConnection: LinkConnectionResource, options?: LinkConnectionCreateOrUpdateOptionalParams): Promise<LinkConnectionCreateOrUpdateResponse>;
|
|
7685
7685
|
/**
|
|
7686
7686
|
* Get a link connection
|
|
7687
|
-
* @param linkConnectionName The link connection name
|
|
7688
|
-
* @param options The options parameters.
|
|
7687
|
+
* @param linkConnectionName - The link connection name
|
|
7688
|
+
* @param options - The options parameters.
|
|
7689
7689
|
*/
|
|
7690
7690
|
get(linkConnectionName: string, options?: LinkConnectionGetOptionalParams): Promise<LinkConnectionGetResponse>;
|
|
7691
7691
|
/**
|
|
7692
7692
|
* Delete a link connection
|
|
7693
|
-
* @param linkConnectionName The link connection name
|
|
7694
|
-
* @param options The options parameters.
|
|
7693
|
+
* @param linkConnectionName - The link connection name
|
|
7694
|
+
* @param options - The options parameters.
|
|
7695
7695
|
*/
|
|
7696
7696
|
delete(linkConnectionName: string, options?: LinkConnectionDeleteOptionalParams): Promise<void>;
|
|
7697
7697
|
/**
|
|
7698
7698
|
* Edit tables for a link connection
|
|
7699
|
-
* @param linkConnectionName The link connection name
|
|
7700
|
-
* @param editTablesRequest Edit tables request
|
|
7701
|
-
* @param options The options parameters.
|
|
7699
|
+
* @param linkConnectionName - The link connection name
|
|
7700
|
+
* @param editTablesRequest - Edit tables request
|
|
7701
|
+
* @param options - The options parameters.
|
|
7702
7702
|
*/
|
|
7703
7703
|
editTables(linkConnectionName: string, editTablesRequest: EditTablesRequest, options?: LinkConnectionEditTablesOptionalParams): Promise<void>;
|
|
7704
7704
|
/**
|
|
7705
7705
|
* Start a link connection. It may take a few minutes from Starting to Running, monitor the status with
|
|
7706
7706
|
* LinkConnection_GetDetailedStatus.
|
|
7707
|
-
* @param linkConnectionName The link connection name
|
|
7708
|
-
* @param options The options parameters.
|
|
7707
|
+
* @param linkConnectionName - The link connection name
|
|
7708
|
+
* @param options - The options parameters.
|
|
7709
7709
|
*/
|
|
7710
7710
|
start(linkConnectionName: string, options?: LinkConnectionStartOptionalParams): Promise<void>;
|
|
7711
7711
|
/**
|
|
7712
7712
|
* Stop a link connection. It may take a few minutes from Stopping to stopped, monitor the status with
|
|
7713
7713
|
* LinkConnection_GetDetailedStatus.
|
|
7714
|
-
* @param linkConnectionName The link connection name
|
|
7715
|
-
* @param options The options parameters.
|
|
7714
|
+
* @param linkConnectionName - The link connection name
|
|
7715
|
+
* @param options - The options parameters.
|
|
7716
7716
|
*/
|
|
7717
7717
|
stop(linkConnectionName: string, options?: LinkConnectionStopOptionalParams): Promise<void>;
|
|
7718
7718
|
/**
|
|
7719
7719
|
* Get the detailed status of a link connection
|
|
7720
|
-
* @param linkConnectionName The link connection name
|
|
7721
|
-
* @param options The options parameters.
|
|
7720
|
+
* @param linkConnectionName - The link connection name
|
|
7721
|
+
* @param options - The options parameters.
|
|
7722
7722
|
*/
|
|
7723
7723
|
getDetailedStatus(linkConnectionName: string, options?: LinkConnectionGetDetailedStatusOptionalParams): Promise<LinkConnectionGetDetailedStatusResponse>;
|
|
7724
7724
|
/**
|
|
7725
7725
|
* List the link tables of a link connection
|
|
7726
|
-
* @param linkConnectionName The link connection name
|
|
7727
|
-
* @param options The options parameters.
|
|
7726
|
+
* @param linkConnectionName - The link connection name
|
|
7727
|
+
* @param options - The options parameters.
|
|
7728
7728
|
*/
|
|
7729
7729
|
listLinkTables(linkConnectionName: string, options?: LinkConnectionListLinkTablesOptionalParams): Promise<LinkConnectionListLinkTablesResponse>;
|
|
7730
7730
|
/**
|
|
7731
7731
|
* Query the link table status of a link connection
|
|
7732
|
-
* @param linkConnectionName The link connection name
|
|
7733
|
-
* @param queryTableStatusRequest Query table status request
|
|
7734
|
-
* @param options The options parameters.
|
|
7732
|
+
* @param linkConnectionName - The link connection name
|
|
7733
|
+
* @param queryTableStatusRequest - Query table status request
|
|
7734
|
+
* @param options - The options parameters.
|
|
7735
7735
|
*/
|
|
7736
7736
|
queryTableStatus(linkConnectionName: string, queryTableStatusRequest: QueryTableStatusRequest, options?: LinkConnectionQueryTableStatusOptionalParams): Promise<LinkConnectionQueryTableStatusResponse>;
|
|
7737
7737
|
/**
|
|
7738
7738
|
* Update landing zone credential of a link connection
|
|
7739
|
-
* @param linkConnectionName The link connection name
|
|
7740
|
-
* @param updateLandingZoneCredentialRequest update landing zone credential request
|
|
7741
|
-
* @param options The options parameters.
|
|
7739
|
+
* @param linkConnectionName - The link connection name
|
|
7740
|
+
* @param updateLandingZoneCredentialRequest - update landing zone credential request
|
|
7741
|
+
* @param options - The options parameters.
|
|
7742
7742
|
*/
|
|
7743
7743
|
updateLandingZoneCredential(linkConnectionName: string, updateLandingZoneCredentialRequest: UpdateLandingZoneCredential, options?: LinkConnectionUpdateLandingZoneCredentialOptionalParams): Promise<void>;
|
|
7744
7744
|
/**
|
|
7745
7745
|
* Pause a link connection. It may take a few minutes from Pausing to Paused, monitor the status with
|
|
7746
7746
|
* LinkConnection_GetDetailedStatus.
|
|
7747
|
-
* @param linkConnectionName The link connection name
|
|
7748
|
-
* @param options The options parameters.
|
|
7747
|
+
* @param linkConnectionName - The link connection name
|
|
7748
|
+
* @param options - The options parameters.
|
|
7749
7749
|
*/
|
|
7750
7750
|
pause(linkConnectionName: string, options?: LinkConnectionPauseOptionalParams): Promise<void>;
|
|
7751
7751
|
/**
|
|
7752
7752
|
* Resume a link connection. It may take a few minutes from Resuming to Running, monitor the status
|
|
7753
7753
|
* with LinkConnection_GetDetailedStatus.
|
|
7754
|
-
* @param linkConnectionName The link connection name
|
|
7755
|
-
* @param options The options parameters.
|
|
7754
|
+
* @param linkConnectionName - The link connection name
|
|
7755
|
+
* @param options - The options parameters.
|
|
7756
7756
|
*/
|
|
7757
7757
|
resume(linkConnectionName: string, options?: LinkConnectionResumeOptionalParams): Promise<void>;
|
|
7758
7758
|
}
|
|
@@ -7951,53 +7951,53 @@ export declare interface LinkedServiceListResponse {
|
|
|
7951
7951
|
export declare interface LinkedServiceOperations {
|
|
7952
7952
|
/**
|
|
7953
7953
|
* Lists linked services.
|
|
7954
|
-
* @param options The options parameters.
|
|
7954
|
+
* @param options - The options parameters.
|
|
7955
7955
|
*/
|
|
7956
7956
|
listLinkedServicesByWorkspace(options?: LinkedServiceGetLinkedServicesByWorkspaceOptionalParams): PagedAsyncIterableIterator<LinkedServiceResource>;
|
|
7957
7957
|
/**
|
|
7958
7958
|
* Creates or updates a linked service.
|
|
7959
|
-
* @param linkedServiceName The linked service name.
|
|
7960
|
-
* @param linkedService Linked service resource definition.
|
|
7961
|
-
* @param options The options parameters.
|
|
7959
|
+
* @param linkedServiceName - The linked service name.
|
|
7960
|
+
* @param linkedService - Linked service resource definition.
|
|
7961
|
+
* @param options - The options parameters.
|
|
7962
7962
|
*/
|
|
7963
7963
|
beginCreateOrUpdateLinkedService(linkedServiceName: string, linkedService: LinkedServiceResource, options?: LinkedServiceCreateOrUpdateLinkedServiceOptionalParams): Promise<SimplePollerLike<OperationState<LinkedServiceCreateOrUpdateLinkedServiceResponse>, LinkedServiceCreateOrUpdateLinkedServiceResponse>>;
|
|
7964
7964
|
/**
|
|
7965
7965
|
* Creates or updates a linked service.
|
|
7966
|
-
* @param linkedServiceName The linked service name.
|
|
7967
|
-
* @param linkedService Linked service resource definition.
|
|
7968
|
-
* @param options The options parameters.
|
|
7966
|
+
* @param linkedServiceName - The linked service name.
|
|
7967
|
+
* @param linkedService - Linked service resource definition.
|
|
7968
|
+
* @param options - The options parameters.
|
|
7969
7969
|
*/
|
|
7970
7970
|
beginCreateOrUpdateLinkedServiceAndWait(linkedServiceName: string, linkedService: LinkedServiceResource, options?: LinkedServiceCreateOrUpdateLinkedServiceOptionalParams): Promise<LinkedServiceCreateOrUpdateLinkedServiceResponse>;
|
|
7971
7971
|
/**
|
|
7972
7972
|
* Gets a linked service.
|
|
7973
|
-
* @param linkedServiceName The linked service name.
|
|
7974
|
-
* @param options The options parameters.
|
|
7973
|
+
* @param linkedServiceName - The linked service name.
|
|
7974
|
+
* @param options - The options parameters.
|
|
7975
7975
|
*/
|
|
7976
7976
|
getLinkedService(linkedServiceName: string, options?: LinkedServiceGetLinkedServiceOptionalParams): Promise<LinkedServiceGetLinkedServiceResponse>;
|
|
7977
7977
|
/**
|
|
7978
7978
|
* Deletes a linked service.
|
|
7979
|
-
* @param linkedServiceName The linked service name.
|
|
7980
|
-
* @param options The options parameters.
|
|
7979
|
+
* @param linkedServiceName - The linked service name.
|
|
7980
|
+
* @param options - The options parameters.
|
|
7981
7981
|
*/
|
|
7982
7982
|
beginDeleteLinkedService(linkedServiceName: string, options?: LinkedServiceDeleteLinkedServiceOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
7983
7983
|
/**
|
|
7984
7984
|
* Deletes a linked service.
|
|
7985
|
-
* @param linkedServiceName The linked service name.
|
|
7986
|
-
* @param options The options parameters.
|
|
7985
|
+
* @param linkedServiceName - The linked service name.
|
|
7986
|
+
* @param options - The options parameters.
|
|
7987
7987
|
*/
|
|
7988
7988
|
beginDeleteLinkedServiceAndWait(linkedServiceName: string, options?: LinkedServiceDeleteLinkedServiceOptionalParams): Promise<void>;
|
|
7989
7989
|
/**
|
|
7990
7990
|
* Renames a linked service.
|
|
7991
|
-
* @param linkedServiceName The linked service name.
|
|
7992
|
-
* @param request proposed new name.
|
|
7993
|
-
* @param options The options parameters.
|
|
7991
|
+
* @param linkedServiceName - The linked service name.
|
|
7992
|
+
* @param request - proposed new name.
|
|
7993
|
+
* @param options - The options parameters.
|
|
7994
7994
|
*/
|
|
7995
7995
|
beginRenameLinkedService(linkedServiceName: string, request: ArtifactRenameRequest, options?: LinkedServiceRenameLinkedServiceOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
7996
7996
|
/**
|
|
7997
7997
|
* Renames a linked service.
|
|
7998
|
-
* @param linkedServiceName The linked service name.
|
|
7999
|
-
* @param request proposed new name.
|
|
8000
|
-
* @param options The options parameters.
|
|
7998
|
+
* @param linkedServiceName - The linked service name.
|
|
7999
|
+
* @param request - proposed new name.
|
|
8000
|
+
* @param options - The options parameters.
|
|
8001
8001
|
*/
|
|
8002
8002
|
beginRenameLinkedServiceAndWait(linkedServiceName: string, request: ArtifactRenameRequest, options?: LinkedServiceRenameLinkedServiceOptionalParams): Promise<void>;
|
|
8003
8003
|
}
|
|
@@ -8109,20 +8109,20 @@ export declare interface LinkTableStatus {
|
|
|
8109
8109
|
}
|
|
8110
8110
|
|
|
8111
8111
|
/**
|
|
8112
|
-
* Defines values for LivyStates.
|
|
8112
|
+
* Defines values for LivyStates.
|
|
8113
8113
|
* {@link KnownLivyStates} can be used interchangeably with LivyStates,
|
|
8114
8114
|
* this enum contains the known values that the service supports.
|
|
8115
8115
|
* ### Known values supported by the service
|
|
8116
|
-
* **not_started**
|
|
8117
|
-
* **starting**
|
|
8118
|
-
* **idle**
|
|
8119
|
-
* **busy**
|
|
8120
|
-
* **shutting_down**
|
|
8121
|
-
* **error**
|
|
8122
|
-
* **dead**
|
|
8123
|
-
* **killed**
|
|
8124
|
-
* **success**
|
|
8125
|
-
* **running**
|
|
8116
|
+
* **not_started**
|
|
8117
|
+
* **starting**
|
|
8118
|
+
* **idle**
|
|
8119
|
+
* **busy**
|
|
8120
|
+
* **shutting_down**
|
|
8121
|
+
* **error**
|
|
8122
|
+
* **dead**
|
|
8123
|
+
* **killed**
|
|
8124
|
+
* **success**
|
|
8125
|
+
* **running**
|
|
8126
8126
|
* **recovering**
|
|
8127
8127
|
*/
|
|
8128
8128
|
export declare type LivyStates = string;
|
|
@@ -8358,29 +8358,29 @@ export declare interface MetadataItem {
|
|
|
8358
8358
|
export declare interface Metastore {
|
|
8359
8359
|
/**
|
|
8360
8360
|
* Register files in Syms
|
|
8361
|
-
* @param id The name of the database to be created. The name can contain only alphanumeric characters
|
|
8361
|
+
* @param id - The name of the database to be created. The name can contain only alphanumeric characters
|
|
8362
8362
|
* and should not exceed 24 characters
|
|
8363
|
-
* @param registerBody The body for the register request
|
|
8364
|
-
* @param options The options parameters.
|
|
8363
|
+
* @param registerBody - The body for the register request
|
|
8364
|
+
* @param options - The options parameters.
|
|
8365
8365
|
*/
|
|
8366
8366
|
register(id: string, registerBody: MetastoreRegisterObject, options?: MetastoreRegisterOptionalParams): Promise<MetastoreRegisterResponse>;
|
|
8367
8367
|
/**
|
|
8368
8368
|
* Gets status of the database
|
|
8369
|
-
* @param id
|
|
8370
|
-
* @param options The options parameters.
|
|
8369
|
+
* @param id - The name of the database to be fetched
|
|
8370
|
+
* @param options - The options parameters.
|
|
8371
8371
|
*/
|
|
8372
8372
|
getDatabaseOperations(id: string, options?: MetastoreGetDatabaseOperationsOptionalParams): Promise<MetastoreGetDatabaseOperationsResponse>;
|
|
8373
8373
|
/**
|
|
8374
8374
|
* Update files in Syms
|
|
8375
|
-
* @param id The name of the database to be updated
|
|
8376
|
-
* @param updateBody The body for the update request
|
|
8377
|
-
* @param options The options parameters.
|
|
8375
|
+
* @param id - The name of the database to be updated
|
|
8376
|
+
* @param updateBody - The body for the update request
|
|
8377
|
+
* @param options - The options parameters.
|
|
8378
8378
|
*/
|
|
8379
8379
|
update(id: string, updateBody: MetastoreUpdateObject, options?: MetastoreUpdateOptionalParams): Promise<MetastoreUpdateResponse>;
|
|
8380
8380
|
/**
|
|
8381
8381
|
* Remove files in Syms
|
|
8382
|
-
* @param id
|
|
8383
|
-
* @param options The options parameters.
|
|
8382
|
+
* @param id - The name of the database to be updated
|
|
8383
|
+
* @param options - The options parameters.
|
|
8384
8384
|
*/
|
|
8385
8385
|
delete(id: string, options?: MetastoreDeleteOptionalParams): Promise<void>;
|
|
8386
8386
|
}
|
|
@@ -8516,11 +8516,11 @@ export declare interface MongoDbAtlasSource extends CopySource {
|
|
|
8516
8516
|
}
|
|
8517
8517
|
|
|
8518
8518
|
/**
|
|
8519
|
-
* Defines values for MongoDbAuthenticationType.
|
|
8519
|
+
* Defines values for MongoDbAuthenticationType.
|
|
8520
8520
|
* {@link KnownMongoDbAuthenticationType} can be used interchangeably with MongoDbAuthenticationType,
|
|
8521
8521
|
* this enum contains the known values that the service supports.
|
|
8522
8522
|
* ### Known values supported by the service
|
|
8523
|
-
* **Basic**
|
|
8523
|
+
* **Basic**
|
|
8524
8524
|
* **Anonymous**
|
|
8525
8525
|
*/
|
|
8526
8526
|
export declare type MongoDbAuthenticationType = string;
|
|
@@ -8682,12 +8682,12 @@ export declare interface NetezzaLinkedService extends LinkedService {
|
|
|
8682
8682
|
}
|
|
8683
8683
|
|
|
8684
8684
|
/**
|
|
8685
|
-
* Defines values for NetezzaPartitionOption.
|
|
8685
|
+
* Defines values for NetezzaPartitionOption.
|
|
8686
8686
|
* {@link KnownNetezzaPartitionOption} can be used interchangeably with NetezzaPartitionOption,
|
|
8687
8687
|
* this enum contains the known values that the service supports.
|
|
8688
8688
|
* ### Known values supported by the service
|
|
8689
|
-
* **None**
|
|
8690
|
-
* **DataSlice**
|
|
8689
|
+
* **None**
|
|
8690
|
+
* **DataSlice**
|
|
8691
8691
|
* **DynamicRange**
|
|
8692
8692
|
*/
|
|
8693
8693
|
export declare type NetezzaPartitionOption = string;
|
|
@@ -8727,26 +8727,26 @@ export declare interface NetezzaTableDataset extends Dataset {
|
|
|
8727
8727
|
}
|
|
8728
8728
|
|
|
8729
8729
|
/**
|
|
8730
|
-
* Defines values for NodeSize.
|
|
8730
|
+
* Defines values for NodeSize.
|
|
8731
8731
|
* {@link KnownNodeSize} can be used interchangeably with NodeSize,
|
|
8732
8732
|
* this enum contains the known values that the service supports.
|
|
8733
8733
|
* ### Known values supported by the service
|
|
8734
|
-
* **None**
|
|
8735
|
-
* **Small**
|
|
8736
|
-
* **Medium**
|
|
8737
|
-
* **Large**
|
|
8738
|
-
* **XLarge**
|
|
8739
|
-
* **XXLarge**
|
|
8734
|
+
* **None**
|
|
8735
|
+
* **Small**
|
|
8736
|
+
* **Medium**
|
|
8737
|
+
* **Large**
|
|
8738
|
+
* **XLarge**
|
|
8739
|
+
* **XXLarge**
|
|
8740
8740
|
* **XXXLarge**
|
|
8741
8741
|
*/
|
|
8742
8742
|
export declare type NodeSize = string;
|
|
8743
8743
|
|
|
8744
8744
|
/**
|
|
8745
|
-
* Defines values for NodeSizeFamily.
|
|
8745
|
+
* Defines values for NodeSizeFamily.
|
|
8746
8746
|
* {@link KnownNodeSizeFamily} can be used interchangeably with NodeSizeFamily,
|
|
8747
8747
|
* this enum contains the known values that the service supports.
|
|
8748
8748
|
* ### Known values supported by the service
|
|
8749
|
-
* **None**
|
|
8749
|
+
* **None**
|
|
8750
8750
|
* **MemoryOptimized**
|
|
8751
8751
|
*/
|
|
8752
8752
|
export declare type NodeSizeFamily = string;
|
|
@@ -8913,8 +8913,8 @@ export declare interface NotebookMetadata {
|
|
|
8913
8913
|
export declare interface NotebookOperationResult {
|
|
8914
8914
|
/**
|
|
8915
8915
|
* Get notebook operation result
|
|
8916
|
-
* @param operationId Operation ID.
|
|
8917
|
-
* @param options The options parameters.
|
|
8916
|
+
* @param operationId - Operation ID.
|
|
8917
|
+
* @param options - The options parameters.
|
|
8918
8918
|
*/
|
|
8919
8919
|
get(operationId: string, options?: NotebookOperationResultGetOptionalParams): Promise<void>;
|
|
8920
8920
|
}
|
|
@@ -8927,58 +8927,58 @@ export declare interface NotebookOperationResultGetOptionalParams extends coreCl
|
|
|
8927
8927
|
export declare interface NotebookOperations {
|
|
8928
8928
|
/**
|
|
8929
8929
|
* Lists Notebooks.
|
|
8930
|
-
* @param options The options parameters.
|
|
8930
|
+
* @param options - The options parameters.
|
|
8931
8931
|
*/
|
|
8932
8932
|
listNotebooksByWorkspace(options?: NotebookGetNotebooksByWorkspaceOptionalParams): PagedAsyncIterableIterator<NotebookResource>;
|
|
8933
8933
|
/**
|
|
8934
8934
|
* Lists a summary of Notebooks.
|
|
8935
|
-
* @param options The options parameters.
|
|
8935
|
+
* @param options - The options parameters.
|
|
8936
8936
|
*/
|
|
8937
8937
|
listNotebookSummaryByWorkSpace(options?: NotebookGetNotebookSummaryByWorkSpaceOptionalParams): PagedAsyncIterableIterator<NotebookResource>;
|
|
8938
8938
|
/**
|
|
8939
8939
|
* Creates or updates a Note Book.
|
|
8940
|
-
* @param notebookName The notebook name.
|
|
8941
|
-
* @param notebook Note book resource definition.
|
|
8942
|
-
* @param options The options parameters.
|
|
8940
|
+
* @param notebookName - The notebook name.
|
|
8941
|
+
* @param notebook - Note book resource definition.
|
|
8942
|
+
* @param options - The options parameters.
|
|
8943
8943
|
*/
|
|
8944
8944
|
beginCreateOrUpdateNotebook(notebookName: string, notebook: NotebookResource, options?: NotebookCreateOrUpdateNotebookOptionalParams): Promise<SimplePollerLike<OperationState<NotebookCreateOrUpdateNotebookResponse>, NotebookCreateOrUpdateNotebookResponse>>;
|
|
8945
8945
|
/**
|
|
8946
8946
|
* Creates or updates a Note Book.
|
|
8947
|
-
* @param notebookName The notebook name.
|
|
8948
|
-
* @param notebook Note book resource definition.
|
|
8949
|
-
* @param options The options parameters.
|
|
8947
|
+
* @param notebookName - The notebook name.
|
|
8948
|
+
* @param notebook - Note book resource definition.
|
|
8949
|
+
* @param options - The options parameters.
|
|
8950
8950
|
*/
|
|
8951
8951
|
beginCreateOrUpdateNotebookAndWait(notebookName: string, notebook: NotebookResource, options?: NotebookCreateOrUpdateNotebookOptionalParams): Promise<NotebookCreateOrUpdateNotebookResponse>;
|
|
8952
8952
|
/**
|
|
8953
8953
|
* Gets a Note Book.
|
|
8954
|
-
* @param notebookName The notebook name.
|
|
8955
|
-
* @param options The options parameters.
|
|
8954
|
+
* @param notebookName - The notebook name.
|
|
8955
|
+
* @param options - The options parameters.
|
|
8956
8956
|
*/
|
|
8957
8957
|
getNotebook(notebookName: string, options?: NotebookGetNotebookOptionalParams): Promise<NotebookGetNotebookResponse>;
|
|
8958
8958
|
/**
|
|
8959
8959
|
* Deletes a Note book.
|
|
8960
|
-
* @param notebookName The notebook name.
|
|
8961
|
-
* @param options The options parameters.
|
|
8960
|
+
* @param notebookName - The notebook name.
|
|
8961
|
+
* @param options - The options parameters.
|
|
8962
8962
|
*/
|
|
8963
8963
|
beginDeleteNotebook(notebookName: string, options?: NotebookDeleteNotebookOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
8964
8964
|
/**
|
|
8965
8965
|
* Deletes a Note book.
|
|
8966
|
-
* @param notebookName The notebook name.
|
|
8967
|
-
* @param options The options parameters.
|
|
8966
|
+
* @param notebookName - The notebook name.
|
|
8967
|
+
* @param options - The options parameters.
|
|
8968
8968
|
*/
|
|
8969
8969
|
beginDeleteNotebookAndWait(notebookName: string, options?: NotebookDeleteNotebookOptionalParams): Promise<void>;
|
|
8970
8970
|
/**
|
|
8971
8971
|
* Renames a notebook.
|
|
8972
|
-
* @param notebookName The notebook name.
|
|
8973
|
-
* @param request proposed new name.
|
|
8974
|
-
* @param options The options parameters.
|
|
8972
|
+
* @param notebookName - The notebook name.
|
|
8973
|
+
* @param request - proposed new name.
|
|
8974
|
+
* @param options - The options parameters.
|
|
8975
8975
|
*/
|
|
8976
8976
|
beginRenameNotebook(notebookName: string, request: ArtifactRenameRequest, options?: NotebookRenameNotebookOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
8977
8977
|
/**
|
|
8978
8978
|
* Renames a notebook.
|
|
8979
|
-
* @param notebookName The notebook name.
|
|
8980
|
-
* @param request proposed new name.
|
|
8981
|
-
* @param options The options parameters.
|
|
8979
|
+
* @param notebookName - The notebook name.
|
|
8980
|
+
* @param request - proposed new name.
|
|
8981
|
+
* @param options - The options parameters.
|
|
8982
8982
|
*/
|
|
8983
8983
|
beginRenameNotebookAndWait(notebookName: string, request: ArtifactRenameRequest, options?: NotebookRenameNotebookOptionalParams): Promise<void>;
|
|
8984
8984
|
}
|
|
@@ -8992,19 +8992,19 @@ export declare interface NotebookParameter {
|
|
|
8992
8992
|
}
|
|
8993
8993
|
|
|
8994
8994
|
/**
|
|
8995
|
-
* Defines values for NotebookParameterType.
|
|
8995
|
+
* Defines values for NotebookParameterType.
|
|
8996
8996
|
* {@link KnownNotebookParameterType} can be used interchangeably with NotebookParameterType,
|
|
8997
8997
|
* this enum contains the known values that the service supports.
|
|
8998
8998
|
* ### Known values supported by the service
|
|
8999
|
-
* **string**
|
|
9000
|
-
* **int**
|
|
9001
|
-
* **float**
|
|
8999
|
+
* **string**
|
|
9000
|
+
* **int**
|
|
9001
|
+
* **float**
|
|
9002
9002
|
* **bool**
|
|
9003
9003
|
*/
|
|
9004
9004
|
export declare type NotebookParameterType = string;
|
|
9005
9005
|
|
|
9006
9006
|
/**
|
|
9007
|
-
* Defines values for NotebookReferenceType.
|
|
9007
|
+
* Defines values for NotebookReferenceType.
|
|
9008
9008
|
* {@link KnownNotebookReferenceType} can be used interchangeably with NotebookReferenceType,
|
|
9009
9009
|
* this enum contains the known values that the service supports.
|
|
9010
9010
|
* ### Known values supported by the service
|
|
@@ -9058,24 +9058,24 @@ export declare interface NotebookSessionProperties {
|
|
|
9058
9058
|
}
|
|
9059
9059
|
|
|
9060
9060
|
/**
|
|
9061
|
-
* Defines values for ODataAadServicePrincipalCredentialType.
|
|
9061
|
+
* Defines values for ODataAadServicePrincipalCredentialType.
|
|
9062
9062
|
* {@link KnownODataAadServicePrincipalCredentialType} can be used interchangeably with ODataAadServicePrincipalCredentialType,
|
|
9063
9063
|
* this enum contains the known values that the service supports.
|
|
9064
9064
|
* ### Known values supported by the service
|
|
9065
|
-
* **ServicePrincipalKey**
|
|
9065
|
+
* **ServicePrincipalKey**
|
|
9066
9066
|
* **ServicePrincipalCert**
|
|
9067
9067
|
*/
|
|
9068
9068
|
export declare type ODataAadServicePrincipalCredentialType = string;
|
|
9069
9069
|
|
|
9070
9070
|
/**
|
|
9071
|
-
* Defines values for ODataAuthenticationType.
|
|
9071
|
+
* Defines values for ODataAuthenticationType.
|
|
9072
9072
|
* {@link KnownODataAuthenticationType} can be used interchangeably with ODataAuthenticationType,
|
|
9073
9073
|
* this enum contains the known values that the service supports.
|
|
9074
9074
|
* ### Known values supported by the service
|
|
9075
|
-
* **Basic**
|
|
9076
|
-
* **Anonymous**
|
|
9077
|
-
* **Windows**
|
|
9078
|
-
* **AadServicePrincipal**
|
|
9075
|
+
* **Basic**
|
|
9076
|
+
* **Anonymous**
|
|
9077
|
+
* **Windows**
|
|
9078
|
+
* **AadServicePrincipal**
|
|
9079
9079
|
* **ManagedServiceIdentity**
|
|
9080
9080
|
*/
|
|
9081
9081
|
export declare type ODataAuthenticationType = string;
|
|
@@ -9248,12 +9248,12 @@ export declare interface OracleLinkedService extends LinkedService {
|
|
|
9248
9248
|
}
|
|
9249
9249
|
|
|
9250
9250
|
/**
|
|
9251
|
-
* Defines values for OraclePartitionOption.
|
|
9251
|
+
* Defines values for OraclePartitionOption.
|
|
9252
9252
|
* {@link KnownOraclePartitionOption} can be used interchangeably with OraclePartitionOption,
|
|
9253
9253
|
* this enum contains the known values that the service supports.
|
|
9254
9254
|
* ### Known values supported by the service
|
|
9255
|
-
* **None**
|
|
9256
|
-
* **PhysicalPartitionsOfTable**
|
|
9255
|
+
* **None**
|
|
9256
|
+
* **PhysicalPartitionsOfTable**
|
|
9257
9257
|
* **DynamicRange**
|
|
9258
9258
|
*/
|
|
9259
9259
|
export declare type OraclePartitionOption = string;
|
|
@@ -9343,13 +9343,13 @@ export declare interface OracleTableDataset extends Dataset {
|
|
|
9343
9343
|
}
|
|
9344
9344
|
|
|
9345
9345
|
/**
|
|
9346
|
-
* Defines values for OrcCompressionCodec.
|
|
9346
|
+
* Defines values for OrcCompressionCodec.
|
|
9347
9347
|
* {@link KnownOrcCompressionCodec} can be used interchangeably with OrcCompressionCodec,
|
|
9348
9348
|
* this enum contains the known values that the service supports.
|
|
9349
9349
|
* ### Known values supported by the service
|
|
9350
|
-
* **none**
|
|
9351
|
-
* **zlib**
|
|
9352
|
-
* **snappy**
|
|
9350
|
+
* **none**
|
|
9351
|
+
* **zlib**
|
|
9352
|
+
* **snappy**
|
|
9353
9353
|
* **lzo**
|
|
9354
9354
|
*/
|
|
9355
9355
|
export declare type OrcCompressionCodec = string;
|
|
@@ -9415,28 +9415,28 @@ export declare interface ParameterSpecification {
|
|
|
9415
9415
|
}
|
|
9416
9416
|
|
|
9417
9417
|
/**
|
|
9418
|
-
* Defines values for ParameterType.
|
|
9418
|
+
* Defines values for ParameterType.
|
|
9419
9419
|
* {@link KnownParameterType} can be used interchangeably with ParameterType,
|
|
9420
9420
|
* this enum contains the known values that the service supports.
|
|
9421
9421
|
* ### Known values supported by the service
|
|
9422
|
-
* **Object**
|
|
9423
|
-
* **String**
|
|
9424
|
-
* **Int**
|
|
9425
|
-
* **Float**
|
|
9426
|
-
* **Bool**
|
|
9427
|
-
* **Array**
|
|
9422
|
+
* **Object**
|
|
9423
|
+
* **String**
|
|
9424
|
+
* **Int**
|
|
9425
|
+
* **Float**
|
|
9426
|
+
* **Bool**
|
|
9427
|
+
* **Array**
|
|
9428
9428
|
* **SecureString**
|
|
9429
9429
|
*/
|
|
9430
9430
|
export declare type ParameterType = string;
|
|
9431
9431
|
|
|
9432
9432
|
/**
|
|
9433
|
-
* Defines values for ParquetCompressionCodecEnum.
|
|
9433
|
+
* Defines values for ParquetCompressionCodecEnum.
|
|
9434
9434
|
* {@link KnownParquetCompressionCodecEnum} can be used interchangeably with ParquetCompressionCodecEnum,
|
|
9435
9435
|
* this enum contains the known values that the service supports.
|
|
9436
9436
|
* ### Known values supported by the service
|
|
9437
|
-
* **none**
|
|
9438
|
-
* **gzip**
|
|
9439
|
-
* **snappy**
|
|
9437
|
+
* **none**
|
|
9438
|
+
* **gzip**
|
|
9439
|
+
* **snappy**
|
|
9440
9440
|
* **lzo**
|
|
9441
9441
|
*/
|
|
9442
9442
|
export declare type ParquetCompressionCodecEnum = string;
|
|
@@ -9534,12 +9534,12 @@ export declare interface PaypalSource extends TabularSource {
|
|
|
9534
9534
|
}
|
|
9535
9535
|
|
|
9536
9536
|
/**
|
|
9537
|
-
* Defines values for PhoenixAuthenticationType.
|
|
9537
|
+
* Defines values for PhoenixAuthenticationType.
|
|
9538
9538
|
* {@link KnownPhoenixAuthenticationType} can be used interchangeably with PhoenixAuthenticationType,
|
|
9539
9539
|
* this enum contains the known values that the service supports.
|
|
9540
9540
|
* ### Known values supported by the service
|
|
9541
|
-
* **Anonymous**
|
|
9542
|
-
* **UsernameAndPassword**
|
|
9541
|
+
* **Anonymous**
|
|
9542
|
+
* **UsernameAndPassword**
|
|
9543
9543
|
* **WindowsAzureHDInsightService**
|
|
9544
9544
|
*/
|
|
9545
9545
|
export declare type PhoenixAuthenticationType = string;
|
|
@@ -9673,59 +9673,59 @@ export declare interface PipelineListResponse {
|
|
|
9673
9673
|
export declare interface PipelineOperations {
|
|
9674
9674
|
/**
|
|
9675
9675
|
* Lists pipelines.
|
|
9676
|
-
* @param options The options parameters.
|
|
9676
|
+
* @param options - The options parameters.
|
|
9677
9677
|
*/
|
|
9678
9678
|
listPipelinesByWorkspace(options?: PipelineGetPipelinesByWorkspaceOptionalParams): PagedAsyncIterableIterator<PipelineResource>;
|
|
9679
9679
|
/**
|
|
9680
9680
|
* Creates or updates a pipeline.
|
|
9681
|
-
* @param pipelineName The pipeline name.
|
|
9682
|
-
* @param pipeline Pipeline resource definition.
|
|
9683
|
-
* @param options The options parameters.
|
|
9681
|
+
* @param pipelineName - The pipeline name.
|
|
9682
|
+
* @param pipeline - Pipeline resource definition.
|
|
9683
|
+
* @param options - The options parameters.
|
|
9684
9684
|
*/
|
|
9685
9685
|
beginCreateOrUpdatePipeline(pipelineName: string, pipeline: PipelineResource, options?: PipelineCreateOrUpdatePipelineOptionalParams): Promise<SimplePollerLike<OperationState<PipelineCreateOrUpdatePipelineResponse>, PipelineCreateOrUpdatePipelineResponse>>;
|
|
9686
9686
|
/**
|
|
9687
9687
|
* Creates or updates a pipeline.
|
|
9688
|
-
* @param pipelineName The pipeline name.
|
|
9689
|
-
* @param pipeline Pipeline resource definition.
|
|
9690
|
-
* @param options The options parameters.
|
|
9688
|
+
* @param pipelineName - The pipeline name.
|
|
9689
|
+
* @param pipeline - Pipeline resource definition.
|
|
9690
|
+
* @param options - The options parameters.
|
|
9691
9691
|
*/
|
|
9692
9692
|
beginCreateOrUpdatePipelineAndWait(pipelineName: string, pipeline: PipelineResource, options?: PipelineCreateOrUpdatePipelineOptionalParams): Promise<PipelineCreateOrUpdatePipelineResponse>;
|
|
9693
9693
|
/**
|
|
9694
9694
|
* Gets a pipeline.
|
|
9695
|
-
* @param pipelineName The pipeline name.
|
|
9696
|
-
* @param options The options parameters.
|
|
9695
|
+
* @param pipelineName - The pipeline name.
|
|
9696
|
+
* @param options - The options parameters.
|
|
9697
9697
|
*/
|
|
9698
9698
|
getPipeline(pipelineName: string, options?: PipelineGetPipelineOptionalParams): Promise<PipelineGetPipelineResponse>;
|
|
9699
9699
|
/**
|
|
9700
9700
|
* Deletes a pipeline.
|
|
9701
|
-
* @param pipelineName The pipeline name.
|
|
9702
|
-
* @param options The options parameters.
|
|
9701
|
+
* @param pipelineName - The pipeline name.
|
|
9702
|
+
* @param options - The options parameters.
|
|
9703
9703
|
*/
|
|
9704
9704
|
beginDeletePipeline(pipelineName: string, options?: PipelineDeletePipelineOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
9705
9705
|
/**
|
|
9706
9706
|
* Deletes a pipeline.
|
|
9707
|
-
* @param pipelineName The pipeline name.
|
|
9708
|
-
* @param options The options parameters.
|
|
9707
|
+
* @param pipelineName - The pipeline name.
|
|
9708
|
+
* @param options - The options parameters.
|
|
9709
9709
|
*/
|
|
9710
9710
|
beginDeletePipelineAndWait(pipelineName: string, options?: PipelineDeletePipelineOptionalParams): Promise<void>;
|
|
9711
9711
|
/**
|
|
9712
9712
|
* Renames a pipeline.
|
|
9713
|
-
* @param pipelineName The pipeline name.
|
|
9714
|
-
* @param request proposed new name.
|
|
9715
|
-
* @param options The options parameters.
|
|
9713
|
+
* @param pipelineName - The pipeline name.
|
|
9714
|
+
* @param request - proposed new name.
|
|
9715
|
+
* @param options - The options parameters.
|
|
9716
9716
|
*/
|
|
9717
9717
|
beginRenamePipeline(pipelineName: string, request: ArtifactRenameRequest, options?: PipelineRenamePipelineOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
9718
9718
|
/**
|
|
9719
9719
|
* Renames a pipeline.
|
|
9720
|
-
* @param pipelineName The pipeline name.
|
|
9721
|
-
* @param request proposed new name.
|
|
9722
|
-
* @param options The options parameters.
|
|
9720
|
+
* @param pipelineName - The pipeline name.
|
|
9721
|
+
* @param request - proposed new name.
|
|
9722
|
+
* @param options - The options parameters.
|
|
9723
9723
|
*/
|
|
9724
9724
|
beginRenamePipelineAndWait(pipelineName: string, request: ArtifactRenameRequest, options?: PipelineRenamePipelineOptionalParams): Promise<void>;
|
|
9725
9725
|
/**
|
|
9726
9726
|
* Creates a run of a pipeline.
|
|
9727
|
-
* @param pipelineName The pipeline name.
|
|
9728
|
-
* @param options The options parameters.
|
|
9727
|
+
* @param pipelineName - The pipeline name.
|
|
9728
|
+
* @param options - The options parameters.
|
|
9729
9729
|
*/
|
|
9730
9730
|
createPipelineRun(pipelineName: string, options?: PipelineCreatePipelineRunOptionalParams): Promise<PipelineCreatePipelineRunResponse>;
|
|
9731
9731
|
}
|
|
@@ -9741,7 +9741,7 @@ export declare interface PipelineReference {
|
|
|
9741
9741
|
}
|
|
9742
9742
|
|
|
9743
9743
|
/**
|
|
9744
|
-
* Defines values for PipelineReferenceType.
|
|
9744
|
+
* Defines values for PipelineReferenceType.
|
|
9745
9745
|
* {@link KnownPipelineReferenceType} can be used interchangeably with PipelineReferenceType,
|
|
9746
9746
|
* this enum contains the known values that the service supports.
|
|
9747
9747
|
* ### Known values supported by the service
|
|
@@ -9889,28 +9889,28 @@ export declare interface PipelineRunInvokedBy {
|
|
|
9889
9889
|
export declare interface PipelineRunOperations {
|
|
9890
9890
|
/**
|
|
9891
9891
|
* Query pipeline runs in the workspace based on input filter conditions.
|
|
9892
|
-
* @param filterParameters Parameters to filter the pipeline run.
|
|
9893
|
-
* @param options The options parameters.
|
|
9892
|
+
* @param filterParameters - Parameters to filter the pipeline run.
|
|
9893
|
+
* @param options - The options parameters.
|
|
9894
9894
|
*/
|
|
9895
9895
|
queryPipelineRunsByWorkspace(filterParameters: RunFilterParameters, options?: PipelineRunQueryPipelineRunsByWorkspaceOptionalParams): Promise<PipelineRunQueryPipelineRunsByWorkspaceResponse>;
|
|
9896
9896
|
/**
|
|
9897
9897
|
* Get a pipeline run by its run ID.
|
|
9898
|
-
* @param runId The pipeline run identifier.
|
|
9899
|
-
* @param options The options parameters.
|
|
9898
|
+
* @param runId - The pipeline run identifier.
|
|
9899
|
+
* @param options - The options parameters.
|
|
9900
9900
|
*/
|
|
9901
9901
|
getPipelineRun(runId: string, options?: PipelineRunGetPipelineRunOptionalParams): Promise<PipelineRunGetPipelineRunResponse>;
|
|
9902
9902
|
/**
|
|
9903
9903
|
* Query activity runs based on input filter conditions.
|
|
9904
|
-
* @param pipelineName The pipeline name.
|
|
9905
|
-
* @param runId The pipeline run identifier.
|
|
9906
|
-
* @param filterParameters Parameters to filter the activity runs.
|
|
9907
|
-
* @param options The options parameters.
|
|
9904
|
+
* @param pipelineName - The pipeline name.
|
|
9905
|
+
* @param runId - The pipeline run identifier.
|
|
9906
|
+
* @param filterParameters - Parameters to filter the activity runs.
|
|
9907
|
+
* @param options - The options parameters.
|
|
9908
9908
|
*/
|
|
9909
9909
|
queryActivityRuns(pipelineName: string, runId: string, filterParameters: RunFilterParameters, options?: PipelineRunQueryActivityRunsOptionalParams): Promise<PipelineRunQueryActivityRunsResponse>;
|
|
9910
9910
|
/**
|
|
9911
9911
|
* Cancel a pipeline run by its run ID.
|
|
9912
|
-
* @param runId The pipeline run identifier.
|
|
9913
|
-
* @param options The options parameters.
|
|
9912
|
+
* @param runId - The pipeline run identifier.
|
|
9913
|
+
* @param options - The options parameters.
|
|
9914
9914
|
*/
|
|
9915
9915
|
cancelPipelineRun(runId: string, options?: PipelineRunCancelPipelineRunOptionalParams): Promise<void>;
|
|
9916
9916
|
}
|
|
@@ -9938,16 +9938,16 @@ export declare interface PipelineRunsQueryResponse {
|
|
|
9938
9938
|
}
|
|
9939
9939
|
|
|
9940
9940
|
/**
|
|
9941
|
-
* Defines values for PluginCurrentState.
|
|
9941
|
+
* Defines values for PluginCurrentState.
|
|
9942
9942
|
* {@link KnownPluginCurrentState} can be used interchangeably with PluginCurrentState,
|
|
9943
9943
|
* this enum contains the known values that the service supports.
|
|
9944
9944
|
* ### Known values supported by the service
|
|
9945
|
-
* **Preparation**
|
|
9946
|
-
* **ResourceAcquisition**
|
|
9947
|
-
* **Queued**
|
|
9948
|
-
* **Submission**
|
|
9949
|
-
* **Monitoring**
|
|
9950
|
-
* **Cleanup**
|
|
9945
|
+
* **Preparation**
|
|
9946
|
+
* **ResourceAcquisition**
|
|
9947
|
+
* **Queued**
|
|
9948
|
+
* **Submission**
|
|
9949
|
+
* **Monitoring**
|
|
9950
|
+
* **Cleanup**
|
|
9951
9951
|
* **Ended**
|
|
9952
9952
|
*/
|
|
9953
9953
|
export declare type PluginCurrentState = string;
|
|
@@ -9967,11 +9967,11 @@ export declare interface PolybaseSettings {
|
|
|
9967
9967
|
}
|
|
9968
9968
|
|
|
9969
9969
|
/**
|
|
9970
|
-
* Defines values for PolybaseSettingsRejectType.
|
|
9970
|
+
* Defines values for PolybaseSettingsRejectType.
|
|
9971
9971
|
* {@link KnownPolybaseSettingsRejectType} can be used interchangeably with PolybaseSettingsRejectType,
|
|
9972
9972
|
* this enum contains the known values that the service supports.
|
|
9973
9973
|
* ### Known values supported by the service
|
|
9974
|
-
* **value**
|
|
9974
|
+
* **value**
|
|
9975
9975
|
* **percentage**
|
|
9976
9976
|
*/
|
|
9977
9977
|
export declare type PolybaseSettingsRejectType = string;
|
|
@@ -10081,11 +10081,11 @@ export declare interface PowerBIWorkspaceLinkedService extends LinkedService {
|
|
|
10081
10081
|
}
|
|
10082
10082
|
|
|
10083
10083
|
/**
|
|
10084
|
-
* Defines values for PrestoAuthenticationType.
|
|
10084
|
+
* Defines values for PrestoAuthenticationType.
|
|
10085
10085
|
* {@link KnownPrestoAuthenticationType} can be used interchangeably with PrestoAuthenticationType,
|
|
10086
10086
|
* this enum contains the known values that the service supports.
|
|
10087
10087
|
* ### Known values supported by the service
|
|
10088
|
-
* **Anonymous**
|
|
10088
|
+
* **Anonymous**
|
|
10089
10089
|
* **LDAP**
|
|
10090
10090
|
*/
|
|
10091
10091
|
export declare type PrestoAuthenticationType = string;
|
|
@@ -10257,16 +10257,16 @@ export declare interface QuickBooksSource extends TabularSource {
|
|
|
10257
10257
|
}
|
|
10258
10258
|
|
|
10259
10259
|
/**
|
|
10260
|
-
* Defines values for RecurrenceFrequency.
|
|
10260
|
+
* Defines values for RecurrenceFrequency.
|
|
10261
10261
|
* {@link KnownRecurrenceFrequency} can be used interchangeably with RecurrenceFrequency,
|
|
10262
10262
|
* this enum contains the known values that the service supports.
|
|
10263
10263
|
* ### Known values supported by the service
|
|
10264
|
-
* **NotSpecified**
|
|
10265
|
-
* **Minute**
|
|
10266
|
-
* **Hour**
|
|
10267
|
-
* **Day**
|
|
10268
|
-
* **Week**
|
|
10269
|
-
* **Month**
|
|
10264
|
+
* **NotSpecified**
|
|
10265
|
+
* **Minute**
|
|
10266
|
+
* **Hour**
|
|
10267
|
+
* **Day**
|
|
10268
|
+
* **Week**
|
|
10269
|
+
* **Month**
|
|
10270
10270
|
* **Year**
|
|
10271
10271
|
*/
|
|
10272
10272
|
export declare type RecurrenceFrequency = string;
|
|
@@ -10334,12 +10334,12 @@ export declare interface RelationalTableDataset extends Dataset {
|
|
|
10334
10334
|
}
|
|
10335
10335
|
|
|
10336
10336
|
/**
|
|
10337
|
-
* Defines values for RequestStatus.
|
|
10337
|
+
* Defines values for RequestStatus.
|
|
10338
10338
|
* {@link KnownRequestStatus} can be used interchangeably with RequestStatus,
|
|
10339
10339
|
* this enum contains the known values that the service supports.
|
|
10340
10340
|
* ### Known values supported by the service
|
|
10341
|
-
* **Running**
|
|
10342
|
-
* **Completed**
|
|
10341
|
+
* **Running**
|
|
10342
|
+
* **Completed**
|
|
10343
10343
|
* **Failed**
|
|
10344
10344
|
*/
|
|
10345
10345
|
export declare type RequestStatus = string;
|
|
@@ -10408,12 +10408,12 @@ export declare interface Resource {
|
|
|
10408
10408
|
export declare type ResourceIdentityType = "None" | "SystemAssigned";
|
|
10409
10409
|
|
|
10410
10410
|
/**
|
|
10411
|
-
* Defines values for ResourceStatus.
|
|
10411
|
+
* Defines values for ResourceStatus.
|
|
10412
10412
|
* {@link KnownResourceStatus} can be used interchangeably with ResourceStatus,
|
|
10413
10413
|
* this enum contains the known values that the service supports.
|
|
10414
10414
|
* ### Known values supported by the service
|
|
10415
|
-
* **Creating**
|
|
10416
|
-
* **Created**
|
|
10415
|
+
* **Creating**
|
|
10416
|
+
* **Created**
|
|
10417
10417
|
* **Failed**
|
|
10418
10418
|
*/
|
|
10419
10419
|
export declare type ResourceStatus = string;
|
|
@@ -10471,14 +10471,14 @@ export declare interface RestResourceDataset extends Dataset {
|
|
|
10471
10471
|
}
|
|
10472
10472
|
|
|
10473
10473
|
/**
|
|
10474
|
-
* Defines values for RestServiceAuthenticationType.
|
|
10474
|
+
* Defines values for RestServiceAuthenticationType.
|
|
10475
10475
|
* {@link KnownRestServiceAuthenticationType} can be used interchangeably with RestServiceAuthenticationType,
|
|
10476
10476
|
* this enum contains the known values that the service supports.
|
|
10477
10477
|
* ### Known values supported by the service
|
|
10478
|
-
* **Anonymous**
|
|
10479
|
-
* **Basic**
|
|
10480
|
-
* **AadServicePrincipal**
|
|
10481
|
-
* **ManagedServiceIdentity**
|
|
10478
|
+
* **Anonymous**
|
|
10479
|
+
* **Basic**
|
|
10480
|
+
* **AadServicePrincipal**
|
|
10481
|
+
* **ManagedServiceIdentity**
|
|
10482
10482
|
* **OAuth2ClientCredential**
|
|
10483
10483
|
*/
|
|
10484
10484
|
export declare type RestServiceAuthenticationType = string;
|
|
@@ -10587,34 +10587,34 @@ export declare interface RunFilterParameters {
|
|
|
10587
10587
|
export declare interface RunNotebook {
|
|
10588
10588
|
/**
|
|
10589
10589
|
* Run notebook
|
|
10590
|
-
* @param runId Notebook run id.
|
|
10591
|
-
* @param runNotebookRequest Run notebook request payload.
|
|
10592
|
-
* @param options The options parameters.
|
|
10590
|
+
* @param runId - Notebook run id.
|
|
10591
|
+
* @param runNotebookRequest - Run notebook request payload.
|
|
10592
|
+
* @param options - The options parameters.
|
|
10593
10593
|
*/
|
|
10594
10594
|
beginCreateRun(runId: string, runNotebookRequest: RunNotebookRequest, options?: RunNotebookCreateRunOptionalParams): Promise<SimplePollerLike<OperationState<RunNotebookCreateRunResponse>, RunNotebookCreateRunResponse>>;
|
|
10595
10595
|
/**
|
|
10596
10596
|
* Run notebook
|
|
10597
|
-
* @param runId Notebook run id.
|
|
10598
|
-
* @param runNotebookRequest Run notebook request payload.
|
|
10599
|
-
* @param options The options parameters.
|
|
10597
|
+
* @param runId - Notebook run id.
|
|
10598
|
+
* @param runNotebookRequest - Run notebook request payload.
|
|
10599
|
+
* @param options - The options parameters.
|
|
10600
10600
|
*/
|
|
10601
10601
|
beginCreateRunAndWait(runId: string, runNotebookRequest: RunNotebookRequest, options?: RunNotebookCreateRunOptionalParams): Promise<RunNotebookCreateRunResponse>;
|
|
10602
10602
|
/**
|
|
10603
10603
|
* Get RunNotebook Status for run id.
|
|
10604
|
-
* @param runId Notebook run id.
|
|
10605
|
-
* @param options The options parameters.
|
|
10604
|
+
* @param runId - Notebook run id.
|
|
10605
|
+
* @param options - The options parameters.
|
|
10606
10606
|
*/
|
|
10607
10607
|
getStatus(runId: string, options?: RunNotebookGetStatusOptionalParams): Promise<RunNotebookGetStatusResponse>;
|
|
10608
10608
|
/**
|
|
10609
10609
|
* Cancel notebook run.
|
|
10610
|
-
* @param runId Notebook run id.
|
|
10611
|
-
* @param options The options parameters.
|
|
10610
|
+
* @param runId - Notebook run id.
|
|
10611
|
+
* @param options - The options parameters.
|
|
10612
10612
|
*/
|
|
10613
10613
|
cancelRun(runId: string, options?: RunNotebookCancelRunOptionalParams): Promise<RunNotebookCancelRunResponse>;
|
|
10614
10614
|
/**
|
|
10615
10615
|
* Get RunNotebook Snapshot for run id.
|
|
10616
|
-
* @param runId Notebook run id.
|
|
10617
|
-
* @param options The options parameters.
|
|
10616
|
+
* @param runId - Notebook run id.
|
|
10617
|
+
* @param options - The options parameters.
|
|
10618
10618
|
*/
|
|
10619
10619
|
getSnapshot(runId: string, options?: RunNotebookGetSnapshotOptionalParams): Promise<RunNotebookGetSnapshotResponse>;
|
|
10620
10620
|
}
|
|
@@ -10833,43 +10833,43 @@ export declare interface RunQueryFilter {
|
|
|
10833
10833
|
}
|
|
10834
10834
|
|
|
10835
10835
|
/**
|
|
10836
|
-
* Defines values for RunQueryFilterOperand.
|
|
10836
|
+
* Defines values for RunQueryFilterOperand.
|
|
10837
10837
|
* {@link KnownRunQueryFilterOperand} can be used interchangeably with RunQueryFilterOperand,
|
|
10838
10838
|
* this enum contains the known values that the service supports.
|
|
10839
10839
|
* ### Known values supported by the service
|
|
10840
|
-
* **PipelineName**
|
|
10841
|
-
* **Status**
|
|
10842
|
-
* **RunStart**
|
|
10843
|
-
* **RunEnd**
|
|
10844
|
-
* **ActivityName**
|
|
10845
|
-
* **ActivityRunStart**
|
|
10846
|
-
* **ActivityRunEnd**
|
|
10847
|
-
* **ActivityType**
|
|
10848
|
-
* **TriggerName**
|
|
10849
|
-
* **TriggerRunTimestamp**
|
|
10850
|
-
* **RunGroupId**
|
|
10840
|
+
* **PipelineName**
|
|
10841
|
+
* **Status**
|
|
10842
|
+
* **RunStart**
|
|
10843
|
+
* **RunEnd**
|
|
10844
|
+
* **ActivityName**
|
|
10845
|
+
* **ActivityRunStart**
|
|
10846
|
+
* **ActivityRunEnd**
|
|
10847
|
+
* **ActivityType**
|
|
10848
|
+
* **TriggerName**
|
|
10849
|
+
* **TriggerRunTimestamp**
|
|
10850
|
+
* **RunGroupId**
|
|
10851
10851
|
* **LatestOnly**
|
|
10852
10852
|
*/
|
|
10853
10853
|
export declare type RunQueryFilterOperand = string;
|
|
10854
10854
|
|
|
10855
10855
|
/**
|
|
10856
|
-
* Defines values for RunQueryFilterOperator.
|
|
10856
|
+
* Defines values for RunQueryFilterOperator.
|
|
10857
10857
|
* {@link KnownRunQueryFilterOperator} can be used interchangeably with RunQueryFilterOperator,
|
|
10858
10858
|
* this enum contains the known values that the service supports.
|
|
10859
10859
|
* ### Known values supported by the service
|
|
10860
|
-
* **Equals**
|
|
10861
|
-
* **NotEquals**
|
|
10862
|
-
* **In**
|
|
10860
|
+
* **Equals**
|
|
10861
|
+
* **NotEquals**
|
|
10862
|
+
* **In**
|
|
10863
10863
|
* **NotIn**
|
|
10864
10864
|
*/
|
|
10865
10865
|
export declare type RunQueryFilterOperator = string;
|
|
10866
10866
|
|
|
10867
10867
|
/**
|
|
10868
|
-
* Defines values for RunQueryOrder.
|
|
10868
|
+
* Defines values for RunQueryOrder.
|
|
10869
10869
|
* {@link KnownRunQueryOrder} can be used interchangeably with RunQueryOrder,
|
|
10870
10870
|
* this enum contains the known values that the service supports.
|
|
10871
10871
|
* ### Known values supported by the service
|
|
10872
|
-
* **ASC**
|
|
10872
|
+
* **ASC**
|
|
10873
10873
|
* **DESC**
|
|
10874
10874
|
*/
|
|
10875
10875
|
export declare type RunQueryOrder = string;
|
|
@@ -10883,18 +10883,18 @@ export declare interface RunQueryOrderBy {
|
|
|
10883
10883
|
}
|
|
10884
10884
|
|
|
10885
10885
|
/**
|
|
10886
|
-
* Defines values for RunQueryOrderByField.
|
|
10886
|
+
* Defines values for RunQueryOrderByField.
|
|
10887
10887
|
* {@link KnownRunQueryOrderByField} can be used interchangeably with RunQueryOrderByField,
|
|
10888
10888
|
* this enum contains the known values that the service supports.
|
|
10889
10889
|
* ### Known values supported by the service
|
|
10890
|
-
* **RunStart**
|
|
10891
|
-
* **RunEnd**
|
|
10892
|
-
* **PipelineName**
|
|
10893
|
-
* **Status**
|
|
10894
|
-
* **ActivityName**
|
|
10895
|
-
* **ActivityRunStart**
|
|
10896
|
-
* **ActivityRunEnd**
|
|
10897
|
-
* **TriggerName**
|
|
10890
|
+
* **RunStart**
|
|
10891
|
+
* **RunEnd**
|
|
10892
|
+
* **PipelineName**
|
|
10893
|
+
* **Status**
|
|
10894
|
+
* **ActivityName**
|
|
10895
|
+
* **ActivityRunStart**
|
|
10896
|
+
* **ActivityRunEnd**
|
|
10897
|
+
* **TriggerName**
|
|
10898
10898
|
* **TriggerRunTimestamp**
|
|
10899
10899
|
*/
|
|
10900
10900
|
export declare type RunQueryOrderByField = string;
|
|
@@ -11078,11 +11078,11 @@ export declare interface SalesforceSink extends CopySink {
|
|
|
11078
11078
|
}
|
|
11079
11079
|
|
|
11080
11080
|
/**
|
|
11081
|
-
* Defines values for SalesforceSinkWriteBehavior.
|
|
11081
|
+
* Defines values for SalesforceSinkWriteBehavior.
|
|
11082
11082
|
* {@link KnownSalesforceSinkWriteBehavior} can be used interchangeably with SalesforceSinkWriteBehavior,
|
|
11083
11083
|
* this enum contains the known values that the service supports.
|
|
11084
11084
|
* ### Known values supported by the service
|
|
11085
|
-
* **Insert**
|
|
11085
|
+
* **Insert**
|
|
11086
11086
|
* **Upsert**
|
|
11087
11087
|
*/
|
|
11088
11088
|
export declare type SalesforceSinkWriteBehavior = string;
|
|
@@ -11098,11 +11098,11 @@ export declare interface SalesforceSource extends TabularSource {
|
|
|
11098
11098
|
}
|
|
11099
11099
|
|
|
11100
11100
|
/**
|
|
11101
|
-
* Defines values for SalesforceSourceReadBehavior.
|
|
11101
|
+
* Defines values for SalesforceSourceReadBehavior.
|
|
11102
11102
|
* {@link KnownSalesforceSourceReadBehavior} can be used interchangeably with SalesforceSourceReadBehavior,
|
|
11103
11103
|
* this enum contains the known values that the service supports.
|
|
11104
11104
|
* ### Known values supported by the service
|
|
11105
|
-
* **Query**
|
|
11105
|
+
* **Query**
|
|
11106
11106
|
* **QueryAll**
|
|
11107
11107
|
*/
|
|
11108
11108
|
export declare type SalesforceSourceReadBehavior = string;
|
|
@@ -11148,11 +11148,11 @@ export declare interface SalesforceV2Sink extends CopySink {
|
|
|
11148
11148
|
}
|
|
11149
11149
|
|
|
11150
11150
|
/**
|
|
11151
|
-
* Defines values for SalesforceV2SinkWriteBehavior.
|
|
11151
|
+
* Defines values for SalesforceV2SinkWriteBehavior.
|
|
11152
11152
|
* {@link KnownSalesforceV2SinkWriteBehavior} can be used interchangeably with SalesforceV2SinkWriteBehavior,
|
|
11153
11153
|
* this enum contains the known values that the service supports.
|
|
11154
11154
|
* ### Known values supported by the service
|
|
11155
|
-
* **Insert**
|
|
11155
|
+
* **Insert**
|
|
11156
11156
|
* **Upsert**
|
|
11157
11157
|
*/
|
|
11158
11158
|
export declare type SalesforceV2SinkWriteBehavior = string;
|
|
@@ -11232,11 +11232,11 @@ export declare interface SapCloudForCustomerSink extends CopySink {
|
|
|
11232
11232
|
}
|
|
11233
11233
|
|
|
11234
11234
|
/**
|
|
11235
|
-
* Defines values for SapCloudForCustomerSinkWriteBehavior.
|
|
11235
|
+
* Defines values for SapCloudForCustomerSinkWriteBehavior.
|
|
11236
11236
|
* {@link KnownSapCloudForCustomerSinkWriteBehavior} can be used interchangeably with SapCloudForCustomerSinkWriteBehavior,
|
|
11237
11237
|
* this enum contains the known values that the service supports.
|
|
11238
11238
|
* ### Known values supported by the service
|
|
11239
|
-
* **Insert**
|
|
11239
|
+
* **Insert**
|
|
11240
11240
|
* **Update**
|
|
11241
11241
|
*/
|
|
11242
11242
|
export declare type SapCloudForCustomerSinkWriteBehavior = string;
|
|
@@ -11284,11 +11284,11 @@ export declare interface SapEccSource extends TabularSource {
|
|
|
11284
11284
|
}
|
|
11285
11285
|
|
|
11286
11286
|
/**
|
|
11287
|
-
* Defines values for SapHanaAuthenticationType.
|
|
11287
|
+
* Defines values for SapHanaAuthenticationType.
|
|
11288
11288
|
* {@link KnownSapHanaAuthenticationType} can be used interchangeably with SapHanaAuthenticationType,
|
|
11289
11289
|
* this enum contains the known values that the service supports.
|
|
11290
11290
|
* ### Known values supported by the service
|
|
11291
|
-
* **Basic**
|
|
11291
|
+
* **Basic**
|
|
11292
11292
|
* **Windows**
|
|
11293
11293
|
*/
|
|
11294
11294
|
export declare type SapHanaAuthenticationType = string;
|
|
@@ -11312,12 +11312,12 @@ export declare interface SapHanaLinkedService extends LinkedService {
|
|
|
11312
11312
|
}
|
|
11313
11313
|
|
|
11314
11314
|
/**
|
|
11315
|
-
* Defines values for SapHanaPartitionOption.
|
|
11315
|
+
* Defines values for SapHanaPartitionOption.
|
|
11316
11316
|
* {@link KnownSapHanaPartitionOption} can be used interchangeably with SapHanaPartitionOption,
|
|
11317
11317
|
* this enum contains the known values that the service supports.
|
|
11318
11318
|
* ### Known values supported by the service
|
|
11319
|
-
* **None**
|
|
11320
|
-
* **PhysicalPartitionsOfTable**
|
|
11319
|
+
* **None**
|
|
11320
|
+
* **PhysicalPartitionsOfTable**
|
|
11321
11321
|
* **SapHanaDynamicRange**
|
|
11322
11322
|
*/
|
|
11323
11323
|
export declare type SapHanaPartitionOption = string;
|
|
@@ -11511,15 +11511,15 @@ export declare interface SapTableLinkedService extends LinkedService {
|
|
|
11511
11511
|
}
|
|
11512
11512
|
|
|
11513
11513
|
/**
|
|
11514
|
-
* Defines values for SapTablePartitionOption.
|
|
11514
|
+
* Defines values for SapTablePartitionOption.
|
|
11515
11515
|
* {@link KnownSapTablePartitionOption} can be used interchangeably with SapTablePartitionOption,
|
|
11516
11516
|
* this enum contains the known values that the service supports.
|
|
11517
11517
|
* ### Known values supported by the service
|
|
11518
|
-
* **None**
|
|
11519
|
-
* **PartitionOnInt**
|
|
11520
|
-
* **PartitionOnCalendarYear**
|
|
11521
|
-
* **PartitionOnCalendarMonth**
|
|
11522
|
-
* **PartitionOnCalendarDate**
|
|
11518
|
+
* **None**
|
|
11519
|
+
* **PartitionOnInt**
|
|
11520
|
+
* **PartitionOnCalendarYear**
|
|
11521
|
+
* **PartitionOnCalendarMonth**
|
|
11522
|
+
* **PartitionOnCalendarDate**
|
|
11523
11523
|
* **PartitionOnTime**
|
|
11524
11524
|
*/
|
|
11525
11525
|
export declare type SapTablePartitionOption = string;
|
|
@@ -11569,12 +11569,12 @@ export declare interface SapTableSource extends TabularSource {
|
|
|
11569
11569
|
}
|
|
11570
11570
|
|
|
11571
11571
|
/**
|
|
11572
|
-
* Defines values for SchedulerCurrentState.
|
|
11572
|
+
* Defines values for SchedulerCurrentState.
|
|
11573
11573
|
* {@link KnownSchedulerCurrentState} can be used interchangeably with SchedulerCurrentState,
|
|
11574
11574
|
* this enum contains the known values that the service supports.
|
|
11575
11575
|
* ### Known values supported by the service
|
|
11576
|
-
* **Queued**
|
|
11577
|
-
* **Scheduled**
|
|
11576
|
+
* **Queued**
|
|
11577
|
+
* **Scheduled**
|
|
11578
11578
|
* **Ended**
|
|
11579
11579
|
*/
|
|
11580
11580
|
export declare type SchedulerCurrentState = string;
|
|
@@ -11630,11 +11630,11 @@ export declare interface ScriptActivity extends ExecutionActivity {
|
|
|
11630
11630
|
}
|
|
11631
11631
|
|
|
11632
11632
|
/**
|
|
11633
|
-
* Defines values for ScriptActivityLogDestination.
|
|
11633
|
+
* Defines values for ScriptActivityLogDestination.
|
|
11634
11634
|
* {@link KnownScriptActivityLogDestination} can be used interchangeably with ScriptActivityLogDestination,
|
|
11635
11635
|
* this enum contains the known values that the service supports.
|
|
11636
11636
|
* ### Known values supported by the service
|
|
11637
|
-
* **ActivityOutput**
|
|
11637
|
+
* **ActivityOutput**
|
|
11638
11638
|
* **ExternalStore**
|
|
11639
11639
|
*/
|
|
11640
11640
|
export declare type ScriptActivityLogDestination = string;
|
|
@@ -11654,32 +11654,32 @@ export declare interface ScriptActivityParameter {
|
|
|
11654
11654
|
}
|
|
11655
11655
|
|
|
11656
11656
|
/**
|
|
11657
|
-
* Defines values for ScriptActivityParameterDirection.
|
|
11657
|
+
* Defines values for ScriptActivityParameterDirection.
|
|
11658
11658
|
* {@link KnownScriptActivityParameterDirection} can be used interchangeably with ScriptActivityParameterDirection,
|
|
11659
11659
|
* this enum contains the known values that the service supports.
|
|
11660
11660
|
* ### Known values supported by the service
|
|
11661
|
-
* **Input**
|
|
11662
|
-
* **Output**
|
|
11661
|
+
* **Input**
|
|
11662
|
+
* **Output**
|
|
11663
11663
|
* **InputOutput**
|
|
11664
11664
|
*/
|
|
11665
11665
|
export declare type ScriptActivityParameterDirection = string;
|
|
11666
11666
|
|
|
11667
11667
|
/**
|
|
11668
|
-
* Defines values for ScriptActivityParameterType.
|
|
11668
|
+
* Defines values for ScriptActivityParameterType.
|
|
11669
11669
|
* {@link KnownScriptActivityParameterType} can be used interchangeably with ScriptActivityParameterType,
|
|
11670
11670
|
* this enum contains the known values that the service supports.
|
|
11671
11671
|
* ### Known values supported by the service
|
|
11672
|
-
* **Boolean**
|
|
11673
|
-
* **DateTime**
|
|
11674
|
-
* **DateTimeOffset**
|
|
11675
|
-
* **Decimal**
|
|
11676
|
-
* **Double**
|
|
11677
|
-
* **Guid**
|
|
11678
|
-
* **Int16**
|
|
11679
|
-
* **Int32**
|
|
11680
|
-
* **Int64**
|
|
11681
|
-
* **Single**
|
|
11682
|
-
* **String**
|
|
11672
|
+
* **Boolean**
|
|
11673
|
+
* **DateTime**
|
|
11674
|
+
* **DateTimeOffset**
|
|
11675
|
+
* **Decimal**
|
|
11676
|
+
* **Double**
|
|
11677
|
+
* **Guid**
|
|
11678
|
+
* **Int16**
|
|
11679
|
+
* **Int32**
|
|
11680
|
+
* **Int64**
|
|
11681
|
+
* **Single**
|
|
11682
|
+
* **String**
|
|
11683
11683
|
* **Timespan**
|
|
11684
11684
|
*/
|
|
11685
11685
|
export declare type ScriptActivityParameterType = string;
|
|
@@ -11703,11 +11703,11 @@ export declare interface ScriptActivityTypePropertiesLogSettings {
|
|
|
11703
11703
|
}
|
|
11704
11704
|
|
|
11705
11705
|
/**
|
|
11706
|
-
* Defines values for ScriptType.
|
|
11706
|
+
* Defines values for ScriptType.
|
|
11707
11707
|
* {@link KnownScriptType} can be used interchangeably with ScriptType,
|
|
11708
11708
|
* this enum contains the known values that the service supports.
|
|
11709
11709
|
* ### Known values supported by the service
|
|
11710
|
-
* **Query**
|
|
11710
|
+
* **Query**
|
|
11711
11711
|
* **NonQuery**
|
|
11712
11712
|
*/
|
|
11713
11713
|
export declare type ScriptType = string;
|
|
@@ -11755,11 +11755,11 @@ export declare interface SelfHostedIntegrationRuntime extends IntegrationRuntime
|
|
|
11755
11755
|
}
|
|
11756
11756
|
|
|
11757
11757
|
/**
|
|
11758
|
-
* Defines values for ServiceNowAuthenticationType.
|
|
11758
|
+
* Defines values for ServiceNowAuthenticationType.
|
|
11759
11759
|
* {@link KnownServiceNowAuthenticationType} can be used interchangeably with ServiceNowAuthenticationType,
|
|
11760
11760
|
* this enum contains the known values that the service supports.
|
|
11761
11761
|
* ### Known values supported by the service
|
|
11762
|
-
* **Basic**
|
|
11762
|
+
* **Basic**
|
|
11763
11763
|
* **OAuth2**
|
|
11764
11764
|
*/
|
|
11765
11765
|
export declare type ServiceNowAuthenticationType = string;
|
|
@@ -11807,11 +11807,11 @@ export declare interface ServiceNowSource extends TabularSource {
|
|
|
11807
11807
|
}
|
|
11808
11808
|
|
|
11809
11809
|
/**
|
|
11810
|
-
* Defines values for ServiceNowV2AuthenticationType.
|
|
11810
|
+
* Defines values for ServiceNowV2AuthenticationType.
|
|
11811
11811
|
* {@link KnownServiceNowV2AuthenticationType} can be used interchangeably with ServiceNowV2AuthenticationType,
|
|
11812
11812
|
* this enum contains the known values that the service supports.
|
|
11813
11813
|
* ### Known values supported by the service
|
|
11814
|
-
* **Basic**
|
|
11814
|
+
* **Basic**
|
|
11815
11815
|
* **OAuth2**
|
|
11816
11816
|
*/
|
|
11817
11817
|
export declare type ServiceNowV2AuthenticationType = string;
|
|
@@ -11867,11 +11867,11 @@ export declare interface SetVariableActivity extends ControlActivity {
|
|
|
11867
11867
|
}
|
|
11868
11868
|
|
|
11869
11869
|
/**
|
|
11870
|
-
* Defines values for SftpAuthenticationType.
|
|
11870
|
+
* Defines values for SftpAuthenticationType.
|
|
11871
11871
|
* {@link KnownSftpAuthenticationType} can be used interchangeably with SftpAuthenticationType,
|
|
11872
11872
|
* this enum contains the known values that the service supports.
|
|
11873
11873
|
* ### Known values supported by the service
|
|
11874
|
-
* **Basic**
|
|
11874
|
+
* **Basic**
|
|
11875
11875
|
* **SshPublicKey**
|
|
11876
11876
|
*/
|
|
11877
11877
|
export declare type SftpAuthenticationType = string;
|
|
@@ -12043,12 +12043,12 @@ export declare interface SmartsheetLinkedService extends LinkedService {
|
|
|
12043
12043
|
}
|
|
12044
12044
|
|
|
12045
12045
|
/**
|
|
12046
|
-
* Defines values for SnowflakeAuthenticationType.
|
|
12046
|
+
* Defines values for SnowflakeAuthenticationType.
|
|
12047
12047
|
* {@link KnownSnowflakeAuthenticationType} can be used interchangeably with SnowflakeAuthenticationType,
|
|
12048
12048
|
* this enum contains the known values that the service supports.
|
|
12049
12049
|
* ### Known values supported by the service
|
|
12050
|
-
* **Basic**
|
|
12051
|
-
* **KeyPair**
|
|
12050
|
+
* **Basic**
|
|
12051
|
+
* **KeyPair**
|
|
12052
12052
|
* **AADServicePrincipal**
|
|
12053
12053
|
*/
|
|
12054
12054
|
export declare type SnowflakeAuthenticationType = string;
|
|
@@ -12186,13 +12186,13 @@ export declare interface SnowflakeV2Source extends CopySource {
|
|
|
12186
12186
|
}
|
|
12187
12187
|
|
|
12188
12188
|
/**
|
|
12189
|
-
* Defines values for SparkAuthenticationType.
|
|
12189
|
+
* Defines values for SparkAuthenticationType.
|
|
12190
12190
|
* {@link KnownSparkAuthenticationType} can be used interchangeably with SparkAuthenticationType,
|
|
12191
12191
|
* this enum contains the known values that the service supports.
|
|
12192
12192
|
* ### Known values supported by the service
|
|
12193
|
-
* **Anonymous**
|
|
12194
|
-
* **Username**
|
|
12195
|
-
* **UsernameAndPassword**
|
|
12193
|
+
* **Anonymous**
|
|
12194
|
+
* **Username**
|
|
12195
|
+
* **UsernameAndPassword**
|
|
12196
12196
|
* **WindowsAzureHDInsightService**
|
|
12197
12197
|
*/
|
|
12198
12198
|
export declare type SparkAuthenticationType = string;
|
|
@@ -12240,13 +12240,13 @@ export declare interface SparkBatchJob {
|
|
|
12240
12240
|
}
|
|
12241
12241
|
|
|
12242
12242
|
/**
|
|
12243
|
-
* Defines values for SparkBatchJobResultType.
|
|
12243
|
+
* Defines values for SparkBatchJobResultType.
|
|
12244
12244
|
* {@link KnownSparkBatchJobResultType} can be used interchangeably with SparkBatchJobResultType,
|
|
12245
12245
|
* this enum contains the known values that the service supports.
|
|
12246
12246
|
* ### Known values supported by the service
|
|
12247
|
-
* **Uncertain**
|
|
12248
|
-
* **Succeeded**
|
|
12249
|
-
* **Failed**
|
|
12247
|
+
* **Uncertain**
|
|
12248
|
+
* **Succeeded**
|
|
12249
|
+
* **Failed**
|
|
12250
12250
|
* **Cancelled**
|
|
12251
12251
|
*/
|
|
12252
12252
|
export declare type SparkBatchJobResultType = string;
|
|
@@ -12349,53 +12349,53 @@ export declare interface SparkConfigurationListResponse {
|
|
|
12349
12349
|
export declare interface SparkConfigurationOperations {
|
|
12350
12350
|
/**
|
|
12351
12351
|
* Lists sparkconfigurations.
|
|
12352
|
-
* @param options The options parameters.
|
|
12352
|
+
* @param options - The options parameters.
|
|
12353
12353
|
*/
|
|
12354
12354
|
listSparkConfigurationsByWorkspace(options?: SparkConfigurationGetSparkConfigurationsByWorkspaceOptionalParams): PagedAsyncIterableIterator<SparkConfigurationResource>;
|
|
12355
12355
|
/**
|
|
12356
12356
|
* Creates or updates a sparkconfiguration.
|
|
12357
|
-
* @param sparkConfigurationName The spark Configuration name.
|
|
12358
|
-
* @param sparkConfiguration SparkConfiguration resource definition.
|
|
12359
|
-
* @param options The options parameters.
|
|
12357
|
+
* @param sparkConfigurationName - The spark Configuration name.
|
|
12358
|
+
* @param sparkConfiguration - SparkConfiguration resource definition.
|
|
12359
|
+
* @param options - The options parameters.
|
|
12360
12360
|
*/
|
|
12361
12361
|
beginCreateOrUpdateSparkConfiguration(sparkConfigurationName: string, sparkConfiguration: SparkConfigurationResource, options?: SparkConfigurationCreateOrUpdateSparkConfigurationOptionalParams): Promise<SimplePollerLike<OperationState<SparkConfigurationCreateOrUpdateSparkConfigurationResponse>, SparkConfigurationCreateOrUpdateSparkConfigurationResponse>>;
|
|
12362
12362
|
/**
|
|
12363
12363
|
* Creates or updates a sparkconfiguration.
|
|
12364
|
-
* @param sparkConfigurationName The spark Configuration name.
|
|
12365
|
-
* @param sparkConfiguration SparkConfiguration resource definition.
|
|
12366
|
-
* @param options The options parameters.
|
|
12364
|
+
* @param sparkConfigurationName - The spark Configuration name.
|
|
12365
|
+
* @param sparkConfiguration - SparkConfiguration resource definition.
|
|
12366
|
+
* @param options - The options parameters.
|
|
12367
12367
|
*/
|
|
12368
12368
|
beginCreateOrUpdateSparkConfigurationAndWait(sparkConfigurationName: string, sparkConfiguration: SparkConfigurationResource, options?: SparkConfigurationCreateOrUpdateSparkConfigurationOptionalParams): Promise<SparkConfigurationCreateOrUpdateSparkConfigurationResponse>;
|
|
12369
12369
|
/**
|
|
12370
12370
|
* Gets a sparkConfiguration.
|
|
12371
|
-
* @param sparkConfigurationName The spark Configuration name.
|
|
12372
|
-
* @param options The options parameters.
|
|
12371
|
+
* @param sparkConfigurationName - The spark Configuration name.
|
|
12372
|
+
* @param options - The options parameters.
|
|
12373
12373
|
*/
|
|
12374
12374
|
getSparkConfiguration(sparkConfigurationName: string, options?: SparkConfigurationGetSparkConfigurationOptionalParams): Promise<SparkConfigurationGetSparkConfigurationResponse>;
|
|
12375
12375
|
/**
|
|
12376
12376
|
* Deletes a sparkConfiguration.
|
|
12377
|
-
* @param sparkConfigurationName The spark Configuration name.
|
|
12378
|
-
* @param options The options parameters.
|
|
12377
|
+
* @param sparkConfigurationName - The spark Configuration name.
|
|
12378
|
+
* @param options - The options parameters.
|
|
12379
12379
|
*/
|
|
12380
12380
|
beginDeleteSparkConfiguration(sparkConfigurationName: string, options?: SparkConfigurationDeleteSparkConfigurationOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
12381
12381
|
/**
|
|
12382
12382
|
* Deletes a sparkConfiguration.
|
|
12383
|
-
* @param sparkConfigurationName The spark Configuration name.
|
|
12384
|
-
* @param options The options parameters.
|
|
12383
|
+
* @param sparkConfigurationName - The spark Configuration name.
|
|
12384
|
+
* @param options - The options parameters.
|
|
12385
12385
|
*/
|
|
12386
12386
|
beginDeleteSparkConfigurationAndWait(sparkConfigurationName: string, options?: SparkConfigurationDeleteSparkConfigurationOptionalParams): Promise<void>;
|
|
12387
12387
|
/**
|
|
12388
12388
|
* Renames a sparkConfiguration.
|
|
12389
|
-
* @param sparkConfigurationName The spark Configuration name.
|
|
12390
|
-
* @param request proposed new name.
|
|
12391
|
-
* @param options The options parameters.
|
|
12389
|
+
* @param sparkConfigurationName - The spark Configuration name.
|
|
12390
|
+
* @param request - proposed new name.
|
|
12391
|
+
* @param options - The options parameters.
|
|
12392
12392
|
*/
|
|
12393
12393
|
beginRenameSparkConfiguration(sparkConfigurationName: string, request: ArtifactRenameRequest, options?: SparkConfigurationRenameSparkConfigurationOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
12394
12394
|
/**
|
|
12395
12395
|
* Renames a sparkConfiguration.
|
|
12396
|
-
* @param sparkConfigurationName The spark Configuration name.
|
|
12397
|
-
* @param request proposed new name.
|
|
12398
|
-
* @param options The options parameters.
|
|
12396
|
+
* @param sparkConfigurationName - The spark Configuration name.
|
|
12397
|
+
* @param request - proposed new name.
|
|
12398
|
+
* @param options - The options parameters.
|
|
12399
12399
|
*/
|
|
12400
12400
|
beginRenameSparkConfigurationAndWait(sparkConfigurationName: string, request: ArtifactRenameRequest, options?: SparkConfigurationRenameSparkConfigurationOptionalParams): Promise<void>;
|
|
12401
12401
|
}
|
|
@@ -12417,7 +12417,7 @@ export declare interface SparkConfigurationReference {
|
|
|
12417
12417
|
}
|
|
12418
12418
|
|
|
12419
12419
|
/**
|
|
12420
|
-
* Defines values for SparkConfigurationReferenceType.
|
|
12420
|
+
* Defines values for SparkConfigurationReferenceType.
|
|
12421
12421
|
* {@link KnownSparkConfigurationReferenceType} can be used interchangeably with SparkConfigurationReferenceType,
|
|
12422
12422
|
* this enum contains the known values that the service supports.
|
|
12423
12423
|
* ### Known values supported by the service
|
|
@@ -12440,13 +12440,13 @@ export declare interface SparkConfigurationResource extends SubResource {
|
|
|
12440
12440
|
}
|
|
12441
12441
|
|
|
12442
12442
|
/**
|
|
12443
|
-
* Defines values for SparkErrorSource.
|
|
12443
|
+
* Defines values for SparkErrorSource.
|
|
12444
12444
|
* {@link KnownSparkErrorSource} can be used interchangeably with SparkErrorSource,
|
|
12445
12445
|
* this enum contains the known values that the service supports.
|
|
12446
12446
|
* ### Known values supported by the service
|
|
12447
|
-
* **System**
|
|
12448
|
-
* **User**
|
|
12449
|
-
* **Unknown**
|
|
12447
|
+
* **System**
|
|
12448
|
+
* **User**
|
|
12449
|
+
* **Unknown**
|
|
12450
12450
|
* **Dependency**
|
|
12451
12451
|
*/
|
|
12452
12452
|
export declare type SparkErrorSource = string;
|
|
@@ -12547,77 +12547,77 @@ export declare type SparkJobDefinitionGetSparkJobDefinitionsByWorkspaceResponse
|
|
|
12547
12547
|
export declare interface SparkJobDefinitionOperations {
|
|
12548
12548
|
/**
|
|
12549
12549
|
* Lists spark job definitions.
|
|
12550
|
-
* @param options The options parameters.
|
|
12550
|
+
* @param options - The options parameters.
|
|
12551
12551
|
*/
|
|
12552
12552
|
listSparkJobDefinitionsByWorkspace(options?: SparkJobDefinitionGetSparkJobDefinitionsByWorkspaceOptionalParams): PagedAsyncIterableIterator<SparkJobDefinitionResource>;
|
|
12553
12553
|
/**
|
|
12554
12554
|
* Creates or updates a Spark Job Definition.
|
|
12555
|
-
* @param sparkJobDefinitionName The spark job definition name.
|
|
12556
|
-
* @param sparkJobDefinition Spark Job Definition resource definition.
|
|
12557
|
-
* @param options The options parameters.
|
|
12555
|
+
* @param sparkJobDefinitionName - The spark job definition name.
|
|
12556
|
+
* @param sparkJobDefinition - Spark Job Definition resource definition.
|
|
12557
|
+
* @param options - The options parameters.
|
|
12558
12558
|
*/
|
|
12559
12559
|
beginCreateOrUpdateSparkJobDefinition(sparkJobDefinitionName: string, sparkJobDefinition: SparkJobDefinitionResource, options?: SparkJobDefinitionCreateOrUpdateSparkJobDefinitionOptionalParams): Promise<SimplePollerLike<OperationState<SparkJobDefinitionCreateOrUpdateSparkJobDefinitionResponse>, SparkJobDefinitionCreateOrUpdateSparkJobDefinitionResponse>>;
|
|
12560
12560
|
/**
|
|
12561
12561
|
* Creates or updates a Spark Job Definition.
|
|
12562
|
-
* @param sparkJobDefinitionName The spark job definition name.
|
|
12563
|
-
* @param sparkJobDefinition Spark Job Definition resource definition.
|
|
12564
|
-
* @param options The options parameters.
|
|
12562
|
+
* @param sparkJobDefinitionName - The spark job definition name.
|
|
12563
|
+
* @param sparkJobDefinition - Spark Job Definition resource definition.
|
|
12564
|
+
* @param options - The options parameters.
|
|
12565
12565
|
*/
|
|
12566
12566
|
beginCreateOrUpdateSparkJobDefinitionAndWait(sparkJobDefinitionName: string, sparkJobDefinition: SparkJobDefinitionResource, options?: SparkJobDefinitionCreateOrUpdateSparkJobDefinitionOptionalParams): Promise<SparkJobDefinitionCreateOrUpdateSparkJobDefinitionResponse>;
|
|
12567
12567
|
/**
|
|
12568
12568
|
* Gets a Spark Job Definition.
|
|
12569
|
-
* @param sparkJobDefinitionName The spark job definition name.
|
|
12570
|
-
* @param options The options parameters.
|
|
12569
|
+
* @param sparkJobDefinitionName - The spark job definition name.
|
|
12570
|
+
* @param options - The options parameters.
|
|
12571
12571
|
*/
|
|
12572
12572
|
getSparkJobDefinition(sparkJobDefinitionName: string, options?: SparkJobDefinitionGetSparkJobDefinitionOptionalParams): Promise<SparkJobDefinitionGetSparkJobDefinitionResponse>;
|
|
12573
12573
|
/**
|
|
12574
12574
|
* Deletes a Spark Job Definition.
|
|
12575
|
-
* @param sparkJobDefinitionName The spark job definition name.
|
|
12576
|
-
* @param options The options parameters.
|
|
12575
|
+
* @param sparkJobDefinitionName - The spark job definition name.
|
|
12576
|
+
* @param options - The options parameters.
|
|
12577
12577
|
*/
|
|
12578
12578
|
beginDeleteSparkJobDefinition(sparkJobDefinitionName: string, options?: SparkJobDefinitionDeleteSparkJobDefinitionOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
12579
12579
|
/**
|
|
12580
12580
|
* Deletes a Spark Job Definition.
|
|
12581
|
-
* @param sparkJobDefinitionName The spark job definition name.
|
|
12582
|
-
* @param options The options parameters.
|
|
12581
|
+
* @param sparkJobDefinitionName - The spark job definition name.
|
|
12582
|
+
* @param options - The options parameters.
|
|
12583
12583
|
*/
|
|
12584
12584
|
beginDeleteSparkJobDefinitionAndWait(sparkJobDefinitionName: string, options?: SparkJobDefinitionDeleteSparkJobDefinitionOptionalParams): Promise<void>;
|
|
12585
12585
|
/**
|
|
12586
12586
|
* Executes the spark job definition.
|
|
12587
|
-
* @param sparkJobDefinitionName The spark job definition name.
|
|
12588
|
-
* @param options The options parameters.
|
|
12587
|
+
* @param sparkJobDefinitionName - The spark job definition name.
|
|
12588
|
+
* @param options - The options parameters.
|
|
12589
12589
|
*/
|
|
12590
12590
|
beginExecuteSparkJobDefinition(sparkJobDefinitionName: string, options?: SparkJobDefinitionExecuteSparkJobDefinitionOptionalParams): Promise<SimplePollerLike<OperationState<SparkJobDefinitionExecuteSparkJobDefinitionResponse>, SparkJobDefinitionExecuteSparkJobDefinitionResponse>>;
|
|
12591
12591
|
/**
|
|
12592
12592
|
* Executes the spark job definition.
|
|
12593
|
-
* @param sparkJobDefinitionName The spark job definition name.
|
|
12594
|
-
* @param options The options parameters.
|
|
12593
|
+
* @param sparkJobDefinitionName - The spark job definition name.
|
|
12594
|
+
* @param options - The options parameters.
|
|
12595
12595
|
*/
|
|
12596
12596
|
beginExecuteSparkJobDefinitionAndWait(sparkJobDefinitionName: string, options?: SparkJobDefinitionExecuteSparkJobDefinitionOptionalParams): Promise<SparkJobDefinitionExecuteSparkJobDefinitionResponse>;
|
|
12597
12597
|
/**
|
|
12598
12598
|
* Renames a sparkJobDefinition.
|
|
12599
|
-
* @param sparkJobDefinitionName The spark job definition name.
|
|
12600
|
-
* @param request proposed new name.
|
|
12601
|
-
* @param options The options parameters.
|
|
12599
|
+
* @param sparkJobDefinitionName - The spark job definition name.
|
|
12600
|
+
* @param request - proposed new name.
|
|
12601
|
+
* @param options - The options parameters.
|
|
12602
12602
|
*/
|
|
12603
12603
|
beginRenameSparkJobDefinition(sparkJobDefinitionName: string, request: ArtifactRenameRequest, options?: SparkJobDefinitionRenameSparkJobDefinitionOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
12604
12604
|
/**
|
|
12605
12605
|
* Renames a sparkJobDefinition.
|
|
12606
|
-
* @param sparkJobDefinitionName The spark job definition name.
|
|
12607
|
-
* @param request proposed new name.
|
|
12608
|
-
* @param options The options parameters.
|
|
12606
|
+
* @param sparkJobDefinitionName - The spark job definition name.
|
|
12607
|
+
* @param request - proposed new name.
|
|
12608
|
+
* @param options - The options parameters.
|
|
12609
12609
|
*/
|
|
12610
12610
|
beginRenameSparkJobDefinitionAndWait(sparkJobDefinitionName: string, request: ArtifactRenameRequest, options?: SparkJobDefinitionRenameSparkJobDefinitionOptionalParams): Promise<void>;
|
|
12611
12611
|
/**
|
|
12612
12612
|
* Debug the spark job definition.
|
|
12613
|
-
* @param sparkJobDefinitionAzureResource Spark Job Definition resource definition.
|
|
12614
|
-
* @param options The options parameters.
|
|
12613
|
+
* @param sparkJobDefinitionAzureResource - Spark Job Definition resource definition.
|
|
12614
|
+
* @param options - The options parameters.
|
|
12615
12615
|
*/
|
|
12616
12616
|
beginDebugSparkJobDefinition(sparkJobDefinitionAzureResource: SparkJobDefinitionResource, options?: SparkJobDefinitionDebugSparkJobDefinitionOptionalParams): Promise<SimplePollerLike<OperationState<SparkJobDefinitionDebugSparkJobDefinitionResponse>, SparkJobDefinitionDebugSparkJobDefinitionResponse>>;
|
|
12617
12617
|
/**
|
|
12618
12618
|
* Debug the spark job definition.
|
|
12619
|
-
* @param sparkJobDefinitionAzureResource Spark Job Definition resource definition.
|
|
12620
|
-
* @param options The options parameters.
|
|
12619
|
+
* @param sparkJobDefinitionAzureResource - Spark Job Definition resource definition.
|
|
12620
|
+
* @param options - The options parameters.
|
|
12621
12621
|
*/
|
|
12622
12622
|
beginDebugSparkJobDefinitionAndWait(sparkJobDefinitionAzureResource: SparkJobDefinitionResource, options?: SparkJobDefinitionDebugSparkJobDefinitionOptionalParams): Promise<SparkJobDefinitionDebugSparkJobDefinitionResponse>;
|
|
12623
12623
|
}
|
|
@@ -12677,7 +12677,7 @@ export declare interface SparkJobProperties {
|
|
|
12677
12677
|
}
|
|
12678
12678
|
|
|
12679
12679
|
/**
|
|
12680
|
-
* Defines values for SparkJobReferenceType.
|
|
12680
|
+
* Defines values for SparkJobReferenceType.
|
|
12681
12681
|
* {@link KnownSparkJobReferenceType} can be used interchangeably with SparkJobReferenceType,
|
|
12682
12682
|
* this enum contains the known values that the service supports.
|
|
12683
12683
|
* ### Known values supported by the service
|
|
@@ -12686,11 +12686,11 @@ export declare interface SparkJobProperties {
|
|
|
12686
12686
|
export declare type SparkJobReferenceType = string;
|
|
12687
12687
|
|
|
12688
12688
|
/**
|
|
12689
|
-
* Defines values for SparkJobType.
|
|
12689
|
+
* Defines values for SparkJobType.
|
|
12690
12690
|
* {@link KnownSparkJobType} can be used interchangeably with SparkJobType,
|
|
12691
12691
|
* this enum contains the known values that the service supports.
|
|
12692
12692
|
* ### Known values supported by the service
|
|
12693
|
-
* **SparkBatch**
|
|
12693
|
+
* **SparkBatch**
|
|
12694
12694
|
* **SparkSession**
|
|
12695
12695
|
*/
|
|
12696
12696
|
export declare type SparkJobType = string;
|
|
@@ -12770,12 +12770,12 @@ export declare interface SparkScheduler {
|
|
|
12770
12770
|
}
|
|
12771
12771
|
|
|
12772
12772
|
/**
|
|
12773
|
-
* Defines values for SparkServerType.
|
|
12773
|
+
* Defines values for SparkServerType.
|
|
12774
12774
|
* {@link KnownSparkServerType} can be used interchangeably with SparkServerType,
|
|
12775
12775
|
* this enum contains the known values that the service supports.
|
|
12776
12776
|
* ### Known values supported by the service
|
|
12777
|
-
* **SharkServer**
|
|
12778
|
-
* **SharkServer2**
|
|
12777
|
+
* **SharkServer**
|
|
12778
|
+
* **SharkServer2**
|
|
12779
12779
|
* **SparkThriftServer**
|
|
12780
12780
|
*/
|
|
12781
12781
|
export declare type SparkServerType = string;
|
|
@@ -12804,23 +12804,23 @@ export declare interface SparkSource extends TabularSource {
|
|
|
12804
12804
|
}
|
|
12805
12805
|
|
|
12806
12806
|
/**
|
|
12807
|
-
* Defines values for SparkThriftTransportProtocol.
|
|
12807
|
+
* Defines values for SparkThriftTransportProtocol.
|
|
12808
12808
|
* {@link KnownSparkThriftTransportProtocol} can be used interchangeably with SparkThriftTransportProtocol,
|
|
12809
12809
|
* this enum contains the known values that the service supports.
|
|
12810
12810
|
* ### Known values supported by the service
|
|
12811
|
-
* **Binary**
|
|
12812
|
-
* **SASL**
|
|
12811
|
+
* **Binary**
|
|
12812
|
+
* **SASL**
|
|
12813
12813
|
* **HTTP **
|
|
12814
12814
|
*/
|
|
12815
12815
|
export declare type SparkThriftTransportProtocol = string;
|
|
12816
12816
|
|
|
12817
12817
|
/**
|
|
12818
|
-
* Defines values for SqlAlwaysEncryptedAkvAuthType.
|
|
12818
|
+
* Defines values for SqlAlwaysEncryptedAkvAuthType.
|
|
12819
12819
|
* {@link KnownSqlAlwaysEncryptedAkvAuthType} can be used interchangeably with SqlAlwaysEncryptedAkvAuthType,
|
|
12820
12820
|
* this enum contains the known values that the service supports.
|
|
12821
12821
|
* ### Known values supported by the service
|
|
12822
|
-
* **ServicePrincipal**
|
|
12823
|
-
* **ManagedIdentity**
|
|
12822
|
+
* **ServicePrincipal**
|
|
12823
|
+
* **ManagedIdentity**
|
|
12824
12824
|
* **UserAssignedManagedIdentity**
|
|
12825
12825
|
*/
|
|
12826
12826
|
export declare type SqlAlwaysEncryptedAkvAuthType = string;
|
|
@@ -12852,11 +12852,11 @@ export declare interface SqlConnection {
|
|
|
12852
12852
|
}
|
|
12853
12853
|
|
|
12854
12854
|
/**
|
|
12855
|
-
* Defines values for SqlConnectionType.
|
|
12855
|
+
* Defines values for SqlConnectionType.
|
|
12856
12856
|
* {@link KnownSqlConnectionType} can be used interchangeably with SqlConnectionType,
|
|
12857
12857
|
* this enum contains the known values that the service supports.
|
|
12858
12858
|
* ### Known values supported by the service
|
|
12859
|
-
* **SqlOnDemand**
|
|
12859
|
+
* **SqlOnDemand**
|
|
12860
12860
|
* **SqlPool**
|
|
12861
12861
|
*/
|
|
12862
12862
|
export declare type SqlConnectionType = string;
|
|
@@ -12936,12 +12936,12 @@ export declare interface SqlMISource extends TabularSource {
|
|
|
12936
12936
|
}
|
|
12937
12937
|
|
|
12938
12938
|
/**
|
|
12939
|
-
* Defines values for SqlPartitionOption.
|
|
12939
|
+
* Defines values for SqlPartitionOption.
|
|
12940
12940
|
* {@link KnownSqlPartitionOption} can be used interchangeably with SqlPartitionOption,
|
|
12941
12941
|
* this enum contains the known values that the service supports.
|
|
12942
12942
|
* ### Known values supported by the service
|
|
12943
|
-
* **None**
|
|
12944
|
-
* **PhysicalPartitionsOfTable**
|
|
12943
|
+
* **None**
|
|
12944
|
+
* **PhysicalPartitionsOfTable**
|
|
12945
12945
|
* **DynamicRange**
|
|
12946
12946
|
*/
|
|
12947
12947
|
export declare type SqlPartitionOption = string;
|
|
@@ -13007,7 +13007,7 @@ export declare interface SqlPoolReference {
|
|
|
13007
13007
|
}
|
|
13008
13008
|
|
|
13009
13009
|
/**
|
|
13010
|
-
* Defines values for SqlPoolReferenceType.
|
|
13010
|
+
* Defines values for SqlPoolReferenceType.
|
|
13011
13011
|
* {@link KnownSqlPoolReferenceType} can be used interchangeably with SqlPoolReferenceType,
|
|
13012
13012
|
* this enum contains the known values that the service supports.
|
|
13013
13013
|
* ### Known values supported by the service
|
|
@@ -13019,13 +13019,13 @@ export declare type SqlPoolReferenceType = string;
|
|
|
13019
13019
|
export declare interface SqlPools {
|
|
13020
13020
|
/**
|
|
13021
13021
|
* List Sql Pools
|
|
13022
|
-
* @param options The options parameters.
|
|
13022
|
+
* @param options - The options parameters.
|
|
13023
13023
|
*/
|
|
13024
13024
|
list(options?: SqlPoolsListOptionalParams): Promise<SqlPoolsListResponse>;
|
|
13025
13025
|
/**
|
|
13026
13026
|
* Get Sql Pool
|
|
13027
|
-
* @param sqlPoolName The Sql Pool name
|
|
13028
|
-
* @param options The options parameters.
|
|
13027
|
+
* @param sqlPoolName - The Sql Pool name
|
|
13028
|
+
* @param options - The options parameters.
|
|
13029
13029
|
*/
|
|
13030
13030
|
get(sqlPoolName: string, options?: SqlPoolsGetOptionalParams): Promise<SqlPoolsGetResponse>;
|
|
13031
13031
|
}
|
|
@@ -13146,53 +13146,53 @@ export declare interface SqlScriptMetadata {
|
|
|
13146
13146
|
export declare interface SqlScriptOperations {
|
|
13147
13147
|
/**
|
|
13148
13148
|
* Lists sql scripts.
|
|
13149
|
-
* @param options The options parameters.
|
|
13149
|
+
* @param options - The options parameters.
|
|
13150
13150
|
*/
|
|
13151
13151
|
listSqlScriptsByWorkspace(options?: SqlScriptGetSqlScriptsByWorkspaceOptionalParams): PagedAsyncIterableIterator<SqlScriptResource>;
|
|
13152
13152
|
/**
|
|
13153
13153
|
* Creates or updates a Sql Script.
|
|
13154
|
-
* @param sqlScriptName The sql script name.
|
|
13155
|
-
* @param sqlScript Sql Script resource definition.
|
|
13156
|
-
* @param options The options parameters.
|
|
13154
|
+
* @param sqlScriptName - The sql script name.
|
|
13155
|
+
* @param sqlScript - Sql Script resource definition.
|
|
13156
|
+
* @param options - The options parameters.
|
|
13157
13157
|
*/
|
|
13158
13158
|
beginCreateOrUpdateSqlScript(sqlScriptName: string, sqlScript: SqlScriptResource, options?: SqlScriptCreateOrUpdateSqlScriptOptionalParams): Promise<SimplePollerLike<OperationState<SqlScriptCreateOrUpdateSqlScriptResponse>, SqlScriptCreateOrUpdateSqlScriptResponse>>;
|
|
13159
13159
|
/**
|
|
13160
13160
|
* Creates or updates a Sql Script.
|
|
13161
|
-
* @param sqlScriptName The sql script name.
|
|
13162
|
-
* @param sqlScript Sql Script resource definition.
|
|
13163
|
-
* @param options The options parameters.
|
|
13161
|
+
* @param sqlScriptName - The sql script name.
|
|
13162
|
+
* @param sqlScript - Sql Script resource definition.
|
|
13163
|
+
* @param options - The options parameters.
|
|
13164
13164
|
*/
|
|
13165
13165
|
beginCreateOrUpdateSqlScriptAndWait(sqlScriptName: string, sqlScript: SqlScriptResource, options?: SqlScriptCreateOrUpdateSqlScriptOptionalParams): Promise<SqlScriptCreateOrUpdateSqlScriptResponse>;
|
|
13166
13166
|
/**
|
|
13167
13167
|
* Gets a sql script.
|
|
13168
|
-
* @param sqlScriptName The sql script name.
|
|
13169
|
-
* @param options The options parameters.
|
|
13168
|
+
* @param sqlScriptName - The sql script name.
|
|
13169
|
+
* @param options - The options parameters.
|
|
13170
13170
|
*/
|
|
13171
13171
|
getSqlScript(sqlScriptName: string, options?: SqlScriptGetSqlScriptOptionalParams): Promise<SqlScriptGetSqlScriptResponse>;
|
|
13172
13172
|
/**
|
|
13173
13173
|
* Deletes a Sql Script.
|
|
13174
|
-
* @param sqlScriptName The sql script name.
|
|
13175
|
-
* @param options The options parameters.
|
|
13174
|
+
* @param sqlScriptName - The sql script name.
|
|
13175
|
+
* @param options - The options parameters.
|
|
13176
13176
|
*/
|
|
13177
13177
|
beginDeleteSqlScript(sqlScriptName: string, options?: SqlScriptDeleteSqlScriptOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
13178
13178
|
/**
|
|
13179
13179
|
* Deletes a Sql Script.
|
|
13180
|
-
* @param sqlScriptName The sql script name.
|
|
13181
|
-
* @param options The options parameters.
|
|
13180
|
+
* @param sqlScriptName - The sql script name.
|
|
13181
|
+
* @param options - The options parameters.
|
|
13182
13182
|
*/
|
|
13183
13183
|
beginDeleteSqlScriptAndWait(sqlScriptName: string, options?: SqlScriptDeleteSqlScriptOptionalParams): Promise<void>;
|
|
13184
13184
|
/**
|
|
13185
13185
|
* Renames a sqlScript.
|
|
13186
|
-
* @param sqlScriptName The sql script name.
|
|
13187
|
-
* @param request proposed new name.
|
|
13188
|
-
* @param options The options parameters.
|
|
13186
|
+
* @param sqlScriptName - The sql script name.
|
|
13187
|
+
* @param request - proposed new name.
|
|
13188
|
+
* @param options - The options parameters.
|
|
13189
13189
|
*/
|
|
13190
13190
|
beginRenameSqlScript(sqlScriptName: string, request: ArtifactRenameRequest, options?: SqlScriptRenameSqlScriptOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
13191
13191
|
/**
|
|
13192
13192
|
* Renames a sqlScript.
|
|
13193
|
-
* @param sqlScriptName The sql script name.
|
|
13194
|
-
* @param request proposed new name.
|
|
13195
|
-
* @param options The options parameters.
|
|
13193
|
+
* @param sqlScriptName - The sql script name.
|
|
13194
|
+
* @param request - proposed new name.
|
|
13195
|
+
* @param options - The options parameters.
|
|
13196
13196
|
*/
|
|
13197
13197
|
beginRenameSqlScriptAndWait(sqlScriptName: string, request: ArtifactRenameRequest, options?: SqlScriptRenameSqlScriptOptionalParams): Promise<void>;
|
|
13198
13198
|
}
|
|
@@ -13237,7 +13237,7 @@ export declare interface SqlScriptsListResponse {
|
|
|
13237
13237
|
}
|
|
13238
13238
|
|
|
13239
13239
|
/**
|
|
13240
|
-
* Defines values for SqlScriptType.
|
|
13240
|
+
* Defines values for SqlScriptType.
|
|
13241
13241
|
* {@link KnownSqlScriptType} can be used interchangeably with SqlScriptType,
|
|
13242
13242
|
* this enum contains the known values that the service supports.
|
|
13243
13243
|
* ### Known values supported by the service
|
|
@@ -13448,7 +13448,7 @@ export declare interface SsisLogLocation {
|
|
|
13448
13448
|
}
|
|
13449
13449
|
|
|
13450
13450
|
/**
|
|
13451
|
-
* Defines values for SsisLogLocationType.
|
|
13451
|
+
* Defines values for SsisLogLocationType.
|
|
13452
13452
|
* {@link KnownSsisLogLocationType} can be used interchangeably with SsisLogLocationType,
|
|
13453
13453
|
* this enum contains the known values that the service supports.
|
|
13454
13454
|
* ### Known values supported by the service
|
|
@@ -13493,13 +13493,13 @@ export declare interface SsisPackageLocation {
|
|
|
13493
13493
|
}
|
|
13494
13494
|
|
|
13495
13495
|
/**
|
|
13496
|
-
* Defines values for SsisPackageLocationType.
|
|
13496
|
+
* Defines values for SsisPackageLocationType.
|
|
13497
13497
|
* {@link KnownSsisPackageLocationType} can be used interchangeably with SsisPackageLocationType,
|
|
13498
13498
|
* this enum contains the known values that the service supports.
|
|
13499
13499
|
* ### Known values supported by the service
|
|
13500
|
-
* **SSISDB**
|
|
13501
|
-
* **File**
|
|
13502
|
-
* **InlinePackage**
|
|
13500
|
+
* **SSISDB**
|
|
13501
|
+
* **File**
|
|
13502
|
+
* **InlinePackage**
|
|
13503
13503
|
* **PackageStore**
|
|
13504
13504
|
*/
|
|
13505
13505
|
export declare type SsisPackageLocationType = string;
|
|
@@ -13559,16 +13559,16 @@ export declare interface StoredProcedureParameter {
|
|
|
13559
13559
|
}
|
|
13560
13560
|
|
|
13561
13561
|
/**
|
|
13562
|
-
* Defines values for StoredProcedureParameterType.
|
|
13562
|
+
* Defines values for StoredProcedureParameterType.
|
|
13563
13563
|
* {@link KnownStoredProcedureParameterType} can be used interchangeably with StoredProcedureParameterType,
|
|
13564
13564
|
* this enum contains the known values that the service supports.
|
|
13565
13565
|
* ### Known values supported by the service
|
|
13566
|
-
* **String**
|
|
13567
|
-
* **Int**
|
|
13568
|
-
* **Int64**
|
|
13569
|
-
* **Decimal**
|
|
13570
|
-
* **Guid**
|
|
13571
|
-
* **Boolean**
|
|
13566
|
+
* **String**
|
|
13567
|
+
* **Int**
|
|
13568
|
+
* **Int64**
|
|
13569
|
+
* **Decimal**
|
|
13570
|
+
* **Guid**
|
|
13571
|
+
* **Boolean**
|
|
13572
13572
|
* **Date**
|
|
13573
13573
|
*/
|
|
13574
13574
|
export declare type StoredProcedureParameterType = string;
|
|
@@ -13632,11 +13632,11 @@ export declare interface SwitchCase {
|
|
|
13632
13632
|
}
|
|
13633
13633
|
|
|
13634
13634
|
/**
|
|
13635
|
-
* Defines values for SybaseAuthenticationType.
|
|
13635
|
+
* Defines values for SybaseAuthenticationType.
|
|
13636
13636
|
* {@link KnownSybaseAuthenticationType} can be used interchangeably with SybaseAuthenticationType,
|
|
13637
13637
|
* this enum contains the known values that the service supports.
|
|
13638
13638
|
* ### Known values supported by the service
|
|
13639
|
-
* **Basic**
|
|
13639
|
+
* **Basic**
|
|
13640
13640
|
* **Windows**
|
|
13641
13641
|
*/
|
|
13642
13642
|
export declare type SybaseAuthenticationType = string;
|
|
@@ -13812,11 +13812,11 @@ export declare interface TarReadSettings extends CompressionReadSettings {
|
|
|
13812
13812
|
}
|
|
13813
13813
|
|
|
13814
13814
|
/**
|
|
13815
|
-
* Defines values for TeamDeskAuthenticationType.
|
|
13815
|
+
* Defines values for TeamDeskAuthenticationType.
|
|
13816
13816
|
* {@link KnownTeamDeskAuthenticationType} can be used interchangeably with TeamDeskAuthenticationType,
|
|
13817
13817
|
* this enum contains the known values that the service supports.
|
|
13818
13818
|
* ### Known values supported by the service
|
|
13819
|
-
* **Basic**
|
|
13819
|
+
* **Basic**
|
|
13820
13820
|
* **Token**
|
|
13821
13821
|
*/
|
|
13822
13822
|
export declare type TeamDeskAuthenticationType = string;
|
|
@@ -13840,11 +13840,11 @@ export declare interface TeamDeskLinkedService extends LinkedService {
|
|
|
13840
13840
|
}
|
|
13841
13841
|
|
|
13842
13842
|
/**
|
|
13843
|
-
* Defines values for TeradataAuthenticationType.
|
|
13843
|
+
* Defines values for TeradataAuthenticationType.
|
|
13844
13844
|
* {@link KnownTeradataAuthenticationType} can be used interchangeably with TeradataAuthenticationType,
|
|
13845
13845
|
* this enum contains the known values that the service supports.
|
|
13846
13846
|
* ### Known values supported by the service
|
|
13847
|
-
* **Basic**
|
|
13847
|
+
* **Basic**
|
|
13848
13848
|
* **Windows**
|
|
13849
13849
|
*/
|
|
13850
13850
|
export declare type TeradataAuthenticationType = string;
|
|
@@ -13868,12 +13868,12 @@ export declare interface TeradataLinkedService extends LinkedService {
|
|
|
13868
13868
|
}
|
|
13869
13869
|
|
|
13870
13870
|
/**
|
|
13871
|
-
* Defines values for TeradataPartitionOption.
|
|
13871
|
+
* Defines values for TeradataPartitionOption.
|
|
13872
13872
|
* {@link KnownTeradataPartitionOption} can be used interchangeably with TeradataPartitionOption,
|
|
13873
13873
|
* this enum contains the known values that the service supports.
|
|
13874
13874
|
* ### Known values supported by the service
|
|
13875
|
-
* **None**
|
|
13876
|
-
* **Hash**
|
|
13875
|
+
* **None**
|
|
13876
|
+
* **Hash**
|
|
13877
13877
|
* **DynamicRange**
|
|
13878
13878
|
*/
|
|
13879
13879
|
export declare type TeradataPartitionOption = string;
|
|
@@ -14056,93 +14056,93 @@ export declare interface TriggerListResponse {
|
|
|
14056
14056
|
export declare interface TriggerOperations {
|
|
14057
14057
|
/**
|
|
14058
14058
|
* Lists triggers.
|
|
14059
|
-
* @param options The options parameters.
|
|
14059
|
+
* @param options - The options parameters.
|
|
14060
14060
|
*/
|
|
14061
14061
|
listTriggersByWorkspace(options?: TriggerGetTriggersByWorkspaceOptionalParams): PagedAsyncIterableIterator<TriggerResource>;
|
|
14062
14062
|
/**
|
|
14063
14063
|
* Creates or updates a trigger.
|
|
14064
|
-
* @param triggerName The trigger name.
|
|
14065
|
-
* @param trigger Trigger resource definition.
|
|
14066
|
-
* @param options The options parameters.
|
|
14064
|
+
* @param triggerName - The trigger name.
|
|
14065
|
+
* @param trigger - Trigger resource definition.
|
|
14066
|
+
* @param options - The options parameters.
|
|
14067
14067
|
*/
|
|
14068
14068
|
beginCreateOrUpdateTrigger(triggerName: string, trigger: TriggerResource, options?: TriggerCreateOrUpdateTriggerOptionalParams): Promise<SimplePollerLike<OperationState<TriggerCreateOrUpdateTriggerResponse>, TriggerCreateOrUpdateTriggerResponse>>;
|
|
14069
14069
|
/**
|
|
14070
14070
|
* Creates or updates a trigger.
|
|
14071
|
-
* @param triggerName The trigger name.
|
|
14072
|
-
* @param trigger Trigger resource definition.
|
|
14073
|
-
* @param options The options parameters.
|
|
14071
|
+
* @param triggerName - The trigger name.
|
|
14072
|
+
* @param trigger - Trigger resource definition.
|
|
14073
|
+
* @param options - The options parameters.
|
|
14074
14074
|
*/
|
|
14075
14075
|
beginCreateOrUpdateTriggerAndWait(triggerName: string, trigger: TriggerResource, options?: TriggerCreateOrUpdateTriggerOptionalParams): Promise<TriggerCreateOrUpdateTriggerResponse>;
|
|
14076
14076
|
/**
|
|
14077
14077
|
* Gets a trigger.
|
|
14078
|
-
* @param triggerName The trigger name.
|
|
14079
|
-
* @param options The options parameters.
|
|
14078
|
+
* @param triggerName - The trigger name.
|
|
14079
|
+
* @param options - The options parameters.
|
|
14080
14080
|
*/
|
|
14081
14081
|
getTrigger(triggerName: string, options?: TriggerGetTriggerOptionalParams): Promise<TriggerGetTriggerResponse>;
|
|
14082
14082
|
/**
|
|
14083
14083
|
* Deletes a trigger.
|
|
14084
|
-
* @param triggerName The trigger name.
|
|
14085
|
-
* @param options The options parameters.
|
|
14084
|
+
* @param triggerName - The trigger name.
|
|
14085
|
+
* @param options - The options parameters.
|
|
14086
14086
|
*/
|
|
14087
14087
|
beginDeleteTrigger(triggerName: string, options?: TriggerDeleteTriggerOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
14088
14088
|
/**
|
|
14089
14089
|
* Deletes a trigger.
|
|
14090
|
-
* @param triggerName The trigger name.
|
|
14091
|
-
* @param options The options parameters.
|
|
14090
|
+
* @param triggerName - The trigger name.
|
|
14091
|
+
* @param options - The options parameters.
|
|
14092
14092
|
*/
|
|
14093
14093
|
beginDeleteTriggerAndWait(triggerName: string, options?: TriggerDeleteTriggerOptionalParams): Promise<void>;
|
|
14094
14094
|
/**
|
|
14095
14095
|
* Subscribe event trigger to events.
|
|
14096
|
-
* @param triggerName The trigger name.
|
|
14097
|
-
* @param options The options parameters.
|
|
14096
|
+
* @param triggerName - The trigger name.
|
|
14097
|
+
* @param options - The options parameters.
|
|
14098
14098
|
*/
|
|
14099
14099
|
beginSubscribeTriggerToEvents(triggerName: string, options?: TriggerSubscribeTriggerToEventsOptionalParams): Promise<SimplePollerLike<OperationState<TriggerSubscribeTriggerToEventsResponse>, TriggerSubscribeTriggerToEventsResponse>>;
|
|
14100
14100
|
/**
|
|
14101
14101
|
* Subscribe event trigger to events.
|
|
14102
|
-
* @param triggerName The trigger name.
|
|
14103
|
-
* @param options The options parameters.
|
|
14102
|
+
* @param triggerName - The trigger name.
|
|
14103
|
+
* @param options - The options parameters.
|
|
14104
14104
|
*/
|
|
14105
14105
|
beginSubscribeTriggerToEventsAndWait(triggerName: string, options?: TriggerSubscribeTriggerToEventsOptionalParams): Promise<TriggerSubscribeTriggerToEventsResponse>;
|
|
14106
14106
|
/**
|
|
14107
14107
|
* Get a trigger's event subscription status.
|
|
14108
|
-
* @param triggerName The trigger name.
|
|
14109
|
-
* @param options The options parameters.
|
|
14108
|
+
* @param triggerName - The trigger name.
|
|
14109
|
+
* @param options - The options parameters.
|
|
14110
14110
|
*/
|
|
14111
14111
|
getEventSubscriptionStatus(triggerName: string, options?: TriggerGetEventSubscriptionStatusOptionalParams): Promise<TriggerGetEventSubscriptionStatusResponse>;
|
|
14112
14112
|
/**
|
|
14113
14113
|
* Unsubscribe event trigger from events.
|
|
14114
|
-
* @param triggerName The trigger name.
|
|
14115
|
-
* @param options The options parameters.
|
|
14114
|
+
* @param triggerName - The trigger name.
|
|
14115
|
+
* @param options - The options parameters.
|
|
14116
14116
|
*/
|
|
14117
14117
|
beginUnsubscribeTriggerFromEvents(triggerName: string, options?: TriggerUnsubscribeTriggerFromEventsOptionalParams): Promise<SimplePollerLike<OperationState<TriggerUnsubscribeTriggerFromEventsResponse>, TriggerUnsubscribeTriggerFromEventsResponse>>;
|
|
14118
14118
|
/**
|
|
14119
14119
|
* Unsubscribe event trigger from events.
|
|
14120
|
-
* @param triggerName The trigger name.
|
|
14121
|
-
* @param options The options parameters.
|
|
14120
|
+
* @param triggerName - The trigger name.
|
|
14121
|
+
* @param options - The options parameters.
|
|
14122
14122
|
*/
|
|
14123
14123
|
beginUnsubscribeTriggerFromEventsAndWait(triggerName: string, options?: TriggerUnsubscribeTriggerFromEventsOptionalParams): Promise<TriggerUnsubscribeTriggerFromEventsResponse>;
|
|
14124
14124
|
/**
|
|
14125
14125
|
* Starts a trigger.
|
|
14126
|
-
* @param triggerName The trigger name.
|
|
14127
|
-
* @param options The options parameters.
|
|
14126
|
+
* @param triggerName - The trigger name.
|
|
14127
|
+
* @param options - The options parameters.
|
|
14128
14128
|
*/
|
|
14129
14129
|
beginStartTrigger(triggerName: string, options?: TriggerStartTriggerOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
14130
14130
|
/**
|
|
14131
14131
|
* Starts a trigger.
|
|
14132
|
-
* @param triggerName The trigger name.
|
|
14133
|
-
* @param options The options parameters.
|
|
14132
|
+
* @param triggerName - The trigger name.
|
|
14133
|
+
* @param options - The options parameters.
|
|
14134
14134
|
*/
|
|
14135
14135
|
beginStartTriggerAndWait(triggerName: string, options?: TriggerStartTriggerOptionalParams): Promise<void>;
|
|
14136
14136
|
/**
|
|
14137
14137
|
* Stops a trigger.
|
|
14138
|
-
* @param triggerName The trigger name.
|
|
14139
|
-
* @param options The options parameters.
|
|
14138
|
+
* @param triggerName - The trigger name.
|
|
14139
|
+
* @param options - The options parameters.
|
|
14140
14140
|
*/
|
|
14141
14141
|
beginStopTrigger(triggerName: string, options?: TriggerStopTriggerOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
14142
14142
|
/**
|
|
14143
14143
|
* Stops a trigger.
|
|
14144
|
-
* @param triggerName The trigger name.
|
|
14145
|
-
* @param options The options parameters.
|
|
14144
|
+
* @param triggerName - The trigger name.
|
|
14145
|
+
* @param options - The options parameters.
|
|
14146
14146
|
*/
|
|
14147
14147
|
beginStopTriggerAndWait(triggerName: string, options?: TriggerStopTriggerOptionalParams): Promise<void>;
|
|
14148
14148
|
}
|
|
@@ -14166,7 +14166,7 @@ export declare interface TriggerReference {
|
|
|
14166
14166
|
}
|
|
14167
14167
|
|
|
14168
14168
|
/**
|
|
14169
|
-
* Defines values for TriggerReferenceType.
|
|
14169
|
+
* Defines values for TriggerReferenceType.
|
|
14170
14170
|
* {@link KnownTriggerReferenceType} can be used interchangeably with TriggerReferenceType,
|
|
14171
14171
|
* this enum contains the known values that the service supports.
|
|
14172
14172
|
* ### Known values supported by the service
|
|
@@ -14238,22 +14238,22 @@ export declare interface TriggerRunCancelTriggerInstanceOptionalParams extends c
|
|
|
14238
14238
|
export declare interface TriggerRunOperations {
|
|
14239
14239
|
/**
|
|
14240
14240
|
* Rerun single trigger instance by runId.
|
|
14241
|
-
* @param triggerName The trigger name.
|
|
14242
|
-
* @param runId The pipeline run identifier.
|
|
14243
|
-
* @param options The options parameters.
|
|
14241
|
+
* @param triggerName - The trigger name.
|
|
14242
|
+
* @param runId - The pipeline run identifier.
|
|
14243
|
+
* @param options - The options parameters.
|
|
14244
14244
|
*/
|
|
14245
14245
|
rerunTriggerInstance(triggerName: string, runId: string, options?: TriggerRunRerunTriggerInstanceOptionalParams): Promise<void>;
|
|
14246
14246
|
/**
|
|
14247
14247
|
* Cancel single trigger instance by runId.
|
|
14248
|
-
* @param triggerName The trigger name.
|
|
14249
|
-
* @param runId The pipeline run identifier.
|
|
14250
|
-
* @param options The options parameters.
|
|
14248
|
+
* @param triggerName - The trigger name.
|
|
14249
|
+
* @param runId - The pipeline run identifier.
|
|
14250
|
+
* @param options - The options parameters.
|
|
14251
14251
|
*/
|
|
14252
14252
|
cancelTriggerInstance(triggerName: string, runId: string, options?: TriggerRunCancelTriggerInstanceOptionalParams): Promise<void>;
|
|
14253
14253
|
/**
|
|
14254
14254
|
* Query trigger runs.
|
|
14255
|
-
* @param filterParameters Parameters to filter the pipeline run.
|
|
14256
|
-
* @param options The options parameters.
|
|
14255
|
+
* @param filterParameters - Parameters to filter the pipeline run.
|
|
14256
|
+
* @param options - The options parameters.
|
|
14257
14257
|
*/
|
|
14258
14258
|
queryTriggerRunsByWorkspace(filterParameters: RunFilterParameters, options?: TriggerRunQueryTriggerRunsByWorkspaceOptionalParams): Promise<TriggerRunQueryTriggerRunsByWorkspaceResponse>;
|
|
14259
14259
|
}
|
|
@@ -14278,23 +14278,23 @@ export declare interface TriggerRunsQueryResponse {
|
|
|
14278
14278
|
}
|
|
14279
14279
|
|
|
14280
14280
|
/**
|
|
14281
|
-
* Defines values for TriggerRunStatus.
|
|
14281
|
+
* Defines values for TriggerRunStatus.
|
|
14282
14282
|
* {@link KnownTriggerRunStatus} can be used interchangeably with TriggerRunStatus,
|
|
14283
14283
|
* this enum contains the known values that the service supports.
|
|
14284
14284
|
* ### Known values supported by the service
|
|
14285
|
-
* **Succeeded**
|
|
14286
|
-
* **Failed**
|
|
14285
|
+
* **Succeeded**
|
|
14286
|
+
* **Failed**
|
|
14287
14287
|
* **Inprogress**
|
|
14288
14288
|
*/
|
|
14289
14289
|
export declare type TriggerRunStatus = string;
|
|
14290
14290
|
|
|
14291
14291
|
/**
|
|
14292
|
-
* Defines values for TriggerRuntimeState.
|
|
14292
|
+
* Defines values for TriggerRuntimeState.
|
|
14293
14293
|
* {@link KnownTriggerRuntimeState} can be used interchangeably with TriggerRuntimeState,
|
|
14294
14294
|
* this enum contains the known values that the service supports.
|
|
14295
14295
|
* ### Known values supported by the service
|
|
14296
|
-
* **Started**
|
|
14297
|
-
* **Stopped**
|
|
14296
|
+
* **Started**
|
|
14297
|
+
* **Stopped**
|
|
14298
14298
|
* **Disabled**
|
|
14299
14299
|
*/
|
|
14300
14300
|
export declare type TriggerRuntimeState = string;
|
|
@@ -14354,12 +14354,12 @@ export declare interface TriggerUnsubscribeTriggerFromEventsOptionalParams exten
|
|
|
14354
14354
|
export declare type TriggerUnsubscribeTriggerFromEventsResponse = TriggerSubscriptionOperationStatus;
|
|
14355
14355
|
|
|
14356
14356
|
/**
|
|
14357
|
-
* Defines values for TumblingWindowFrequency.
|
|
14357
|
+
* Defines values for TumblingWindowFrequency.
|
|
14358
14358
|
* {@link KnownTumblingWindowFrequency} can be used interchangeably with TumblingWindowFrequency,
|
|
14359
14359
|
* this enum contains the known values that the service supports.
|
|
14360
14360
|
* ### Known values supported by the service
|
|
14361
|
-
* **Minute**
|
|
14362
|
-
* **Hour**
|
|
14361
|
+
* **Minute**
|
|
14362
|
+
* **Hour**
|
|
14363
14363
|
* **Month**
|
|
14364
14364
|
*/
|
|
14365
14365
|
export declare type TumblingWindowFrequency = string;
|
|
@@ -14409,7 +14409,7 @@ export declare interface TwilioLinkedService extends LinkedService {
|
|
|
14409
14409
|
}
|
|
14410
14410
|
|
|
14411
14411
|
/**
|
|
14412
|
-
* Defines values for Type.
|
|
14412
|
+
* Defines values for Type.
|
|
14413
14413
|
* {@link KnownType} can be used interchangeably with Type,
|
|
14414
14414
|
* this enum contains the known values that the service supports.
|
|
14415
14415
|
* ### Known values supported by the service
|
|
@@ -14483,13 +14483,13 @@ export declare interface VariableSpecification {
|
|
|
14483
14483
|
}
|
|
14484
14484
|
|
|
14485
14485
|
/**
|
|
14486
|
-
* Defines values for VariableType.
|
|
14486
|
+
* Defines values for VariableType.
|
|
14487
14487
|
* {@link KnownVariableType} can be used interchangeably with VariableType,
|
|
14488
14488
|
* this enum contains the known values that the service supports.
|
|
14489
14489
|
* ### Known values supported by the service
|
|
14490
|
-
* **String**
|
|
14491
|
-
* **Bool**
|
|
14492
|
-
* **Boolean**
|
|
14490
|
+
* **String**
|
|
14491
|
+
* **Bool**
|
|
14492
|
+
* **Boolean**
|
|
14493
14493
|
* **Array**
|
|
14494
14494
|
*/
|
|
14495
14495
|
export declare type VariableType = string;
|
|
@@ -14649,13 +14649,13 @@ export declare interface WebActivityAuthentication {
|
|
|
14649
14649
|
}
|
|
14650
14650
|
|
|
14651
14651
|
/**
|
|
14652
|
-
* Defines values for WebActivityMethod.
|
|
14652
|
+
* Defines values for WebActivityMethod.
|
|
14653
14653
|
* {@link KnownWebActivityMethod} can be used interchangeably with WebActivityMethod,
|
|
14654
14654
|
* this enum contains the known values that the service supports.
|
|
14655
14655
|
* ### Known values supported by the service
|
|
14656
|
-
* **GET**
|
|
14657
|
-
* **POST**
|
|
14658
|
-
* **PUT**
|
|
14656
|
+
* **GET**
|
|
14657
|
+
* **POST**
|
|
14658
|
+
* **PUT**
|
|
14659
14659
|
* **DELETE**
|
|
14660
14660
|
*/
|
|
14661
14661
|
export declare type WebActivityMethod = string;
|
|
@@ -14667,12 +14667,12 @@ export declare interface WebAnonymousAuthentication extends WebLinkedServiceType
|
|
|
14667
14667
|
}
|
|
14668
14668
|
|
|
14669
14669
|
/**
|
|
14670
|
-
* Defines values for WebAuthenticationType.
|
|
14670
|
+
* Defines values for WebAuthenticationType.
|
|
14671
14671
|
* {@link KnownWebAuthenticationType} can be used interchangeably with WebAuthenticationType,
|
|
14672
14672
|
* this enum contains the known values that the service supports.
|
|
14673
14673
|
* ### Known values supported by the service
|
|
14674
|
-
* **Basic**
|
|
14675
|
-
* **Anonymous**
|
|
14674
|
+
* **Basic**
|
|
14675
|
+
* **Anonymous**
|
|
14676
14676
|
* **ClientCertificate**
|
|
14677
14677
|
*/
|
|
14678
14678
|
export declare type WebAuthenticationType = string;
|
|
@@ -14718,7 +14718,7 @@ export declare interface WebHookActivity extends ControlActivity {
|
|
|
14718
14718
|
}
|
|
14719
14719
|
|
|
14720
14720
|
/**
|
|
14721
|
-
* Defines values for WebHookActivityMethod.
|
|
14721
|
+
* Defines values for WebHookActivityMethod.
|
|
14722
14722
|
* {@link KnownWebHookActivityMethod} can be used interchangeably with WebHookActivityMethod,
|
|
14723
14723
|
* this enum contains the known values that the service supports.
|
|
14724
14724
|
* ### Known values supported by the service
|
|
@@ -14827,8 +14827,8 @@ export declare type WorkspaceGetResponse = Workspace;
|
|
|
14827
14827
|
export declare interface WorkspaceGitRepoManagement {
|
|
14828
14828
|
/**
|
|
14829
14829
|
* Get the GitHub access token.
|
|
14830
|
-
* @param gitHubAccessTokenRequest
|
|
14831
|
-
* @param options The options parameters.
|
|
14830
|
+
* @param gitHubAccessTokenRequest - The GitHub access token request
|
|
14831
|
+
* @param options - The options parameters.
|
|
14832
14832
|
*/
|
|
14833
14833
|
getGitHubAccessToken(gitHubAccessTokenRequest: GitHubAccessTokenRequest, options?: WorkspaceGitRepoManagementGetGitHubAccessTokenOptionalParams): Promise<WorkspaceGitRepoManagementGetGitHubAccessTokenResponse>;
|
|
14834
14834
|
}
|
|
@@ -14870,7 +14870,7 @@ export declare interface WorkspaceKeyDetails {
|
|
|
14870
14870
|
export declare interface WorkspaceOperations {
|
|
14871
14871
|
/**
|
|
14872
14872
|
* Get Workspace
|
|
14873
|
-
* @param options The options parameters.
|
|
14873
|
+
* @param options - The options parameters.
|
|
14874
14874
|
*/
|
|
14875
14875
|
get(options?: WorkspaceGetOptionalParams): Promise<WorkspaceGetResponse>;
|
|
14876
14876
|
}
|
|
@@ -14995,11 +14995,11 @@ export declare interface XmlSource extends CopySource {
|
|
|
14995
14995
|
}
|
|
14996
14996
|
|
|
14997
14997
|
/**
|
|
14998
|
-
* Defines values for ZendeskAuthenticationType.
|
|
14998
|
+
* Defines values for ZendeskAuthenticationType.
|
|
14999
14999
|
* {@link KnownZendeskAuthenticationType} can be used interchangeably with ZendeskAuthenticationType,
|
|
15000
15000
|
* this enum contains the known values that the service supports.
|
|
15001
15001
|
* ### Known values supported by the service
|
|
15002
|
-
* **Basic**
|
|
15002
|
+
* **Basic**
|
|
15003
15003
|
* **Token**
|
|
15004
15004
|
*/
|
|
15005
15005
|
export declare type ZendeskAuthenticationType = string;
|