@azure/arm-datafactory 18.0.0 → 19.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +80 -0
- package/LICENSE +3 -3
- package/README.md +21 -14
- package/dist/browser/dataFactoryManagementClient.d.ts +42 -0
- package/dist/browser/dataFactoryManagementClient.d.ts.map +1 -0
- package/dist/browser/dataFactoryManagementClient.js +120 -0
- package/dist/browser/dataFactoryManagementClient.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 +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +13611 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +1350 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +1337 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +27237 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +511 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/activityRuns.d.ts +22 -0
- package/dist/browser/operations/activityRuns.d.ts.map +1 -0
- package/dist/browser/operations/activityRuns.js +58 -0
- package/dist/browser/operations/activityRuns.js.map +1 -0
- package/dist/browser/operations/changeDataCapture.d.ts +87 -0
- package/dist/browser/operations/changeDataCapture.d.ts.map +1 -0
- package/dist/browser/operations/changeDataCapture.js +350 -0
- package/dist/browser/operations/changeDataCapture.js.map +1 -0
- package/dist/browser/operations/credentialOperations.d.ts +63 -0
- package/dist/browser/operations/credentialOperations.d.ts.map +1 -0
- package/dist/browser/operations/credentialOperations.js +253 -0
- package/dist/browser/operations/credentialOperations.js.map +1 -0
- package/dist/browser/operations/dataFlowDebugSession.d.ts +87 -0
- package/dist/browser/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/browser/operations/dataFlowDebugSession.js +386 -0
- package/dist/browser/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/browser/operations/dataFlows.d.ts +63 -0
- package/dist/browser/operations/dataFlows.d.ts.map +1 -0
- package/dist/browser/operations/dataFlows.js +252 -0
- package/dist/browser/operations/dataFlows.js.map +1 -0
- package/dist/browser/operations/datasets.d.ts +63 -0
- package/dist/browser/operations/datasets.d.ts.map +1 -0
- package/dist/browser/operations/datasets.js +253 -0
- package/dist/browser/operations/datasets.js.map +1 -0
- package/dist/browser/operations/exposureControl.d.ts +36 -0
- package/dist/browser/operations/exposureControl.d.ts.map +1 -0
- package/dist/browser/operations/exposureControl.js +120 -0
- package/dist/browser/operations/exposureControl.js.map +1 -0
- package/dist/browser/operations/factories.d.ts +106 -0
- package/dist/browser/operations/factories.d.ts.map +1 -0
- package/dist/browser/operations/factories.js +483 -0
- package/dist/browser/operations/factories.js.map +1 -0
- package/dist/browser/operations/globalParameters.d.ts +63 -0
- package/dist/browser/operations/globalParameters.d.ts.map +1 -0
- package/dist/browser/operations/globalParameters.js +254 -0
- package/dist/browser/operations/globalParameters.js.map +1 -0
- package/dist/browser/operations/index.d.ts +24 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +31 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/integrationRuntimeNodes.d.ts +50 -0
- package/dist/browser/operations/integrationRuntimeNodes.d.ts.map +1 -0
- package/dist/browser/operations/integrationRuntimeNodes.js +186 -0
- package/dist/browser/operations/integrationRuntimeNodes.js.map +1 -0
- package/dist/browser/operations/integrationRuntimeObjectMetadata.d.ts +39 -0
- package/dist/browser/operations/integrationRuntimeObjectMetadata.d.ts.map +1 -0
- package/dist/browser/operations/integrationRuntimeObjectMetadata.js +144 -0
- package/dist/browser/operations/integrationRuntimeObjectMetadata.js.map +1 -0
- package/dist/browser/operations/integrationRuntimes.d.ts +195 -0
- package/dist/browser/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist/browser/operations/integrationRuntimes.js +810 -0
- package/dist/browser/operations/integrationRuntimes.js.map +1 -0
- package/dist/browser/operations/linkedServices.d.ts +63 -0
- package/dist/browser/operations/linkedServices.d.ts.map +1 -0
- package/dist/browser/operations/linkedServices.js +259 -0
- package/dist/browser/operations/linkedServices.js.map +1 -0
- package/dist/browser/operations/managedPrivateEndpoints.d.ts +69 -0
- package/dist/browser/operations/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/browser/operations/managedPrivateEndpoints.js +288 -0
- package/dist/browser/operations/managedPrivateEndpoints.js.map +1 -0
- package/dist/browser/operations/managedVirtualNetworks.d.ts +55 -0
- package/dist/browser/operations/managedVirtualNetworks.d.ts.map +1 -0
- package/dist/browser/operations/managedVirtualNetworks.js +227 -0
- package/dist/browser/operations/managedVirtualNetworks.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/pipelineRuns.d.ts +37 -0
- package/dist/browser/operations/pipelineRuns.d.ts.map +1 -0
- package/dist/browser/operations/pipelineRuns.js +118 -0
- package/dist/browser/operations/pipelineRuns.js.map +1 -0
- package/dist/browser/operations/pipelines.d.ts +71 -0
- package/dist/browser/operations/pipelines.d.ts.map +1 -0
- package/dist/browser/operations/pipelines.js +293 -0
- package/dist/browser/operations/pipelines.js.map +1 -0
- package/dist/browser/operations/privateEndPointConnections.d.ts +38 -0
- package/dist/browser/operations/privateEndPointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndPointConnections.js +150 -0
- package/dist/browser/operations/privateEndPointConnections.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnection.d.ts +38 -0
- package/dist/browser/operations/privateEndpointConnection.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnection.js +141 -0
- package/dist/browser/operations/privateEndpointConnection.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +20 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +53 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/triggerRuns.d.ts +39 -0
- package/dist/browser/operations/triggerRuns.d.ts.map +1 -0
- package/dist/browser/operations/triggerRuns.js +120 -0
- package/dist/browser/operations/triggerRuns.js.map +1 -0
- package/dist/browser/operations/triggers.d.ts +144 -0
- package/dist/browser/operations/triggers.d.ts.map +1 -0
- package/dist/browser/operations/triggers.js +640 -0
- package/dist/browser/operations/triggers.js.map +1 -0
- package/dist/browser/operationsInterfaces/activityRuns.d.ts +14 -0
- package/dist/browser/operationsInterfaces/activityRuns.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/activityRuns.js.map +1 -0
- package/dist/browser/operationsInterfaces/changeDataCapture.d.ts +62 -0
- package/dist/browser/operationsInterfaces/changeDataCapture.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/changeDataCapture.js.map +1 -0
- package/dist/browser/operationsInterfaces/credentialOperations.d.ts +38 -0
- package/dist/browser/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.d.ts +62 -0
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlows.d.ts +38 -0
- package/dist/browser/operationsInterfaces/dataFlows.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlows.js.map +1 -0
- package/dist/browser/operationsInterfaces/datasets.d.ts +38 -0
- package/dist/browser/operationsInterfaces/datasets.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/datasets.js.map +1 -0
- package/dist/browser/operationsInterfaces/exposureControl.d.ts +28 -0
- package/dist/browser/operationsInterfaces/exposureControl.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/exposureControl.js.map +1 -0
- package/dist/browser/operationsInterfaces/factories.d.ts +70 -0
- package/dist/browser/operationsInterfaces/factories.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/factories.js.map +1 -0
- package/dist/browser/operationsInterfaces/globalParameters.d.ts +38 -0
- package/dist/browser/operationsInterfaces/globalParameters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/globalParameters.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +24 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +31 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/integrationRuntimeNodes.d.ts +42 -0
- package/dist/browser/operationsInterfaces/integrationRuntimeNodes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/integrationRuntimeNodes.js.map +1 -0
- package/dist/browser/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts +31 -0
- package/dist/browser/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/integrationRuntimeObjectMetadata.js.map +1 -0
- package/dist/browser/operationsInterfaces/integrationRuntimes.d.ts +170 -0
- package/dist/browser/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/integrationRuntimes.js.map +1 -0
- package/dist/browser/operationsInterfaces/linkedServices.d.ts +38 -0
- package/dist/browser/operationsInterfaces/linkedServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/linkedServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedPrivateEndpoints.d.ts +42 -0
- package/dist/browser/operationsInterfaces/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedPrivateEndpoints.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedVirtualNetworks.d.ts +30 -0
- package/dist/browser/operationsInterfaces/managedVirtualNetworks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedVirtualNetworks.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/pipelineRuns.d.ts +29 -0
- package/dist/browser/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/pipelineRuns.js.map +1 -0
- package/dist/browser/operationsInterfaces/pipelines.d.ts +46 -0
- package/dist/browser/operationsInterfaces/pipelines.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/pipelines.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndPointConnections.d.ts +13 -0
- package/dist/browser/operationsInterfaces/privateEndPointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndPointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnection.d.ts +30 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnection.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnection.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/triggerRuns.d.ts +31 -0
- package/dist/browser/operationsInterfaces/triggerRuns.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/triggerRuns.js.map +1 -0
- package/dist/browser/operationsInterfaces/triggers.d.ts +119 -0
- package/dist/browser/operationsInterfaces/triggers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/triggers.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/dataFactoryManagementClient.d.ts +42 -0
- package/dist/commonjs/dataFactoryManagementClient.d.ts.map +1 -0
- package/dist/commonjs/dataFactoryManagementClient.js +125 -0
- package/dist/commonjs/dataFactoryManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +13611 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +1355 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +1337 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +27255 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +64 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +515 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/activityRuns.d.ts +22 -0
- package/dist/commonjs/operations/activityRuns.d.ts.map +1 -0
- package/dist/commonjs/operations/activityRuns.js +63 -0
- package/dist/commonjs/operations/activityRuns.js.map +1 -0
- package/dist/commonjs/operations/changeDataCapture.d.ts +87 -0
- package/dist/commonjs/operations/changeDataCapture.d.ts.map +1 -0
- package/dist/commonjs/operations/changeDataCapture.js +354 -0
- package/dist/commonjs/operations/changeDataCapture.js.map +1 -0
- package/dist/commonjs/operations/credentialOperations.d.ts +63 -0
- package/dist/commonjs/operations/credentialOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/credentialOperations.js +257 -0
- package/dist/commonjs/operations/credentialOperations.js.map +1 -0
- package/dist/commonjs/operations/dataFlowDebugSession.d.ts +87 -0
- package/dist/commonjs/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/commonjs/operations/dataFlowDebugSession.js +390 -0
- package/dist/commonjs/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/commonjs/operations/dataFlows.d.ts +63 -0
- package/dist/commonjs/operations/dataFlows.d.ts.map +1 -0
- package/dist/commonjs/operations/dataFlows.js +256 -0
- package/dist/commonjs/operations/dataFlows.js.map +1 -0
- package/dist/commonjs/operations/datasets.d.ts +63 -0
- package/dist/commonjs/operations/datasets.d.ts.map +1 -0
- package/dist/commonjs/operations/datasets.js +257 -0
- package/dist/commonjs/operations/datasets.js.map +1 -0
- package/dist/commonjs/operations/exposureControl.d.ts +36 -0
- package/dist/commonjs/operations/exposureControl.d.ts.map +1 -0
- package/dist/commonjs/operations/exposureControl.js +125 -0
- package/dist/commonjs/operations/exposureControl.js.map +1 -0
- package/dist/commonjs/operations/factories.d.ts +106 -0
- package/dist/commonjs/operations/factories.d.ts.map +1 -0
- package/dist/commonjs/operations/factories.js +487 -0
- package/dist/commonjs/operations/factories.js.map +1 -0
- package/dist/commonjs/operations/globalParameters.d.ts +63 -0
- package/dist/commonjs/operations/globalParameters.d.ts.map +1 -0
- package/dist/commonjs/operations/globalParameters.js +258 -0
- package/dist/commonjs/operations/globalParameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +24 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +34 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/integrationRuntimeNodes.d.ts +50 -0
- package/dist/commonjs/operations/integrationRuntimeNodes.d.ts.map +1 -0
- package/dist/commonjs/operations/integrationRuntimeNodes.js +191 -0
- package/dist/commonjs/operations/integrationRuntimeNodes.js.map +1 -0
- package/dist/commonjs/operations/integrationRuntimeObjectMetadata.d.ts +39 -0
- package/dist/commonjs/operations/integrationRuntimeObjectMetadata.d.ts.map +1 -0
- package/dist/commonjs/operations/integrationRuntimeObjectMetadata.js +149 -0
- package/dist/commonjs/operations/integrationRuntimeObjectMetadata.js.map +1 -0
- package/dist/commonjs/operations/integrationRuntimes.d.ts +195 -0
- package/dist/commonjs/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist/commonjs/operations/integrationRuntimes.js +814 -0
- package/dist/commonjs/operations/integrationRuntimes.js.map +1 -0
- package/dist/commonjs/operations/linkedServices.d.ts +63 -0
- package/dist/commonjs/operations/linkedServices.d.ts.map +1 -0
- package/dist/commonjs/operations/linkedServices.js +263 -0
- package/dist/commonjs/operations/linkedServices.js.map +1 -0
- package/dist/commonjs/operations/managedPrivateEndpoints.d.ts +69 -0
- package/dist/commonjs/operations/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operations/managedPrivateEndpoints.js +292 -0
- package/dist/commonjs/operations/managedPrivateEndpoints.js.map +1 -0
- package/dist/commonjs/operations/managedVirtualNetworks.d.ts +55 -0
- package/dist/commonjs/operations/managedVirtualNetworks.d.ts.map +1 -0
- package/dist/commonjs/operations/managedVirtualNetworks.js +231 -0
- package/dist/commonjs/operations/managedVirtualNetworks.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/pipelineRuns.d.ts +37 -0
- package/dist/commonjs/operations/pipelineRuns.d.ts.map +1 -0
- package/dist/commonjs/operations/pipelineRuns.js +123 -0
- package/dist/commonjs/operations/pipelineRuns.js.map +1 -0
- package/dist/commonjs/operations/pipelines.d.ts +71 -0
- package/dist/commonjs/operations/pipelines.d.ts.map +1 -0
- package/dist/commonjs/operations/pipelines.js +297 -0
- package/dist/commonjs/operations/pipelines.js.map +1 -0
- package/dist/commonjs/operations/privateEndPointConnections.d.ts +38 -0
- package/dist/commonjs/operations/privateEndPointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndPointConnections.js +154 -0
- package/dist/commonjs/operations/privateEndPointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnection.d.ts +38 -0
- package/dist/commonjs/operations/privateEndpointConnection.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnection.js +146 -0
- package/dist/commonjs/operations/privateEndpointConnection.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +20 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +58 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/triggerRuns.d.ts +39 -0
- package/dist/commonjs/operations/triggerRuns.d.ts.map +1 -0
- package/dist/commonjs/operations/triggerRuns.js +125 -0
- package/dist/commonjs/operations/triggerRuns.js.map +1 -0
- package/dist/commonjs/operations/triggers.d.ts +144 -0
- package/dist/commonjs/operations/triggers.d.ts.map +1 -0
- package/dist/commonjs/operations/triggers.js +644 -0
- package/dist/commonjs/operations/triggers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/activityRuns.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/activityRuns.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/activityRuns.js +10 -0
- package/dist/commonjs/operationsInterfaces/activityRuns.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/changeDataCapture.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/changeDataCapture.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/changeDataCapture.js +10 -0
- package/dist/commonjs/operationsInterfaces/changeDataCapture.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/credentialOperations.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/credentialOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.d.ts +62 -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/dataFlows.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/dataFlows.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataFlows.js +10 -0
- package/dist/commonjs/operationsInterfaces/dataFlows.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/datasets.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/datasets.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/datasets.js +10 -0
- package/dist/commonjs/operationsInterfaces/datasets.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/exposureControl.d.ts +28 -0
- package/dist/commonjs/operationsInterfaces/exposureControl.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/exposureControl.js +10 -0
- package/dist/commonjs/operationsInterfaces/exposureControl.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/factories.d.ts +70 -0
- package/dist/commonjs/operationsInterfaces/factories.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/factories.js +10 -0
- package/dist/commonjs/operationsInterfaces/factories.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/globalParameters.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/globalParameters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/globalParameters.js +10 -0
- package/dist/commonjs/operationsInterfaces/globalParameters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +24 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +34 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimeNodes.d.ts +42 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimeNodes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimeNodes.js +10 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimeNodes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts +31 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimeObjectMetadata.js +10 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimeObjectMetadata.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.d.ts +170 -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/linkedServices.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/linkedServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkedServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/linkedServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedPrivateEndpoints.d.ts +42 -0
- package/dist/commonjs/operationsInterfaces/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedPrivateEndpoints.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedPrivateEndpoints.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedVirtualNetworks.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/managedVirtualNetworks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedVirtualNetworks.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedVirtualNetworks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelineRuns.d.ts +29 -0
- package/dist/commonjs/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelineRuns.js +10 -0
- package/dist/commonjs/operationsInterfaces/pipelineRuns.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelines.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/pipelines.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelines.js +10 -0
- package/dist/commonjs/operationsInterfaces/pipelines.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndPointConnections.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/privateEndPointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndPointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndPointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnection.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnection.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnection.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnection.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggerRuns.d.ts +31 -0
- package/dist/commonjs/operationsInterfaces/triggerRuns.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggerRuns.js +10 -0
- package/dist/commonjs/operationsInterfaces/triggerRuns.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggers.d.ts +119 -0
- package/dist/commonjs/operationsInterfaces/triggers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggers.js +10 -0
- package/dist/commonjs/operationsInterfaces/triggers.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/tsdoc-metadata.json +11 -0
- package/dist/esm/dataFactoryManagementClient.d.ts +42 -0
- package/dist/esm/dataFactoryManagementClient.d.ts.map +1 -0
- package/dist/esm/dataFactoryManagementClient.js +120 -0
- package/dist/esm/dataFactoryManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +13611 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +1350 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +1337 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +27237 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +64 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +511 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/activityRuns.d.ts +22 -0
- package/dist/esm/operations/activityRuns.d.ts.map +1 -0
- package/dist/esm/operations/activityRuns.js +58 -0
- package/dist/esm/operations/activityRuns.js.map +1 -0
- package/dist/esm/operations/changeDataCapture.d.ts +87 -0
- package/dist/esm/operations/changeDataCapture.d.ts.map +1 -0
- package/dist/esm/operations/changeDataCapture.js +350 -0
- package/dist/esm/operations/changeDataCapture.js.map +1 -0
- package/dist/esm/operations/credentialOperations.d.ts +63 -0
- package/dist/esm/operations/credentialOperations.d.ts.map +1 -0
- package/dist/esm/operations/credentialOperations.js +253 -0
- package/dist/esm/operations/credentialOperations.js.map +1 -0
- package/dist/esm/operations/dataFlowDebugSession.d.ts +87 -0
- package/dist/esm/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/esm/operations/dataFlowDebugSession.js +386 -0
- package/dist/esm/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/esm/operations/dataFlows.d.ts +63 -0
- package/dist/esm/operations/dataFlows.d.ts.map +1 -0
- package/dist/esm/operations/dataFlows.js +252 -0
- package/dist/esm/operations/dataFlows.js.map +1 -0
- package/dist/esm/operations/datasets.d.ts +63 -0
- package/dist/esm/operations/datasets.d.ts.map +1 -0
- package/dist/esm/operations/datasets.js +253 -0
- package/dist/esm/operations/datasets.js.map +1 -0
- package/dist/esm/operations/exposureControl.d.ts +36 -0
- package/dist/esm/operations/exposureControl.d.ts.map +1 -0
- package/dist/esm/operations/exposureControl.js +120 -0
- package/dist/esm/operations/exposureControl.js.map +1 -0
- package/dist/esm/operations/factories.d.ts +106 -0
- package/dist/esm/operations/factories.d.ts.map +1 -0
- package/dist/esm/operations/factories.js +483 -0
- package/dist/esm/operations/factories.js.map +1 -0
- package/dist/esm/operations/globalParameters.d.ts +63 -0
- package/dist/esm/operations/globalParameters.d.ts.map +1 -0
- package/dist/esm/operations/globalParameters.js +254 -0
- package/dist/esm/operations/globalParameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +24 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +31 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/integrationRuntimeNodes.d.ts +50 -0
- package/dist/esm/operations/integrationRuntimeNodes.d.ts.map +1 -0
- package/dist/esm/operations/integrationRuntimeNodes.js +186 -0
- package/dist/esm/operations/integrationRuntimeNodes.js.map +1 -0
- package/dist/esm/operations/integrationRuntimeObjectMetadata.d.ts +39 -0
- package/dist/esm/operations/integrationRuntimeObjectMetadata.d.ts.map +1 -0
- package/dist/esm/operations/integrationRuntimeObjectMetadata.js +144 -0
- package/dist/esm/operations/integrationRuntimeObjectMetadata.js.map +1 -0
- package/dist/esm/operations/integrationRuntimes.d.ts +195 -0
- package/dist/esm/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist/esm/operations/integrationRuntimes.js +810 -0
- package/dist/esm/operations/integrationRuntimes.js.map +1 -0
- package/dist/esm/operations/linkedServices.d.ts +63 -0
- package/dist/esm/operations/linkedServices.d.ts.map +1 -0
- package/dist/esm/operations/linkedServices.js +259 -0
- package/dist/esm/operations/linkedServices.js.map +1 -0
- package/dist/esm/operations/managedPrivateEndpoints.d.ts +69 -0
- package/dist/esm/operations/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/esm/operations/managedPrivateEndpoints.js +288 -0
- package/dist/esm/operations/managedPrivateEndpoints.js.map +1 -0
- package/dist/esm/operations/managedVirtualNetworks.d.ts +55 -0
- package/dist/esm/operations/managedVirtualNetworks.d.ts.map +1 -0
- package/dist/esm/operations/managedVirtualNetworks.js +227 -0
- package/dist/esm/operations/managedVirtualNetworks.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/pipelineRuns.d.ts +37 -0
- package/dist/esm/operations/pipelineRuns.d.ts.map +1 -0
- package/dist/esm/operations/pipelineRuns.js +118 -0
- package/dist/esm/operations/pipelineRuns.js.map +1 -0
- package/dist/esm/operations/pipelines.d.ts +71 -0
- package/dist/esm/operations/pipelines.d.ts.map +1 -0
- package/dist/esm/operations/pipelines.js +293 -0
- package/dist/esm/operations/pipelines.js.map +1 -0
- package/dist/esm/operations/privateEndPointConnections.d.ts +38 -0
- package/dist/esm/operations/privateEndPointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndPointConnections.js +150 -0
- package/dist/esm/operations/privateEndPointConnections.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnection.d.ts +38 -0
- package/dist/esm/operations/privateEndpointConnection.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnection.js +141 -0
- package/dist/esm/operations/privateEndpointConnection.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +20 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +53 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/triggerRuns.d.ts +39 -0
- package/dist/esm/operations/triggerRuns.d.ts.map +1 -0
- package/dist/esm/operations/triggerRuns.js +120 -0
- package/dist/esm/operations/triggerRuns.js.map +1 -0
- package/dist/esm/operations/triggers.d.ts +144 -0
- package/dist/esm/operations/triggers.d.ts.map +1 -0
- package/dist/esm/operations/triggers.js +640 -0
- package/dist/esm/operations/triggers.js.map +1 -0
- package/dist/esm/operationsInterfaces/activityRuns.d.ts +14 -0
- package/dist/esm/operationsInterfaces/activityRuns.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/activityRuns.js +9 -0
- package/dist/esm/operationsInterfaces/activityRuns.js.map +1 -0
- package/dist/esm/operationsInterfaces/changeDataCapture.d.ts +62 -0
- package/dist/esm/operationsInterfaces/changeDataCapture.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/changeDataCapture.js +9 -0
- package/dist/esm/operationsInterfaces/changeDataCapture.js.map +1 -0
- package/dist/esm/operationsInterfaces/credentialOperations.d.ts +38 -0
- package/dist/esm/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/credentialOperations.js +9 -0
- package/dist/esm/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.d.ts +62 -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/dataFlows.d.ts +38 -0
- package/dist/esm/operationsInterfaces/dataFlows.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dataFlows.js +9 -0
- package/dist/esm/operationsInterfaces/dataFlows.js.map +1 -0
- package/dist/esm/operationsInterfaces/datasets.d.ts +38 -0
- package/dist/esm/operationsInterfaces/datasets.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/datasets.js +9 -0
- package/dist/esm/operationsInterfaces/datasets.js.map +1 -0
- package/dist/esm/operationsInterfaces/exposureControl.d.ts +28 -0
- package/dist/esm/operationsInterfaces/exposureControl.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/exposureControl.js +9 -0
- package/dist/esm/operationsInterfaces/exposureControl.js.map +1 -0
- package/dist/esm/operationsInterfaces/factories.d.ts +70 -0
- package/dist/esm/operationsInterfaces/factories.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/factories.js +9 -0
- package/dist/esm/operationsInterfaces/factories.js.map +1 -0
- package/dist/esm/operationsInterfaces/globalParameters.d.ts +38 -0
- package/dist/esm/operationsInterfaces/globalParameters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/globalParameters.js +9 -0
- package/dist/esm/operationsInterfaces/globalParameters.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +24 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +31 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/integrationRuntimeNodes.d.ts +42 -0
- package/dist/esm/operationsInterfaces/integrationRuntimeNodes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/integrationRuntimeNodes.js +9 -0
- package/dist/esm/operationsInterfaces/integrationRuntimeNodes.js.map +1 -0
- package/dist/esm/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts +31 -0
- package/dist/esm/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/integrationRuntimeObjectMetadata.js +9 -0
- package/dist/esm/operationsInterfaces/integrationRuntimeObjectMetadata.js.map +1 -0
- package/dist/esm/operationsInterfaces/integrationRuntimes.d.ts +170 -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/linkedServices.d.ts +38 -0
- package/dist/esm/operationsInterfaces/linkedServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/linkedServices.js +9 -0
- package/dist/esm/operationsInterfaces/linkedServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedPrivateEndpoints.d.ts +42 -0
- package/dist/esm/operationsInterfaces/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedPrivateEndpoints.js +9 -0
- package/dist/esm/operationsInterfaces/managedPrivateEndpoints.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedVirtualNetworks.d.ts +30 -0
- package/dist/esm/operationsInterfaces/managedVirtualNetworks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedVirtualNetworks.js +9 -0
- package/dist/esm/operationsInterfaces/managedVirtualNetworks.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/pipelineRuns.d.ts +29 -0
- package/dist/esm/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/pipelineRuns.js +9 -0
- package/dist/esm/operationsInterfaces/pipelineRuns.js.map +1 -0
- package/dist/esm/operationsInterfaces/pipelines.d.ts +46 -0
- package/dist/esm/operationsInterfaces/pipelines.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/pipelines.js +9 -0
- package/dist/esm/operationsInterfaces/pipelines.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndPointConnections.d.ts +13 -0
- package/dist/esm/operationsInterfaces/privateEndPointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndPointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndPointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnection.d.ts +30 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnection.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnection.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnection.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/triggerRuns.d.ts +31 -0
- package/dist/esm/operationsInterfaces/triggerRuns.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/triggerRuns.js +9 -0
- package/dist/esm/operationsInterfaces/triggerRuns.js.map +1 -0
- package/dist/esm/operationsInterfaces/triggers.d.ts +119 -0
- package/dist/esm/operationsInterfaces/triggers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/triggers.js +9 -0
- package/dist/esm/operationsInterfaces/triggers.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/react-native/dataFactoryManagementClient.d.ts +42 -0
- package/dist/react-native/dataFactoryManagementClient.d.ts.map +1 -0
- package/dist/react-native/dataFactoryManagementClient.js +120 -0
- package/dist/react-native/dataFactoryManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +13611 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +1350 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +1337 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +27237 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +64 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +511 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/activityRuns.d.ts +22 -0
- package/dist/react-native/operations/activityRuns.d.ts.map +1 -0
- package/dist/react-native/operations/activityRuns.js +58 -0
- package/dist/react-native/operations/activityRuns.js.map +1 -0
- package/dist/react-native/operations/changeDataCapture.d.ts +87 -0
- package/dist/react-native/operations/changeDataCapture.d.ts.map +1 -0
- package/dist/react-native/operations/changeDataCapture.js +350 -0
- package/dist/react-native/operations/changeDataCapture.js.map +1 -0
- package/dist/react-native/operations/credentialOperations.d.ts +63 -0
- package/dist/react-native/operations/credentialOperations.d.ts.map +1 -0
- package/dist/react-native/operations/credentialOperations.js +253 -0
- package/dist/react-native/operations/credentialOperations.js.map +1 -0
- package/dist/react-native/operations/dataFlowDebugSession.d.ts +87 -0
- package/dist/react-native/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/react-native/operations/dataFlowDebugSession.js +386 -0
- package/dist/react-native/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/react-native/operations/dataFlows.d.ts +63 -0
- package/dist/react-native/operations/dataFlows.d.ts.map +1 -0
- package/dist/react-native/operations/dataFlows.js +252 -0
- package/dist/react-native/operations/dataFlows.js.map +1 -0
- package/dist/react-native/operations/datasets.d.ts +63 -0
- package/dist/react-native/operations/datasets.d.ts.map +1 -0
- package/dist/react-native/operations/datasets.js +253 -0
- package/dist/react-native/operations/datasets.js.map +1 -0
- package/dist/react-native/operations/exposureControl.d.ts +36 -0
- package/dist/react-native/operations/exposureControl.d.ts.map +1 -0
- package/dist/react-native/operations/exposureControl.js +120 -0
- package/dist/react-native/operations/exposureControl.js.map +1 -0
- package/dist/react-native/operations/factories.d.ts +106 -0
- package/dist/react-native/operations/factories.d.ts.map +1 -0
- package/dist/react-native/operations/factories.js +483 -0
- package/dist/react-native/operations/factories.js.map +1 -0
- package/dist/react-native/operations/globalParameters.d.ts +63 -0
- package/dist/react-native/operations/globalParameters.d.ts.map +1 -0
- package/dist/react-native/operations/globalParameters.js +254 -0
- package/dist/react-native/operations/globalParameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +24 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +31 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/integrationRuntimeNodes.d.ts +50 -0
- package/dist/react-native/operations/integrationRuntimeNodes.d.ts.map +1 -0
- package/dist/react-native/operations/integrationRuntimeNodes.js +186 -0
- package/dist/react-native/operations/integrationRuntimeNodes.js.map +1 -0
- package/dist/react-native/operations/integrationRuntimeObjectMetadata.d.ts +39 -0
- package/dist/react-native/operations/integrationRuntimeObjectMetadata.d.ts.map +1 -0
- package/dist/react-native/operations/integrationRuntimeObjectMetadata.js +144 -0
- package/dist/react-native/operations/integrationRuntimeObjectMetadata.js.map +1 -0
- package/dist/react-native/operations/integrationRuntimes.d.ts +195 -0
- package/dist/react-native/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist/react-native/operations/integrationRuntimes.js +810 -0
- package/dist/react-native/operations/integrationRuntimes.js.map +1 -0
- package/dist/react-native/operations/linkedServices.d.ts +63 -0
- package/dist/react-native/operations/linkedServices.d.ts.map +1 -0
- package/dist/react-native/operations/linkedServices.js +259 -0
- package/dist/react-native/operations/linkedServices.js.map +1 -0
- package/dist/react-native/operations/managedPrivateEndpoints.d.ts +69 -0
- package/dist/react-native/operations/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/react-native/operations/managedPrivateEndpoints.js +288 -0
- package/dist/react-native/operations/managedPrivateEndpoints.js.map +1 -0
- package/dist/react-native/operations/managedVirtualNetworks.d.ts +55 -0
- package/dist/react-native/operations/managedVirtualNetworks.d.ts.map +1 -0
- package/dist/react-native/operations/managedVirtualNetworks.js +227 -0
- package/dist/react-native/operations/managedVirtualNetworks.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/pipelineRuns.d.ts +37 -0
- package/dist/react-native/operations/pipelineRuns.d.ts.map +1 -0
- package/dist/react-native/operations/pipelineRuns.js +118 -0
- package/dist/react-native/operations/pipelineRuns.js.map +1 -0
- package/dist/react-native/operations/pipelines.d.ts +71 -0
- package/dist/react-native/operations/pipelines.d.ts.map +1 -0
- package/dist/react-native/operations/pipelines.js +293 -0
- package/dist/react-native/operations/pipelines.js.map +1 -0
- package/dist/react-native/operations/privateEndPointConnections.d.ts +38 -0
- package/dist/react-native/operations/privateEndPointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndPointConnections.js +150 -0
- package/dist/react-native/operations/privateEndPointConnections.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnection.d.ts +38 -0
- package/dist/react-native/operations/privateEndpointConnection.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnection.js +141 -0
- package/dist/react-native/operations/privateEndpointConnection.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +20 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +53 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/triggerRuns.d.ts +39 -0
- package/dist/react-native/operations/triggerRuns.d.ts.map +1 -0
- package/dist/react-native/operations/triggerRuns.js +120 -0
- package/dist/react-native/operations/triggerRuns.js.map +1 -0
- package/dist/react-native/operations/triggers.d.ts +144 -0
- package/dist/react-native/operations/triggers.d.ts.map +1 -0
- package/dist/react-native/operations/triggers.js +640 -0
- package/dist/react-native/operations/triggers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/activityRuns.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/activityRuns.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/activityRuns.js +9 -0
- package/dist/react-native/operationsInterfaces/activityRuns.js.map +1 -0
- package/dist/react-native/operationsInterfaces/changeDataCapture.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/changeDataCapture.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/changeDataCapture.js +9 -0
- package/dist/react-native/operationsInterfaces/changeDataCapture.js.map +1 -0
- package/dist/react-native/operationsInterfaces/credentialOperations.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/credentialOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.d.ts +62 -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/dataFlows.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/dataFlows.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dataFlows.js +9 -0
- package/dist/react-native/operationsInterfaces/dataFlows.js.map +1 -0
- package/dist/react-native/operationsInterfaces/datasets.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/datasets.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/datasets.js +9 -0
- package/dist/react-native/operationsInterfaces/datasets.js.map +1 -0
- package/dist/react-native/operationsInterfaces/exposureControl.d.ts +28 -0
- package/dist/react-native/operationsInterfaces/exposureControl.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/exposureControl.js +9 -0
- package/dist/react-native/operationsInterfaces/exposureControl.js.map +1 -0
- package/dist/react-native/operationsInterfaces/factories.d.ts +70 -0
- package/dist/react-native/operationsInterfaces/factories.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/factories.js +9 -0
- package/dist/react-native/operationsInterfaces/factories.js.map +1 -0
- package/dist/react-native/operationsInterfaces/globalParameters.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/globalParameters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/globalParameters.js +9 -0
- package/dist/react-native/operationsInterfaces/globalParameters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +24 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +31 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimeNodes.d.ts +42 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimeNodes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimeNodes.js +9 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimeNodes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts +31 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimeObjectMetadata.js +9 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimeObjectMetadata.js.map +1 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimes.d.ts +170 -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/linkedServices.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/linkedServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/linkedServices.js +9 -0
- package/dist/react-native/operationsInterfaces/linkedServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedPrivateEndpoints.d.ts +42 -0
- package/dist/react-native/operationsInterfaces/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedPrivateEndpoints.js +9 -0
- package/dist/react-native/operationsInterfaces/managedPrivateEndpoints.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedVirtualNetworks.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/managedVirtualNetworks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedVirtualNetworks.js +9 -0
- package/dist/react-native/operationsInterfaces/managedVirtualNetworks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelineRuns.d.ts +29 -0
- package/dist/react-native/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelineRuns.js +9 -0
- package/dist/react-native/operationsInterfaces/pipelineRuns.js.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelines.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/pipelines.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelines.js +9 -0
- package/dist/react-native/operationsInterfaces/pipelines.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndPointConnections.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/privateEndPointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndPointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndPointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnection.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnection.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnection.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnection.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/triggerRuns.d.ts +31 -0
- package/dist/react-native/operationsInterfaces/triggerRuns.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/triggerRuns.js +9 -0
- package/dist/react-native/operationsInterfaces/triggerRuns.js.map +1 -0
- package/dist/react-native/operationsInterfaces/triggers.d.ts +119 -0
- package/dist/react-native/operationsInterfaces/triggers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/triggers.js +9 -0
- package/dist/react-native/operationsInterfaces/triggers.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/package.json +80 -50
- package/review/arm-datafactory.api.md +116 -10
- package/dist/index.js +0 -35638
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/activityRunsQueryByPipelineRunSample.d.ts +0 -2
- package/dist-esm/samples-dev/activityRunsQueryByPipelineRunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/activityRunsQueryByPipelineRunSample.js +0 -44
- package/dist-esm/samples-dev/activityRunsQueryByPipelineRunSample.js.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/changeDataCaptureCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureCreateOrUpdateSample.js +0 -75
- package/dist-esm/samples-dev/changeDataCaptureCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/changeDataCaptureDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureDeleteSample.js +0 -40
- package/dist-esm/samples-dev/changeDataCaptureDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/changeDataCaptureGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureGetSample.js +0 -40
- package/dist-esm/samples-dev/changeDataCaptureGetSample.js.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/changeDataCaptureListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureListByFactorySample.js +0 -55
- package/dist-esm/samples-dev/changeDataCaptureListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/changeDataCaptureStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureStartSample.js +0 -40
- package/dist-esm/samples-dev/changeDataCaptureStartSample.js.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/changeDataCaptureStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureStatusSample.js +0 -40
- package/dist-esm/samples-dev/changeDataCaptureStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/changeDataCaptureStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/changeDataCaptureStopSample.js +0 -40
- package/dist-esm/samples-dev/changeDataCaptureStopSample.js.map +0 -1
- package/dist-esm/samples-dev/credentialOperationsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/credentialOperationsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/credentialOperationsCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/credentialOperationsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/credentialOperationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/credentialOperationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/credentialOperationsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/credentialOperationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/credentialOperationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/credentialOperationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/credentialOperationsGetSample.js +0 -40
- package/dist-esm/samples-dev/credentialOperationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/credentialOperationsListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/credentialOperationsListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/credentialOperationsListByFactorySample.js +0 -55
- package/dist-esm/samples-dev/credentialOperationsListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/dataFlowDebugSessionAddDataFlowSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataFlowDebugSessionAddDataFlowSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataFlowDebugSessionAddDataFlowSample.js +0 -102
- package/dist-esm/samples-dev/dataFlowDebugSessionAddDataFlowSample.js.map +0 -1
- package/dist-esm/samples-dev/dataFlowDebugSessionCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataFlowDebugSessionCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataFlowDebugSessionCreateSample.js +0 -56
- package/dist-esm/samples-dev/dataFlowDebugSessionCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/dataFlowDebugSessionDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataFlowDebugSessionDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataFlowDebugSessionDeleteSample.js +0 -42
- package/dist-esm/samples-dev/dataFlowDebugSessionDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dataFlowDebugSessionExecuteCommandSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataFlowDebugSessionExecuteCommandSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataFlowDebugSessionExecuteCommandSample.js +0 -44
- package/dist-esm/samples-dev/dataFlowDebugSessionExecuteCommandSample.js.map +0 -1
- package/dist-esm/samples-dev/dataFlowDebugSessionQueryByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/dataFlowDebugSessionQueryByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataFlowDebugSessionQueryByFactorySample.js +0 -55
- package/dist-esm/samples-dev/dataFlowDebugSessionQueryByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/dataFlowsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataFlowsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataFlowsCreateOrUpdateSample.js +0 -172
- package/dist-esm/samples-dev/dataFlowsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dataFlowsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataFlowsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataFlowsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/dataFlowsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dataFlowsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataFlowsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataFlowsGetSample.js +0 -40
- package/dist-esm/samples-dev/dataFlowsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dataFlowsListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/dataFlowsListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataFlowsListByFactorySample.js +0 -55
- package/dist-esm/samples-dev/dataFlowsListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/datasetsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/datasetsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datasetsCreateOrUpdateSample.js +0 -93
- package/dist-esm/samples-dev/datasetsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/datasetsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/datasetsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datasetsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/datasetsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/datasetsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/datasetsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datasetsGetSample.js +0 -40
- package/dist-esm/samples-dev/datasetsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/datasetsListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/datasetsListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datasetsListByFactorySample.js +0 -55
- package/dist-esm/samples-dev/datasetsListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/exposureControlGetFeatureValueByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/exposureControlGetFeatureValueByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exposureControlGetFeatureValueByFactorySample.js +0 -43
- package/dist-esm/samples-dev/exposureControlGetFeatureValueByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/exposureControlGetFeatureValueSample.d.ts +0 -2
- package/dist-esm/samples-dev/exposureControlGetFeatureValueSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exposureControlGetFeatureValueSample.js +0 -42
- package/dist-esm/samples-dev/exposureControlGetFeatureValueSample.js.map +0 -1
- package/dist-esm/samples-dev/exposureControlQueryFeatureValuesByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/exposureControlQueryFeatureValuesByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exposureControlQueryFeatureValuesByFactorySample.js +0 -48
- package/dist-esm/samples-dev/exposureControlQueryFeatureValuesByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/factoriesConfigureFactoryRepoSample.d.ts +0 -2
- package/dist-esm/samples-dev/factoriesConfigureFactoryRepoSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/factoriesConfigureFactoryRepoSample.js +0 -51
- package/dist-esm/samples-dev/factoriesConfigureFactoryRepoSample.js.map +0 -1
- package/dist-esm/samples-dev/factoriesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/factoriesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/factoriesCreateOrUpdateSample.js +0 -40
- package/dist-esm/samples-dev/factoriesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/factoriesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/factoriesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/factoriesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/factoriesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/factoriesGetDataPlaneAccessSample.d.ts +0 -2
- package/dist-esm/samples-dev/factoriesGetDataPlaneAccessSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/factoriesGetDataPlaneAccessSample.js +0 -46
- package/dist-esm/samples-dev/factoriesGetDataPlaneAccessSample.js.map +0 -1
- package/dist-esm/samples-dev/factoriesGetGitHubAccessTokenSample.d.ts +0 -2
- package/dist-esm/samples-dev/factoriesGetGitHubAccessTokenSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/factoriesGetGitHubAccessTokenSample.js +0 -44
- package/dist-esm/samples-dev/factoriesGetGitHubAccessTokenSample.js.map +0 -1
- package/dist-esm/samples-dev/factoriesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/factoriesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/factoriesGetSample.js +0 -39
- package/dist-esm/samples-dev/factoriesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/factoriesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/factoriesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/factoriesListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/factoriesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/factoriesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/factoriesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/factoriesListSample.js +0 -53
- package/dist-esm/samples-dev/factoriesListSample.js.map +0 -1
- package/dist-esm/samples-dev/factoriesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/factoriesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/factoriesUpdateSample.js +0 -42
- package/dist-esm/samples-dev/factoriesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/globalParametersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalParametersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalParametersCreateOrUpdateSample.js +0 -66
- package/dist-esm/samples-dev/globalParametersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/globalParametersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalParametersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalParametersDeleteSample.js +0 -40
- package/dist-esm/samples-dev/globalParametersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/globalParametersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalParametersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalParametersGetSample.js +0 -40
- package/dist-esm/samples-dev/globalParametersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/globalParametersListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/globalParametersListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalParametersListByFactorySample.js +0 -55
- package/dist-esm/samples-dev/globalParametersListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeNodesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimeNodesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeNodesDeleteSample.js +0 -41
- package/dist-esm/samples-dev/integrationRuntimeNodesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeNodesGetIPAddressSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimeNodesGetIPAddressSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeNodesGetIPAddressSample.js +0 -41
- package/dist-esm/samples-dev/integrationRuntimeNodesGetIPAddressSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeNodesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimeNodesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeNodesGetSample.js +0 -41
- package/dist-esm/samples-dev/integrationRuntimeNodesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeNodesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimeNodesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeNodesUpdateSample.js +0 -42
- package/dist-esm/samples-dev/integrationRuntimeNodesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeObjectMetadataGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimeObjectMetadataGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeObjectMetadataGetSample.js +0 -46
- package/dist-esm/samples-dev/integrationRuntimeObjectMetadataGetSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeObjectMetadataRefreshSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimeObjectMetadataRefreshSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimeObjectMetadataRefreshSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimeObjectMetadataRefreshSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesCreateLinkedIntegrationRuntimeSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesCreateLinkedIntegrationRuntimeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesCreateLinkedIntegrationRuntimeSample.js +0 -46
- package/dist-esm/samples-dev/integrationRuntimesCreateLinkedIntegrationRuntimeSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/integrationRuntimesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesGetConnectionInfoSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesGetConnectionInfoSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesGetConnectionInfoSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimesGetConnectionInfoSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesGetMonitoringDataSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesGetMonitoringDataSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesGetMonitoringDataSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimesGetMonitoringDataSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesGetSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesGetStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesGetStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesGetStatusSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimesGetStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesListAuthKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesListAuthKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesListAuthKeysSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimesListAuthKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesListByFactorySample.js +0 -55
- package/dist-esm/samples-dev/integrationRuntimesListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesListOutboundNetworkDependenciesEndpointsSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesListOutboundNetworkDependenciesEndpointsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesListOutboundNetworkDependenciesEndpointsSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimesListOutboundNetworkDependenciesEndpointsSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesRegenerateAuthKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesRegenerateAuthKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesRegenerateAuthKeySample.js +0 -43
- package/dist-esm/samples-dev/integrationRuntimesRegenerateAuthKeySample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesRemoveLinksSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesRemoveLinksSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesRemoveLinksSample.js +0 -43
- package/dist-esm/samples-dev/integrationRuntimesRemoveLinksSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesStartSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimesStartSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesStopSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimesStopSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesSyncCredentialsSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesSyncCredentialsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesSyncCredentialsSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimesSyncCredentialsSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesUpdateSample.js +0 -44
- package/dist-esm/samples-dev/integrationRuntimesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesUpgradeSample.d.ts +0 -2
- package/dist-esm/samples-dev/integrationRuntimesUpgradeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/integrationRuntimesUpgradeSample.js +0 -40
- package/dist-esm/samples-dev/integrationRuntimesUpgradeSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedServicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedServicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedServicesCreateOrUpdateSample.js +0 -79
- package/dist-esm/samples-dev/linkedServicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedServicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedServicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedServicesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/linkedServicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedServicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedServicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedServicesGetSample.js +0 -40
- package/dist-esm/samples-dev/linkedServicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedServicesListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedServicesListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedServicesListByFactorySample.js +0 -55
- package/dist-esm/samples-dev/linkedServicesListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/managedPrivateEndpointsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedPrivateEndpointsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedPrivateEndpointsCreateOrUpdateSample.js +0 -48
- package/dist-esm/samples-dev/managedPrivateEndpointsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedPrivateEndpointsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedPrivateEndpointsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedPrivateEndpointsDeleteSample.js +0 -41
- package/dist-esm/samples-dev/managedPrivateEndpointsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managedPrivateEndpointsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedPrivateEndpointsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedPrivateEndpointsGetSample.js +0 -41
- package/dist-esm/samples-dev/managedPrivateEndpointsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedPrivateEndpointsListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/managedPrivateEndpointsListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedPrivateEndpointsListByFactorySample.js +0 -56
- package/dist-esm/samples-dev/managedPrivateEndpointsListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/managedVirtualNetworksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedVirtualNetworksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedVirtualNetworksCreateOrUpdateSample.js +0 -43
- package/dist-esm/samples-dev/managedVirtualNetworksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedVirtualNetworksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedVirtualNetworksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedVirtualNetworksGetSample.js +0 -40
- package/dist-esm/samples-dev/managedVirtualNetworksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedVirtualNetworksListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/managedVirtualNetworksListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedVirtualNetworksListByFactorySample.js +0 -55
- package/dist-esm/samples-dev/managedVirtualNetworksListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/pipelineRunsCancelSample.d.ts +0 -2
- package/dist-esm/samples-dev/pipelineRunsCancelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/pipelineRunsCancelSample.js +0 -40
- package/dist-esm/samples-dev/pipelineRunsCancelSample.js.map +0 -1
- package/dist-esm/samples-dev/pipelineRunsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/pipelineRunsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/pipelineRunsGetSample.js +0 -40
- package/dist-esm/samples-dev/pipelineRunsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/pipelineRunsQueryByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/pipelineRunsQueryByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/pipelineRunsQueryByFactorySample.js +0 -50
- package/dist-esm/samples-dev/pipelineRunsQueryByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/pipelinesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/pipelinesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/pipelinesCreateOrUpdateSample.js +0 -156
- package/dist-esm/samples-dev/pipelinesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/pipelinesCreateRunSample.d.ts +0 -2
- package/dist-esm/samples-dev/pipelinesCreateRunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/pipelinesCreateRunSample.js +0 -48
- package/dist-esm/samples-dev/pipelinesCreateRunSample.js.map +0 -1
- package/dist-esm/samples-dev/pipelinesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/pipelinesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/pipelinesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/pipelinesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/pipelinesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/pipelinesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/pipelinesGetSample.js +0 -40
- package/dist-esm/samples-dev/pipelinesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/pipelinesListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/pipelinesListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/pipelinesListByFactorySample.js +0 -55
- package/dist-esm/samples-dev/pipelinesListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndPointConnectionsListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndPointConnectionsListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndPointConnectionsListByFactorySample.js +0 -55
- package/dist-esm/samples-dev/privateEndPointConnectionsListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdateSample.js +0 -52
- package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionGetSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -39
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/triggerRunsCancelSample.d.ts +0 -2
- package/dist-esm/samples-dev/triggerRunsCancelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggerRunsCancelSample.js +0 -41
- package/dist-esm/samples-dev/triggerRunsCancelSample.js.map +0 -1
- package/dist-esm/samples-dev/triggerRunsQueryByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/triggerRunsQueryByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggerRunsQueryByFactorySample.js +0 -50
- package/dist-esm/samples-dev/triggerRunsQueryByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/triggerRunsRerunSample.d.ts +0 -2
- package/dist-esm/samples-dev/triggerRunsRerunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggerRunsRerunSample.js +0 -41
- package/dist-esm/samples-dev/triggerRunsRerunSample.js.map +0 -1
- package/dist-esm/samples-dev/triggersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/triggersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggersCreateOrUpdateSample.js +0 -103
- package/dist-esm/samples-dev/triggersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/triggersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/triggersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggersDeleteSample.js +0 -40
- package/dist-esm/samples-dev/triggersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/triggersGetEventSubscriptionStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/triggersGetEventSubscriptionStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggersGetEventSubscriptionStatusSample.js +0 -40
- package/dist-esm/samples-dev/triggersGetEventSubscriptionStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/triggersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/triggersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggersGetSample.js +0 -40
- package/dist-esm/samples-dev/triggersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/triggersListByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/triggersListByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggersListByFactorySample.js +0 -55
- package/dist-esm/samples-dev/triggersListByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/triggersQueryByFactorySample.d.ts +0 -2
- package/dist-esm/samples-dev/triggersQueryByFactorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggersQueryByFactorySample.js +0 -42
- package/dist-esm/samples-dev/triggersQueryByFactorySample.js.map +0 -1
- package/dist-esm/samples-dev/triggersStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/triggersStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggersStartSample.js +0 -40
- package/dist-esm/samples-dev/triggersStartSample.js.map +0 -1
- package/dist-esm/samples-dev/triggersStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/triggersStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggersStopSample.js +0 -40
- package/dist-esm/samples-dev/triggersStopSample.js.map +0 -1
- package/dist-esm/samples-dev/triggersSubscribeToEventsSample.d.ts +0 -2
- package/dist-esm/samples-dev/triggersSubscribeToEventsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggersSubscribeToEventsSample.js +0 -40
- package/dist-esm/samples-dev/triggersSubscribeToEventsSample.js.map +0 -1
- package/dist-esm/samples-dev/triggersUnsubscribeFromEventsSample.d.ts +0 -2
- package/dist-esm/samples-dev/triggersUnsubscribeFromEventsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggersUnsubscribeFromEventsSample.js +0 -40
- package/dist-esm/samples-dev/triggersUnsubscribeFromEventsSample.js.map +0 -1
- package/dist-esm/src/dataFactoryManagementClient.d.ts +0 -42
- package/dist-esm/src/dataFactoryManagementClient.d.ts.map +0 -1
- package/dist-esm/src/dataFactoryManagementClient.js +0 -123
- package/dist-esm/src/dataFactoryManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.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.d.ts +0 -13423
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -1320
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -1332
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -26911
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -511
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/activityRuns.d.ts +0 -22
- package/dist-esm/src/operations/activityRuns.d.ts.map +0 -1
- package/dist-esm/src/operations/activityRuns.js +0 -58
- package/dist-esm/src/operations/activityRuns.js.map +0 -1
- package/dist-esm/src/operations/changeDataCapture.d.ts +0 -87
- package/dist-esm/src/operations/changeDataCapture.d.ts.map +0 -1
- package/dist-esm/src/operations/changeDataCapture.js +0 -350
- package/dist-esm/src/operations/changeDataCapture.js.map +0 -1
- package/dist-esm/src/operations/credentialOperations.d.ts +0 -63
- package/dist-esm/src/operations/credentialOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/credentialOperations.js +0 -253
- package/dist-esm/src/operations/credentialOperations.js.map +0 -1
- package/dist-esm/src/operations/dataFlowDebugSession.d.ts +0 -87
- package/dist-esm/src/operations/dataFlowDebugSession.d.ts.map +0 -1
- package/dist-esm/src/operations/dataFlowDebugSession.js +0 -394
- package/dist-esm/src/operations/dataFlowDebugSession.js.map +0 -1
- package/dist-esm/src/operations/dataFlows.d.ts +0 -63
- package/dist-esm/src/operations/dataFlows.d.ts.map +0 -1
- package/dist-esm/src/operations/dataFlows.js +0 -252
- package/dist-esm/src/operations/dataFlows.js.map +0 -1
- package/dist-esm/src/operations/datasets.d.ts +0 -63
- package/dist-esm/src/operations/datasets.d.ts.map +0 -1
- package/dist-esm/src/operations/datasets.js +0 -253
- package/dist-esm/src/operations/datasets.js.map +0 -1
- package/dist-esm/src/operations/exposureControl.d.ts +0 -36
- package/dist-esm/src/operations/exposureControl.d.ts.map +0 -1
- package/dist-esm/src/operations/exposureControl.js +0 -120
- package/dist-esm/src/operations/exposureControl.js.map +0 -1
- package/dist-esm/src/operations/factories.d.ts +0 -106
- package/dist-esm/src/operations/factories.d.ts.map +0 -1
- package/dist-esm/src/operations/factories.js +0 -483
- package/dist-esm/src/operations/factories.js.map +0 -1
- package/dist-esm/src/operations/globalParameters.d.ts +0 -63
- package/dist-esm/src/operations/globalParameters.d.ts.map +0 -1
- package/dist-esm/src/operations/globalParameters.js +0 -254
- package/dist-esm/src/operations/globalParameters.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -24
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -31
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/integrationRuntimeNodes.d.ts +0 -50
- package/dist-esm/src/operations/integrationRuntimeNodes.d.ts.map +0 -1
- package/dist-esm/src/operations/integrationRuntimeNodes.js +0 -186
- package/dist-esm/src/operations/integrationRuntimeNodes.js.map +0 -1
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.d.ts +0 -39
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.d.ts.map +0 -1
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js +0 -149
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js.map +0 -1
- package/dist-esm/src/operations/integrationRuntimes.d.ts +0 -195
- package/dist-esm/src/operations/integrationRuntimes.d.ts.map +0 -1
- package/dist-esm/src/operations/integrationRuntimes.js +0 -818
- package/dist-esm/src/operations/integrationRuntimes.js.map +0 -1
- package/dist-esm/src/operations/linkedServices.d.ts +0 -63
- package/dist-esm/src/operations/linkedServices.d.ts.map +0 -1
- package/dist-esm/src/operations/linkedServices.js +0 -259
- package/dist-esm/src/operations/linkedServices.js.map +0 -1
- package/dist-esm/src/operations/managedPrivateEndpoints.d.ts +0 -69
- package/dist-esm/src/operations/managedPrivateEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operations/managedPrivateEndpoints.js +0 -288
- package/dist-esm/src/operations/managedPrivateEndpoints.js.map +0 -1
- package/dist-esm/src/operations/managedVirtualNetworks.d.ts +0 -55
- package/dist-esm/src/operations/managedVirtualNetworks.d.ts.map +0 -1
- package/dist-esm/src/operations/managedVirtualNetworks.js +0 -227
- package/dist-esm/src/operations/managedVirtualNetworks.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/pipelineRuns.d.ts +0 -37
- package/dist-esm/src/operations/pipelineRuns.d.ts.map +0 -1
- package/dist-esm/src/operations/pipelineRuns.js +0 -118
- package/dist-esm/src/operations/pipelineRuns.js.map +0 -1
- package/dist-esm/src/operations/pipelines.d.ts +0 -71
- package/dist-esm/src/operations/pipelines.d.ts.map +0 -1
- package/dist-esm/src/operations/pipelines.js +0 -293
- package/dist-esm/src/operations/pipelines.js.map +0 -1
- package/dist-esm/src/operations/privateEndPointConnections.d.ts +0 -38
- package/dist-esm/src/operations/privateEndPointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndPointConnections.js +0 -150
- package/dist-esm/src/operations/privateEndPointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnection.d.ts +0 -38
- package/dist-esm/src/operations/privateEndpointConnection.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnection.js +0 -141
- package/dist-esm/src/operations/privateEndpointConnection.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -20
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -53
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/triggerRuns.d.ts +0 -39
- package/dist-esm/src/operations/triggerRuns.d.ts.map +0 -1
- package/dist-esm/src/operations/triggerRuns.js +0 -120
- package/dist-esm/src/operations/triggerRuns.js.map +0 -1
- package/dist-esm/src/operations/triggers.d.ts +0 -144
- package/dist-esm/src/operations/triggers.d.ts.map +0 -1
- package/dist-esm/src/operations/triggers.js +0 -656
- package/dist-esm/src/operations/triggers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/activityRuns.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/activityRuns.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/activityRuns.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/changeDataCapture.d.ts +0 -62
- package/dist-esm/src/operationsInterfaces/changeDataCapture.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/changeDataCapture.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/credentialOperations.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/credentialOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/credentialOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.d.ts +0 -62
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataFlows.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/dataFlows.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataFlows.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/datasets.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/datasets.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/datasets.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/exposureControl.d.ts +0 -28
- package/dist-esm/src/operationsInterfaces/exposureControl.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/exposureControl.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/factories.d.ts +0 -70
- package/dist-esm/src/operationsInterfaces/factories.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/factories.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/globalParameters.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/globalParameters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/globalParameters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -24
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -31
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/integrationRuntimeNodes.d.ts +0 -42
- package/dist-esm/src/operationsInterfaces/integrationRuntimeNodes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/integrationRuntimeNodes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts +0 -31
- package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.d.ts +0 -170
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkedServices.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/linkedServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkedServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.d.ts +0 -42
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedVirtualNetworks.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/managedVirtualNetworks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedVirtualNetworks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts +0 -29
- package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/pipelineRuns.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/pipelines.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/pipelines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/pipelines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndPointConnections.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/privateEndPointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndPointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnection.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/privateEndpointConnection.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnection.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/triggerRuns.d.ts +0 -31
- package/dist-esm/src/operationsInterfaces/triggerRuns.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/triggerRuns.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/triggers.d.ts +0 -119
- package/dist-esm/src/operationsInterfaces/triggers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/triggers.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/datafactory_examples.spec.d.ts +0 -4
- package/dist-esm/test/datafactory_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/datafactory_examples.spec.js +0 -388
- package/dist-esm/test/datafactory_examples.spec.js.map +0 -1
- package/src/dataFactoryManagementClient.ts +0 -234
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -15795
- package/src/models/mappers.ts +0 -31215
- package/src/models/parameters.ts +0 -616
- package/src/operations/activityRuns.ts +0 -79
- package/src/operations/changeDataCapture.ts +0 -465
- package/src/operations/credentialOperations.ts +0 -337
- package/src/operations/dataFlowDebugSession.ts +0 -552
- package/src/operations/dataFlows.ts +0 -336
- package/src/operations/datasets.ts +0 -337
- package/src/operations/exposureControl.ts +0 -162
- package/src/operations/factories.ts +0 -602
- package/src/operations/globalParameters.ts +0 -338
- package/src/operations/index.ts +0 -31
- package/src/operations/integrationRuntimeNodes.ts +0 -243
- package/src/operations/integrationRuntimeObjectMetadata.ts +0 -212
- package/src/operations/integrationRuntimes.ts +0 -1103
- package/src/operations/linkedServices.ts +0 -343
- package/src/operations/managedPrivateEndpoints.ts +0 -385
- package/src/operations/managedVirtualNetworks.ts +0 -301
- package/src/operations/operations.ts +0 -149
- package/src/operations/pipelineRuns.ts +0 -159
- package/src/operations/pipelines.ts +0 -388
- package/src/operations/privateEndPointConnections.ts +0 -203
- package/src/operations/privateEndpointConnection.ts +0 -185
- package/src/operations/privateLinkResources.ts +0 -71
- package/src/operations/triggerRuns.ts +0 -162
- package/src/operations/triggers.ts +0 -905
- package/src/operationsInterfaces/activityRuns.ts +0 -32
- package/src/operationsInterfaces/changeDataCapture.ts +0 -118
- package/src/operationsInterfaces/credentialOperations.ts +0 -75
- package/src/operationsInterfaces/dataFlowDebugSession.ts +0 -129
- package/src/operationsInterfaces/dataFlows.ts +0 -75
- package/src/operationsInterfaces/datasets.ts +0 -75
- package/src/operationsInterfaces/exposureControl.ts +0 -59
- package/src/operationsInterfaces/factories.ts +0 -137
- package/src/operationsInterfaces/globalParameters.ts +0 -75
- package/src/operationsInterfaces/index.ts +0 -31
- package/src/operationsInterfaces/integrationRuntimeNodes.ts +0 -84
- package/src/operationsInterfaces/integrationRuntimeObjectMetadata.ts +0 -64
- package/src/operationsInterfaces/integrationRuntimes.ts +0 -317
- package/src/operationsInterfaces/linkedServices.ts +0 -75
- package/src/operationsInterfaces/managedPrivateEndpoints.ts +0 -83
- package/src/operationsInterfaces/managedVirtualNetworks.ts +0 -61
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/pipelineRuns.ts +0 -59
- package/src/operationsInterfaces/pipelines.ts +0 -90
- package/src/operationsInterfaces/privateEndPointConnections.ts +0 -29
- package/src/operationsInterfaces/privateEndpointConnection.ts +0 -61
- package/src/operationsInterfaces/privateLinkResources.ts +0 -27
- package/src/operationsInterfaces/triggerRuns.ts +0 -62
- package/src/operationsInterfaces/triggers.ts +0 -227
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-datafactory.d.ts +0 -15751
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/activityRuns.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/changeDataCapture.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/credentialOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataFlowDebugSession.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataFlows.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/datasets.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/exposureControl.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/factories.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/globalParameters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/integrationRuntimeNodes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/integrationRuntimeObjectMetadata.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/integrationRuntimes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkedServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedPrivateEndpoints.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedVirtualNetworks.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/pipelineRuns.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/pipelines.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndPointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnection.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/triggerRuns.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/triggers.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __awaiter } from "tslib";
|
|
9
|
-
import * as coreClient from "@azure/core-client";
|
|
10
|
-
import * as Mappers from "../models/mappers";
|
|
11
|
-
import * as Parameters from "../models/parameters";
|
|
12
|
-
import { createHttpPoller, } from "@azure/core-lro";
|
|
13
|
-
import { createLroSpec } from "../lroImpl";
|
|
14
|
-
/** Class containing IntegrationRuntimeObjectMetadata operations. */
|
|
15
|
-
export class IntegrationRuntimeObjectMetadataImpl {
|
|
16
|
-
/**
|
|
17
|
-
* Initialize a new instance of the class IntegrationRuntimeObjectMetadata class.
|
|
18
|
-
* @param client Reference to the service client
|
|
19
|
-
*/
|
|
20
|
-
constructor(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Refresh a SSIS integration runtime object metadata.
|
|
25
|
-
* @param resourceGroupName The resource group name.
|
|
26
|
-
* @param factoryName The factory name.
|
|
27
|
-
* @param integrationRuntimeName The integration runtime name.
|
|
28
|
-
* @param options The options parameters.
|
|
29
|
-
*/
|
|
30
|
-
beginRefresh(resourceGroupName, factoryName, integrationRuntimeName, options) {
|
|
31
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
32
|
-
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
33
|
-
return this.client.sendOperationRequest(args, spec);
|
|
34
|
-
});
|
|
35
|
-
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
36
|
-
var _a;
|
|
37
|
-
let currentRawResponse = undefined;
|
|
38
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
39
|
-
const callback = (rawResponse, flatResponse) => {
|
|
40
|
-
currentRawResponse = rawResponse;
|
|
41
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
42
|
-
};
|
|
43
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
44
|
-
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
45
|
-
return {
|
|
46
|
-
flatResponse,
|
|
47
|
-
rawResponse: {
|
|
48
|
-
statusCode: currentRawResponse.status,
|
|
49
|
-
body: currentRawResponse.parsedBody,
|
|
50
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
51
|
-
},
|
|
52
|
-
};
|
|
53
|
-
});
|
|
54
|
-
const lro = createLroSpec({
|
|
55
|
-
sendOperationFn,
|
|
56
|
-
args: { resourceGroupName, factoryName, integrationRuntimeName, options },
|
|
57
|
-
spec: refreshOperationSpec,
|
|
58
|
-
});
|
|
59
|
-
const poller = yield createHttpPoller(lro, {
|
|
60
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
61
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
62
|
-
});
|
|
63
|
-
yield poller.poll();
|
|
64
|
-
return poller;
|
|
65
|
-
});
|
|
66
|
-
}
|
|
67
|
-
/**
|
|
68
|
-
* Refresh a SSIS integration runtime object metadata.
|
|
69
|
-
* @param resourceGroupName The resource group name.
|
|
70
|
-
* @param factoryName The factory name.
|
|
71
|
-
* @param integrationRuntimeName The integration runtime name.
|
|
72
|
-
* @param options The options parameters.
|
|
73
|
-
*/
|
|
74
|
-
beginRefreshAndWait(resourceGroupName, factoryName, integrationRuntimeName, options) {
|
|
75
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
76
|
-
const poller = yield this.beginRefresh(resourceGroupName, factoryName, integrationRuntimeName, options);
|
|
77
|
-
return poller.pollUntilDone();
|
|
78
|
-
});
|
|
79
|
-
}
|
|
80
|
-
/**
|
|
81
|
-
* Get a SSIS integration runtime object metadata by specified path. The return is pageable metadata
|
|
82
|
-
* list.
|
|
83
|
-
* @param resourceGroupName The resource group name.
|
|
84
|
-
* @param factoryName The factory name.
|
|
85
|
-
* @param integrationRuntimeName The integration runtime name.
|
|
86
|
-
* @param options The options parameters.
|
|
87
|
-
*/
|
|
88
|
-
get(resourceGroupName, factoryName, integrationRuntimeName, options) {
|
|
89
|
-
return this.client.sendOperationRequest({ resourceGroupName, factoryName, integrationRuntimeName, options }, getOperationSpec);
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
// Operation Specifications
|
|
93
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
94
|
-
const refreshOperationSpec = {
|
|
95
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/refreshObjectMetadata",
|
|
96
|
-
httpMethod: "POST",
|
|
97
|
-
responses: {
|
|
98
|
-
200: {
|
|
99
|
-
bodyMapper: Mappers.SsisObjectMetadataStatusResponse,
|
|
100
|
-
},
|
|
101
|
-
201: {
|
|
102
|
-
bodyMapper: Mappers.SsisObjectMetadataStatusResponse,
|
|
103
|
-
},
|
|
104
|
-
202: {
|
|
105
|
-
bodyMapper: Mappers.SsisObjectMetadataStatusResponse,
|
|
106
|
-
},
|
|
107
|
-
204: {
|
|
108
|
-
bodyMapper: Mappers.SsisObjectMetadataStatusResponse,
|
|
109
|
-
},
|
|
110
|
-
default: {
|
|
111
|
-
bodyMapper: Mappers.CloudError,
|
|
112
|
-
},
|
|
113
|
-
},
|
|
114
|
-
queryParameters: [Parameters.apiVersion],
|
|
115
|
-
urlParameters: [
|
|
116
|
-
Parameters.$host,
|
|
117
|
-
Parameters.subscriptionId,
|
|
118
|
-
Parameters.resourceGroupName,
|
|
119
|
-
Parameters.factoryName,
|
|
120
|
-
Parameters.integrationRuntimeName,
|
|
121
|
-
],
|
|
122
|
-
headerParameters: [Parameters.accept],
|
|
123
|
-
serializer,
|
|
124
|
-
};
|
|
125
|
-
const getOperationSpec = {
|
|
126
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/getObjectMetadata",
|
|
127
|
-
httpMethod: "POST",
|
|
128
|
-
responses: {
|
|
129
|
-
200: {
|
|
130
|
-
bodyMapper: Mappers.SsisObjectMetadataListResponse,
|
|
131
|
-
},
|
|
132
|
-
default: {
|
|
133
|
-
bodyMapper: Mappers.CloudError,
|
|
134
|
-
},
|
|
135
|
-
},
|
|
136
|
-
requestBody: Parameters.getMetadataRequest,
|
|
137
|
-
queryParameters: [Parameters.apiVersion],
|
|
138
|
-
urlParameters: [
|
|
139
|
-
Parameters.$host,
|
|
140
|
-
Parameters.subscriptionId,
|
|
141
|
-
Parameters.resourceGroupName,
|
|
142
|
-
Parameters.factoryName,
|
|
143
|
-
Parameters.integrationRuntimeName,
|
|
144
|
-
],
|
|
145
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
146
|
-
mediaType: "json",
|
|
147
|
-
serializer,
|
|
148
|
-
};
|
|
149
|
-
//# sourceMappingURL=integrationRuntimeObjectMetadata.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"integrationRuntimeObjectMetadata.js","sourceRoot":"","sources":["../../../src/operations/integrationRuntimeObjectMetadata.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,195 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { IntegrationRuntimes } from "../operationsInterfaces";
|
|
3
|
-
import { DataFactoryManagementClient } from "../dataFactoryManagementClient";
|
|
4
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
-
import { IntegrationRuntimeResource, IntegrationRuntimesListByFactoryOptionalParams, IntegrationRuntimesCreateOrUpdateOptionalParams, IntegrationRuntimesCreateOrUpdateResponse, IntegrationRuntimesGetOptionalParams, IntegrationRuntimesGetResponse, UpdateIntegrationRuntimeRequest, IntegrationRuntimesUpdateOptionalParams, IntegrationRuntimesUpdateResponse, IntegrationRuntimesDeleteOptionalParams, IntegrationRuntimesGetStatusOptionalParams, IntegrationRuntimesGetStatusResponse, IntegrationRuntimesListOutboundNetworkDependenciesEndpointsOptionalParams, IntegrationRuntimesListOutboundNetworkDependenciesEndpointsResponse, IntegrationRuntimesGetConnectionInfoOptionalParams, IntegrationRuntimesGetConnectionInfoResponse, IntegrationRuntimeRegenerateKeyParameters, IntegrationRuntimesRegenerateAuthKeyOptionalParams, IntegrationRuntimesRegenerateAuthKeyResponse, IntegrationRuntimesListAuthKeysOptionalParams, IntegrationRuntimesListAuthKeysResponse, IntegrationRuntimesStartOptionalParams, IntegrationRuntimesStartResponse, IntegrationRuntimesStopOptionalParams, IntegrationRuntimesSyncCredentialsOptionalParams, IntegrationRuntimesGetMonitoringDataOptionalParams, IntegrationRuntimesGetMonitoringDataResponse, IntegrationRuntimesUpgradeOptionalParams, LinkedIntegrationRuntimeRequest, IntegrationRuntimesRemoveLinksOptionalParams, CreateLinkedIntegrationRuntimeRequest, IntegrationRuntimesCreateLinkedIntegrationRuntimeOptionalParams, IntegrationRuntimesCreateLinkedIntegrationRuntimeResponse } from "../models";
|
|
6
|
-
/** Class containing IntegrationRuntimes operations. */
|
|
7
|
-
export declare class IntegrationRuntimesImpl implements IntegrationRuntimes {
|
|
8
|
-
private readonly client;
|
|
9
|
-
/**
|
|
10
|
-
* Initialize a new instance of the class IntegrationRuntimes class.
|
|
11
|
-
* @param client Reference to the service client
|
|
12
|
-
*/
|
|
13
|
-
constructor(client: DataFactoryManagementClient);
|
|
14
|
-
/**
|
|
15
|
-
* Lists integration runtimes.
|
|
16
|
-
* @param resourceGroupName The resource group name.
|
|
17
|
-
* @param factoryName The factory name.
|
|
18
|
-
* @param options The options parameters.
|
|
19
|
-
*/
|
|
20
|
-
listByFactory(resourceGroupName: string, factoryName: string, options?: IntegrationRuntimesListByFactoryOptionalParams): PagedAsyncIterableIterator<IntegrationRuntimeResource>;
|
|
21
|
-
private listByFactoryPagingPage;
|
|
22
|
-
private listByFactoryPagingAll;
|
|
23
|
-
/**
|
|
24
|
-
* Lists integration runtimes.
|
|
25
|
-
* @param resourceGroupName The resource group name.
|
|
26
|
-
* @param factoryName The factory name.
|
|
27
|
-
* @param options The options parameters.
|
|
28
|
-
*/
|
|
29
|
-
private _listByFactory;
|
|
30
|
-
/**
|
|
31
|
-
* Creates or updates an integration runtime.
|
|
32
|
-
* @param resourceGroupName The resource group name.
|
|
33
|
-
* @param factoryName The factory name.
|
|
34
|
-
* @param integrationRuntimeName The integration runtime name.
|
|
35
|
-
* @param integrationRuntime Integration runtime resource definition.
|
|
36
|
-
* @param options The options parameters.
|
|
37
|
-
*/
|
|
38
|
-
createOrUpdate(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, integrationRuntime: IntegrationRuntimeResource, options?: IntegrationRuntimesCreateOrUpdateOptionalParams): Promise<IntegrationRuntimesCreateOrUpdateResponse>;
|
|
39
|
-
/**
|
|
40
|
-
* Gets an integration runtime.
|
|
41
|
-
* @param resourceGroupName The resource group name.
|
|
42
|
-
* @param factoryName The factory name.
|
|
43
|
-
* @param integrationRuntimeName The integration runtime name.
|
|
44
|
-
* @param options The options parameters.
|
|
45
|
-
*/
|
|
46
|
-
get(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesGetOptionalParams): Promise<IntegrationRuntimesGetResponse>;
|
|
47
|
-
/**
|
|
48
|
-
* Updates an integration runtime.
|
|
49
|
-
* @param resourceGroupName The resource group name.
|
|
50
|
-
* @param factoryName The factory name.
|
|
51
|
-
* @param integrationRuntimeName The integration runtime name.
|
|
52
|
-
* @param updateIntegrationRuntimeRequest The parameters for updating an integration runtime.
|
|
53
|
-
* @param options The options parameters.
|
|
54
|
-
*/
|
|
55
|
-
update(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, updateIntegrationRuntimeRequest: UpdateIntegrationRuntimeRequest, options?: IntegrationRuntimesUpdateOptionalParams): Promise<IntegrationRuntimesUpdateResponse>;
|
|
56
|
-
/**
|
|
57
|
-
* Deletes an integration runtime.
|
|
58
|
-
* @param resourceGroupName The resource group name.
|
|
59
|
-
* @param factoryName The factory name.
|
|
60
|
-
* @param integrationRuntimeName The integration runtime name.
|
|
61
|
-
* @param options The options parameters.
|
|
62
|
-
*/
|
|
63
|
-
delete(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesDeleteOptionalParams): Promise<void>;
|
|
64
|
-
/**
|
|
65
|
-
* Gets detailed status information for an integration runtime.
|
|
66
|
-
* @param resourceGroupName The resource group name.
|
|
67
|
-
* @param factoryName The factory name.
|
|
68
|
-
* @param integrationRuntimeName The integration runtime name.
|
|
69
|
-
* @param options The options parameters.
|
|
70
|
-
*/
|
|
71
|
-
getStatus(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesGetStatusOptionalParams): Promise<IntegrationRuntimesGetStatusResponse>;
|
|
72
|
-
/**
|
|
73
|
-
* Gets the list of outbound network dependencies for a given Azure-SSIS integration runtime.
|
|
74
|
-
* @param resourceGroupName The resource group name.
|
|
75
|
-
* @param factoryName The factory name.
|
|
76
|
-
* @param integrationRuntimeName The integration runtime name.
|
|
77
|
-
* @param options The options parameters.
|
|
78
|
-
*/
|
|
79
|
-
listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesListOutboundNetworkDependenciesEndpointsOptionalParams): Promise<IntegrationRuntimesListOutboundNetworkDependenciesEndpointsResponse>;
|
|
80
|
-
/**
|
|
81
|
-
* Gets the on-premises integration runtime connection information for encrypting the on-premises data
|
|
82
|
-
* source credentials.
|
|
83
|
-
* @param resourceGroupName The resource group name.
|
|
84
|
-
* @param factoryName The factory name.
|
|
85
|
-
* @param integrationRuntimeName The integration runtime name.
|
|
86
|
-
* @param options The options parameters.
|
|
87
|
-
*/
|
|
88
|
-
getConnectionInfo(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesGetConnectionInfoOptionalParams): Promise<IntegrationRuntimesGetConnectionInfoResponse>;
|
|
89
|
-
/**
|
|
90
|
-
* Regenerates the authentication key for an integration runtime.
|
|
91
|
-
* @param resourceGroupName The resource group name.
|
|
92
|
-
* @param factoryName The factory name.
|
|
93
|
-
* @param integrationRuntimeName The integration runtime name.
|
|
94
|
-
* @param regenerateKeyParameters The parameters for regenerating integration runtime authentication
|
|
95
|
-
* key.
|
|
96
|
-
* @param options The options parameters.
|
|
97
|
-
*/
|
|
98
|
-
regenerateAuthKey(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, regenerateKeyParameters: IntegrationRuntimeRegenerateKeyParameters, options?: IntegrationRuntimesRegenerateAuthKeyOptionalParams): Promise<IntegrationRuntimesRegenerateAuthKeyResponse>;
|
|
99
|
-
/**
|
|
100
|
-
* Retrieves the authentication keys for an integration runtime.
|
|
101
|
-
* @param resourceGroupName The resource group name.
|
|
102
|
-
* @param factoryName The factory name.
|
|
103
|
-
* @param integrationRuntimeName The integration runtime name.
|
|
104
|
-
* @param options The options parameters.
|
|
105
|
-
*/
|
|
106
|
-
listAuthKeys(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesListAuthKeysOptionalParams): Promise<IntegrationRuntimesListAuthKeysResponse>;
|
|
107
|
-
/**
|
|
108
|
-
* Starts a ManagedReserved type integration runtime.
|
|
109
|
-
* @param resourceGroupName The resource group name.
|
|
110
|
-
* @param factoryName The factory name.
|
|
111
|
-
* @param integrationRuntimeName The integration runtime name.
|
|
112
|
-
* @param options The options parameters.
|
|
113
|
-
*/
|
|
114
|
-
beginStart(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStartOptionalParams): Promise<SimplePollerLike<OperationState<IntegrationRuntimesStartResponse>, IntegrationRuntimesStartResponse>>;
|
|
115
|
-
/**
|
|
116
|
-
* Starts a ManagedReserved type integration runtime.
|
|
117
|
-
* @param resourceGroupName The resource group name.
|
|
118
|
-
* @param factoryName The factory name.
|
|
119
|
-
* @param integrationRuntimeName The integration runtime name.
|
|
120
|
-
* @param options The options parameters.
|
|
121
|
-
*/
|
|
122
|
-
beginStartAndWait(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStartOptionalParams): Promise<IntegrationRuntimesStartResponse>;
|
|
123
|
-
/**
|
|
124
|
-
* Stops a ManagedReserved type integration runtime.
|
|
125
|
-
* @param resourceGroupName The resource group name.
|
|
126
|
-
* @param factoryName The factory name.
|
|
127
|
-
* @param integrationRuntimeName The integration runtime name.
|
|
128
|
-
* @param options The options parameters.
|
|
129
|
-
*/
|
|
130
|
-
beginStop(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
131
|
-
/**
|
|
132
|
-
* Stops a ManagedReserved type integration runtime.
|
|
133
|
-
* @param resourceGroupName The resource group name.
|
|
134
|
-
* @param factoryName The factory name.
|
|
135
|
-
* @param integrationRuntimeName The integration runtime name.
|
|
136
|
-
* @param options The options parameters.
|
|
137
|
-
*/
|
|
138
|
-
beginStopAndWait(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStopOptionalParams): Promise<void>;
|
|
139
|
-
/**
|
|
140
|
-
* Force the integration runtime to synchronize credentials across integration runtime nodes, and this
|
|
141
|
-
* will override the credentials across all worker nodes with those available on the dispatcher node.
|
|
142
|
-
* If you already have the latest credential backup file, you should manually import it (preferred) on
|
|
143
|
-
* any self-hosted integration runtime node than using this API directly.
|
|
144
|
-
* @param resourceGroupName The resource group name.
|
|
145
|
-
* @param factoryName The factory name.
|
|
146
|
-
* @param integrationRuntimeName The integration runtime name.
|
|
147
|
-
* @param options The options parameters.
|
|
148
|
-
*/
|
|
149
|
-
syncCredentials(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesSyncCredentialsOptionalParams): Promise<void>;
|
|
150
|
-
/**
|
|
151
|
-
* Get the integration runtime monitoring data, which includes the monitor data for all the nodes under
|
|
152
|
-
* this integration runtime.
|
|
153
|
-
* @param resourceGroupName The resource group name.
|
|
154
|
-
* @param factoryName The factory name.
|
|
155
|
-
* @param integrationRuntimeName The integration runtime name.
|
|
156
|
-
* @param options The options parameters.
|
|
157
|
-
*/
|
|
158
|
-
getMonitoringData(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesGetMonitoringDataOptionalParams): Promise<IntegrationRuntimesGetMonitoringDataResponse>;
|
|
159
|
-
/**
|
|
160
|
-
* Upgrade self-hosted integration runtime to latest version if availability.
|
|
161
|
-
* @param resourceGroupName The resource group name.
|
|
162
|
-
* @param factoryName The factory name.
|
|
163
|
-
* @param integrationRuntimeName The integration runtime name.
|
|
164
|
-
* @param options The options parameters.
|
|
165
|
-
*/
|
|
166
|
-
upgrade(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesUpgradeOptionalParams): Promise<void>;
|
|
167
|
-
/**
|
|
168
|
-
* Remove all linked integration runtimes under specific data factory in a self-hosted integration
|
|
169
|
-
* runtime.
|
|
170
|
-
* @param resourceGroupName The resource group name.
|
|
171
|
-
* @param factoryName The factory name.
|
|
172
|
-
* @param integrationRuntimeName The integration runtime name.
|
|
173
|
-
* @param linkedIntegrationRuntimeRequest The data factory name for the linked integration runtime.
|
|
174
|
-
* @param options The options parameters.
|
|
175
|
-
*/
|
|
176
|
-
removeLinks(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, linkedIntegrationRuntimeRequest: LinkedIntegrationRuntimeRequest, options?: IntegrationRuntimesRemoveLinksOptionalParams): Promise<void>;
|
|
177
|
-
/**
|
|
178
|
-
* Create a linked integration runtime entry in a shared integration runtime.
|
|
179
|
-
* @param resourceGroupName The resource group name.
|
|
180
|
-
* @param factoryName The factory name.
|
|
181
|
-
* @param integrationRuntimeName The integration runtime name.
|
|
182
|
-
* @param createLinkedIntegrationRuntimeRequest The linked integration runtime properties.
|
|
183
|
-
* @param options The options parameters.
|
|
184
|
-
*/
|
|
185
|
-
createLinkedIntegrationRuntime(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, createLinkedIntegrationRuntimeRequest: CreateLinkedIntegrationRuntimeRequest, options?: IntegrationRuntimesCreateLinkedIntegrationRuntimeOptionalParams): Promise<IntegrationRuntimesCreateLinkedIntegrationRuntimeResponse>;
|
|
186
|
-
/**
|
|
187
|
-
* ListByFactoryNext
|
|
188
|
-
* @param resourceGroupName The resource group name.
|
|
189
|
-
* @param factoryName The factory name.
|
|
190
|
-
* @param nextLink The nextLink from the previous successful call to the ListByFactory method.
|
|
191
|
-
* @param options The options parameters.
|
|
192
|
-
*/
|
|
193
|
-
private _listByFactoryNext;
|
|
194
|
-
}
|
|
195
|
-
//# sourceMappingURL=integrationRuntimes.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"integrationRuntimes.d.ts","sourceRoot":"","sources":["../../../src/operations/integrationRuntimes.ts"],"names":[],"mappings":"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"}
|