@azure/arm-datafactory 9.0.0 → 10.0.0-alpha.20211215.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -78
- package/dist/index.js +30521 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/dataFactoryManagementClient.d.ts +34 -0
- package/dist-esm/src/dataFactoryManagementClient.d.ts.map +1 -0
- package/dist-esm/src/dataFactoryManagementClient.js +41 -0
- package/dist-esm/src/dataFactoryManagementClient.js.map +1 -0
- package/dist-esm/src/dataFactoryManagementClientContext.d.ts +16 -0
- package/dist-esm/src/dataFactoryManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/dataFactoryManagementClientContext.js +49 -0
- package/dist-esm/src/dataFactoryManagementClientContext.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +10786 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +699 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +1183 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +16180 -15967
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +58 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +454 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/activityRuns.d.ts +22 -0
- package/dist-esm/src/operations/activityRuns.d.ts.map +1 -0
- package/dist-esm/src/operations/activityRuns.js +58 -0
- package/dist-esm/src/operations/activityRuns.js.map +1 -0
- package/dist-esm/src/operations/dataFlowDebugSession.d.ts +87 -0
- package/dist-esm/src/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist-esm/src/operations/dataFlowDebugSession.js +369 -0
- package/dist-esm/src/operations/dataFlowDebugSession.js.map +1 -0
- package/dist-esm/src/operations/dataFlows.d.ts +63 -0
- package/dist-esm/src/operations/dataFlows.d.ts.map +1 -0
- package/dist-esm/src/operations/dataFlows.js +239 -0
- package/dist-esm/src/operations/dataFlows.js.map +1 -0
- package/dist-esm/src/operations/datasets.d.ts +63 -0
- package/dist-esm/src/operations/datasets.d.ts.map +1 -0
- package/dist-esm/src/operations/datasets.js +240 -0
- package/dist-esm/src/operations/datasets.js.map +1 -0
- package/dist-esm/src/operations/exposureControl.d.ts +36 -0
- package/dist-esm/src/operations/exposureControl.d.ts.map +1 -0
- package/dist-esm/src/operations/exposureControl.js +120 -0
- package/dist-esm/src/operations/exposureControl.js.map +1 -0
- package/dist-esm/src/operations/factories.d.ts +106 -0
- package/dist-esm/src/operations/factories.d.ts.map +1 -0
- package/dist-esm/src/operations/factories.js +458 -0
- package/dist-esm/src/operations/factories.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/integrationRuntimeNodes.d.ts +50 -0
- package/dist-esm/src/operations/integrationRuntimeNodes.d.ts.map +1 -0
- package/dist-esm/src/operations/integrationRuntimeNodes.js +186 -0
- package/dist-esm/src/operations/integrationRuntimeNodes.js.map +1 -0
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.d.ts +39 -0
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.d.ts.map +1 -0
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js +143 -0
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js.map +1 -0
- package/dist-esm/src/operations/integrationRuntimes.d.ts +195 -0
- package/dist-esm/src/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist-esm/src/operations/integrationRuntimes.js +793 -0
- package/dist-esm/src/operations/integrationRuntimes.js.map +1 -0
- package/dist-esm/src/operations/linkedServices.d.ts +63 -0
- package/dist-esm/src/operations/linkedServices.d.ts.map +1 -0
- package/dist-esm/src/operations/linkedServices.js +246 -0
- package/dist-esm/src/operations/linkedServices.js.map +1 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.d.ts +69 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.js +275 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.js.map +1 -0
- package/dist-esm/src/operations/managedVirtualNetworks.d.ts +55 -0
- package/dist-esm/src/operations/managedVirtualNetworks.d.ts.map +1 -0
- package/dist-esm/src/operations/managedVirtualNetworks.js +214 -0
- package/dist-esm/src/operations/managedVirtualNetworks.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/pipelineRuns.d.ts +37 -0
- package/dist-esm/src/operations/pipelineRuns.d.ts.map +1 -0
- package/dist-esm/src/operations/pipelineRuns.js +118 -0
- package/dist-esm/src/operations/pipelineRuns.js.map +1 -0
- package/dist-esm/src/operations/pipelines.d.ts +71 -0
- package/dist-esm/src/operations/pipelines.d.ts.map +1 -0
- package/dist-esm/src/operations/pipelines.js +280 -0
- package/dist-esm/src/operations/pipelines.js.map +1 -0
- package/dist-esm/src/operations/privateEndPointConnections.d.ts +38 -0
- package/dist-esm/src/operations/privateEndPointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndPointConnections.js +137 -0
- package/dist-esm/src/operations/privateEndPointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnection.d.ts +38 -0
- package/dist-esm/src/operations/privateEndpointConnection.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnection.js +141 -0
- package/dist-esm/src/operations/privateEndpointConnection.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +20 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +53 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/triggerRuns.d.ts +39 -0
- package/dist-esm/src/operations/triggerRuns.d.ts.map +1 -0
- package/dist-esm/src/operations/triggerRuns.js +120 -0
- package/dist-esm/src/operations/triggerRuns.js.map +1 -0
- package/dist-esm/src/operations/triggers.d.ts +144 -0
- package/dist-esm/src/operations/triggers.d.ts.map +1 -0
- package/dist-esm/src/operations/triggers.js +619 -0
- package/dist-esm/src/operations/triggers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/activityRuns.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/activityRuns.d.ts.map +1 -0
- package/{src/models/triggerRunsMappers.ts → dist-esm/src/operationsInterfaces/activityRuns.js} +2 -10
- package/dist-esm/src/operationsInterfaces/activityRuns.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
- package/{src/models/activityRunsMappers.ts → dist-esm/src/operationsInterfaces/dataFlowDebugSession.js} +2 -10
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataFlows.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/dataFlows.d.ts.map +1 -0
- package/{src/models/integrationRuntimeNodesMappers.ts → dist-esm/src/operationsInterfaces/dataFlows.js} +2 -8
- package/dist-esm/src/operationsInterfaces/dataFlows.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/datasets.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/datasets.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/datasets.js} +2 -1
- package/dist-esm/src/operationsInterfaces/datasets.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/exposureControl.d.ts +28 -0
- package/dist-esm/src/operationsInterfaces/exposureControl.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/exposureControl.js +9 -0
- package/dist-esm/src/operationsInterfaces/exposureControl.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/factories.d.ts +70 -0
- package/dist-esm/src/operationsInterfaces/factories.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/factories.js +9 -0
- package/dist-esm/src/operationsInterfaces/factories.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +28 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeNodes.d.ts +42 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeNodes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeNodes.js +9 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeNodes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts +31 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.js +9 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.d.ts +170 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.js +9 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/linkedServices.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/linkedServices.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/linkedServices.js +9 -0
- package/dist-esm/src/operationsInterfaces/linkedServices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.d.ts +42 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.js +9 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedVirtualNetworks.d.ts +30 -0
- package/dist-esm/src/operationsInterfaces/managedVirtualNetworks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedVirtualNetworks.js +9 -0
- package/dist-esm/src/operationsInterfaces/managedVirtualNetworks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts +29 -0
- package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/pipelineRuns.js +9 -0
- package/dist-esm/src/operationsInterfaces/pipelineRuns.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/pipelines.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/pipelines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/pipelines.js +9 -0
- package/dist-esm/src/operationsInterfaces/pipelines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndPointConnections.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/privateEndPointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndPointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndPointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnection.d.ts +30 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnection.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnection.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnection.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/triggerRuns.d.ts +31 -0
- package/dist-esm/src/operationsInterfaces/triggerRuns.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/triggerRuns.js +9 -0
- package/dist-esm/src/operationsInterfaces/triggerRuns.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/triggers.d.ts +119 -0
- package/dist-esm/src/operationsInterfaces/triggers.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/triggers.js +9 -0
- package/dist-esm/src/operationsInterfaces/triggers.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +64 -21
- package/review/arm-datafactory.api.md +8222 -0
- package/rollup.config.js +181 -30
- package/src/dataFactoryManagementClient.ts +98 -69
- package/src/dataFactoryManagementClientContext.ts +45 -42
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +11452 -28321
- package/src/models/mappers.ts +17036 -16790
- package/src/models/parameters.ts +376 -159
- package/src/operations/activityRuns.ts +40 -62
- package/src/operations/dataFlowDebugSession.ts +383 -264
- package/src/operations/dataFlows.ts +201 -210
- package/src/operations/datasets.ts +199 -208
- package/src/operations/exposureControl.ts +85 -148
- package/src/operations/factories.ts +353 -452
- package/src/operations/index.ts +1 -2
- package/src/operations/integrationRuntimeNodes.ts +104 -167
- package/src/operations/integrationRuntimeObjectMetadata.ts +141 -96
- package/src/operations/integrationRuntimes.ts +645 -731
- package/src/operations/linkedServices.ts +198 -201
- package/src/operations/managedPrivateEndpoints.ts +214 -194
- package/src/operations/managedVirtualNetworks.ts +178 -162
- package/src/operations/operations.ts +82 -70
- package/src/operations/pipelineRuns.ts +81 -139
- package/src/operations/pipelines.ts +229 -269
- package/src/operations/privateEndPointConnections.ts +131 -79
- package/src/operations/privateEndpointConnection.ts +82 -122
- package/src/operations/privateLinkResources.ts +34 -48
- package/src/operations/triggerRuns.ts +85 -147
- package/src/operations/triggers.ts +605 -419
- package/src/operationsInterfaces/activityRuns.ts +32 -0
- package/src/operationsInterfaces/dataFlowDebugSession.ts +129 -0
- package/src/operationsInterfaces/dataFlows.ts +75 -0
- package/src/operationsInterfaces/datasets.ts +75 -0
- package/src/operationsInterfaces/exposureControl.ts +59 -0
- package/src/operationsInterfaces/factories.ts +137 -0
- package/src/operationsInterfaces/index.ts +28 -0
- package/src/operationsInterfaces/integrationRuntimeNodes.ts +84 -0
- package/src/operationsInterfaces/integrationRuntimeObjectMetadata.ts +64 -0
- package/src/operationsInterfaces/integrationRuntimes.ts +319 -0
- package/src/operationsInterfaces/linkedServices.ts +75 -0
- package/src/operationsInterfaces/managedPrivateEndpoints.ts +83 -0
- package/src/operationsInterfaces/managedVirtualNetworks.ts +61 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/pipelineRuns.ts +59 -0
- package/src/operationsInterfaces/pipelines.ts +90 -0
- package/src/operationsInterfaces/privateEndPointConnections.ts +29 -0
- package/src/operationsInterfaces/privateEndpointConnection.ts +61 -0
- package/src/operationsInterfaces/privateLinkResources.ts +27 -0
- package/src/operationsInterfaces/triggerRuns.ts +62 -0
- package/src/operationsInterfaces/triggers.ts +227 -0
- package/tsconfig.json +3 -3
- package/types/arm-datafactory.d.ts +12785 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-datafactory.js +0 -36564
- package/dist/arm-datafactory.js.map +0 -1
- package/dist/arm-datafactory.min.js +0 -1
- package/dist/arm-datafactory.min.js.map +0 -1
- package/esm/dataFactoryManagementClient.d.ts +0 -43
- package/esm/dataFactoryManagementClient.d.ts.map +0 -1
- package/esm/dataFactoryManagementClient.js +0 -56
- package/esm/dataFactoryManagementClient.js.map +0 -1
- package/esm/dataFactoryManagementClientContext.d.ts +0 -22
- package/esm/dataFactoryManagementClientContext.d.ts.map +0 -1
- package/esm/dataFactoryManagementClientContext.js +0 -60
- package/esm/dataFactoryManagementClientContext.js.map +0 -1
- package/esm/models/activityRunsMappers.d.ts +0 -2
- package/esm/models/activityRunsMappers.d.ts.map +0 -1
- package/esm/models/activityRunsMappers.js +0 -9
- package/esm/models/activityRunsMappers.js.map +0 -1
- package/esm/models/dataFlowDebugSessionMappers.d.ts +0 -2
- package/esm/models/dataFlowDebugSessionMappers.d.ts.map +0 -1
- package/esm/models/dataFlowDebugSessionMappers.js +0 -9
- package/esm/models/dataFlowDebugSessionMappers.js.map +0 -1
- package/esm/models/dataFlowsMappers.d.ts +0 -2
- package/esm/models/dataFlowsMappers.d.ts.map +0 -1
- package/esm/models/dataFlowsMappers.js +0 -9
- package/esm/models/dataFlowsMappers.js.map +0 -1
- package/esm/models/datasetsMappers.d.ts +0 -2
- package/esm/models/datasetsMappers.d.ts.map +0 -1
- package/esm/models/datasetsMappers.js +0 -9
- package/esm/models/datasetsMappers.js.map +0 -1
- package/esm/models/exposureControlMappers.d.ts +0 -2
- package/esm/models/exposureControlMappers.d.ts.map +0 -1
- package/esm/models/exposureControlMappers.js +0 -9
- package/esm/models/exposureControlMappers.js.map +0 -1
- package/esm/models/factoriesMappers.d.ts +0 -2
- package/esm/models/factoriesMappers.d.ts.map +0 -1
- package/esm/models/factoriesMappers.js +0 -9
- package/esm/models/factoriesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -29189
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/integrationRuntimeNodesMappers.d.ts +0 -2
- package/esm/models/integrationRuntimeNodesMappers.d.ts.map +0 -1
- package/esm/models/integrationRuntimeNodesMappers.js +0 -9
- package/esm/models/integrationRuntimeNodesMappers.js.map +0 -1
- package/esm/models/integrationRuntimeObjectMetadataMappers.d.ts +0 -2
- package/esm/models/integrationRuntimeObjectMetadataMappers.d.ts.map +0 -1
- package/esm/models/integrationRuntimeObjectMetadataMappers.js +0 -9
- package/esm/models/integrationRuntimeObjectMetadataMappers.js.map +0 -1
- package/esm/models/integrationRuntimesMappers.d.ts +0 -2
- package/esm/models/integrationRuntimesMappers.d.ts.map +0 -1
- package/esm/models/integrationRuntimesMappers.js +0 -9
- package/esm/models/integrationRuntimesMappers.js.map +0 -1
- package/esm/models/linkedServicesMappers.d.ts +0 -2
- package/esm/models/linkedServicesMappers.d.ts.map +0 -1
- package/esm/models/linkedServicesMappers.js +0 -9
- package/esm/models/linkedServicesMappers.js.map +0 -1
- package/esm/models/managedPrivateEndpointsMappers.d.ts +0 -2
- package/esm/models/managedPrivateEndpointsMappers.d.ts.map +0 -1
- package/esm/models/managedPrivateEndpointsMappers.js +0 -9
- package/esm/models/managedPrivateEndpointsMappers.js.map +0 -1
- package/esm/models/managedVirtualNetworksMappers.d.ts +0 -2
- package/esm/models/managedVirtualNetworksMappers.d.ts.map +0 -1
- package/esm/models/managedVirtualNetworksMappers.js +0 -9
- package/esm/models/managedVirtualNetworksMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -1180
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -27
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -329
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/pipelineRunsMappers.d.ts +0 -2
- package/esm/models/pipelineRunsMappers.d.ts.map +0 -1
- package/esm/models/pipelineRunsMappers.js +0 -9
- package/esm/models/pipelineRunsMappers.js.map +0 -1
- package/esm/models/pipelinesMappers.d.ts +0 -2
- package/esm/models/pipelinesMappers.d.ts.map +0 -1
- package/esm/models/pipelinesMappers.js +0 -9
- package/esm/models/pipelinesMappers.js.map +0 -1
- package/esm/models/privateEndPointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndPointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndPointConnectionsMappers.js +0 -9
- package/esm/models/privateEndPointConnectionsMappers.js.map +0 -1
- package/esm/models/privateEndpointConnectionMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionMappers.js +0 -9
- package/esm/models/privateEndpointConnectionMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/triggerRunsMappers.d.ts +0 -2
- package/esm/models/triggerRunsMappers.d.ts.map +0 -1
- package/esm/models/triggerRunsMappers.js +0 -9
- package/esm/models/triggerRunsMappers.js.map +0 -1
- package/esm/models/triggersMappers.d.ts +0 -2
- package/esm/models/triggersMappers.d.ts.map +0 -1
- package/esm/models/triggersMappers.js +0 -9
- package/esm/models/triggersMappers.js.map +0 -1
- package/esm/operations/activityRuns.d.ts +0 -40
- package/esm/operations/activityRuns.d.ts.map +0 -1
- package/esm/operations/activityRuns.js +0 -65
- package/esm/operations/activityRuns.js.map +0 -1
- package/esm/operations/dataFlowDebugSession.d.ts +0 -137
- package/esm/operations/dataFlowDebugSession.d.ts.map +0 -1
- package/esm/operations/dataFlowDebugSession.js +0 -279
- package/esm/operations/dataFlowDebugSession.js.map +0 -1
- package/esm/operations/dataFlows.d.ts +0 -127
- package/esm/operations/dataFlows.d.ts.map +0 -1
- package/esm/operations/dataFlows.js +0 -192
- package/esm/operations/dataFlows.js.map +0 -1
- package/esm/operations/datasets.d.ts +0 -127
- package/esm/operations/datasets.d.ts.map +0 -1
- package/esm/operations/datasets.js +0 -193
- package/esm/operations/datasets.js.map +0 -1
- package/esm/operations/exposureControl.d.ts +0 -82
- package/esm/operations/exposureControl.d.ts.map +0 -1
- package/esm/operations/exposureControl.js +0 -133
- package/esm/operations/exposureControl.js.map +0 -1
- package/esm/operations/factories.d.ts +0 -241
- package/esm/operations/factories.d.ts.map +0 -1
- package/esm/operations/factories.js +0 -383
- package/esm/operations/factories.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/integrationRuntimeNodes.d.ts +0 -127
- package/esm/operations/integrationRuntimeNodes.d.ts.map +0 -1
- package/esm/operations/integrationRuntimeNodes.js +0 -171
- package/esm/operations/integrationRuntimeNodes.js.map +0 -1
- package/esm/operations/integrationRuntimeObjectMetadata.d.ts +0 -57
- package/esm/operations/integrationRuntimeObjectMetadata.d.ts.map +0 -1
- package/esm/operations/integrationRuntimeObjectMetadata.js +0 -120
- package/esm/operations/integrationRuntimeObjectMetadata.js.map +0 -1
- package/esm/operations/integrationRuntimes.d.ts +0 -449
- package/esm/operations/integrationRuntimes.d.ts.map +0 -1
- package/esm/operations/integrationRuntimes.js +0 -676
- package/esm/operations/integrationRuntimes.js.map +0 -1
- package/esm/operations/linkedServices.d.ts +0 -127
- package/esm/operations/linkedServices.d.ts.map +0 -1
- package/esm/operations/linkedServices.js +0 -193
- package/esm/operations/linkedServices.js.map +0 -1
- package/esm/operations/managedPrivateEndpoints.d.ts +0 -139
- package/esm/operations/managedPrivateEndpoints.d.ts.map +0 -1
- package/esm/operations/managedPrivateEndpoints.js +0 -200
- package/esm/operations/managedPrivateEndpoints.js.map +0 -1
- package/esm/operations/managedVirtualNetworks.d.ts +0 -103
- package/esm/operations/managedVirtualNetworks.d.ts.map +0 -1
- package/esm/operations/managedVirtualNetworks.js +0 -160
- package/esm/operations/managedVirtualNetworks.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/pipelineRuns.d.ts +0 -85
- package/esm/operations/pipelineRuns.d.ts.map +0 -1
- package/esm/operations/pipelineRuns.js +0 -128
- package/esm/operations/pipelineRuns.js.map +0 -1
- package/esm/operations/pipelines.d.ts +0 -151
- package/esm/operations/pipelines.d.ts.map +0 -1
- package/esm/operations/pipelines.js +0 -247
- package/esm/operations/pipelines.js.map +0 -1
- package/esm/operations/privateEndPointConnections.d.ts +0 -52
- package/esm/operations/privateEndPointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndPointConnections.js +0 -86
- package/esm/operations/privateEndPointConnections.js.map +0 -1
- package/esm/operations/privateEndpointConnection.d.ts +0 -88
- package/esm/operations/privateEndpointConnection.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnection.js +0 -132
- package/esm/operations/privateEndpointConnection.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -34
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -57
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/triggerRuns.d.ts +0 -91
- package/esm/operations/triggerRuns.d.ts.map +0 -1
- package/esm/operations/triggerRuns.js +0 -129
- package/esm/operations/triggerRuns.js.map +0 -1
- package/esm/operations/triggers.d.ts +0 -248
- package/esm/operations/triggers.d.ts.map +0 -1
- package/esm/operations/triggers.js +0 -472
- package/esm/operations/triggers.js.map +0 -1
- package/src/models/dataFlowDebugSessionMappers.ts +0 -300
- package/src/models/dataFlowsMappers.ts +0 -598
- package/src/models/datasetsMappers.ts +0 -598
- package/src/models/exposureControlMappers.ts +0 -16
- package/src/models/factoriesMappers.ts +0 -604
- package/src/models/integrationRuntimeObjectMetadataMappers.ts +0 -23
- package/src/models/integrationRuntimesMappers.ts +0 -619
- package/src/models/linkedServicesMappers.ts +0 -598
- package/src/models/managedPrivateEndpointsMappers.ts +0 -598
- package/src/models/managedVirtualNetworksMappers.ts +0 -598
- package/src/models/operationsMappers.ts +0 -20
- package/src/models/pipelineRunsMappers.ts +0 -18
- package/src/models/pipelinesMappers.ts +0 -599
- package/src/models/privateEndPointConnectionsMappers.ts +0 -598
- package/src/models/privateEndpointConnectionMappers.ts +0 -597
- package/src/models/privateLinkResourcesMappers.ts +0 -598
- package/src/models/triggersMappers.ts +0 -601
|
@@ -3,23 +3,32 @@
|
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
7
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import * as
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { PrivateEndPointConnections } from "../operationsInterfaces";
|
|
11
|
+
import * as coreClient from "@azure/core-client";
|
|
12
|
+
import * as Mappers from "../models/mappers";
|
|
13
13
|
import * as Parameters from "../models/parameters";
|
|
14
14
|
import { DataFactoryManagementClientContext } from "../dataFactoryManagementClientContext";
|
|
15
|
+
import {
|
|
16
|
+
PrivateEndpointConnectionResource,
|
|
17
|
+
PrivateEndPointConnectionsListByFactoryNextOptionalParams,
|
|
18
|
+
PrivateEndPointConnectionsListByFactoryOptionalParams,
|
|
19
|
+
PrivateEndPointConnectionsListByFactoryResponse,
|
|
20
|
+
PrivateEndPointConnectionsListByFactoryNextResponse
|
|
21
|
+
} from "../models";
|
|
15
22
|
|
|
16
|
-
|
|
17
|
-
|
|
23
|
+
/// <reference lib="esnext.asynciterable" />
|
|
24
|
+
/** Class containing PrivateEndPointConnections operations. */
|
|
25
|
+
export class PrivateEndPointConnectionsImpl
|
|
26
|
+
implements PrivateEndPointConnections {
|
|
18
27
|
private readonly client: DataFactoryManagementClientContext;
|
|
19
28
|
|
|
20
29
|
/**
|
|
21
|
-
*
|
|
22
|
-
* @param
|
|
30
|
+
* Initialize a new instance of the class PrivateEndPointConnections class.
|
|
31
|
+
* @param client Reference to the service client
|
|
23
32
|
*/
|
|
24
33
|
constructor(client: DataFactoryManagementClientContext) {
|
|
25
34
|
this.client = client;
|
|
@@ -29,79 +38,116 @@ export class PrivateEndPointConnections {
|
|
|
29
38
|
* Lists Private endpoint connections
|
|
30
39
|
* @param resourceGroupName The resource group name.
|
|
31
40
|
* @param factoryName The factory name.
|
|
32
|
-
* @param
|
|
33
|
-
* @returns Promise<Models.PrivateEndPointConnectionsListByFactoryResponse>
|
|
41
|
+
* @param options The options parameters.
|
|
34
42
|
*/
|
|
35
|
-
listByFactory(
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
43
|
+
public listByFactory(
|
|
44
|
+
resourceGroupName: string,
|
|
45
|
+
factoryName: string,
|
|
46
|
+
options?: PrivateEndPointConnectionsListByFactoryOptionalParams
|
|
47
|
+
): PagedAsyncIterableIterator<PrivateEndpointConnectionResource> {
|
|
48
|
+
const iter = this.listByFactoryPagingAll(
|
|
49
|
+
resourceGroupName,
|
|
50
|
+
factoryName,
|
|
51
|
+
options
|
|
52
|
+
);
|
|
53
|
+
return {
|
|
54
|
+
next() {
|
|
55
|
+
return iter.next();
|
|
56
|
+
},
|
|
57
|
+
[Symbol.asyncIterator]() {
|
|
58
|
+
return this;
|
|
59
|
+
},
|
|
60
|
+
byPage: () => {
|
|
61
|
+
return this.listByFactoryPagingPage(
|
|
62
|
+
resourceGroupName,
|
|
63
|
+
factoryName,
|
|
64
|
+
options
|
|
65
|
+
);
|
|
66
|
+
}
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
private async *listByFactoryPagingPage(
|
|
71
|
+
resourceGroupName: string,
|
|
72
|
+
factoryName: string,
|
|
73
|
+
options?: PrivateEndPointConnectionsListByFactoryOptionalParams
|
|
74
|
+
): AsyncIterableIterator<PrivateEndpointConnectionResource[]> {
|
|
75
|
+
let result = await this._listByFactory(
|
|
76
|
+
resourceGroupName,
|
|
77
|
+
factoryName,
|
|
78
|
+
options
|
|
79
|
+
);
|
|
80
|
+
yield result.value || [];
|
|
81
|
+
let continuationToken = result.nextLink;
|
|
82
|
+
while (continuationToken) {
|
|
83
|
+
result = await this._listByFactoryNext(
|
|
52
84
|
resourceGroupName,
|
|
53
85
|
factoryName,
|
|
86
|
+
continuationToken,
|
|
54
87
|
options
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
88
|
+
);
|
|
89
|
+
continuationToken = result.nextLink;
|
|
90
|
+
yield result.value || [];
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
private async *listByFactoryPagingAll(
|
|
95
|
+
resourceGroupName: string,
|
|
96
|
+
factoryName: string,
|
|
97
|
+
options?: PrivateEndPointConnectionsListByFactoryOptionalParams
|
|
98
|
+
): AsyncIterableIterator<PrivateEndpointConnectionResource> {
|
|
99
|
+
for await (const page of this.listByFactoryPagingPage(
|
|
100
|
+
resourceGroupName,
|
|
101
|
+
factoryName,
|
|
102
|
+
options
|
|
103
|
+
)) {
|
|
104
|
+
yield* page;
|
|
105
|
+
}
|
|
58
106
|
}
|
|
59
107
|
|
|
60
108
|
/**
|
|
61
109
|
* Lists Private endpoint connections
|
|
62
|
-
* @param
|
|
63
|
-
* @param
|
|
64
|
-
* @
|
|
65
|
-
*/
|
|
66
|
-
listByFactoryNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndPointConnectionsListByFactoryNextResponse>;
|
|
67
|
-
/**
|
|
68
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
69
|
-
* @param callback The callback
|
|
110
|
+
* @param resourceGroupName The resource group name.
|
|
111
|
+
* @param factoryName The factory name.
|
|
112
|
+
* @param options The options parameters.
|
|
70
113
|
*/
|
|
71
|
-
|
|
114
|
+
private _listByFactory(
|
|
115
|
+
resourceGroupName: string,
|
|
116
|
+
factoryName: string,
|
|
117
|
+
options?: PrivateEndPointConnectionsListByFactoryOptionalParams
|
|
118
|
+
): Promise<PrivateEndPointConnectionsListByFactoryResponse> {
|
|
119
|
+
return this.client.sendOperationRequest(
|
|
120
|
+
{ resourceGroupName, factoryName, options },
|
|
121
|
+
listByFactoryOperationSpec
|
|
122
|
+
);
|
|
123
|
+
}
|
|
124
|
+
|
|
72
125
|
/**
|
|
73
|
-
*
|
|
74
|
-
* @param
|
|
75
|
-
* @param
|
|
126
|
+
* ListByFactoryNext
|
|
127
|
+
* @param resourceGroupName The resource group name.
|
|
128
|
+
* @param factoryName The factory name.
|
|
129
|
+
* @param nextLink The nextLink from the previous successful call to the ListByFactory method.
|
|
130
|
+
* @param options The options parameters.
|
|
76
131
|
*/
|
|
77
|
-
|
|
78
|
-
|
|
132
|
+
private _listByFactoryNext(
|
|
133
|
+
resourceGroupName: string,
|
|
134
|
+
factoryName: string,
|
|
135
|
+
nextLink: string,
|
|
136
|
+
options?: PrivateEndPointConnectionsListByFactoryNextOptionalParams
|
|
137
|
+
): Promise<PrivateEndPointConnectionsListByFactoryNextResponse> {
|
|
79
138
|
return this.client.sendOperationRequest(
|
|
80
|
-
{
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
},
|
|
84
|
-
listByFactoryNextOperationSpec,
|
|
85
|
-
callback) as Promise<Models.PrivateEndPointConnectionsListByFactoryNextResponse>;
|
|
139
|
+
{ resourceGroupName, factoryName, nextLink, options },
|
|
140
|
+
listByFactoryNextOperationSpec
|
|
141
|
+
);
|
|
86
142
|
}
|
|
87
143
|
}
|
|
88
|
-
|
|
89
144
|
// Operation Specifications
|
|
90
|
-
const serializer =
|
|
91
|
-
|
|
145
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
146
|
+
|
|
147
|
+
const listByFactoryOperationSpec: coreClient.OperationSpec = {
|
|
148
|
+
path:
|
|
149
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndPointConnections",
|
|
92
150
|
httpMethod: "GET",
|
|
93
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndPointConnections",
|
|
94
|
-
urlParameters: [
|
|
95
|
-
Parameters.subscriptionId,
|
|
96
|
-
Parameters.resourceGroupName,
|
|
97
|
-
Parameters.factoryName
|
|
98
|
-
],
|
|
99
|
-
queryParameters: [
|
|
100
|
-
Parameters.apiVersion
|
|
101
|
-
],
|
|
102
|
-
headerParameters: [
|
|
103
|
-
Parameters.acceptLanguage
|
|
104
|
-
],
|
|
105
151
|
responses: {
|
|
106
152
|
200: {
|
|
107
153
|
bodyMapper: Mappers.PrivateEndpointConnectionListResponse
|
|
@@ -110,22 +156,19 @@ const listByFactoryOperationSpec: msRest.OperationSpec = {
|
|
|
110
156
|
bodyMapper: Mappers.CloudError
|
|
111
157
|
}
|
|
112
158
|
},
|
|
159
|
+
queryParameters: [Parameters.apiVersion],
|
|
160
|
+
urlParameters: [
|
|
161
|
+
Parameters.$host,
|
|
162
|
+
Parameters.subscriptionId,
|
|
163
|
+
Parameters.resourceGroupName,
|
|
164
|
+
Parameters.factoryName
|
|
165
|
+
],
|
|
166
|
+
headerParameters: [Parameters.accept],
|
|
113
167
|
serializer
|
|
114
168
|
};
|
|
115
|
-
|
|
116
|
-
const listByFactoryNextOperationSpec: msRest.OperationSpec = {
|
|
117
|
-
httpMethod: "GET",
|
|
118
|
-
baseUrl: "https://management.azure.com",
|
|
169
|
+
const listByFactoryNextOperationSpec: coreClient.OperationSpec = {
|
|
119
170
|
path: "{nextLink}",
|
|
120
|
-
|
|
121
|
-
Parameters.nextPageLink
|
|
122
|
-
],
|
|
123
|
-
queryParameters: [
|
|
124
|
-
Parameters.apiVersion
|
|
125
|
-
],
|
|
126
|
-
headerParameters: [
|
|
127
|
-
Parameters.acceptLanguage
|
|
128
|
-
],
|
|
171
|
+
httpMethod: "GET",
|
|
129
172
|
responses: {
|
|
130
173
|
200: {
|
|
131
174
|
bodyMapper: Mappers.PrivateEndpointConnectionListResponse
|
|
@@ -134,5 +177,14 @@ const listByFactoryNextOperationSpec: msRest.OperationSpec = {
|
|
|
134
177
|
bodyMapper: Mappers.CloudError
|
|
135
178
|
}
|
|
136
179
|
},
|
|
180
|
+
queryParameters: [Parameters.apiVersion],
|
|
181
|
+
urlParameters: [
|
|
182
|
+
Parameters.$host,
|
|
183
|
+
Parameters.nextLink,
|
|
184
|
+
Parameters.subscriptionId,
|
|
185
|
+
Parameters.resourceGroupName,
|
|
186
|
+
Parameters.factoryName
|
|
187
|
+
],
|
|
188
|
+
headerParameters: [Parameters.accept],
|
|
137
189
|
serializer
|
|
138
190
|
};
|
|
@@ -3,23 +3,31 @@
|
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
7
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
|
-
import
|
|
11
|
-
import * as
|
|
12
|
-
import * as Mappers from "../models/
|
|
9
|
+
import { PrivateEndpointConnection } from "../operationsInterfaces";
|
|
10
|
+
import * as coreClient from "@azure/core-client";
|
|
11
|
+
import * as Mappers from "../models/mappers";
|
|
13
12
|
import * as Parameters from "../models/parameters";
|
|
14
13
|
import { DataFactoryManagementClientContext } from "../dataFactoryManagementClientContext";
|
|
14
|
+
import {
|
|
15
|
+
PrivateLinkConnectionApprovalRequestResource,
|
|
16
|
+
PrivateEndpointConnectionCreateOrUpdateOptionalParams,
|
|
17
|
+
PrivateEndpointConnectionCreateOrUpdateResponse,
|
|
18
|
+
PrivateEndpointConnectionGetOptionalParams,
|
|
19
|
+
PrivateEndpointConnectionGetResponse,
|
|
20
|
+
PrivateEndpointConnectionDeleteOptionalParams
|
|
21
|
+
} from "../models";
|
|
15
22
|
|
|
16
|
-
/** Class
|
|
17
|
-
export class
|
|
23
|
+
/** Class containing PrivateEndpointConnection operations. */
|
|
24
|
+
export class PrivateEndpointConnectionImpl
|
|
25
|
+
implements PrivateEndpointConnection {
|
|
18
26
|
private readonly client: DataFactoryManagementClientContext;
|
|
19
27
|
|
|
20
28
|
/**
|
|
21
|
-
*
|
|
22
|
-
* @param
|
|
29
|
+
* Initialize a new instance of the class PrivateEndpointConnection class.
|
|
30
|
+
* @param client Reference to the service client
|
|
23
31
|
*/
|
|
24
32
|
constructor(client: DataFactoryManagementClientContext) {
|
|
25
33
|
this.client = client;
|
|
@@ -30,29 +38,16 @@ export class PrivateEndpointConnection {
|
|
|
30
38
|
* @param resourceGroupName The resource group name.
|
|
31
39
|
* @param factoryName The factory name.
|
|
32
40
|
* @param privateEndpointConnectionName The private endpoint connection name.
|
|
33
|
-
* @param privateEndpointWrapper
|
|
34
|
-
* @param
|
|
35
|
-
* @returns Promise<Models.PrivateEndpointConnectionCreateOrUpdateResponse>
|
|
41
|
+
* @param privateEndpointWrapper Private Endpoint Connection Approval ARM resource.
|
|
42
|
+
* @param options The options parameters.
|
|
36
43
|
*/
|
|
37
|
-
createOrUpdate(
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
*/
|
|
45
|
-
createOrUpdate(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, privateEndpointWrapper: Models.PrivateLinkConnectionApprovalRequestResource, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionResource>): void;
|
|
46
|
-
/**
|
|
47
|
-
* @param resourceGroupName The resource group name.
|
|
48
|
-
* @param factoryName The factory name.
|
|
49
|
-
* @param privateEndpointConnectionName The private endpoint connection name.
|
|
50
|
-
* @param privateEndpointWrapper
|
|
51
|
-
* @param options The optional parameters
|
|
52
|
-
* @param callback The callback
|
|
53
|
-
*/
|
|
54
|
-
createOrUpdate(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, privateEndpointWrapper: Models.PrivateLinkConnectionApprovalRequestResource, options: Models.PrivateEndpointConnectionCreateOrUpdateOptionalParams, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionResource>): void;
|
|
55
|
-
createOrUpdate(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, privateEndpointWrapper: Models.PrivateLinkConnectionApprovalRequestResource, options?: Models.PrivateEndpointConnectionCreateOrUpdateOptionalParams | msRest.ServiceCallback<Models.PrivateEndpointConnectionResource>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnectionResource>): Promise<Models.PrivateEndpointConnectionCreateOrUpdateResponse> {
|
|
44
|
+
createOrUpdate(
|
|
45
|
+
resourceGroupName: string,
|
|
46
|
+
factoryName: string,
|
|
47
|
+
privateEndpointConnectionName: string,
|
|
48
|
+
privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource,
|
|
49
|
+
options?: PrivateEndpointConnectionCreateOrUpdateOptionalParams
|
|
50
|
+
): Promise<PrivateEndpointConnectionCreateOrUpdateResponse> {
|
|
56
51
|
return this.client.sendOperationRequest(
|
|
57
52
|
{
|
|
58
53
|
resourceGroupName,
|
|
@@ -61,8 +56,8 @@ export class PrivateEndpointConnection {
|
|
|
61
56
|
privateEndpointWrapper,
|
|
62
57
|
options
|
|
63
58
|
},
|
|
64
|
-
createOrUpdateOperationSpec
|
|
65
|
-
|
|
59
|
+
createOrUpdateOperationSpec
|
|
60
|
+
);
|
|
66
61
|
}
|
|
67
62
|
|
|
68
63
|
/**
|
|
@@ -70,26 +65,14 @@ export class PrivateEndpointConnection {
|
|
|
70
65
|
* @param resourceGroupName The resource group name.
|
|
71
66
|
* @param factoryName The factory name.
|
|
72
67
|
* @param privateEndpointConnectionName The private endpoint connection name.
|
|
73
|
-
* @param
|
|
74
|
-
* @returns Promise<Models.PrivateEndpointConnectionGetResponse>
|
|
75
|
-
*/
|
|
76
|
-
get(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, options?: Models.PrivateEndpointConnectionGetOptionalParams): Promise<Models.PrivateEndpointConnectionGetResponse>;
|
|
77
|
-
/**
|
|
78
|
-
* @param resourceGroupName The resource group name.
|
|
79
|
-
* @param factoryName The factory name.
|
|
80
|
-
* @param privateEndpointConnectionName The private endpoint connection name.
|
|
81
|
-
* @param callback The callback
|
|
82
|
-
*/
|
|
83
|
-
get(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionResource>): void;
|
|
84
|
-
/**
|
|
85
|
-
* @param resourceGroupName The resource group name.
|
|
86
|
-
* @param factoryName The factory name.
|
|
87
|
-
* @param privateEndpointConnectionName The private endpoint connection name.
|
|
88
|
-
* @param options The optional parameters
|
|
89
|
-
* @param callback The callback
|
|
68
|
+
* @param options The options parameters.
|
|
90
69
|
*/
|
|
91
|
-
get(
|
|
92
|
-
|
|
70
|
+
get(
|
|
71
|
+
resourceGroupName: string,
|
|
72
|
+
factoryName: string,
|
|
73
|
+
privateEndpointConnectionName: string,
|
|
74
|
+
options?: PrivateEndpointConnectionGetOptionalParams
|
|
75
|
+
): Promise<PrivateEndpointConnectionGetResponse> {
|
|
93
76
|
return this.client.sendOperationRequest(
|
|
94
77
|
{
|
|
95
78
|
resourceGroupName,
|
|
@@ -97,8 +80,8 @@ export class PrivateEndpointConnection {
|
|
|
97
80
|
privateEndpointConnectionName,
|
|
98
81
|
options
|
|
99
82
|
},
|
|
100
|
-
getOperationSpec
|
|
101
|
-
|
|
83
|
+
getOperationSpec
|
|
84
|
+
);
|
|
102
85
|
}
|
|
103
86
|
|
|
104
87
|
/**
|
|
@@ -106,26 +89,14 @@ export class PrivateEndpointConnection {
|
|
|
106
89
|
* @param resourceGroupName The resource group name.
|
|
107
90
|
* @param factoryName The factory name.
|
|
108
91
|
* @param privateEndpointConnectionName The private endpoint connection name.
|
|
109
|
-
* @param
|
|
110
|
-
* @returns Promise<msRest.RestResponse>
|
|
92
|
+
* @param options The options parameters.
|
|
111
93
|
*/
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
*/
|
|
119
|
-
deleteMethod(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<void>): void;
|
|
120
|
-
/**
|
|
121
|
-
* @param resourceGroupName The resource group name.
|
|
122
|
-
* @param factoryName The factory name.
|
|
123
|
-
* @param privateEndpointConnectionName The private endpoint connection name.
|
|
124
|
-
* @param options The optional parameters
|
|
125
|
-
* @param callback The callback
|
|
126
|
-
*/
|
|
127
|
-
deleteMethod(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
128
|
-
deleteMethod(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {
|
|
94
|
+
delete(
|
|
95
|
+
resourceGroupName: string,
|
|
96
|
+
factoryName: string,
|
|
97
|
+
privateEndpointConnectionName: string,
|
|
98
|
+
options?: PrivateEndpointConnectionDeleteOptionalParams
|
|
99
|
+
): Promise<void> {
|
|
129
100
|
return this.client.sendOperationRequest(
|
|
130
101
|
{
|
|
131
102
|
resourceGroupName,
|
|
@@ -133,36 +104,17 @@ export class PrivateEndpointConnection {
|
|
|
133
104
|
privateEndpointConnectionName,
|
|
134
105
|
options
|
|
135
106
|
},
|
|
136
|
-
|
|
137
|
-
|
|
107
|
+
deleteOperationSpec
|
|
108
|
+
);
|
|
138
109
|
}
|
|
139
110
|
}
|
|
140
|
-
|
|
141
111
|
// Operation Specifications
|
|
142
|
-
const serializer =
|
|
143
|
-
|
|
112
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
113
|
+
|
|
114
|
+
const createOrUpdateOperationSpec: coreClient.OperationSpec = {
|
|
115
|
+
path:
|
|
116
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
144
117
|
httpMethod: "PUT",
|
|
145
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
146
|
-
urlParameters: [
|
|
147
|
-
Parameters.subscriptionId,
|
|
148
|
-
Parameters.resourceGroupName,
|
|
149
|
-
Parameters.factoryName,
|
|
150
|
-
Parameters.privateEndpointConnectionName
|
|
151
|
-
],
|
|
152
|
-
queryParameters: [
|
|
153
|
-
Parameters.apiVersion
|
|
154
|
-
],
|
|
155
|
-
headerParameters: [
|
|
156
|
-
Parameters.ifMatch,
|
|
157
|
-
Parameters.acceptLanguage
|
|
158
|
-
],
|
|
159
|
-
requestBody: {
|
|
160
|
-
parameterPath: "privateEndpointWrapper",
|
|
161
|
-
mapper: {
|
|
162
|
-
...Mappers.PrivateLinkConnectionApprovalRequestResource,
|
|
163
|
-
required: true
|
|
164
|
-
}
|
|
165
|
-
},
|
|
166
118
|
responses: {
|
|
167
119
|
200: {
|
|
168
120
|
bodyMapper: Mappers.PrivateEndpointConnectionResource
|
|
@@ -171,25 +123,27 @@ const createOrUpdateOperationSpec: msRest.OperationSpec = {
|
|
|
171
123
|
bodyMapper: Mappers.CloudError
|
|
172
124
|
}
|
|
173
125
|
},
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
const getOperationSpec: msRest.OperationSpec = {
|
|
178
|
-
httpMethod: "GET",
|
|
179
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
126
|
+
requestBody: Parameters.privateEndpointWrapper,
|
|
127
|
+
queryParameters: [Parameters.apiVersion],
|
|
180
128
|
urlParameters: [
|
|
129
|
+
Parameters.$host,
|
|
181
130
|
Parameters.subscriptionId,
|
|
182
131
|
Parameters.resourceGroupName,
|
|
183
132
|
Parameters.factoryName,
|
|
184
133
|
Parameters.privateEndpointConnectionName
|
|
185
134
|
],
|
|
186
|
-
queryParameters: [
|
|
187
|
-
Parameters.apiVersion
|
|
188
|
-
],
|
|
189
135
|
headerParameters: [
|
|
190
|
-
Parameters.
|
|
191
|
-
Parameters.
|
|
136
|
+
Parameters.accept,
|
|
137
|
+
Parameters.contentType,
|
|
138
|
+
Parameters.ifMatch
|
|
192
139
|
],
|
|
140
|
+
mediaType: "json",
|
|
141
|
+
serializer
|
|
142
|
+
};
|
|
143
|
+
const getOperationSpec: coreClient.OperationSpec = {
|
|
144
|
+
path:
|
|
145
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
146
|
+
httpMethod: "GET",
|
|
193
147
|
responses: {
|
|
194
148
|
200: {
|
|
195
149
|
bodyMapper: Mappers.PrivateEndpointConnectionResource
|
|
@@ -198,24 +152,21 @@ const getOperationSpec: msRest.OperationSpec = {
|
|
|
198
152
|
bodyMapper: Mappers.CloudError
|
|
199
153
|
}
|
|
200
154
|
},
|
|
201
|
-
|
|
202
|
-
};
|
|
203
|
-
|
|
204
|
-
const deleteMethodOperationSpec: msRest.OperationSpec = {
|
|
205
|
-
httpMethod: "DELETE",
|
|
206
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
155
|
+
queryParameters: [Parameters.apiVersion],
|
|
207
156
|
urlParameters: [
|
|
157
|
+
Parameters.$host,
|
|
208
158
|
Parameters.subscriptionId,
|
|
209
159
|
Parameters.resourceGroupName,
|
|
210
160
|
Parameters.factoryName,
|
|
211
161
|
Parameters.privateEndpointConnectionName
|
|
212
162
|
],
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
163
|
+
headerParameters: [Parameters.accept, Parameters.ifNoneMatch],
|
|
164
|
+
serializer
|
|
165
|
+
};
|
|
166
|
+
const deleteOperationSpec: coreClient.OperationSpec = {
|
|
167
|
+
path:
|
|
168
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
169
|
+
httpMethod: "DELETE",
|
|
219
170
|
responses: {
|
|
220
171
|
200: {},
|
|
221
172
|
204: {},
|
|
@@ -223,5 +174,14 @@ const deleteMethodOperationSpec: msRest.OperationSpec = {
|
|
|
223
174
|
bodyMapper: Mappers.CloudError
|
|
224
175
|
}
|
|
225
176
|
},
|
|
177
|
+
queryParameters: [Parameters.apiVersion],
|
|
178
|
+
urlParameters: [
|
|
179
|
+
Parameters.$host,
|
|
180
|
+
Parameters.subscriptionId,
|
|
181
|
+
Parameters.resourceGroupName,
|
|
182
|
+
Parameters.factoryName,
|
|
183
|
+
Parameters.privateEndpointConnectionName
|
|
184
|
+
],
|
|
185
|
+
headerParameters: [Parameters.accept],
|
|
226
186
|
serializer
|
|
227
187
|
};
|