@azure/arm-confidentialledger 1.3.0-beta.2 → 1.3.0-beta.3
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 +73 -4
- package/LICENSE +3 -3
- package/README.md +24 -18
- package/{dist-esm/src → dist/browser}/confidentialLedgerClient.d.ts +2 -2
- package/dist/browser/confidentialLedgerClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/confidentialLedgerClient.js +19 -22
- package/dist/browser/confidentialLedgerClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +50 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +16 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/models/mappers.js +54 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +3 -3
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operations/index.js +3 -3
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/ledger.d.ts +3 -3
- package/dist/browser/operations/ledger.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/ledger.js +186 -206
- package/dist/browser/operations/ledger.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/managedCCFOperations.d.ts +3 -3
- package/dist/browser/operations/managedCCFOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/managedCCFOperations.js +186 -206
- package/dist/browser/operations/managedCCFOperations.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 +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +3 -3
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/ledger.d.ts +1 -1
- package/dist/browser/operationsInterfaces/ledger.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/ledger.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/managedCCFOperations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/managedCCFOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedCCFOperations.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/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/confidentialLedgerClient.d.ts +28 -0
- package/dist/commonjs/confidentialLedgerClient.d.ts.map +1 -0
- package/dist/commonjs/confidentialLedgerClient.js +134 -0
- package/dist/commonjs/confidentialLedgerClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-confidentialledger.d.ts → dist/commonjs/models/index.d.ts} +725 -1013
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +117 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +32 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +888 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +19 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +157 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +4 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +14 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/ledger.d.ts +139 -0
- package/dist/commonjs/operations/ledger.d.ts.map +1 -0
- package/dist/commonjs/operations/ledger.js +706 -0
- package/dist/commonjs/operations/ledger.js.map +1 -0
- package/dist/commonjs/operations/managedCCFOperations.d.ts +139 -0
- package/dist/commonjs/operations/managedCCFOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/managedCCFOperations.js +706 -0
- package/dist/commonjs/operations/managedCCFOperations.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +14 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/ledger.d.ts +103 -0
- package/dist/commonjs/operationsInterfaces/ledger.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/ledger.js +10 -0
- package/dist/commonjs/operationsInterfaces/ledger.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedCCFOperations.d.ts +103 -0
- package/dist/commonjs/operationsInterfaces/managedCCFOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedCCFOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedCCFOperations.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 +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- package/dist/esm/confidentialLedgerClient.d.ts +28 -0
- package/dist/esm/confidentialLedgerClient.d.ts.map +1 -0
- package/dist/esm/confidentialLedgerClient.js +129 -0
- package/dist/esm/confidentialLedgerClient.js.map +1 -0
- 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 +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +725 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +114 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +32 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +885 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +19 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +154 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +4 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +11 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/ledger.d.ts +139 -0
- package/dist/esm/operations/ledger.d.ts.map +1 -0
- package/dist/esm/operations/ledger.js +702 -0
- package/dist/esm/operations/ledger.js.map +1 -0
- package/dist/esm/operations/managedCCFOperations.d.ts +139 -0
- package/dist/esm/operations/managedCCFOperations.d.ts.map +1 -0
- package/dist/esm/operations/managedCCFOperations.js +702 -0
- package/dist/esm/operations/managedCCFOperations.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +4 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +11 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/ledger.d.ts +103 -0
- package/dist/esm/operationsInterfaces/ledger.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/ledger.js} +2 -4
- package/dist/esm/operationsInterfaces/ledger.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedCCFOperations.d.ts +103 -0
- package/dist/esm/operationsInterfaces/managedCCFOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedCCFOperations.js +9 -0
- package/dist/esm/operationsInterfaces/managedCCFOperations.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 +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/confidentialLedgerClient.d.ts +28 -0
- package/dist/react-native/confidentialLedgerClient.d.ts.map +1 -0
- package/dist/react-native/confidentialLedgerClient.js +129 -0
- package/dist/react-native/confidentialLedgerClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +725 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +114 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +32 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +885 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +19 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +154 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +4 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +11 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/ledger.d.ts +139 -0
- package/dist/react-native/operations/ledger.d.ts.map +1 -0
- package/dist/react-native/operations/ledger.js +702 -0
- package/dist/react-native/operations/ledger.js.map +1 -0
- package/dist/react-native/operations/managedCCFOperations.d.ts +139 -0
- package/dist/react-native/operations/managedCCFOperations.d.ts.map +1 -0
- package/dist/react-native/operations/managedCCFOperations.js +702 -0
- package/dist/react-native/operations/managedCCFOperations.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +11 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/ledger.d.ts +103 -0
- package/dist/react-native/operationsInterfaces/ledger.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/ledger.js +9 -0
- package/dist/react-native/operationsInterfaces/ledger.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedCCFOperations.d.ts +103 -0
- package/dist/react-native/operationsInterfaces/managedCCFOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedCCFOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/managedCCFOperations.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 +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +77 -62
- package/review/arm-confidentialledger.api.md +27 -0
- package/dist/index.js +0 -2884
- 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/checkNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/checkNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilitySample.js +0 -41
- package/dist-esm/samples-dev/checkNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/ledgerBackupSample.d.ts +0 -2
- package/dist-esm/samples-dev/ledgerBackupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ledgerBackupSample.js +0 -44
- package/dist-esm/samples-dev/ledgerBackupSample.js.map +0 -1
- package/dist-esm/samples-dev/ledgerCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/ledgerCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ledgerCreateSample.js +0 -61
- package/dist-esm/samples-dev/ledgerCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/ledgerDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/ledgerDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ledgerDeleteSample.js +0 -40
- package/dist-esm/samples-dev/ledgerDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/ledgerGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/ledgerGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ledgerGetSample.js +0 -40
- package/dist-esm/samples-dev/ledgerGetSample.js.map +0 -1
- package/dist-esm/samples-dev/ledgerListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/ledgerListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ledgerListByResourceGroupSample.js +0 -55
- package/dist-esm/samples-dev/ledgerListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/ledgerListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/ledgerListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ledgerListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/ledgerListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/ledgerRestoreSample.d.ts +0 -2
- package/dist-esm/samples-dev/ledgerRestoreSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ledgerRestoreSample.js +0 -45
- package/dist-esm/samples-dev/ledgerRestoreSample.js.map +0 -1
- package/dist-esm/samples-dev/ledgerUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/ledgerUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ledgerUpdateSample.js +0 -63
- package/dist-esm/samples-dev/ledgerUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCcfBackupSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCcfBackupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCcfBackupSample.js +0 -44
- package/dist-esm/samples-dev/managedCcfBackupSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCcfCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCcfCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCcfCreateSample.js +0 -58
- package/dist-esm/samples-dev/managedCcfCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCcfDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCcfDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCcfDeleteSample.js +0 -40
- package/dist-esm/samples-dev/managedCcfDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCcfGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCcfGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCcfGetSample.js +0 -40
- package/dist-esm/samples-dev/managedCcfGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.js +0 -55
- package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCcfRestoreSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCcfRestoreSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCcfRestoreSample.js +0 -45
- package/dist-esm/samples-dev/managedCcfRestoreSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCcfUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCcfUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCcfUpdateSample.js +0 -50
- package/dist-esm/samples-dev/managedCcfUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/src/confidentialLedgerClient.d.ts.map +0 -1
- package/dist-esm/src/confidentialLedgerClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts.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/index.d.ts +0 -4
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/ledger.d.ts.map +0 -1
- package/dist-esm/src/operations/ledger.js.map +0 -1
- package/dist-esm/src/operations/managedCCFOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/managedCCFOperations.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/index.d.ts +0 -4
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/ledger.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/ledger.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedCCFOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedCCFOperations.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/test/confidentialledger_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/confidentialledger_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/confidentialledger_operations_test.spec.js +0 -71
- package/dist-esm/test/confidentialledger_operations_test.spec.js.map +0 -1
- package/src/confidentialLedgerClient.ts +0 -196
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -784
- package/src/models/mappers.ts +0 -872
- package/src/models/parameters.ts +0 -184
- package/src/operations/ledger.ts +0 -957
- package/src/operations/managedCCFOperations.ts +0 -962
- package/src/operations/operations.ts +0 -149
- package/src/operationsInterfaces/index.ts +0 -11
- package/src/operationsInterfaces/ledger.ts +0 -197
- package/src/operationsInterfaces/managedCCFOperations.ts +0 -206
- package/src/operationsInterfaces/operations.ts +0 -25
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +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/ledger.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedCCFOperations.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/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"managedCCFOperations.js","sourceRoot":"","sources":["../../../src/operations/managedCCFOperations.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 { ManagedCCFOperations } 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 { ConfidentialLedgerClient } from \"../confidentialLedgerClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n ManagedCCF,\n ManagedCCFListByResourceGroupNextOptionalParams,\n ManagedCCFListByResourceGroupOptionalParams,\n ManagedCCFListByResourceGroupResponse,\n ManagedCCFListBySubscriptionNextOptionalParams,\n ManagedCCFListBySubscriptionOptionalParams,\n ManagedCCFListBySubscriptionResponse,\n ManagedCCFGetOptionalParams,\n ManagedCCFGetResponse,\n ManagedCCFDeleteOptionalParams,\n ManagedCCFCreateOptionalParams,\n ManagedCCFCreateResponse,\n ManagedCCFUpdateOptionalParams,\n ManagedCCFUpdateResponse,\n ManagedCCFBackup,\n ManagedCCFBackupOptionalParams,\n ManagedCCFBackupOperationResponse,\n ManagedCCFRestore,\n ManagedCCFRestoreOptionalParams,\n ManagedCCFRestoreOperationResponse,\n ManagedCCFListByResourceGroupNextResponse,\n ManagedCCFListBySubscriptionNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ManagedCCFOperations operations. */\nexport class ManagedCCFOperationsImpl implements ManagedCCFOperations {\n private readonly client: ConfidentialLedgerClient;\n\n /**\n * Initialize a new instance of the class ManagedCCFOperations class.\n * @param client Reference to the service client\n */\n constructor(client: ConfidentialLedgerClient) {\n this.client = client;\n }\n\n /**\n * Retrieves the properties of all Managed CCF apps.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: ManagedCCFListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<ManagedCCF> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, 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.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: ManagedCCFListByResourceGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<ManagedCCF[]> {\n let result: ManagedCCFListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, 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._listByResourceGroupNext(\n resourceGroupName,\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 *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: ManagedCCFListByResourceGroupOptionalParams,\n ): AsyncIterableIterator<ManagedCCF> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Retrieves the properties of all Managed CCF.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: ManagedCCFListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<ManagedCCF> {\n const iter = this.listBySubscriptionPagingAll(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.listBySubscriptionPagingPage(options, settings);\n },\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: ManagedCCFListBySubscriptionOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<ManagedCCF[]> {\n let result: ManagedCCFListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(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._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: ManagedCCFListBySubscriptionOptionalParams,\n ): AsyncIterableIterator<ManagedCCF> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Retrieves the properties of a Managed CCF app.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param appName Name of the Managed CCF\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n appName: string,\n options?: ManagedCCFGetOptionalParams,\n ): Promise<ManagedCCFGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, appName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Deletes an existing Managed CCF.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param appName Name of the Managed CCF\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n appName: string,\n options?: ManagedCCFDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\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: { resourceGroupName, appName, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes an existing Managed CCF.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param appName Name of the Managed CCF\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n appName: string,\n options?: ManagedCCFDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(resourceGroupName, appName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Creates a Managed CCF with the specified Managed CCF parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param appName Name of the Managed CCF\n * @param managedCCF Managed CCF Create Request Body\n * @param options The options parameters.\n */\n async beginCreate(\n resourceGroupName: string,\n appName: string,\n managedCCF: ManagedCCF,\n options?: ManagedCCFCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ManagedCCFCreateResponse>,\n ManagedCCFCreateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ManagedCCFCreateResponse> => {\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: { resourceGroupName, appName, managedCCF, options },\n spec: createOperationSpec,\n });\n const poller = await createHttpPoller<\n ManagedCCFCreateResponse,\n OperationState<ManagedCCFCreateResponse>\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 * Creates a Managed CCF with the specified Managed CCF parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param appName Name of the Managed CCF\n * @param managedCCF Managed CCF Create Request Body\n * @param options The options parameters.\n */\n async beginCreateAndWait(\n resourceGroupName: string,\n appName: string,\n managedCCF: ManagedCCF,\n options?: ManagedCCFCreateOptionalParams,\n ): Promise<ManagedCCFCreateResponse> {\n const poller = await this.beginCreate(\n resourceGroupName,\n appName,\n managedCCF,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Updates properties of Managed CCF\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param appName Name of the Managed CCF\n * @param managedCCF Request body for Updating Managed CCF App\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n appName: string,\n managedCCF: ManagedCCF,\n options?: ManagedCCFUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ManagedCCFUpdateResponse>,\n ManagedCCFUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ManagedCCFUpdateResponse> => {\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: { resourceGroupName, appName, managedCCF, options },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n ManagedCCFUpdateResponse,\n OperationState<ManagedCCFUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Updates properties of Managed CCF\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param appName Name of the Managed CCF\n * @param managedCCF Request body for Updating Managed CCF App\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n appName: string,\n managedCCF: ManagedCCF,\n options?: ManagedCCFUpdateOptionalParams,\n ): Promise<ManagedCCFUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n appName,\n managedCCF,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Retrieves the properties of all Managed CCF apps.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: ManagedCCFListByResourceGroupOptionalParams,\n ): Promise<ManagedCCFListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec,\n );\n }\n\n /**\n * Retrieves the properties of all Managed CCF.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: ManagedCCFListBySubscriptionOptionalParams,\n ): Promise<ManagedCCFListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec,\n );\n }\n\n /**\n * Backs up a Managed CCF Resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param appName Name of the Managed CCF\n * @param managedCCF Managed CCF Backup Request Body\n * @param options The options parameters.\n */\n async beginBackup(\n resourceGroupName: string,\n appName: string,\n managedCCF: ManagedCCFBackup,\n options?: ManagedCCFBackupOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ManagedCCFBackupOperationResponse>,\n ManagedCCFBackupOperationResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ManagedCCFBackupOperationResponse> => {\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: { resourceGroupName, appName, managedCCF, options },\n spec: backupOperationSpec,\n });\n const poller = await createHttpPoller<\n ManagedCCFBackupOperationResponse,\n OperationState<ManagedCCFBackupOperationResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Backs up a Managed CCF Resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param appName Name of the Managed CCF\n * @param managedCCF Managed CCF Backup Request Body\n * @param options The options parameters.\n */\n async beginBackupAndWait(\n resourceGroupName: string,\n appName: string,\n managedCCF: ManagedCCFBackup,\n options?: ManagedCCFBackupOptionalParams,\n ): Promise<ManagedCCFBackupOperationResponse> {\n const poller = await this.beginBackup(\n resourceGroupName,\n appName,\n managedCCF,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Restores a Managed CCF Resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param appName Name of the Managed CCF\n * @param managedCCF Managed CCF Restore Request Body\n * @param options The options parameters.\n */\n async beginRestore(\n resourceGroupName: string,\n appName: string,\n managedCCF: ManagedCCFRestore,\n options?: ManagedCCFRestoreOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ManagedCCFRestoreOperationResponse>,\n ManagedCCFRestoreOperationResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ManagedCCFRestoreOperationResponse> => {\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: { resourceGroupName, appName, managedCCF, options },\n spec: restoreOperationSpec,\n });\n const poller = await createHttpPoller<\n ManagedCCFRestoreOperationResponse,\n OperationState<ManagedCCFRestoreOperationResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Restores a Managed CCF Resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param appName Name of the Managed CCF\n * @param managedCCF Managed CCF Restore Request Body\n * @param options The options parameters.\n */\n async beginRestoreAndWait(\n resourceGroupName: string,\n appName: string,\n managedCCF: ManagedCCFRestore,\n options?: ManagedCCFRestoreOptionalParams,\n ): Promise<ManagedCCFRestoreOperationResponse> {\n const poller = await this.beginRestore(\n resourceGroupName,\n appName,\n managedCCF,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: ManagedCCFListByResourceGroupNextOptionalParams,\n ): Promise<ManagedCCFListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec,\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: ManagedCCFListBySubscriptionNextOptionalParams,\n ): Promise<ManagedCCFListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedCCF,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.appName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.appName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedCCF,\n },\n 201: {\n bodyMapper: Mappers.ManagedCCF,\n },\n 202: {\n bodyMapper: Mappers.ManagedCCF,\n },\n 204: {\n bodyMapper: Mappers.ManagedCCF,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.managedCCF,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.appName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedCCF,\n },\n 201: {\n bodyMapper: Mappers.ManagedCCF,\n },\n 202: {\n bodyMapper: Mappers.ManagedCCF,\n },\n 204: {\n bodyMapper: Mappers.ManagedCCF,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.managedCCF,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.appName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedCCFList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/managedCCFs/\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedCCFList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst backupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}/backup\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedCCFBackupResponse,\n },\n 201: {\n bodyMapper: Mappers.ManagedCCFBackupResponse,\n },\n 202: {\n bodyMapper: Mappers.ManagedCCFBackupResponse,\n },\n 204: {\n bodyMapper: Mappers.ManagedCCFBackupResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.managedCCF1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.appName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst restoreOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}/restore\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedCCFRestoreResponse,\n },\n 201: {\n bodyMapper: Mappers.ManagedCCFRestoreResponse,\n },\n 202: {\n bodyMapper: Mappers.ManagedCCFRestoreResponse,\n },\n 204: {\n bodyMapper: Mappers.ManagedCCFRestoreResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.managedCCF2,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.appName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedCCFList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedCCFList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\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 { ConfidentialLedgerClient } from "../confidentialLedgerClient.js";
|
4
|
+
import { ResourceProviderOperationDefinition, 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: ConfidentialLedgerClient);
|
13
|
+
/**
|
14
|
+
* Retrieves a list of available API operations
|
15
|
+
* @param options The options parameters.
|
16
|
+
*/
|
17
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<ResourceProviderOperationDefinition>;
|
18
|
+
private listPagingPage;
|
19
|
+
private listPagingAll;
|
20
|
+
/**
|
21
|
+
* Retrieves a list of available 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,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAC1E,OAAO,EACL,mCAAmC,EAEnC,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2B;IAElD;;;OAGG;gBACS,MAAM,EAAE,wBAAwB;IAI5C;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,mCAAmC,CAAC;YAkBnD,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
|
@@ -0,0 +1,133 @@
|
|
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 { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
9
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
10
|
+
import * as coreClient from "@azure/core-client";
|
11
|
+
import * as Mappers from "../models/mappers.js";
|
12
|
+
import * as Parameters from "../models/parameters.js";
|
13
|
+
/// <reference lib="esnext.asynciterable" />
|
14
|
+
/** Class containing Operations operations. */
|
15
|
+
export class OperationsImpl {
|
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
|
+
* Retrieves a list of available 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 === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
38
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
39
|
+
}
|
40
|
+
return this.listPagingPage(options, settings);
|
41
|
+
},
|
42
|
+
};
|
43
|
+
}
|
44
|
+
listPagingPage(options, settings) {
|
45
|
+
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
46
|
+
let result;
|
47
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
48
|
+
if (!continuationToken) {
|
49
|
+
result = yield __await(this._list(options));
|
50
|
+
let page = result.value || [];
|
51
|
+
continuationToken = result.nextLink;
|
52
|
+
setContinuationToken(page, continuationToken);
|
53
|
+
yield yield __await(page);
|
54
|
+
}
|
55
|
+
while (continuationToken) {
|
56
|
+
result = yield __await(this._listNext(continuationToken, options));
|
57
|
+
continuationToken = result.nextLink;
|
58
|
+
let page = result.value || [];
|
59
|
+
setContinuationToken(page, continuationToken);
|
60
|
+
yield yield __await(page);
|
61
|
+
}
|
62
|
+
});
|
63
|
+
}
|
64
|
+
listPagingAll(options) {
|
65
|
+
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
66
|
+
var _a, e_1, _b, _c;
|
67
|
+
try {
|
68
|
+
for (var _d = true, _e = __asyncValues(this.listPagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
69
|
+
_c = _f.value;
|
70
|
+
_d = false;
|
71
|
+
const page = _c;
|
72
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
73
|
+
}
|
74
|
+
}
|
75
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
76
|
+
finally {
|
77
|
+
try {
|
78
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
79
|
+
}
|
80
|
+
finally { if (e_1) throw e_1.error; }
|
81
|
+
}
|
82
|
+
});
|
83
|
+
}
|
84
|
+
/**
|
85
|
+
* Retrieves a list of available API operations
|
86
|
+
* @param options The options parameters.
|
87
|
+
*/
|
88
|
+
_list(options) {
|
89
|
+
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
90
|
+
}
|
91
|
+
/**
|
92
|
+
* ListNext
|
93
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
94
|
+
* @param options The options parameters.
|
95
|
+
*/
|
96
|
+
_listNext(nextLink, options) {
|
97
|
+
return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
|
98
|
+
}
|
99
|
+
}
|
100
|
+
// Operation Specifications
|
101
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
102
|
+
const listOperationSpec = {
|
103
|
+
path: "/providers/Microsoft.ConfidentialLedger/operations",
|
104
|
+
httpMethod: "GET",
|
105
|
+
responses: {
|
106
|
+
200: {
|
107
|
+
bodyMapper: Mappers.ResourceProviderOperationList,
|
108
|
+
},
|
109
|
+
default: {
|
110
|
+
bodyMapper: Mappers.ErrorResponse,
|
111
|
+
},
|
112
|
+
},
|
113
|
+
queryParameters: [Parameters.apiVersion],
|
114
|
+
urlParameters: [Parameters.$host],
|
115
|
+
headerParameters: [Parameters.accept],
|
116
|
+
serializer,
|
117
|
+
};
|
118
|
+
const listNextOperationSpec = {
|
119
|
+
path: "{nextLink}",
|
120
|
+
httpMethod: "GET",
|
121
|
+
responses: {
|
122
|
+
200: {
|
123
|
+
bodyMapper: Mappers.ResourceProviderOperationList,
|
124
|
+
},
|
125
|
+
default: {
|
126
|
+
bodyMapper: Mappers.ErrorResponse,
|
127
|
+
},
|
128
|
+
},
|
129
|
+
urlParameters: [Parameters.$host, Parameters.nextLink],
|
130
|
+
headerParameters: [Parameters.accept],
|
131
|
+
serializer,
|
132
|
+
};
|
133
|
+
//# 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 { ConfidentialLedgerClient } from \"../confidentialLedgerClient.js\";\nimport {\n ResourceProviderOperationDefinition,\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: ConfidentialLedgerClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: ConfidentialLedgerClient) {\n this.client = client;\n }\n\n /**\n * Retrieves a list of available API operations\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<ResourceProviderOperationDefinition> {\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<ResourceProviderOperationDefinition[]> {\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<ResourceProviderOperationDefinition> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Retrieves a list of available 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.ConfidentialLedger/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceProviderOperationList,\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.ResourceProviderOperationList,\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 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,2BAA2B,CAAC"}
|
@@ -0,0 +1,11 @@
|
|
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 "./operations.js";
|
9
|
+
export * from "./ledger.js";
|
10
|
+
export * from "./managedCCFOperations.js";
|
11
|
+
//# 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,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,2BAA2B,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 \"./operations.js\";\nexport * from \"./ledger.js\";\nexport * from \"./managedCCFOperations.js\";\n"]}
|
@@ -0,0 +1,103 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
3
|
+
import { ConfidentialLedger, LedgerListByResourceGroupOptionalParams, LedgerListBySubscriptionOptionalParams, LedgerGetOptionalParams, LedgerGetResponse, LedgerDeleteOptionalParams, LedgerCreateOptionalParams, LedgerCreateResponse, LedgerUpdateOptionalParams, LedgerUpdateResponse, ConfidentialLedgerBackup, LedgerBackupOptionalParams, LedgerBackupResponse, ConfidentialLedgerRestore, LedgerRestoreOptionalParams, LedgerRestoreResponse } from "../models/index.js";
|
4
|
+
/** Interface representing a Ledger. */
|
5
|
+
export interface Ledger {
|
6
|
+
/**
|
7
|
+
* Retrieves the properties of all Confidential Ledgers.
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
9
|
+
* @param options The options parameters.
|
10
|
+
*/
|
11
|
+
listByResourceGroup(resourceGroupName: string, options?: LedgerListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ConfidentialLedger>;
|
12
|
+
/**
|
13
|
+
* Retrieves the properties of all Confidential Ledgers.
|
14
|
+
* @param options The options parameters.
|
15
|
+
*/
|
16
|
+
listBySubscription(options?: LedgerListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ConfidentialLedger>;
|
17
|
+
/**
|
18
|
+
* Retrieves the properties of a Confidential Ledger.
|
19
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
20
|
+
* @param ledgerName Name of the Confidential Ledger
|
21
|
+
* @param options The options parameters.
|
22
|
+
*/
|
23
|
+
get(resourceGroupName: string, ledgerName: string, options?: LedgerGetOptionalParams): Promise<LedgerGetResponse>;
|
24
|
+
/**
|
25
|
+
* Deletes an existing Confidential Ledger.
|
26
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
27
|
+
* @param ledgerName Name of the Confidential Ledger
|
28
|
+
* @param options The options parameters.
|
29
|
+
*/
|
30
|
+
beginDelete(resourceGroupName: string, ledgerName: string, options?: LedgerDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
31
|
+
/**
|
32
|
+
* Deletes an existing Confidential Ledger.
|
33
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
34
|
+
* @param ledgerName Name of the Confidential Ledger
|
35
|
+
* @param options The options parameters.
|
36
|
+
*/
|
37
|
+
beginDeleteAndWait(resourceGroupName: string, ledgerName: string, options?: LedgerDeleteOptionalParams): Promise<void>;
|
38
|
+
/**
|
39
|
+
* Creates a Confidential Ledger with the specified ledger parameters.
|
40
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
41
|
+
* @param ledgerName Name of the Confidential Ledger
|
42
|
+
* @param confidentialLedger Confidential Ledger Create Request Body
|
43
|
+
* @param options The options parameters.
|
44
|
+
*/
|
45
|
+
beginCreate(resourceGroupName: string, ledgerName: string, confidentialLedger: ConfidentialLedger, options?: LedgerCreateOptionalParams): Promise<SimplePollerLike<OperationState<LedgerCreateResponse>, LedgerCreateResponse>>;
|
46
|
+
/**
|
47
|
+
* Creates a Confidential Ledger with the specified ledger parameters.
|
48
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
49
|
+
* @param ledgerName Name of the Confidential Ledger
|
50
|
+
* @param confidentialLedger Confidential Ledger Create Request Body
|
51
|
+
* @param options The options parameters.
|
52
|
+
*/
|
53
|
+
beginCreateAndWait(resourceGroupName: string, ledgerName: string, confidentialLedger: ConfidentialLedger, options?: LedgerCreateOptionalParams): Promise<LedgerCreateResponse>;
|
54
|
+
/**
|
55
|
+
* Updates properties of Confidential Ledger
|
56
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
57
|
+
* @param ledgerName Name of the Confidential Ledger
|
58
|
+
* @param confidentialLedger Confidential Ledger request body for Updating Ledger
|
59
|
+
* @param options The options parameters.
|
60
|
+
*/
|
61
|
+
beginUpdate(resourceGroupName: string, ledgerName: string, confidentialLedger: ConfidentialLedger, options?: LedgerUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LedgerUpdateResponse>, LedgerUpdateResponse>>;
|
62
|
+
/**
|
63
|
+
* Updates properties of Confidential Ledger
|
64
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
65
|
+
* @param ledgerName Name of the Confidential Ledger
|
66
|
+
* @param confidentialLedger Confidential Ledger request body for Updating Ledger
|
67
|
+
* @param options The options parameters.
|
68
|
+
*/
|
69
|
+
beginUpdateAndWait(resourceGroupName: string, ledgerName: string, confidentialLedger: ConfidentialLedger, options?: LedgerUpdateOptionalParams): Promise<LedgerUpdateResponse>;
|
70
|
+
/**
|
71
|
+
* Backs up a Confidential Ledger Resource.
|
72
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
73
|
+
* @param ledgerName Name of the Confidential Ledger
|
74
|
+
* @param confidentialLedger Confidential Ledger Backup Request Body
|
75
|
+
* @param options The options parameters.
|
76
|
+
*/
|
77
|
+
beginBackup(resourceGroupName: string, ledgerName: string, confidentialLedger: ConfidentialLedgerBackup, options?: LedgerBackupOptionalParams): Promise<SimplePollerLike<OperationState<LedgerBackupResponse>, LedgerBackupResponse>>;
|
78
|
+
/**
|
79
|
+
* Backs up a Confidential Ledger Resource.
|
80
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
81
|
+
* @param ledgerName Name of the Confidential Ledger
|
82
|
+
* @param confidentialLedger Confidential Ledger Backup Request Body
|
83
|
+
* @param options The options parameters.
|
84
|
+
*/
|
85
|
+
beginBackupAndWait(resourceGroupName: string, ledgerName: string, confidentialLedger: ConfidentialLedgerBackup, options?: LedgerBackupOptionalParams): Promise<LedgerBackupResponse>;
|
86
|
+
/**
|
87
|
+
* Restores a Confidential Ledger Resource.
|
88
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
89
|
+
* @param ledgerName Name of the Confidential Ledger
|
90
|
+
* @param confidentialLedger Confidential Ledger Restore Request Body
|
91
|
+
* @param options The options parameters.
|
92
|
+
*/
|
93
|
+
beginRestore(resourceGroupName: string, ledgerName: string, confidentialLedger: ConfidentialLedgerRestore, options?: LedgerRestoreOptionalParams): Promise<SimplePollerLike<OperationState<LedgerRestoreResponse>, LedgerRestoreResponse>>;
|
94
|
+
/**
|
95
|
+
* Restores a Confidential Ledger Resource.
|
96
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
97
|
+
* @param ledgerName Name of the Confidential Ledger
|
98
|
+
* @param confidentialLedger Confidential Ledger Restore Request Body
|
99
|
+
* @param options The options parameters.
|
100
|
+
*/
|
101
|
+
beginRestoreAndWait(resourceGroupName: string, ledgerName: string, confidentialLedger: ConfidentialLedgerRestore, options?: LedgerRestoreOptionalParams): Promise<LedgerRestoreResponse>;
|
102
|
+
}
|
103
|
+
//# sourceMappingURL=ledger.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ledger.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/ledger.ts"],"names":[],"mappings":"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"}
|
@@ -5,7 +5,5 @@
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
7
|
*/
|
8
|
-
|
9
|
-
|
10
|
-
export * from "./ledger";
|
11
|
-
export * from "./managedCCFOperations";
|
8
|
+
export {};
|
9
|
+
//# sourceMappingURL=ledger.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ledger.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/ledger.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 ConfidentialLedger,\n LedgerListByResourceGroupOptionalParams,\n LedgerListBySubscriptionOptionalParams,\n LedgerGetOptionalParams,\n LedgerGetResponse,\n LedgerDeleteOptionalParams,\n LedgerCreateOptionalParams,\n LedgerCreateResponse,\n LedgerUpdateOptionalParams,\n LedgerUpdateResponse,\n ConfidentialLedgerBackup,\n LedgerBackupOptionalParams,\n LedgerBackupResponse,\n ConfidentialLedgerRestore,\n LedgerRestoreOptionalParams,\n LedgerRestoreResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Ledger. */\nexport interface Ledger {\n /**\n * Retrieves the properties of all Confidential Ledgers.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: LedgerListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<ConfidentialLedger>;\n /**\n * Retrieves the properties of all Confidential Ledgers.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: LedgerListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<ConfidentialLedger>;\n /**\n * Retrieves the properties of a Confidential Ledger.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param ledgerName Name of the Confidential Ledger\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n ledgerName: string,\n options?: LedgerGetOptionalParams,\n ): Promise<LedgerGetResponse>;\n /**\n * Deletes an existing Confidential Ledger.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param ledgerName Name of the Confidential Ledger\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n ledgerName: string,\n options?: LedgerDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes an existing Confidential Ledger.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param ledgerName Name of the Confidential Ledger\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n ledgerName: string,\n options?: LedgerDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Creates a Confidential Ledger with the specified ledger parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param ledgerName Name of the Confidential Ledger\n * @param confidentialLedger Confidential Ledger Create Request Body\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n ledgerName: string,\n confidentialLedger: ConfidentialLedger,\n options?: LedgerCreateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<LedgerCreateResponse>, LedgerCreateResponse>\n >;\n /**\n * Creates a Confidential Ledger with the specified ledger parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param ledgerName Name of the Confidential Ledger\n * @param confidentialLedger Confidential Ledger Create Request Body\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n ledgerName: string,\n confidentialLedger: ConfidentialLedger,\n options?: LedgerCreateOptionalParams,\n ): Promise<LedgerCreateResponse>;\n /**\n * Updates properties of Confidential Ledger\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param ledgerName Name of the Confidential Ledger\n * @param confidentialLedger Confidential Ledger request body for Updating Ledger\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n ledgerName: string,\n confidentialLedger: ConfidentialLedger,\n options?: LedgerUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<LedgerUpdateResponse>, LedgerUpdateResponse>\n >;\n /**\n * Updates properties of Confidential Ledger\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param ledgerName Name of the Confidential Ledger\n * @param confidentialLedger Confidential Ledger request body for Updating Ledger\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n ledgerName: string,\n confidentialLedger: ConfidentialLedger,\n options?: LedgerUpdateOptionalParams,\n ): Promise<LedgerUpdateResponse>;\n /**\n * Backs up a Confidential Ledger Resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param ledgerName Name of the Confidential Ledger\n * @param confidentialLedger Confidential Ledger Backup Request Body\n * @param options The options parameters.\n */\n beginBackup(\n resourceGroupName: string,\n ledgerName: string,\n confidentialLedger: ConfidentialLedgerBackup,\n options?: LedgerBackupOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<LedgerBackupResponse>, LedgerBackupResponse>\n >;\n /**\n * Backs up a Confidential Ledger Resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param ledgerName Name of the Confidential Ledger\n * @param confidentialLedger Confidential Ledger Backup Request Body\n * @param options The options parameters.\n */\n beginBackupAndWait(\n resourceGroupName: string,\n ledgerName: string,\n confidentialLedger: ConfidentialLedgerBackup,\n options?: LedgerBackupOptionalParams,\n ): Promise<LedgerBackupResponse>;\n /**\n * Restores a Confidential Ledger Resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param ledgerName Name of the Confidential Ledger\n * @param confidentialLedger Confidential Ledger Restore Request Body\n * @param options The options parameters.\n */\n beginRestore(\n resourceGroupName: string,\n ledgerName: string,\n confidentialLedger: ConfidentialLedgerRestore,\n options?: LedgerRestoreOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<LedgerRestoreResponse>,\n LedgerRestoreResponse\n >\n >;\n /**\n * Restores a Confidential Ledger Resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param ledgerName Name of the Confidential Ledger\n * @param confidentialLedger Confidential Ledger Restore Request Body\n * @param options The options parameters.\n */\n beginRestoreAndWait(\n resourceGroupName: string,\n ledgerName: string,\n confidentialLedger: ConfidentialLedgerRestore,\n options?: LedgerRestoreOptionalParams,\n ): Promise<LedgerRestoreResponse>;\n}\n"]}
|
@@ -0,0 +1,103 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
3
|
+
import { ManagedCCF, ManagedCCFListByResourceGroupOptionalParams, ManagedCCFListBySubscriptionOptionalParams, ManagedCCFGetOptionalParams, ManagedCCFGetResponse, ManagedCCFDeleteOptionalParams, ManagedCCFCreateOptionalParams, ManagedCCFCreateResponse, ManagedCCFUpdateOptionalParams, ManagedCCFUpdateResponse, ManagedCCFBackup, ManagedCCFBackupOptionalParams, ManagedCCFBackupOperationResponse, ManagedCCFRestore, ManagedCCFRestoreOptionalParams, ManagedCCFRestoreOperationResponse } from "../models/index.js";
|
4
|
+
/** Interface representing a ManagedCCFOperations. */
|
5
|
+
export interface ManagedCCFOperations {
|
6
|
+
/**
|
7
|
+
* Retrieves the properties of all Managed CCF apps.
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
9
|
+
* @param options The options parameters.
|
10
|
+
*/
|
11
|
+
listByResourceGroup(resourceGroupName: string, options?: ManagedCCFListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ManagedCCF>;
|
12
|
+
/**
|
13
|
+
* Retrieves the properties of all Managed CCF.
|
14
|
+
* @param options The options parameters.
|
15
|
+
*/
|
16
|
+
listBySubscription(options?: ManagedCCFListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ManagedCCF>;
|
17
|
+
/**
|
18
|
+
* Retrieves the properties of a Managed CCF app.
|
19
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
20
|
+
* @param appName Name of the Managed CCF
|
21
|
+
* @param options The options parameters.
|
22
|
+
*/
|
23
|
+
get(resourceGroupName: string, appName: string, options?: ManagedCCFGetOptionalParams): Promise<ManagedCCFGetResponse>;
|
24
|
+
/**
|
25
|
+
* Deletes an existing Managed CCF.
|
26
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
27
|
+
* @param appName Name of the Managed CCF
|
28
|
+
* @param options The options parameters.
|
29
|
+
*/
|
30
|
+
beginDelete(resourceGroupName: string, appName: string, options?: ManagedCCFDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
31
|
+
/**
|
32
|
+
* Deletes an existing Managed CCF.
|
33
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
34
|
+
* @param appName Name of the Managed CCF
|
35
|
+
* @param options The options parameters.
|
36
|
+
*/
|
37
|
+
beginDeleteAndWait(resourceGroupName: string, appName: string, options?: ManagedCCFDeleteOptionalParams): Promise<void>;
|
38
|
+
/**
|
39
|
+
* Creates a Managed CCF with the specified Managed CCF parameters.
|
40
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
41
|
+
* @param appName Name of the Managed CCF
|
42
|
+
* @param managedCCF Managed CCF Create Request Body
|
43
|
+
* @param options The options parameters.
|
44
|
+
*/
|
45
|
+
beginCreate(resourceGroupName: string, appName: string, managedCCF: ManagedCCF, options?: ManagedCCFCreateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedCCFCreateResponse>, ManagedCCFCreateResponse>>;
|
46
|
+
/**
|
47
|
+
* Creates a Managed CCF with the specified Managed CCF parameters.
|
48
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
49
|
+
* @param appName Name of the Managed CCF
|
50
|
+
* @param managedCCF Managed CCF Create Request Body
|
51
|
+
* @param options The options parameters.
|
52
|
+
*/
|
53
|
+
beginCreateAndWait(resourceGroupName: string, appName: string, managedCCF: ManagedCCF, options?: ManagedCCFCreateOptionalParams): Promise<ManagedCCFCreateResponse>;
|
54
|
+
/**
|
55
|
+
* Updates properties of Managed CCF
|
56
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
57
|
+
* @param appName Name of the Managed CCF
|
58
|
+
* @param managedCCF Request body for Updating Managed CCF App
|
59
|
+
* @param options The options parameters.
|
60
|
+
*/
|
61
|
+
beginUpdate(resourceGroupName: string, appName: string, managedCCF: ManagedCCF, options?: ManagedCCFUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedCCFUpdateResponse>, ManagedCCFUpdateResponse>>;
|
62
|
+
/**
|
63
|
+
* Updates properties of Managed CCF
|
64
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
65
|
+
* @param appName Name of the Managed CCF
|
66
|
+
* @param managedCCF Request body for Updating Managed CCF App
|
67
|
+
* @param options The options parameters.
|
68
|
+
*/
|
69
|
+
beginUpdateAndWait(resourceGroupName: string, appName: string, managedCCF: ManagedCCF, options?: ManagedCCFUpdateOptionalParams): Promise<ManagedCCFUpdateResponse>;
|
70
|
+
/**
|
71
|
+
* Backs up a Managed CCF Resource.
|
72
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
73
|
+
* @param appName Name of the Managed CCF
|
74
|
+
* @param managedCCF Managed CCF Backup Request Body
|
75
|
+
* @param options The options parameters.
|
76
|
+
*/
|
77
|
+
beginBackup(resourceGroupName: string, appName: string, managedCCF: ManagedCCFBackup, options?: ManagedCCFBackupOptionalParams): Promise<SimplePollerLike<OperationState<ManagedCCFBackupOperationResponse>, ManagedCCFBackupOperationResponse>>;
|
78
|
+
/**
|
79
|
+
* Backs up a Managed CCF Resource.
|
80
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
81
|
+
* @param appName Name of the Managed CCF
|
82
|
+
* @param managedCCF Managed CCF Backup Request Body
|
83
|
+
* @param options The options parameters.
|
84
|
+
*/
|
85
|
+
beginBackupAndWait(resourceGroupName: string, appName: string, managedCCF: ManagedCCFBackup, options?: ManagedCCFBackupOptionalParams): Promise<ManagedCCFBackupOperationResponse>;
|
86
|
+
/**
|
87
|
+
* Restores a Managed CCF Resource.
|
88
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
89
|
+
* @param appName Name of the Managed CCF
|
90
|
+
* @param managedCCF Managed CCF Restore Request Body
|
91
|
+
* @param options The options parameters.
|
92
|
+
*/
|
93
|
+
beginRestore(resourceGroupName: string, appName: string, managedCCF: ManagedCCFRestore, options?: ManagedCCFRestoreOptionalParams): Promise<SimplePollerLike<OperationState<ManagedCCFRestoreOperationResponse>, ManagedCCFRestoreOperationResponse>>;
|
94
|
+
/**
|
95
|
+
* Restores a Managed CCF Resource.
|
96
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
97
|
+
* @param appName Name of the Managed CCF
|
98
|
+
* @param managedCCF Managed CCF Restore Request Body
|
99
|
+
* @param options The options parameters.
|
100
|
+
*/
|
101
|
+
beginRestoreAndWait(resourceGroupName: string, appName: string, managedCCF: ManagedCCFRestore, options?: ManagedCCFRestoreOptionalParams): Promise<ManagedCCFRestoreOperationResponse>;
|
102
|
+
}
|
103
|
+
//# sourceMappingURL=managedCCFOperations.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"managedCCFOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/managedCCFOperations.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=managedCCFOperations.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"managedCCFOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/managedCCFOperations.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 ManagedCCF,\n ManagedCCFListByResourceGroupOptionalParams,\n ManagedCCFListBySubscriptionOptionalParams,\n ManagedCCFGetOptionalParams,\n ManagedCCFGetResponse,\n ManagedCCFDeleteOptionalParams,\n ManagedCCFCreateOptionalParams,\n ManagedCCFCreateResponse,\n ManagedCCFUpdateOptionalParams,\n ManagedCCFUpdateResponse,\n ManagedCCFBackup,\n ManagedCCFBackupOptionalParams,\n ManagedCCFBackupOperationResponse,\n ManagedCCFRestore,\n ManagedCCFRestoreOptionalParams,\n ManagedCCFRestoreOperationResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ManagedCCFOperations. */\nexport interface ManagedCCFOperations {\n /**\n * Retrieves the properties of all Managed CCF apps.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: ManagedCCFListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<ManagedCCF>;\n /**\n * Retrieves the properties of all Managed CCF.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: ManagedCCFListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<ManagedCCF>;\n /**\n * Retrieves the properties of a Managed CCF app.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param appName Name of the Managed CCF\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n appName: string,\n options?: ManagedCCFGetOptionalParams,\n ): Promise<ManagedCCFGetResponse>;\n /**\n * Deletes an existing Managed CCF.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param appName Name of the Managed CCF\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n appName: string,\n options?: ManagedCCFDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes an existing Managed CCF.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param appName Name of the Managed CCF\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n appName: string,\n options?: ManagedCCFDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Creates a Managed CCF with the specified Managed CCF parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param appName Name of the Managed CCF\n * @param managedCCF Managed CCF Create Request Body\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n appName: string,\n managedCCF: ManagedCCF,\n options?: ManagedCCFCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ManagedCCFCreateResponse>,\n ManagedCCFCreateResponse\n >\n >;\n /**\n * Creates a Managed CCF with the specified Managed CCF parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param appName Name of the Managed CCF\n * @param managedCCF Managed CCF Create Request Body\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n appName: string,\n managedCCF: ManagedCCF,\n options?: ManagedCCFCreateOptionalParams,\n ): Promise<ManagedCCFCreateResponse>;\n /**\n * Updates properties of Managed CCF\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param appName Name of the Managed CCF\n * @param managedCCF Request body for Updating Managed CCF App\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n appName: string,\n managedCCF: ManagedCCF,\n options?: ManagedCCFUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ManagedCCFUpdateResponse>,\n ManagedCCFUpdateResponse\n >\n >;\n /**\n * Updates properties of Managed CCF\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param appName Name of the Managed CCF\n * @param managedCCF Request body for Updating Managed CCF App\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n appName: string,\n managedCCF: ManagedCCF,\n options?: ManagedCCFUpdateOptionalParams,\n ): Promise<ManagedCCFUpdateResponse>;\n /**\n * Backs up a Managed CCF Resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param appName Name of the Managed CCF\n * @param managedCCF Managed CCF Backup Request Body\n * @param options The options parameters.\n */\n beginBackup(\n resourceGroupName: string,\n appName: string,\n managedCCF: ManagedCCFBackup,\n options?: ManagedCCFBackupOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ManagedCCFBackupOperationResponse>,\n ManagedCCFBackupOperationResponse\n >\n >;\n /**\n * Backs up a Managed CCF Resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param appName Name of the Managed CCF\n * @param managedCCF Managed CCF Backup Request Body\n * @param options The options parameters.\n */\n beginBackupAndWait(\n resourceGroupName: string,\n appName: string,\n managedCCF: ManagedCCFBackup,\n options?: ManagedCCFBackupOptionalParams,\n ): Promise<ManagedCCFBackupOperationResponse>;\n /**\n * Restores a Managed CCF Resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param appName Name of the Managed CCF\n * @param managedCCF Managed CCF Restore Request Body\n * @param options The options parameters.\n */\n beginRestore(\n resourceGroupName: string,\n appName: string,\n managedCCF: ManagedCCFRestore,\n options?: ManagedCCFRestoreOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ManagedCCFRestoreOperationResponse>,\n ManagedCCFRestoreOperationResponse\n >\n >;\n /**\n * Restores a Managed CCF Resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param appName Name of the Managed CCF\n * @param managedCCF Managed CCF Restore Request Body\n * @param options The options parameters.\n */\n beginRestoreAndWait(\n resourceGroupName: string,\n appName: string,\n managedCCF: ManagedCCFRestore,\n options?: ManagedCCFRestoreOptionalParams,\n ): Promise<ManagedCCFRestoreOperationResponse>;\n}\n"]}
|