@azure/arm-servicelinker 2.2.0-beta.1 → 2.2.0-beta.2
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 +11 -1
- package/LICENSE +4 -4
- package/README.md +29 -19
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +187 -79
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/configurationNames.d.ts +3 -3
- package/dist/browser/operations/configurationNames.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/configurationNames.js +26 -43
- package/dist/browser/operations/configurationNames.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/connector.d.ts +3 -3
- package/dist/browser/operations/connector.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/connector.js +335 -363
- package/dist/browser/operations/connector.js.map +1 -0
- package/dist/browser/operations/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +5 -5
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/linker.d.ts +3 -3
- package/dist/browser/operations/linker.d.ts.map +1 -0
- package/dist/browser/operations/linker.js +542 -0
- package/dist/browser/operations/linker.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/linkers.d.ts +3 -3
- package/dist/browser/operations/linkers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/linkers.js +133 -165
- package/dist/browser/operations/linkers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +26 -43
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/configurationNames.d.ts +1 -1
- package/dist/browser/operationsInterfaces/configurationNames.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/configurationNames.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/connector.d.ts +1 -1
- package/dist/browser/operationsInterfaces/connector.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/connector.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +5 -5
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/linker.d.ts +1 -1
- package/dist/browser/operationsInterfaces/linker.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/linker.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/linkers.d.ts +1 -1
- package/dist/browser/operationsInterfaces/linkers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/linkers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/serviceLinkerManagementClient.d.ts +2 -2
- package/dist/browser/serviceLinkerManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serviceLinkerManagementClient.js +33 -24
- package/dist/browser/serviceLinkerManagementClient.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 +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-servicelinker.d.ts → dist/commonjs/models/index.d.ts} +1380 -1955
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +237 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +93 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2056 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +21 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +186 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/configurationNames.d.ts +34 -0
- package/dist/commonjs/operations/configurationNames.d.ts.map +1 -0
- package/dist/commonjs/operations/configurationNames.js +127 -0
- package/dist/commonjs/operations/configurationNames.js.map +1 -0
- package/dist/commonjs/operations/connector.d.ts +223 -0
- package/dist/commonjs/operations/connector.d.ts.map +1 -0
- package/dist/commonjs/operations/connector.js +988 -0
- package/dist/commonjs/operations/connector.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +6 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +16 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/linker.d.ts +125 -0
- package/dist/commonjs/operations/linker.d.ts.map +1 -0
- package/dist/commonjs/operations/linker.js +547 -0
- package/dist/commonjs/operations/linker.js.map +1 -0
- package/dist/commonjs/operations/linkers.d.ts +123 -0
- package/dist/commonjs/operations/linkers.d.ts.map +1 -0
- package/dist/commonjs/operations/linkers.js +508 -0
- package/dist/commonjs/operations/linkers.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 +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurationNames.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/configurationNames.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurationNames.js +10 -0
- package/dist/commonjs/operationsInterfaces/configurationNames.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/connector.d.ts +176 -0
- package/dist/commonjs/operationsInterfaces/connector.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/connector.js +10 -0
- package/dist/commonjs/operationsInterfaces/connector.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +16 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/linker.d.ts +99 -0
- package/dist/commonjs/operationsInterfaces/linker.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/linker.js +10 -0
- package/dist/commonjs/operationsInterfaces/linker.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkers.d.ts +81 -0
- package/dist/commonjs/operationsInterfaces/linkers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkers.js +10 -0
- package/dist/commonjs/operationsInterfaces/linkers.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/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/serviceLinkerManagementClient.d.ts +22 -0
- package/dist/commonjs/serviceLinkerManagementClient.d.ts.map +1 -0
- package/dist/commonjs/serviceLinkerManagementClient.js +112 -0
- package/dist/commonjs/serviceLinkerManagementClient.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- 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 +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1380 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +234 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +93 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2052 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +21 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +183 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/configurationNames.d.ts +34 -0
- package/dist/esm/operations/configurationNames.d.ts.map +1 -0
- package/dist/esm/operations/configurationNames.js +122 -0
- package/dist/esm/operations/configurationNames.js.map +1 -0
- package/dist/esm/operations/connector.d.ts +223 -0
- package/dist/esm/operations/connector.d.ts.map +1 -0
- package/dist/esm/operations/connector.js +983 -0
- package/dist/esm/operations/connector.js.map +1 -0
- package/dist/esm/operations/index.d.ts +6 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +13 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/linker.d.ts +125 -0
- package/dist/esm/operations/linker.d.ts.map +1 -0
- package/dist/esm/operations/linker.js +542 -0
- package/dist/esm/operations/linker.js.map +1 -0
- package/dist/esm/operations/linkers.d.ts +123 -0
- package/dist/esm/operations/linkers.d.ts.map +1 -0
- package/dist/esm/operations/linkers.js +503 -0
- package/dist/esm/operations/linkers.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 +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/configurationNames.d.ts +12 -0
- package/dist/esm/operationsInterfaces/configurationNames.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/configurationNames.js +9 -0
- package/dist/esm/operationsInterfaces/configurationNames.js.map +1 -0
- package/dist/esm/operationsInterfaces/connector.d.ts +176 -0
- package/dist/esm/operationsInterfaces/connector.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/connector.js +9 -0
- package/dist/esm/operationsInterfaces/connector.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +6 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +13 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/linker.d.ts +99 -0
- package/dist/esm/operationsInterfaces/linker.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/linker.js +9 -0
- package/dist/esm/operationsInterfaces/linker.js.map +1 -0
- package/dist/esm/operationsInterfaces/linkers.d.ts +81 -0
- package/dist/esm/operationsInterfaces/linkers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/linkers.js +9 -0
- package/dist/esm/operationsInterfaces/linkers.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/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/serviceLinkerManagementClient.d.ts +22 -0
- package/dist/esm/serviceLinkerManagementClient.d.ts.map +1 -0
- package/dist/esm/serviceLinkerManagementClient.js +107 -0
- package/dist/esm/serviceLinkerManagementClient.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 +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1380 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +234 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +93 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2052 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +21 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +183 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/configurationNames.d.ts +34 -0
- package/dist/react-native/operations/configurationNames.d.ts.map +1 -0
- package/dist/react-native/operations/configurationNames.js +122 -0
- package/dist/react-native/operations/configurationNames.js.map +1 -0
- package/dist/react-native/operations/connector.d.ts +223 -0
- package/dist/react-native/operations/connector.d.ts.map +1 -0
- package/dist/react-native/operations/connector.js +983 -0
- package/dist/react-native/operations/connector.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +6 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +13 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/linker.d.ts +125 -0
- package/dist/react-native/operations/linker.d.ts.map +1 -0
- package/dist/react-native/operations/linker.js +542 -0
- package/dist/react-native/operations/linker.js.map +1 -0
- package/dist/react-native/operations/linkers.d.ts +123 -0
- package/dist/react-native/operations/linkers.d.ts.map +1 -0
- package/dist/react-native/operations/linkers.js +503 -0
- package/dist/react-native/operations/linkers.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 +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/configurationNames.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/configurationNames.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/configurationNames.js +9 -0
- package/dist/react-native/operationsInterfaces/configurationNames.js.map +1 -0
- package/dist/react-native/operationsInterfaces/connector.d.ts +176 -0
- package/dist/react-native/operationsInterfaces/connector.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/connector.js +9 -0
- package/dist/react-native/operationsInterfaces/connector.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +13 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/linker.d.ts +99 -0
- package/dist/react-native/operationsInterfaces/linker.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/linker.js +9 -0
- package/dist/react-native/operationsInterfaces/linker.js.map +1 -0
- package/dist/react-native/operationsInterfaces/linkers.d.ts +81 -0
- package/dist/react-native/operationsInterfaces/linkers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/linkers.js +9 -0
- package/dist/react-native/operationsInterfaces/linkers.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/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/serviceLinkerManagementClient.d.ts +22 -0
- package/dist/react-native/serviceLinkerManagementClient.d.ts.map +1 -0
- package/dist/react-native/serviceLinkerManagementClient.js +107 -0
- package/dist/react-native/serviceLinkerManagementClient.js.map +1 -0
- package/package.json +84 -65
- package/dist/index.js +0 -4947
- 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/configurationNamesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationNamesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationNamesListSample.js +0 -51
- package/dist-esm/samples-dev/configurationNamesListSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorCreateDryrunSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorCreateDryrunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorCreateDryrunSample.js +0 -53
- package/dist-esm/samples-dev/connectorCreateDryrunSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorCreateOrUpdateSample.js +0 -49
- package/dist-esm/samples-dev/connectorCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorDeleteDryrunSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorDeleteDryrunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorDeleteDryrunSample.js +0 -39
- package/dist-esm/samples-dev/connectorDeleteDryrunSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorDeleteSample.js +0 -39
- package/dist-esm/samples-dev/connectorDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.js +0 -43
- package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorGetDryrunSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorGetDryrunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorGetDryrunSample.js +0 -39
- package/dist-esm/samples-dev/connectorGetDryrunSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorGetSample.js +0 -39
- package/dist-esm/samples-dev/connectorGetSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorListDryrunSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorListDryrunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorListDryrunSample.js +0 -54
- package/dist-esm/samples-dev/connectorListDryrunSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorListSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorListSample.js +0 -54
- package/dist-esm/samples-dev/connectorListSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorUpdateDryrunSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorUpdateDryrunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorUpdateDryrunSample.js +0 -53
- package/dist-esm/samples-dev/connectorUpdateDryrunSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorUpdateSample.js +0 -51
- package/dist-esm/samples-dev/connectorUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorValidateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorValidateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorValidateSample.js +0 -39
- package/dist-esm/samples-dev/connectorValidateSample.js.map +0 -1
- package/dist-esm/samples-dev/linkerCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkerCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkerCreateOrUpdateSample.js +0 -49
- package/dist-esm/samples-dev/linkerCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/linkerDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkerDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkerDeleteSample.js +0 -37
- package/dist-esm/samples-dev/linkerDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/linkerGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkerGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkerGetSample.js +0 -37
- package/dist-esm/samples-dev/linkerGetSample.js.map +0 -1
- package/dist-esm/samples-dev/linkerListConfigurationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkerListConfigurationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkerListConfigurationsSample.js +0 -37
- package/dist-esm/samples-dev/linkerListConfigurationsSample.js.map +0 -1
- package/dist-esm/samples-dev/linkerListSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkerListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkerListSample.js +0 -52
- package/dist-esm/samples-dev/linkerListSample.js.map +0 -1
- package/dist-esm/samples-dev/linkerUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkerUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkerUpdateSample.js +0 -49
- package/dist-esm/samples-dev/linkerUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/linkerValidateSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkerValidateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkerValidateSample.js +0 -37
- package/dist-esm/samples-dev/linkerValidateSample.js.map +0 -1
- package/dist-esm/samples-dev/linkersCreateDryrunSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkersCreateDryrunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkersCreateDryrunSample.js +0 -51
- package/dist-esm/samples-dev/linkersCreateDryrunSample.js.map +0 -1
- package/dist-esm/samples-dev/linkersDeleteDryrunSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkersDeleteDryrunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkersDeleteDryrunSample.js +0 -37
- package/dist-esm/samples-dev/linkersDeleteDryrunSample.js.map +0 -1
- package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.js +0 -41
- package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.js.map +0 -1
- package/dist-esm/samples-dev/linkersGetDryrunSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkersGetDryrunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkersGetDryrunSample.js +0 -37
- package/dist-esm/samples-dev/linkersGetDryrunSample.js.map +0 -1
- package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.js +0 -52
- package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.js.map +0 -1
- package/dist-esm/samples-dev/linkersListDryrunSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkersListDryrunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkersListDryrunSample.js +0 -52
- package/dist-esm/samples-dev/linkersListDryrunSample.js.map +0 -1
- package/dist-esm/samples-dev/linkersUpdateDryrunSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkersUpdateDryrunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkersUpdateDryrunSample.js +0 -51
- package/dist-esm/samples-dev/linkersUpdateDryrunSample.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 -51
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/configurationNames.d.ts.map +0 -1
- package/dist-esm/src/operations/configurationNames.js.map +0 -1
- package/dist-esm/src/operations/connector.d.ts.map +0 -1
- package/dist-esm/src/operations/connector.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -6
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/linker.d.ts.map +0 -1
- package/dist-esm/src/operations/linker.js +0 -555
- package/dist-esm/src/operations/linker.js.map +0 -1
- package/dist-esm/src/operations/linkers.d.ts.map +0 -1
- package/dist-esm/src/operations/linkers.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurationNames.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurationNames.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connector.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connector.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/linker.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/linker.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/serviceLinkerManagementClient.d.ts.map +0 -1
- package/dist-esm/src/serviceLinkerManagementClient.js.map +0 -1
- package/dist-esm/test/servicelinker_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/servicelinker_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/servicelinker_operations_test.spec.js +0 -74
- package/dist-esm/test/servicelinker_operations_test.spec.js.map +0 -1
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1616
- package/src/models/mappers.ts +0 -2123
- package/src/models/parameters.ts +0 -213
- package/src/operations/configurationNames.ts +0 -155
- package/src/operations/connector.ts +0 -1433
- package/src/operations/index.ts +0 -13
- package/src/operations/linker.ts +0 -734
- package/src/operations/linkers.ts +0 -702
- package/src/operations/operations.ts +0 -149
- package/src/operationsInterfaces/configurationNames.ts +0 -26
- package/src/operationsInterfaces/connector.ts +0 -349
- package/src/operationsInterfaces/index.ts +0 -13
- package/src/operationsInterfaces/linker.ts +0 -182
- package/src/operationsInterfaces/linkers.ts +0 -153
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/pagingHelper.ts +0 -39
- package/src/serviceLinkerManagementClient.ts +0 -153
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +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/configurationNames.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/connector.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/linker.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.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/review/{arm-servicelinker.api.md → arm-servicelinker-node.api.md} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"linkers.js","sourceRoot":"","sources":["../../../src/operations/linkers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Linkers } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ServiceLinkerManagementClient } from \"../serviceLinkerManagementClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n DryrunResource,\n LinkersListDryrunNextOptionalParams,\n LinkersListDryrunOptionalParams,\n LinkersListDryrunResponse,\n DaprConfigurationResource,\n LinkersListDaprConfigurationsNextOptionalParams,\n LinkersListDaprConfigurationsOptionalParams,\n LinkersListDaprConfigurationsResponse,\n LinkersGetDryrunOptionalParams,\n LinkersGetDryrunResponse,\n LinkersCreateDryrunOptionalParams,\n LinkersCreateDryrunResponse,\n DryrunPatch,\n LinkersUpdateDryrunOptionalParams,\n LinkersUpdateDryrunResponse,\n LinkersDeleteDryrunOptionalParams,\n LinkersGenerateConfigurationsOptionalParams,\n LinkersGenerateConfigurationsResponse,\n LinkersListDryrunNextResponse,\n LinkersListDaprConfigurationsNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Linkers operations. */\nexport class LinkersImpl implements Linkers {\n private readonly client: ServiceLinkerManagementClient;\n\n /**\n * Initialize a new instance of the class Linkers class.\n * @param client Reference to the service client\n */\n constructor(client: ServiceLinkerManagementClient) {\n this.client = client;\n }\n\n /**\n * list dryrun jobs\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param options The options parameters.\n */\n public listDryrun(\n resourceUri: string,\n options?: LinkersListDryrunOptionalParams,\n ): PagedAsyncIterableIterator<DryrunResource> {\n const iter = this.listDryrunPagingAll(resourceUri, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listDryrunPagingPage(resourceUri, options, settings);\n },\n };\n }\n\n private async *listDryrunPagingPage(\n resourceUri: string,\n options?: LinkersListDryrunOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<DryrunResource[]> {\n let result: LinkersListDryrunResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listDryrun(resourceUri, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listDryrunNext(\n resourceUri,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listDryrunPagingAll(\n resourceUri: string,\n options?: LinkersListDryrunOptionalParams,\n ): AsyncIterableIterator<DryrunResource> {\n for await (const page of this.listDryrunPagingPage(resourceUri, options)) {\n yield* page;\n }\n }\n\n /**\n * List the dapr configuration supported by Service Connector.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param options The options parameters.\n */\n public listDaprConfigurations(\n resourceUri: string,\n options?: LinkersListDaprConfigurationsOptionalParams,\n ): PagedAsyncIterableIterator<DaprConfigurationResource> {\n const iter = this.listDaprConfigurationsPagingAll(resourceUri, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listDaprConfigurationsPagingPage(\n resourceUri,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listDaprConfigurationsPagingPage(\n resourceUri: string,\n options?: LinkersListDaprConfigurationsOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<DaprConfigurationResource[]> {\n let result: LinkersListDaprConfigurationsResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listDaprConfigurations(resourceUri, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listDaprConfigurationsNext(\n resourceUri,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listDaprConfigurationsPagingAll(\n resourceUri: string,\n options?: LinkersListDaprConfigurationsOptionalParams,\n ): AsyncIterableIterator<DaprConfigurationResource> {\n for await (const page of this.listDaprConfigurationsPagingPage(\n resourceUri,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * list dryrun jobs\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param options The options parameters.\n */\n private _listDryrun(\n resourceUri: string,\n options?: LinkersListDryrunOptionalParams,\n ): Promise<LinkersListDryrunResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, options },\n listDryrunOperationSpec,\n );\n }\n\n /**\n * get a dryrun job\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param dryrunName The name of dryrun.\n * @param options The options parameters.\n */\n getDryrun(\n resourceUri: string,\n dryrunName: string,\n options?: LinkersGetDryrunOptionalParams,\n ): Promise<LinkersGetDryrunResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, dryrunName, options },\n getDryrunOperationSpec,\n );\n }\n\n /**\n * create a dryrun job to do necessary check before actual creation\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param dryrunName The name of dryrun.\n * @param parameters dryrun resource.\n * @param options The options parameters.\n */\n async beginCreateDryrun(\n resourceUri: string,\n dryrunName: string,\n parameters: DryrunResource,\n options?: LinkersCreateDryrunOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<LinkersCreateDryrunResponse>,\n LinkersCreateDryrunResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<LinkersCreateDryrunResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceUri, dryrunName, parameters, options },\n spec: createDryrunOperationSpec,\n });\n const poller = await createHttpPoller<\n LinkersCreateDryrunResponse,\n OperationState<LinkersCreateDryrunResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * create a dryrun job to do necessary check before actual creation\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param dryrunName The name of dryrun.\n * @param parameters dryrun resource.\n * @param options The options parameters.\n */\n async beginCreateDryrunAndWait(\n resourceUri: string,\n dryrunName: string,\n parameters: DryrunResource,\n options?: LinkersCreateDryrunOptionalParams,\n ): Promise<LinkersCreateDryrunResponse> {\n const poller = await this.beginCreateDryrun(\n resourceUri,\n dryrunName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * add a dryrun job to do necessary check before actual creation\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param dryrunName The name of dryrun.\n * @param parameters dryrun resource.\n * @param options The options parameters.\n */\n async beginUpdateDryrun(\n resourceUri: string,\n dryrunName: string,\n parameters: DryrunPatch,\n options?: LinkersUpdateDryrunOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<LinkersUpdateDryrunResponse>,\n LinkersUpdateDryrunResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<LinkersUpdateDryrunResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceUri, dryrunName, parameters, options },\n spec: updateDryrunOperationSpec,\n });\n const poller = await createHttpPoller<\n LinkersUpdateDryrunResponse,\n OperationState<LinkersUpdateDryrunResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * add a dryrun job to do necessary check before actual creation\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param dryrunName The name of dryrun.\n * @param parameters dryrun resource.\n * @param options The options parameters.\n */\n async beginUpdateDryrunAndWait(\n resourceUri: string,\n dryrunName: string,\n parameters: DryrunPatch,\n options?: LinkersUpdateDryrunOptionalParams,\n ): Promise<LinkersUpdateDryrunResponse> {\n const poller = await this.beginUpdateDryrun(\n resourceUri,\n dryrunName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * delete a dryrun job\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param dryrunName The name of dryrun.\n * @param options The options parameters.\n */\n deleteDryrun(\n resourceUri: string,\n dryrunName: string,\n options?: LinkersDeleteDryrunOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceUri, dryrunName, options },\n deleteDryrunOperationSpec,\n );\n }\n\n /**\n * Generate configurations for a Linker.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param linkerName The name Linker resource.\n * @param options The options parameters.\n */\n generateConfigurations(\n resourceUri: string,\n linkerName: string,\n options?: LinkersGenerateConfigurationsOptionalParams,\n ): Promise<LinkersGenerateConfigurationsResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, linkerName, options },\n generateConfigurationsOperationSpec,\n );\n }\n\n /**\n * List the dapr configuration supported by Service Connector.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param options The options parameters.\n */\n private _listDaprConfigurations(\n resourceUri: string,\n options?: LinkersListDaprConfigurationsOptionalParams,\n ): Promise<LinkersListDaprConfigurationsResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, options },\n listDaprConfigurationsOperationSpec,\n );\n }\n\n /**\n * ListDryrunNext\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param nextLink The nextLink from the previous successful call to the ListDryrun method.\n * @param options The options parameters.\n */\n private _listDryrunNext(\n resourceUri: string,\n nextLink: string,\n options?: LinkersListDryrunNextOptionalParams,\n ): Promise<LinkersListDryrunNextResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, nextLink, options },\n listDryrunNextOperationSpec,\n );\n }\n\n /**\n * ListDaprConfigurationsNext\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param nextLink The nextLink from the previous successful call to the ListDaprConfigurations method.\n * @param options The options parameters.\n */\n private _listDaprConfigurationsNext(\n resourceUri: string,\n nextLink: string,\n options?: LinkersListDaprConfigurationsNextOptionalParams,\n ): Promise<LinkersListDaprConfigurationsNextResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, nextLink, options },\n listDaprConfigurationsNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listDryrunOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceUri}/providers/Microsoft.ServiceLinker/dryruns\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DryrunList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.resourceUri],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getDryrunOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceUri}/providers/Microsoft.ServiceLinker/dryruns/{dryrunName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DryrunResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.dryrunName,\n Parameters.resourceUri,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createDryrunOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceUri}/providers/Microsoft.ServiceLinker/dryruns/{dryrunName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.DryrunResource,\n },\n 201: {\n bodyMapper: Mappers.DryrunResource,\n },\n 202: {\n bodyMapper: Mappers.DryrunResource,\n },\n 204: {\n bodyMapper: Mappers.DryrunResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.dryrunName,\n Parameters.resourceUri,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst updateDryrunOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceUri}/providers/Microsoft.ServiceLinker/dryruns/{dryrunName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.DryrunResource,\n },\n 201: {\n bodyMapper: Mappers.DryrunResource,\n },\n 202: {\n bodyMapper: Mappers.DryrunResource,\n },\n 204: {\n bodyMapper: Mappers.DryrunResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.dryrunName,\n Parameters.resourceUri,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteDryrunOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceUri}/providers/Microsoft.ServiceLinker/dryruns/{dryrunName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.dryrunName,\n Parameters.resourceUri,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst generateConfigurationsOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}/generateConfigurations\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConfigurationResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters4,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.linkerName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listDaprConfigurationsOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceUri}/providers/Microsoft.ServiceLinker/daprConfigurations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DaprConfigurationList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.resourceUri],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listDryrunNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DryrunList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceUri,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listDaprConfigurationsNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DaprConfigurationList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceUri,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Operations } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { ServiceLinkerManagementClient } from "../serviceLinkerManagementClient.js";
|
|
4
|
+
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
5
|
+
/** Class containing Operations operations. */
|
|
6
|
+
export declare class OperationsImpl implements Operations {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class Operations class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: ServiceLinkerManagementClient);
|
|
13
|
+
/**
|
|
14
|
+
* Lists the available ServiceLinker REST API operations.
|
|
15
|
+
* @param options The options parameters.
|
|
16
|
+
*/
|
|
17
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
18
|
+
private listPagingPage;
|
|
19
|
+
private listPagingAll;
|
|
20
|
+
/**
|
|
21
|
+
* Lists the available ServiceLinker REST API operations.
|
|
22
|
+
* @param options The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
private _list;
|
|
25
|
+
/**
|
|
26
|
+
* ListNext
|
|
27
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
private _listNext;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AACpF,OAAO,EACL,SAAS,EAET,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IAEvD;;;OAGG;gBACS,MAAM,EAAE,6BAA6B;IAIjD;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
|
|
@@ -0,0 +1,116 @@
|
|
|
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 { setContinuationToken } from "../pagingHelper.js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
10
|
+
import * as Mappers from "../models/mappers.js";
|
|
11
|
+
import * as Parameters from "../models/parameters.js";
|
|
12
|
+
/// <reference lib="esnext.asynciterable" />
|
|
13
|
+
/** Class containing Operations operations. */
|
|
14
|
+
export class OperationsImpl {
|
|
15
|
+
client;
|
|
16
|
+
/**
|
|
17
|
+
* Initialize a new instance of the class Operations class.
|
|
18
|
+
* @param client Reference to the service client
|
|
19
|
+
*/
|
|
20
|
+
constructor(client) {
|
|
21
|
+
this.client = client;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Lists the available ServiceLinker REST API operations.
|
|
25
|
+
* @param options The options parameters.
|
|
26
|
+
*/
|
|
27
|
+
list(options) {
|
|
28
|
+
const iter = this.listPagingAll(options);
|
|
29
|
+
return {
|
|
30
|
+
next() {
|
|
31
|
+
return iter.next();
|
|
32
|
+
},
|
|
33
|
+
[Symbol.asyncIterator]() {
|
|
34
|
+
return this;
|
|
35
|
+
},
|
|
36
|
+
byPage: (settings) => {
|
|
37
|
+
if (settings?.maxPageSize) {
|
|
38
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
39
|
+
}
|
|
40
|
+
return this.listPagingPage(options, settings);
|
|
41
|
+
},
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
async *listPagingPage(options, settings) {
|
|
45
|
+
let result;
|
|
46
|
+
let continuationToken = settings?.continuationToken;
|
|
47
|
+
if (!continuationToken) {
|
|
48
|
+
result = await this._list(options);
|
|
49
|
+
let page = result.value || [];
|
|
50
|
+
continuationToken = result.nextLink;
|
|
51
|
+
setContinuationToken(page, continuationToken);
|
|
52
|
+
yield page;
|
|
53
|
+
}
|
|
54
|
+
while (continuationToken) {
|
|
55
|
+
result = await this._listNext(continuationToken, options);
|
|
56
|
+
continuationToken = result.nextLink;
|
|
57
|
+
let page = result.value || [];
|
|
58
|
+
setContinuationToken(page, continuationToken);
|
|
59
|
+
yield page;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
async *listPagingAll(options) {
|
|
63
|
+
for await (const page of this.listPagingPage(options)) {
|
|
64
|
+
yield* page;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Lists the available ServiceLinker REST API operations.
|
|
69
|
+
* @param options The options parameters.
|
|
70
|
+
*/
|
|
71
|
+
_list(options) {
|
|
72
|
+
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* ListNext
|
|
76
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
77
|
+
* @param options The options parameters.
|
|
78
|
+
*/
|
|
79
|
+
_listNext(nextLink, options) {
|
|
80
|
+
return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
// Operation Specifications
|
|
84
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
85
|
+
const listOperationSpec = {
|
|
86
|
+
path: "/providers/Microsoft.ServiceLinker/operations",
|
|
87
|
+
httpMethod: "GET",
|
|
88
|
+
responses: {
|
|
89
|
+
200: {
|
|
90
|
+
bodyMapper: Mappers.OperationListResult,
|
|
91
|
+
},
|
|
92
|
+
default: {
|
|
93
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
94
|
+
},
|
|
95
|
+
},
|
|
96
|
+
queryParameters: [Parameters.apiVersion],
|
|
97
|
+
urlParameters: [Parameters.$host],
|
|
98
|
+
headerParameters: [Parameters.accept],
|
|
99
|
+
serializer,
|
|
100
|
+
};
|
|
101
|
+
const listNextOperationSpec = {
|
|
102
|
+
path: "{nextLink}",
|
|
103
|
+
httpMethod: "GET",
|
|
104
|
+
responses: {
|
|
105
|
+
200: {
|
|
106
|
+
bodyMapper: Mappers.OperationListResult,
|
|
107
|
+
},
|
|
108
|
+
default: {
|
|
109
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
urlParameters: [Parameters.$host, Parameters.nextLink],
|
|
113
|
+
headerParameters: [Parameters.accept],
|
|
114
|
+
serializer,
|
|
115
|
+
};
|
|
116
|
+
//# sourceMappingURL=operations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Operations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ServiceLinkerManagementClient } from \"../serviceLinkerManagementClient.js\";\nimport {\n Operation,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: ServiceLinkerManagementClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: ServiceLinkerManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists the available ServiceLinker REST API operations.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Operation[]> {\n let result: OperationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams,\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists the available ServiceLinker REST API operations.\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams,\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OperationsListNextOptionalParams,\n ): Promise<OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.ServiceLinker/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { ConfigurationNameItem, ConfigurationNamesListOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a ConfigurationNames. */
|
|
4
|
+
export interface ConfigurationNames {
|
|
5
|
+
/**
|
|
6
|
+
* Lists the configuration names generated by Service Connector for all target, client types, auth
|
|
7
|
+
* types.
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
list(options?: ConfigurationNamesListOptionalParams): PagedAsyncIterableIterator<ConfigurationNameItem>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=configurationNames.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configurationNames.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/configurationNames.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,qBAAqB,EACrB,oCAAoC,EACrC,MAAM,oBAAoB,CAAC;AAG5B,mDAAmD;AACnD,MAAM,WAAW,kBAAkB;IACjC;;;;OAIG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,oCAAoC,GAC7C,0BAA0B,CAAC,qBAAqB,CAAC,CAAC;CACtD"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=configurationNames.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configurationNames.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/configurationNames.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n ConfigurationNameItem,\n ConfigurationNamesListOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ConfigurationNames. */\nexport interface ConfigurationNames {\n /**\n * Lists the configuration names generated by Service Connector for all target, client types, auth\n * types.\n * @param options The options parameters.\n */\n list(\n options?: ConfigurationNamesListOptionalParams,\n ): PagedAsyncIterableIterator<ConfigurationNameItem>;\n}\n"]}
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { DryrunResource, ConnectorListDryrunOptionalParams, LinkerResource, ConnectorListOptionalParams, ConnectorGetDryrunOptionalParams, ConnectorGetDryrunResponse, ConnectorCreateDryrunOptionalParams, ConnectorCreateDryrunResponse, DryrunPatch, ConnectorUpdateDryrunOptionalParams, ConnectorUpdateDryrunResponse, ConnectorDeleteDryrunOptionalParams, ConnectorGetOptionalParams, ConnectorGetResponse, ConnectorCreateOrUpdateOptionalParams, ConnectorCreateOrUpdateResponse, ConnectorDeleteOptionalParams, LinkerPatch, ConnectorUpdateOptionalParams, ConnectorUpdateResponse, ConnectorValidateOptionalParams, ConnectorValidateResponse, ConnectorGenerateConfigurationsOptionalParams, ConnectorGenerateConfigurationsResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Connector. */
|
|
5
|
+
export interface Connector {
|
|
6
|
+
/**
|
|
7
|
+
* list dryrun jobs
|
|
8
|
+
* @param subscriptionId The ID of the target subscription.
|
|
9
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
10
|
+
* @param location The name of Azure region.
|
|
11
|
+
* @param options The options parameters.
|
|
12
|
+
*/
|
|
13
|
+
listDryrun(subscriptionId: string, resourceGroupName: string, location: string, options?: ConnectorListDryrunOptionalParams): PagedAsyncIterableIterator<DryrunResource>;
|
|
14
|
+
/**
|
|
15
|
+
* Returns list of connector which connects to the resource, which supports to config the target
|
|
16
|
+
* service during the resource provision.
|
|
17
|
+
* @param subscriptionId The ID of the target subscription.
|
|
18
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
19
|
+
* @param location The name of Azure region.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
list(subscriptionId: string, resourceGroupName: string, location: string, options?: ConnectorListOptionalParams): PagedAsyncIterableIterator<LinkerResource>;
|
|
23
|
+
/**
|
|
24
|
+
* get a dryrun job
|
|
25
|
+
* @param subscriptionId The ID of the target subscription.
|
|
26
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
27
|
+
* @param location The name of Azure region.
|
|
28
|
+
* @param dryrunName The name of dryrun.
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
getDryrun(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, options?: ConnectorGetDryrunOptionalParams): Promise<ConnectorGetDryrunResponse>;
|
|
32
|
+
/**
|
|
33
|
+
* create a dryrun job to do necessary check before actual creation
|
|
34
|
+
* @param subscriptionId The ID of the target subscription.
|
|
35
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
36
|
+
* @param location The name of Azure region.
|
|
37
|
+
* @param dryrunName The name of dryrun.
|
|
38
|
+
* @param parameters dryrun resource.
|
|
39
|
+
* @param options The options parameters.
|
|
40
|
+
*/
|
|
41
|
+
beginCreateDryrun(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, parameters: DryrunResource, options?: ConnectorCreateDryrunOptionalParams): Promise<SimplePollerLike<OperationState<ConnectorCreateDryrunResponse>, ConnectorCreateDryrunResponse>>;
|
|
42
|
+
/**
|
|
43
|
+
* create a dryrun job to do necessary check before actual creation
|
|
44
|
+
* @param subscriptionId The ID of the target subscription.
|
|
45
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
46
|
+
* @param location The name of Azure region.
|
|
47
|
+
* @param dryrunName The name of dryrun.
|
|
48
|
+
* @param parameters dryrun resource.
|
|
49
|
+
* @param options The options parameters.
|
|
50
|
+
*/
|
|
51
|
+
beginCreateDryrunAndWait(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, parameters: DryrunResource, options?: ConnectorCreateDryrunOptionalParams): Promise<ConnectorCreateDryrunResponse>;
|
|
52
|
+
/**
|
|
53
|
+
* update a dryrun job to do necessary check before actual creation
|
|
54
|
+
* @param subscriptionId The ID of the target subscription.
|
|
55
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
56
|
+
* @param location The name of Azure region.
|
|
57
|
+
* @param dryrunName The name of dryrun.
|
|
58
|
+
* @param parameters dryrun resource.
|
|
59
|
+
* @param options The options parameters.
|
|
60
|
+
*/
|
|
61
|
+
beginUpdateDryrun(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, parameters: DryrunPatch, options?: ConnectorUpdateDryrunOptionalParams): Promise<SimplePollerLike<OperationState<ConnectorUpdateDryrunResponse>, ConnectorUpdateDryrunResponse>>;
|
|
62
|
+
/**
|
|
63
|
+
* update a dryrun job to do necessary check before actual creation
|
|
64
|
+
* @param subscriptionId The ID of the target subscription.
|
|
65
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
66
|
+
* @param location The name of Azure region.
|
|
67
|
+
* @param dryrunName The name of dryrun.
|
|
68
|
+
* @param parameters dryrun resource.
|
|
69
|
+
* @param options The options parameters.
|
|
70
|
+
*/
|
|
71
|
+
beginUpdateDryrunAndWait(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, parameters: DryrunPatch, options?: ConnectorUpdateDryrunOptionalParams): Promise<ConnectorUpdateDryrunResponse>;
|
|
72
|
+
/**
|
|
73
|
+
* delete a dryrun job
|
|
74
|
+
* @param subscriptionId The ID of the target subscription.
|
|
75
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
76
|
+
* @param location The name of Azure region.
|
|
77
|
+
* @param dryrunName The name of dryrun.
|
|
78
|
+
* @param options The options parameters.
|
|
79
|
+
*/
|
|
80
|
+
deleteDryrun(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, options?: ConnectorDeleteDryrunOptionalParams): Promise<void>;
|
|
81
|
+
/**
|
|
82
|
+
* Returns Connector resource for a given name.
|
|
83
|
+
* @param subscriptionId The ID of the target subscription.
|
|
84
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
85
|
+
* @param location The name of Azure region.
|
|
86
|
+
* @param connectorName The name of resource.
|
|
87
|
+
* @param options The options parameters.
|
|
88
|
+
*/
|
|
89
|
+
get(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorGetOptionalParams): Promise<ConnectorGetResponse>;
|
|
90
|
+
/**
|
|
91
|
+
* Create or update Connector resource.
|
|
92
|
+
* @param subscriptionId The ID of the target subscription.
|
|
93
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
94
|
+
* @param location The name of Azure region.
|
|
95
|
+
* @param connectorName The name of resource.
|
|
96
|
+
* @param parameters Connector details.
|
|
97
|
+
* @param options The options parameters.
|
|
98
|
+
*/
|
|
99
|
+
beginCreateOrUpdate(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, parameters: LinkerResource, options?: ConnectorCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConnectorCreateOrUpdateResponse>, ConnectorCreateOrUpdateResponse>>;
|
|
100
|
+
/**
|
|
101
|
+
* Create or update Connector resource.
|
|
102
|
+
* @param subscriptionId The ID of the target subscription.
|
|
103
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
104
|
+
* @param location The name of Azure region.
|
|
105
|
+
* @param connectorName The name of resource.
|
|
106
|
+
* @param parameters Connector details.
|
|
107
|
+
* @param options The options parameters.
|
|
108
|
+
*/
|
|
109
|
+
beginCreateOrUpdateAndWait(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, parameters: LinkerResource, options?: ConnectorCreateOrUpdateOptionalParams): Promise<ConnectorCreateOrUpdateResponse>;
|
|
110
|
+
/**
|
|
111
|
+
* Delete a Connector.
|
|
112
|
+
* @param subscriptionId The ID of the target subscription.
|
|
113
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
114
|
+
* @param location The name of Azure region.
|
|
115
|
+
* @param connectorName The name of resource.
|
|
116
|
+
* @param options The options parameters.
|
|
117
|
+
*/
|
|
118
|
+
beginDelete(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
119
|
+
/**
|
|
120
|
+
* Delete a Connector.
|
|
121
|
+
* @param subscriptionId The ID of the target subscription.
|
|
122
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
123
|
+
* @param location The name of Azure region.
|
|
124
|
+
* @param connectorName The name of resource.
|
|
125
|
+
* @param options The options parameters.
|
|
126
|
+
*/
|
|
127
|
+
beginDeleteAndWait(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorDeleteOptionalParams): Promise<void>;
|
|
128
|
+
/**
|
|
129
|
+
* Operation to update an existing Connector.
|
|
130
|
+
* @param subscriptionId The ID of the target subscription.
|
|
131
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
132
|
+
* @param location The name of Azure region.
|
|
133
|
+
* @param connectorName The name of resource.
|
|
134
|
+
* @param parameters Connector details.
|
|
135
|
+
* @param options The options parameters.
|
|
136
|
+
*/
|
|
137
|
+
beginUpdate(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, parameters: LinkerPatch, options?: ConnectorUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConnectorUpdateResponse>, ConnectorUpdateResponse>>;
|
|
138
|
+
/**
|
|
139
|
+
* Operation to update an existing Connector.
|
|
140
|
+
* @param subscriptionId The ID of the target subscription.
|
|
141
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
142
|
+
* @param location The name of Azure region.
|
|
143
|
+
* @param connectorName The name of resource.
|
|
144
|
+
* @param parameters Connector details.
|
|
145
|
+
* @param options The options parameters.
|
|
146
|
+
*/
|
|
147
|
+
beginUpdateAndWait(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, parameters: LinkerPatch, options?: ConnectorUpdateOptionalParams): Promise<ConnectorUpdateResponse>;
|
|
148
|
+
/**
|
|
149
|
+
* Validate a Connector.
|
|
150
|
+
* @param subscriptionId The ID of the target subscription.
|
|
151
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
152
|
+
* @param location The name of Azure region.
|
|
153
|
+
* @param connectorName The name of resource.
|
|
154
|
+
* @param options The options parameters.
|
|
155
|
+
*/
|
|
156
|
+
beginValidate(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorValidateOptionalParams): Promise<SimplePollerLike<OperationState<ConnectorValidateResponse>, ConnectorValidateResponse>>;
|
|
157
|
+
/**
|
|
158
|
+
* Validate a Connector.
|
|
159
|
+
* @param subscriptionId The ID of the target subscription.
|
|
160
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
161
|
+
* @param location The name of Azure region.
|
|
162
|
+
* @param connectorName The name of resource.
|
|
163
|
+
* @param options The options parameters.
|
|
164
|
+
*/
|
|
165
|
+
beginValidateAndWait(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorValidateOptionalParams): Promise<ConnectorValidateResponse>;
|
|
166
|
+
/**
|
|
167
|
+
* Generate configurations for a Connector.
|
|
168
|
+
* @param subscriptionId The ID of the target subscription.
|
|
169
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
170
|
+
* @param location The name of Azure region.
|
|
171
|
+
* @param connectorName The name of resource.
|
|
172
|
+
* @param options The options parameters.
|
|
173
|
+
*/
|
|
174
|
+
generateConfigurations(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorGenerateConfigurationsOptionalParams): Promise<ConnectorGenerateConfigurationsResponse>;
|
|
175
|
+
}
|
|
176
|
+
//# sourceMappingURL=connector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connector.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/connector.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=connector.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connector.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/connector.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n DryrunResource,\n ConnectorListDryrunOptionalParams,\n LinkerResource,\n ConnectorListOptionalParams,\n ConnectorGetDryrunOptionalParams,\n ConnectorGetDryrunResponse,\n ConnectorCreateDryrunOptionalParams,\n ConnectorCreateDryrunResponse,\n DryrunPatch,\n ConnectorUpdateDryrunOptionalParams,\n ConnectorUpdateDryrunResponse,\n ConnectorDeleteDryrunOptionalParams,\n ConnectorGetOptionalParams,\n ConnectorGetResponse,\n ConnectorCreateOrUpdateOptionalParams,\n ConnectorCreateOrUpdateResponse,\n ConnectorDeleteOptionalParams,\n LinkerPatch,\n ConnectorUpdateOptionalParams,\n ConnectorUpdateResponse,\n ConnectorValidateOptionalParams,\n ConnectorValidateResponse,\n ConnectorGenerateConfigurationsOptionalParams,\n ConnectorGenerateConfigurationsResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Connector. */\nexport interface Connector {\n /**\n * list dryrun jobs\n * @param subscriptionId The ID of the target subscription.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param location The name of Azure region.\n * @param options The options parameters.\n */\n listDryrun(\n subscriptionId: string,\n resourceGroupName: string,\n location: string,\n options?: ConnectorListDryrunOptionalParams,\n ): PagedAsyncIterableIterator<DryrunResource>;\n /**\n * Returns list of connector which connects to the resource, which supports to config the target\n * service during the resource provision.\n * @param subscriptionId The ID of the target subscription.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param location The name of Azure region.\n * @param options The options parameters.\n */\n list(\n subscriptionId: string,\n resourceGroupName: string,\n location: string,\n options?: ConnectorListOptionalParams,\n ): PagedAsyncIterableIterator<LinkerResource>;\n /**\n * get a dryrun job\n * @param subscriptionId The ID of the target subscription.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param location The name of Azure region.\n * @param dryrunName The name of dryrun.\n * @param options The options parameters.\n */\n getDryrun(\n subscriptionId: string,\n resourceGroupName: string,\n location: string,\n dryrunName: string,\n options?: ConnectorGetDryrunOptionalParams,\n ): Promise<ConnectorGetDryrunResponse>;\n /**\n * create a dryrun job to do necessary check before actual creation\n * @param subscriptionId The ID of the target subscription.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param location The name of Azure region.\n * @param dryrunName The name of dryrun.\n * @param parameters dryrun resource.\n * @param options The options parameters.\n */\n beginCreateDryrun(\n subscriptionId: string,\n resourceGroupName: string,\n location: string,\n dryrunName: string,\n parameters: DryrunResource,\n options?: ConnectorCreateDryrunOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ConnectorCreateDryrunResponse>,\n ConnectorCreateDryrunResponse\n >\n >;\n /**\n * create a dryrun job to do necessary check before actual creation\n * @param subscriptionId The ID of the target subscription.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param location The name of Azure region.\n * @param dryrunName The name of dryrun.\n * @param parameters dryrun resource.\n * @param options The options parameters.\n */\n beginCreateDryrunAndWait(\n subscriptionId: string,\n resourceGroupName: string,\n location: string,\n dryrunName: string,\n parameters: DryrunResource,\n options?: ConnectorCreateDryrunOptionalParams,\n ): Promise<ConnectorCreateDryrunResponse>;\n /**\n * update a dryrun job to do necessary check before actual creation\n * @param subscriptionId The ID of the target subscription.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param location The name of Azure region.\n * @param dryrunName The name of dryrun.\n * @param parameters dryrun resource.\n * @param options The options parameters.\n */\n beginUpdateDryrun(\n subscriptionId: string,\n resourceGroupName: string,\n location: string,\n dryrunName: string,\n parameters: DryrunPatch,\n options?: ConnectorUpdateDryrunOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ConnectorUpdateDryrunResponse>,\n ConnectorUpdateDryrunResponse\n >\n >;\n /**\n * update a dryrun job to do necessary check before actual creation\n * @param subscriptionId The ID of the target subscription.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param location The name of Azure region.\n * @param dryrunName The name of dryrun.\n * @param parameters dryrun resource.\n * @param options The options parameters.\n */\n beginUpdateDryrunAndWait(\n subscriptionId: string,\n resourceGroupName: string,\n location: string,\n dryrunName: string,\n parameters: DryrunPatch,\n options?: ConnectorUpdateDryrunOptionalParams,\n ): Promise<ConnectorUpdateDryrunResponse>;\n /**\n * delete a dryrun job\n * @param subscriptionId The ID of the target subscription.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param location The name of Azure region.\n * @param dryrunName The name of dryrun.\n * @param options The options parameters.\n */\n deleteDryrun(\n subscriptionId: string,\n resourceGroupName: string,\n location: string,\n dryrunName: string,\n options?: ConnectorDeleteDryrunOptionalParams,\n ): Promise<void>;\n /**\n * Returns Connector resource for a given name.\n * @param subscriptionId The ID of the target subscription.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param location The name of Azure region.\n * @param connectorName The name of resource.\n * @param options The options parameters.\n */\n get(\n subscriptionId: string,\n resourceGroupName: string,\n location: string,\n connectorName: string,\n options?: ConnectorGetOptionalParams,\n ): Promise<ConnectorGetResponse>;\n /**\n * Create or update Connector resource.\n * @param subscriptionId The ID of the target subscription.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param location The name of Azure region.\n * @param connectorName The name of resource.\n * @param parameters Connector details.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n subscriptionId: string,\n resourceGroupName: string,\n location: string,\n connectorName: string,\n parameters: LinkerResource,\n options?: ConnectorCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ConnectorCreateOrUpdateResponse>,\n ConnectorCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update Connector resource.\n * @param subscriptionId The ID of the target subscription.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param location The name of Azure region.\n * @param connectorName The name of resource.\n * @param parameters Connector details.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n subscriptionId: string,\n resourceGroupName: string,\n location: string,\n connectorName: string,\n parameters: LinkerResource,\n options?: ConnectorCreateOrUpdateOptionalParams,\n ): Promise<ConnectorCreateOrUpdateResponse>;\n /**\n * Delete a Connector.\n * @param subscriptionId The ID of the target subscription.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param location The name of Azure region.\n * @param connectorName The name of resource.\n * @param options The options parameters.\n */\n beginDelete(\n subscriptionId: string,\n resourceGroupName: string,\n location: string,\n connectorName: string,\n options?: ConnectorDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete a Connector.\n * @param subscriptionId The ID of the target subscription.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param location The name of Azure region.\n * @param connectorName The name of resource.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n subscriptionId: string,\n resourceGroupName: string,\n location: string,\n connectorName: string,\n options?: ConnectorDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Operation to update an existing Connector.\n * @param subscriptionId The ID of the target subscription.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param location The name of Azure region.\n * @param connectorName The name of resource.\n * @param parameters Connector details.\n * @param options The options parameters.\n */\n beginUpdate(\n subscriptionId: string,\n resourceGroupName: string,\n location: string,\n connectorName: string,\n parameters: LinkerPatch,\n options?: ConnectorUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ConnectorUpdateResponse>,\n ConnectorUpdateResponse\n >\n >;\n /**\n * Operation to update an existing Connector.\n * @param subscriptionId The ID of the target subscription.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param location The name of Azure region.\n * @param connectorName The name of resource.\n * @param parameters Connector details.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n subscriptionId: string,\n resourceGroupName: string,\n location: string,\n connectorName: string,\n parameters: LinkerPatch,\n options?: ConnectorUpdateOptionalParams,\n ): Promise<ConnectorUpdateResponse>;\n /**\n * Validate a Connector.\n * @param subscriptionId The ID of the target subscription.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param location The name of Azure region.\n * @param connectorName The name of resource.\n * @param options The options parameters.\n */\n beginValidate(\n subscriptionId: string,\n resourceGroupName: string,\n location: string,\n connectorName: string,\n options?: ConnectorValidateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ConnectorValidateResponse>,\n ConnectorValidateResponse\n >\n >;\n /**\n * Validate a Connector.\n * @param subscriptionId The ID of the target subscription.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param location The name of Azure region.\n * @param connectorName The name of resource.\n * @param options The options parameters.\n */\n beginValidateAndWait(\n subscriptionId: string,\n resourceGroupName: string,\n location: string,\n connectorName: string,\n options?: ConnectorValidateOptionalParams,\n ): Promise<ConnectorValidateResponse>;\n /**\n * Generate configurations for a Connector.\n * @param subscriptionId The ID of the target subscription.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param location The name of Azure region.\n * @param connectorName The name of resource.\n * @param options The options parameters.\n */\n generateConfigurations(\n subscriptionId: string,\n resourceGroupName: string,\n location: string,\n connectorName: string,\n options?: ConnectorGenerateConfigurationsOptionalParams,\n ): Promise<ConnectorGenerateConfigurationsResponse>;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
export * from "./connector.js";
|
|
9
|
+
export * from "./linker.js";
|
|
10
|
+
export * from "./linkers.js";
|
|
11
|
+
export * from "./operations.js";
|
|
12
|
+
export * from "./configurationNames.js";
|
|
13
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./connector.js\";\nexport * from \"./linker.js\";\nexport * from \"./linkers.js\";\nexport * from \"./operations.js\";\nexport * from \"./configurationNames.js\";\n"]}
|