@azure/arm-resourcemover 2.2.0-alpha.20250214.1 → 2.2.0-alpha.20250218.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -12
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operations/index.js +4 -4
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/moveCollections.d.ts +3 -3
- package/dist/browser/operations/moveCollections.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/moveCollections.js +264 -292
- package/dist/browser/operations/moveCollections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/moveResources.d.ts +3 -3
- package/dist/browser/operations/moveResources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/moveResources.js +89 -97
- package/dist/browser/operations/moveResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operationsDiscoveryOperations.d.ts +3 -3
- package/dist/browser/operations/operationsDiscoveryOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operationsDiscoveryOperations.js +2 -2
- package/dist/browser/operations/operationsDiscoveryOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/unresolvedDependencies.d.ts +3 -3
- package/dist/browser/operations/unresolvedDependencies.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/unresolvedDependencies.js +3 -3
- package/dist/browser/operations/unresolvedDependencies.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +4 -4
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/moveCollections.d.ts +1 -1
- package/dist/browser/operationsInterfaces/moveCollections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/moveCollections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/moveResources.d.ts +1 -1
- package/dist/browser/operationsInterfaces/moveResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/moveResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsDiscoveryOperations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsDiscoveryOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operationsDiscoveryOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/unresolvedDependencies.d.ts +1 -1
- package/dist/browser/operationsInterfaces/unresolvedDependencies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/unresolvedDependencies.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/resourceMoverServiceAPI.d.ts +2 -2
- package/dist/browser/resourceMoverServiceAPI.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/resourceMoverServiceAPI.js +15 -18
- package/dist/browser/resourceMoverServiceAPI.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 +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-resourcemover.d.ts → dist/commonjs/models/index.d.ts} +1338 -1752
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +145 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +88 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2024 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +23 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +176 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +5 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +15 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/moveCollections.d.ts +211 -0
- package/dist/commonjs/operations/moveCollections.d.ts.map +1 -0
- package/dist/commonjs/operations/moveCollections.js +1004 -0
- package/dist/commonjs/operations/moveCollections.js.map +1 -0
- package/dist/commonjs/operations/moveResources.d.ts +79 -0
- package/dist/commonjs/operations/moveResources.d.ts.map +1 -0
- package/dist/commonjs/operations/moveResources.js +370 -0
- package/dist/commonjs/operations/moveResources.js.map +1 -0
- package/dist/commonjs/operations/operationsDiscoveryOperations.d.ts +15 -0
- package/dist/commonjs/operations/operationsDiscoveryOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/operationsDiscoveryOperations.js +48 -0
- package/dist/commonjs/operations/operationsDiscoveryOperations.js.map +1 -0
- package/dist/commonjs/operations/unresolvedDependencies.d.ts +38 -0
- package/dist/commonjs/operations/unresolvedDependencies.d.ts.map +1 -0
- package/dist/commonjs/operations/unresolvedDependencies.js +159 -0
- package/dist/commonjs/operations/unresolvedDependencies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +15 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/moveCollections.d.ts +173 -0
- package/dist/commonjs/operationsInterfaces/moveCollections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/moveCollections.js +10 -0
- package/dist/commonjs/operationsInterfaces/moveCollections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/moveResources.d.ts +54 -0
- package/dist/commonjs/operationsInterfaces/moveResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/moveResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/moveResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationsDiscoveryOperations.d.ts +7 -0
- package/dist/commonjs/operationsInterfaces/operationsDiscoveryOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationsDiscoveryOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationsDiscoveryOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/unresolvedDependencies.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/unresolvedDependencies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/unresolvedDependencies.js +10 -0
- package/dist/commonjs/operationsInterfaces/unresolvedDependencies.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/resourceMoverServiceAPI.d.ts +24 -0
- package/dist/commonjs/resourceMoverServiceAPI.d.ts.map +1 -0
- package/dist/commonjs/resourceMoverServiceAPI.js +103 -0
- package/dist/commonjs/resourceMoverServiceAPI.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 +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1338 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +142 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +88 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2020 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +23 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +173 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +5 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +12 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/moveCollections.d.ts +211 -0
- package/dist/esm/operations/moveCollections.d.ts.map +1 -0
- package/dist/esm/operations/moveCollections.js +1000 -0
- package/dist/esm/operations/moveCollections.js.map +1 -0
- package/dist/esm/operations/moveResources.d.ts +79 -0
- package/dist/esm/operations/moveResources.d.ts.map +1 -0
- package/dist/esm/operations/moveResources.js +366 -0
- package/dist/esm/operations/moveResources.js.map +1 -0
- package/dist/esm/operations/operationsDiscoveryOperations.d.ts +15 -0
- package/dist/esm/operations/operationsDiscoveryOperations.d.ts.map +1 -0
- package/dist/esm/operations/operationsDiscoveryOperations.js +43 -0
- package/dist/esm/operations/operationsDiscoveryOperations.js.map +1 -0
- package/dist/esm/operations/unresolvedDependencies.d.ts +38 -0
- package/dist/esm/operations/unresolvedDependencies.d.ts.map +1 -0
- package/dist/esm/operations/unresolvedDependencies.js +155 -0
- package/dist/esm/operations/unresolvedDependencies.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +5 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +12 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/moveCollections.d.ts +173 -0
- package/dist/esm/operationsInterfaces/moveCollections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/moveCollections.js +9 -0
- package/dist/esm/operationsInterfaces/moveCollections.js.map +1 -0
- package/dist/esm/operationsInterfaces/moveResources.d.ts +54 -0
- package/dist/esm/operationsInterfaces/moveResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/moveResources.js +9 -0
- package/dist/esm/operationsInterfaces/moveResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationsDiscoveryOperations.d.ts +7 -0
- package/dist/esm/operationsInterfaces/operationsDiscoveryOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operationsDiscoveryOperations.js +9 -0
- package/dist/esm/operationsInterfaces/operationsDiscoveryOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/unresolvedDependencies.d.ts +13 -0
- package/dist/esm/operationsInterfaces/unresolvedDependencies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/unresolvedDependencies.js +9 -0
- package/dist/esm/operationsInterfaces/unresolvedDependencies.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/resourceMoverServiceAPI.d.ts +24 -0
- package/dist/esm/resourceMoverServiceAPI.d.ts.map +1 -0
- package/dist/esm/resourceMoverServiceAPI.js +98 -0
- package/dist/esm/resourceMoverServiceAPI.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 +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1338 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +142 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +88 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2020 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +23 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +173 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +5 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +12 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/moveCollections.d.ts +211 -0
- package/dist/react-native/operations/moveCollections.d.ts.map +1 -0
- package/dist/react-native/operations/moveCollections.js +1000 -0
- package/dist/react-native/operations/moveCollections.js.map +1 -0
- package/dist/react-native/operations/moveResources.d.ts +79 -0
- package/dist/react-native/operations/moveResources.d.ts.map +1 -0
- package/dist/react-native/operations/moveResources.js +366 -0
- package/dist/react-native/operations/moveResources.js.map +1 -0
- package/dist/react-native/operations/operationsDiscoveryOperations.d.ts +15 -0
- package/dist/react-native/operations/operationsDiscoveryOperations.d.ts.map +1 -0
- package/dist/react-native/operations/operationsDiscoveryOperations.js +43 -0
- package/dist/react-native/operations/operationsDiscoveryOperations.js.map +1 -0
- package/dist/react-native/operations/unresolvedDependencies.d.ts +38 -0
- package/dist/react-native/operations/unresolvedDependencies.d.ts.map +1 -0
- package/dist/react-native/operations/unresolvedDependencies.js +155 -0
- package/dist/react-native/operations/unresolvedDependencies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +12 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/moveCollections.d.ts +173 -0
- package/dist/react-native/operationsInterfaces/moveCollections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/moveCollections.js +9 -0
- package/dist/react-native/operationsInterfaces/moveCollections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/moveResources.d.ts +54 -0
- package/dist/react-native/operationsInterfaces/moveResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/moveResources.js +9 -0
- package/dist/react-native/operationsInterfaces/moveResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationsDiscoveryOperations.d.ts +7 -0
- package/dist/react-native/operationsInterfaces/operationsDiscoveryOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationsDiscoveryOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/operationsDiscoveryOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/unresolvedDependencies.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/unresolvedDependencies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/unresolvedDependencies.js +9 -0
- package/dist/react-native/operationsInterfaces/unresolvedDependencies.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/resourceMoverServiceAPI.d.ts +24 -0
- package/dist/react-native/resourceMoverServiceAPI.d.ts.map +1 -0
- package/dist/react-native/resourceMoverServiceAPI.js +98 -0
- package/dist/react-native/resourceMoverServiceAPI.js.map +1 -0
- package/package.json +67 -36
- package/dist/index.js +0 -4161
- 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/moveCollectionsBulkRemoveSample.d.ts +0 -2
- package/dist-esm/samples-dev/moveCollectionsBulkRemoveSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsBulkRemoveSample.js +0 -36
- package/dist-esm/samples-dev/moveCollectionsBulkRemoveSample.js.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsCommitSample.d.ts +0 -2
- package/dist-esm/samples-dev/moveCollectionsCommitSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsCommitSample.js +0 -36
- package/dist-esm/samples-dev/moveCollectionsCommitSample.js.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/moveCollectionsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsCreateSample.js +0 -39
- package/dist-esm/samples-dev/moveCollectionsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/moveCollectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/moveCollectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsDiscardSample.d.ts +0 -2
- package/dist-esm/samples-dev/moveCollectionsDiscardSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsDiscardSample.js +0 -36
- package/dist-esm/samples-dev/moveCollectionsDiscardSample.js.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/moveCollectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsGetSample.js +0 -36
- package/dist-esm/samples-dev/moveCollectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsInitiateMoveSample.d.ts +0 -2
- package/dist-esm/samples-dev/moveCollectionsInitiateMoveSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsInitiateMoveSample.js +0 -36
- package/dist-esm/samples-dev/moveCollectionsInitiateMoveSample.js.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsListRequiredForSample.d.ts +0 -2
- package/dist-esm/samples-dev/moveCollectionsListRequiredForSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsListRequiredForSample.js +0 -37
- package/dist-esm/samples-dev/moveCollectionsListRequiredForSample.js.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsPrepareSample.d.ts +0 -2
- package/dist-esm/samples-dev/moveCollectionsPrepareSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsPrepareSample.js +0 -36
- package/dist-esm/samples-dev/moveCollectionsPrepareSample.js.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsResolveDependenciesSample.d.ts +0 -2
- package/dist-esm/samples-dev/moveCollectionsResolveDependenciesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsResolveDependenciesSample.js +0 -36
- package/dist-esm/samples-dev/moveCollectionsResolveDependenciesSample.js.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/moveCollectionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/moveCollectionsUpdateSample.js +0 -34
- package/dist-esm/samples-dev/moveCollectionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/moveResourcesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/moveResourcesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/moveResourcesCreateSample.js +0 -52
- package/dist-esm/samples-dev/moveResourcesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/moveResourcesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/moveResourcesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/moveResourcesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/moveResourcesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/moveResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/moveResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/moveResourcesGetSample.js +0 -37
- package/dist-esm/samples-dev/moveResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/moveResourcesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/moveResourcesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/moveResourcesListSample.js +0 -52
- package/dist-esm/samples-dev/moveResourcesListSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsDiscoveryGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsDiscoveryGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsDiscoveryGetSample.js +0 -33
- package/dist-esm/samples-dev/operationsDiscoveryGetSample.js.map +0 -1
- package/dist-esm/samples-dev/unresolvedDependenciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/unresolvedDependenciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/unresolvedDependenciesGetSample.js +0 -52
- package/dist-esm/samples-dev/unresolvedDependenciesGetSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.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 -5
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/moveCollections.d.ts.map +0 -1
- package/dist-esm/src/operations/moveCollections.js.map +0 -1
- package/dist-esm/src/operations/moveResources.d.ts.map +0 -1
- package/dist-esm/src/operations/moveResources.js.map +0 -1
- package/dist-esm/src/operations/operationsDiscoveryOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/operationsDiscoveryOperations.js.map +0 -1
- package/dist-esm/src/operations/unresolvedDependencies.d.ts.map +0 -1
- package/dist-esm/src/operations/unresolvedDependencies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/moveCollections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/moveCollections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/moveResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/moveResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationsDiscoveryOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/unresolvedDependencies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/unresolvedDependencies.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/resourceMoverServiceAPI.d.ts.map +0 -1
- package/dist-esm/src/resourceMoverServiceAPI.js.map +0 -1
- package/dist-esm/test/resourcemover_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/resourcemover_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/resourcemover_operations_test.spec.js +0 -122
- package/dist-esm/test/resourcemover_operations_test.spec.js.map +0 -1
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -1499
- package/src/models/mappers.ts +0 -2170
- package/src/models/parameters.ts +0 -208
- package/src/operations/index.ts +0 -12
- package/src/operations/moveCollections.ts +0 -1404
- package/src/operations/moveResources.ts +0 -520
- package/src/operations/operationsDiscoveryOperations.ts +0 -57
- package/src/operations/unresolvedDependencies.ts +0 -203
- package/src/operationsInterfaces/index.ts +0 -12
- package/src/operationsInterfaces/moveCollections.ts +0 -321
- package/src/operationsInterfaces/moveResources.ts +0 -111
- package/src/operationsInterfaces/operationsDiscoveryOperations.ts +0 -20
- package/src/operationsInterfaces/unresolvedDependencies.ts +0 -29
- package/src/pagingHelper.ts +0 -39
- package/src/resourceMoverServiceAPI.ts +0 -172
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/moveCollections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/moveResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsDiscoveryOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/unresolvedDependencies.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
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,142 @@
|
|
|
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
|
+
/** Known values of {@link ResourceIdentityType} that the service accepts. */
|
|
9
|
+
export var KnownResourceIdentityType;
|
|
10
|
+
(function (KnownResourceIdentityType) {
|
|
11
|
+
/** None */
|
|
12
|
+
KnownResourceIdentityType["None"] = "None";
|
|
13
|
+
/** SystemAssigned */
|
|
14
|
+
KnownResourceIdentityType["SystemAssigned"] = "SystemAssigned";
|
|
15
|
+
/** UserAssigned */
|
|
16
|
+
KnownResourceIdentityType["UserAssigned"] = "UserAssigned";
|
|
17
|
+
})(KnownResourceIdentityType || (KnownResourceIdentityType = {}));
|
|
18
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
19
|
+
export var KnownProvisioningState;
|
|
20
|
+
(function (KnownProvisioningState) {
|
|
21
|
+
/** Succeeded */
|
|
22
|
+
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
23
|
+
/** Updating */
|
|
24
|
+
KnownProvisioningState["Updating"] = "Updating";
|
|
25
|
+
/** Creating */
|
|
26
|
+
KnownProvisioningState["Creating"] = "Creating";
|
|
27
|
+
/** Failed */
|
|
28
|
+
KnownProvisioningState["Failed"] = "Failed";
|
|
29
|
+
})(KnownProvisioningState || (KnownProvisioningState = {}));
|
|
30
|
+
/** Known values of {@link MoveType} that the service accepts. */
|
|
31
|
+
export var KnownMoveType;
|
|
32
|
+
(function (KnownMoveType) {
|
|
33
|
+
/** RegionToRegion */
|
|
34
|
+
KnownMoveType["RegionToRegion"] = "RegionToRegion";
|
|
35
|
+
/** RegionToZone */
|
|
36
|
+
KnownMoveType["RegionToZone"] = "RegionToZone";
|
|
37
|
+
})(KnownMoveType || (KnownMoveType = {}));
|
|
38
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
39
|
+
export var KnownCreatedByType;
|
|
40
|
+
(function (KnownCreatedByType) {
|
|
41
|
+
/** User */
|
|
42
|
+
KnownCreatedByType["User"] = "User";
|
|
43
|
+
/** Application */
|
|
44
|
+
KnownCreatedByType["Application"] = "Application";
|
|
45
|
+
/** ManagedIdentity */
|
|
46
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
47
|
+
/** Key */
|
|
48
|
+
KnownCreatedByType["Key"] = "Key";
|
|
49
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
50
|
+
/** Known values of {@link MoveResourceInputType} that the service accepts. */
|
|
51
|
+
export var KnownMoveResourceInputType;
|
|
52
|
+
(function (KnownMoveResourceInputType) {
|
|
53
|
+
/** MoveResourceId */
|
|
54
|
+
KnownMoveResourceInputType["MoveResourceId"] = "MoveResourceId";
|
|
55
|
+
/** MoveResourceSourceId */
|
|
56
|
+
KnownMoveResourceInputType["MoveResourceSourceId"] = "MoveResourceSourceId";
|
|
57
|
+
})(KnownMoveResourceInputType || (KnownMoveResourceInputType = {}));
|
|
58
|
+
/** Known values of {@link MoveState} that the service accepts. */
|
|
59
|
+
export var KnownMoveState;
|
|
60
|
+
(function (KnownMoveState) {
|
|
61
|
+
/** AssignmentPending */
|
|
62
|
+
KnownMoveState["AssignmentPending"] = "AssignmentPending";
|
|
63
|
+
/** PreparePending */
|
|
64
|
+
KnownMoveState["PreparePending"] = "PreparePending";
|
|
65
|
+
/** PrepareInProgress */
|
|
66
|
+
KnownMoveState["PrepareInProgress"] = "PrepareInProgress";
|
|
67
|
+
/** PrepareFailed */
|
|
68
|
+
KnownMoveState["PrepareFailed"] = "PrepareFailed";
|
|
69
|
+
/** MovePending */
|
|
70
|
+
KnownMoveState["MovePending"] = "MovePending";
|
|
71
|
+
/** MoveInProgress */
|
|
72
|
+
KnownMoveState["MoveInProgress"] = "MoveInProgress";
|
|
73
|
+
/** MoveFailed */
|
|
74
|
+
KnownMoveState["MoveFailed"] = "MoveFailed";
|
|
75
|
+
/** DiscardInProgress */
|
|
76
|
+
KnownMoveState["DiscardInProgress"] = "DiscardInProgress";
|
|
77
|
+
/** DiscardFailed */
|
|
78
|
+
KnownMoveState["DiscardFailed"] = "DiscardFailed";
|
|
79
|
+
/** CommitPending */
|
|
80
|
+
KnownMoveState["CommitPending"] = "CommitPending";
|
|
81
|
+
/** CommitInProgress */
|
|
82
|
+
KnownMoveState["CommitInProgress"] = "CommitInProgress";
|
|
83
|
+
/** CommitFailed */
|
|
84
|
+
KnownMoveState["CommitFailed"] = "CommitFailed";
|
|
85
|
+
/** Committed */
|
|
86
|
+
KnownMoveState["Committed"] = "Committed";
|
|
87
|
+
/** DeleteSourcePending */
|
|
88
|
+
KnownMoveState["DeleteSourcePending"] = "DeleteSourcePending";
|
|
89
|
+
/** ResourceMoveCompleted */
|
|
90
|
+
KnownMoveState["ResourceMoveCompleted"] = "ResourceMoveCompleted";
|
|
91
|
+
})(KnownMoveState || (KnownMoveState = {}));
|
|
92
|
+
/** Known values of {@link JobName} that the service accepts. */
|
|
93
|
+
export var KnownJobName;
|
|
94
|
+
(function (KnownJobName) {
|
|
95
|
+
/** InitialSync */
|
|
96
|
+
KnownJobName["InitialSync"] = "InitialSync";
|
|
97
|
+
})(KnownJobName || (KnownJobName = {}));
|
|
98
|
+
/** Known values of {@link ResolutionType} that the service accepts. */
|
|
99
|
+
export var KnownResolutionType;
|
|
100
|
+
(function (KnownResolutionType) {
|
|
101
|
+
/** Manual */
|
|
102
|
+
KnownResolutionType["Manual"] = "Manual";
|
|
103
|
+
/** Automatic */
|
|
104
|
+
KnownResolutionType["Automatic"] = "Automatic";
|
|
105
|
+
})(KnownResolutionType || (KnownResolutionType = {}));
|
|
106
|
+
/** Known values of {@link DependencyType} that the service accepts. */
|
|
107
|
+
export var KnownDependencyType;
|
|
108
|
+
(function (KnownDependencyType) {
|
|
109
|
+
/** RequiredForPrepare */
|
|
110
|
+
KnownDependencyType["RequiredForPrepare"] = "RequiredForPrepare";
|
|
111
|
+
/** RequiredForMove */
|
|
112
|
+
KnownDependencyType["RequiredForMove"] = "RequiredForMove";
|
|
113
|
+
})(KnownDependencyType || (KnownDependencyType = {}));
|
|
114
|
+
/** Known values of {@link DependencyLevel} that the service accepts. */
|
|
115
|
+
export var KnownDependencyLevel;
|
|
116
|
+
(function (KnownDependencyLevel) {
|
|
117
|
+
/** Direct */
|
|
118
|
+
KnownDependencyLevel["Direct"] = "Direct";
|
|
119
|
+
/** Descendant */
|
|
120
|
+
KnownDependencyLevel["Descendant"] = "Descendant";
|
|
121
|
+
})(KnownDependencyLevel || (KnownDependencyLevel = {}));
|
|
122
|
+
/** Known values of {@link TargetAvailabilityZone} that the service accepts. */
|
|
123
|
+
export var KnownTargetAvailabilityZone;
|
|
124
|
+
(function (KnownTargetAvailabilityZone) {
|
|
125
|
+
/** One */
|
|
126
|
+
KnownTargetAvailabilityZone["One"] = "1";
|
|
127
|
+
/** Two */
|
|
128
|
+
KnownTargetAvailabilityZone["Two"] = "2";
|
|
129
|
+
/** Three */
|
|
130
|
+
KnownTargetAvailabilityZone["Three"] = "3";
|
|
131
|
+
/** NA */
|
|
132
|
+
KnownTargetAvailabilityZone["NA"] = "NA";
|
|
133
|
+
})(KnownTargetAvailabilityZone || (KnownTargetAvailabilityZone = {}));
|
|
134
|
+
/** Known values of {@link ZoneRedundant} that the service accepts. */
|
|
135
|
+
export var KnownZoneRedundant;
|
|
136
|
+
(function (KnownZoneRedundant) {
|
|
137
|
+
/** Enable */
|
|
138
|
+
KnownZoneRedundant["Enable"] = "Enable";
|
|
139
|
+
/** Disable */
|
|
140
|
+
KnownZoneRedundant["Disable"] = "Disable";
|
|
141
|
+
})(KnownZoneRedundant || (KnownZoneRedundant = {}));
|
|
142
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.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 * as coreClient from \"@azure/core-client\";\n\nexport type ResourceSettingsUnion =\n | ResourceSettings\n | VirtualMachineResourceSettings\n | AvailabilitySetResourceSettings\n | VirtualNetworkResourceSettings\n | NetworkInterfaceResourceSettings\n | NetworkSecurityGroupResourceSettings\n | LoadBalancerResourceSettings\n | SqlServerResourceSettings\n | SqlElasticPoolResourceSettings\n | SqlDatabaseResourceSettings\n | ResourceGroupResourceSettings\n | PublicIPAddressResourceSettings\n | KeyVaultResourceSettings\n | DiskEncryptionSetResourceSettings;\n\n/** Define the move collection. */\nexport interface MoveCollection {\n /**\n * Fully qualified resource Id for the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The etag of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives. */\n location?: string;\n /** Defines the MSI properties of the Move Collection. */\n identity?: Identity;\n /** Defines the move collection properties. */\n properties?: MoveCollectionProperties;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Defines the MSI properties of the Move Collection. */\nexport interface Identity {\n /** The type of identity used for the resource mover service. */\n type?: ResourceIdentityType;\n /** Gets or sets the principal id. */\n principalId?: string;\n /** Gets or sets the tenant id. */\n tenantId?: string;\n}\n\n/** Defines the move collection properties. */\nexport interface MoveCollectionProperties {\n /** Gets or sets the source region. */\n sourceRegion?: string;\n /** Gets or sets the target region. */\n targetRegion?: string;\n /** Gets or sets the move region which indicates the region where the VM Regional to Zonal move will be conducted. */\n moveRegion?: string;\n /**\n * Defines the provisioning states.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Gets or sets the version of move collection. */\n version?: string;\n /** Defines the MoveType. */\n moveType?: MoveType;\n /**\n * Defines the move collection errors.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errors?: MoveCollectionPropertiesErrors;\n}\n\n/** An error response from the azure resource mover service. */\nexport interface MoveResourceError {\n /** The move resource error body. */\n properties?: MoveResourceErrorBody;\n}\n\n/** An error response from the Azure Migrate service. */\nexport interface MoveResourceErrorBody {\n /**\n * An identifier for the error. Codes are invariant and are intended to be consumed programmatically.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * A message describing the error, intended to be suitable for display in a user interface.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The target of the particular error. For example, the name of the property in error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * A list of additional details about the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: MoveResourceErrorBody[];\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** An error response from the service. */\nexport interface CloudError {\n /** Cloud error body. */\n error?: CloudErrorBody;\n}\n\n/** An error response from the service. */\nexport interface CloudErrorBody {\n /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */\n code?: string;\n /** A message describing the error, intended to be suitable for display in a user interface. */\n message?: string;\n /** The target of the particular error. For example, the name of the property in error. */\n target?: string;\n /** A list of additional details about the error. */\n details?: CloudErrorBody[];\n}\n\n/** Defines the request body for updating move collection. */\nexport interface UpdateMoveCollectionRequest {\n /** Gets or sets the Resource tags. */\n tags?: { [propertyName: string]: string };\n /** Defines the MSI properties of the Move Collection. */\n identity?: Identity;\n}\n\n/** Operation status REST resource. */\nexport interface OperationStatus {\n /**\n * Resource Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Operation name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Status of the operation. ARM expects the terminal status to be one of Succeeded/ Failed/ Canceled. All other values imply that the operation is still running.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * Start time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: string;\n /**\n * End time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: string;\n /**\n * Error stating all error details for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: OperationStatusError;\n /**\n * Custom data.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: Record<string, unknown>;\n}\n\n/** Class for operation status errors. */\nexport interface OperationStatusError {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: OperationStatusError[];\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: OperationErrorAdditionalInfo[];\n}\n\n/** The operation error info. */\nexport interface OperationErrorAdditionalInfo {\n /**\n * The error type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The operation error info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: MoveErrorInfo;\n}\n\n/** The move custom error info. */\nexport interface MoveErrorInfo {\n /**\n * The affected move resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly moveResources?: AffectedMoveResource[];\n}\n\n/** The RP custom operation error info. */\nexport interface AffectedMoveResource {\n /**\n * The affected move resource id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The affected move resource source id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceId?: string;\n /**\n * The affected move resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly moveResources?: AffectedMoveResource[];\n}\n\n/** Defines the request body for initiate prepare operation. */\nexport interface PrepareRequest {\n /** Gets or sets a value indicating whether the operation needs to only run pre-requisite. */\n validateOnly?: boolean;\n /** Gets or sets the list of resource Id's, by default it accepts move resource id's unless the input type is switched via moveResourceInputType property. */\n moveResources: string[];\n /** Defines the move resource input type. */\n moveResourceInputType?: MoveResourceInputType;\n}\n\n/** Defines the request body for resource move operation. */\nexport interface ResourceMoveRequest {\n /** Gets or sets a value indicating whether the operation needs to only run pre-requisite. */\n validateOnly?: boolean;\n /** Gets or sets the list of resource Id's, by default it accepts move resource id's unless the input type is switched via moveResourceInputType property. */\n moveResources: string[];\n /** Defines the move resource input type. */\n moveResourceInputType?: MoveResourceInputType;\n}\n\n/** Defines the request body for commit operation. */\nexport interface CommitRequest {\n /** Gets or sets a value indicating whether the operation needs to only run pre-requisite. */\n validateOnly?: boolean;\n /** Gets or sets the list of resource Id's, by default it accepts move resource id's unless the input type is switched via moveResourceInputType property. */\n moveResources: string[];\n /** Defines the move resource input type. */\n moveResourceInputType?: MoveResourceInputType;\n}\n\n/** Defines the request body for discard operation. */\nexport interface DiscardRequest {\n /** Gets or sets a value indicating whether the operation needs to only run pre-requisite. */\n validateOnly?: boolean;\n /** Gets or sets the list of resource Id's, by default it accepts move resource id's unless the input type is switched via moveResourceInputType property. */\n moveResources: string[];\n /** Defines the move resource input type. */\n moveResourceInputType?: MoveResourceInputType;\n}\n\n/** Defines the collection of move resources. */\nexport interface MoveResourceCollection {\n /** Gets the list of move resources. */\n value?: MoveResource[];\n /** Gets the value of next link. */\n nextLink?: string;\n /** Gets or sets the list of summary items and the field on which summary is done. */\n summaryCollection?: SummaryCollection;\n /**\n * Gets the total count.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalCount?: number;\n}\n\n/** Defines the move resource. */\nexport interface MoveResource {\n /**\n * Fully qualified resource Id for the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Defines the move resource properties. */\n properties?: MoveResourceProperties;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Defines the move resource properties. */\nexport interface MoveResourceProperties {\n /**\n * Defines the provisioning states.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Gets or sets the Source ARM Id of the resource. */\n sourceId: string;\n /**\n * Gets or sets the Target ARM Id of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetId?: string;\n /** Gets or sets the existing target ARM Id of the resource. */\n existingTargetId?: string;\n /** Gets or sets the resource settings. */\n resourceSettings?: ResourceSettingsUnion;\n /**\n * Gets or sets the source resource settings.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceResourceSettings?: ResourceSettingsUnion;\n /**\n * Defines the move resource status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly moveStatus?: MoveResourcePropertiesMoveStatus;\n /**\n * Gets or sets the move resource dependencies.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dependsOn?: MoveResourceDependency[];\n /** Gets or sets the move resource dependencies overrides. */\n dependsOnOverrides?: MoveResourceDependencyOverride[];\n /**\n * Gets a value indicating whether the resolve action is required over the move collection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isResolveRequired?: boolean;\n /**\n * Defines the move resource errors.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errors?: MoveResourcePropertiesErrors;\n}\n\n/** Gets or sets the resource settings. */\nexport interface ResourceSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType:\n | \"Microsoft.Compute/virtualMachines\"\n | \"Microsoft.Compute/availabilitySets\"\n | \"Microsoft.Network/virtualNetworks\"\n | \"Microsoft.Network/networkInterfaces\"\n | \"Microsoft.Network/networkSecurityGroups\"\n | \"Microsoft.Network/loadBalancers\"\n | \"Microsoft.Sql/servers\"\n | \"Microsoft.Sql/servers/elasticPools\"\n | \"Microsoft.Sql/servers/databases\"\n | \"resourceGroups\"\n | \"Microsoft.Network/publicIPAddresses\"\n | \"Microsoft.KeyVault/vaults\"\n | \"Microsoft.Compute/diskEncryptionSets\";\n /** Gets or sets the target Resource name. */\n targetResourceName?: string;\n /** Gets or sets the target resource group name. */\n targetResourceGroupName?: string;\n}\n\n/** Defines the move resource status. */\nexport interface MoveResourceStatus {\n /**\n * Defines the MoveResource states.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly moveState?: MoveState;\n /** Defines the job status. */\n jobStatus?: JobStatus;\n /** An error response from the azure resource mover service. */\n errors?: MoveResourceError;\n}\n\n/** Defines the job status. */\nexport interface JobStatus {\n /**\n * Defines the job name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobName?: JobName;\n /**\n * Gets or sets the monitoring job percentage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobProgress?: string;\n}\n\n/** Defines the dependency of the move resource. */\nexport interface MoveResourceDependency {\n /** Gets the source ARM ID of the dependent resource. */\n id?: string;\n /** Gets the dependency resolution status. */\n resolutionStatus?: string;\n /** Defines the resolution type. */\n resolutionType?: ResolutionType;\n /** Defines the dependency type. */\n dependencyType?: DependencyType;\n /** Defines the properties for manual resolution. */\n manualResolution?: ManualResolutionProperties;\n /** Defines the properties for automatic resolution. */\n automaticResolution?: AutomaticResolutionProperties;\n /** Gets or sets a value indicating whether the dependency is optional. */\n isOptional?: string;\n}\n\n/** Defines the properties for manual resolution. */\nexport interface ManualResolutionProperties {\n /** Gets or sets the target resource ARM ID of the dependent resource if the resource type is Manual. */\n targetId?: string;\n}\n\n/** Defines the properties for automatic resolution. */\nexport interface AutomaticResolutionProperties {\n /**\n * Gets the MoveResource ARM ID of\n * the dependent resource if the resolution type is Automatic.\n */\n moveResourceId?: string;\n}\n\n/** Defines the dependency override of the move resource. */\nexport interface MoveResourceDependencyOverride {\n /** Gets or sets the ARM ID of the dependent resource. */\n id?: string;\n /**\n * Gets or sets the resource ARM id of either the MoveResource or the resource ARM ID of\n * the dependent resource.\n */\n targetId?: string;\n}\n\n/** Summary Collection. */\nexport interface SummaryCollection {\n /** Gets or sets the field name on which summary is done. */\n fieldName?: string;\n /** Gets or sets the list of summary items. */\n summary?: Summary[];\n}\n\n/** Summary item. */\nexport interface Summary {\n /** Gets the count. */\n count?: number;\n /** Gets the item. */\n item?: string;\n}\n\n/** Unresolved dependency collection. */\nexport interface UnresolvedDependencyCollection {\n /** Gets or sets the list of unresolved dependencies. */\n value?: UnresolvedDependency[];\n /** Gets or sets the value of next link. */\n nextLink?: string;\n /**\n * Gets or sets the list of summary items and the field on which summary is done.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly summaryCollection?: SummaryCollection;\n /**\n * Gets the total count.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalCount?: number;\n}\n\n/** Unresolved dependency. */\nexport interface UnresolvedDependency {\n /** Gets or sets the count. */\n count?: number;\n /** Gets or sets the arm id of the dependency. */\n id?: string;\n}\n\n/** Defines the request body for bulk remove of move resources operation. */\nexport interface BulkRemoveRequest {\n /** Gets or sets a value indicating whether the operation needs to only run pre-requisite. */\n validateOnly?: boolean;\n /** Gets or sets the list of resource Id's, by default it accepts move resource id's unless the input type is switched via moveResourceInputType property. */\n moveResources?: string[];\n /** Defines the move resource input type. */\n moveResourceInputType?: MoveResourceInputType;\n}\n\n/** Collection of ClientDiscovery details. */\nexport interface OperationsDiscoveryCollection {\n /** Gets or sets the ClientDiscovery details. */\n value?: OperationsDiscovery[];\n /** Gets or sets the value of next link. */\n nextLink?: string;\n}\n\n/** Operations discovery class. */\nexport interface OperationsDiscovery {\n /**\n * Gets or sets Name of the API.\n * The name of the operation being performed on this particular object. It should\n * match the action name that appears in RBAC / the event service.\n * Examples of operations include:\n * * Microsoft.Compute/virtualMachine/capture/action\n * * Microsoft.Compute/virtualMachine/restart/action\n * * Microsoft.Compute/virtualMachine/write\n * * Microsoft.Compute/virtualMachine/read\n * * Microsoft.Compute/virtualMachine/delete\n * Each action should include, in order:\n * (1) Resource Provider Namespace\n * (2) Type hierarchy for which the action applies (e.g. server/databases for a SQL\n * Azure database)\n * (3) Read, Write, Action or Delete indicating which type applies. If it is a PUT/PATCH\n * on a collection or named value, Write should be used.\n * If it is a GET, Read should be used. If it is a DELETE, Delete should be used. If it\n * is a POST, Action should be used.\n * As a note: all resource providers would need to include the \"{Resource Provider\n * Namespace}/register/action\" operation in their response.\n * This API is used to register for their service, and should include details about the\n * operation (e.g. a localized name for the resource provider + any special\n * considerations like PII release).\n */\n name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /**\n * Contains the localized display information for this particular operation / action. These\n * value will be used by several clients for\n * (1) custom role definitions for RBAC;\n * (2) complex query filters for the event service; and\n * (3) audit history / records for management operations.\n */\n display?: Display;\n /**\n * Gets or sets Origin.\n * The intended executor of the operation; governs the display of the operation in the\n * RBAC UX and the audit logs UX.\n * Default value is \"user,system\".\n */\n origin?: string;\n /** ClientDiscovery properties. */\n properties?: Record<string, unknown>;\n}\n\n/**\n * Contains the localized display information for this particular operation / action. These\n * value will be used by several clients for\n * (1) custom role definitions for RBAC;\n * (2) complex query filters for the event service; and\n * (3) audit history / records for management operations.\n */\nexport interface Display {\n /**\n * Gets or sets the provider.\n * The localized friendly form of the resource provider name – it is expected to also\n * include the publisher/company responsible.\n * It should use Title Casing and begin with \"Microsoft\" for 1st party services.\n * e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute.\".\n */\n provider?: string;\n /**\n * Gets or sets the resource.\n * The localized friendly form of the resource related to this action/operation – it\n * should match the public documentation for the resource provider.\n * It should use Title Casing.\n * This value should be unique for a particular URL type (e.g. nested types should *not*\n * reuse their parent’s display.resource field)\n * e.g. \"Virtual Machines\" or \"Scheduler Job Collections\", or \"Virtual Machine VM Sizes\"\n * or \"Scheduler Jobs\".\n */\n resource?: string;\n /**\n * Gets or sets the operation.\n * The localized friendly name for the operation, as it should be shown to the user.\n * It should be concise (to fit in drop downs) but clear (i.e. self-documenting).\n * It should use Title Casing.\n * Prescriptive guidance: Read Create or Update Delete 'ActionName'.\n */\n operation?: string;\n /**\n * Gets or sets the description.\n * The localized friendly description for the operation, as it should be shown to the\n * user.\n * It should be thorough, yet concise – it will be used in tool tips and detailed views.\n * Prescriptive guidance for namespace:\n * Read any 'display.provider' resource\n * Create or Update any 'display.provider' resource\n * Delete any 'display.provider' resource\n * Perform any other action on any 'display.provider' resource\n * Prescriptive guidance for namespace:\n * Read any 'display.resource' Create or Update any 'display.resource' Delete any\n * 'display.resource' 'ActionName' any 'display.resources'.\n */\n description?: string;\n}\n\n/** Defines the collection of move collections. */\nexport interface MoveCollectionResultList {\n /** Gets the list of move collections. */\n value?: MoveCollection[];\n /** Gets the value of next link. */\n nextLink?: string;\n}\n\n/** Required for resources collection. */\nexport interface RequiredForResourcesCollection {\n /** Gets or sets the list of source Ids for which the input resource is required. */\n sourceIds?: string[];\n}\n\n/** Move resource filter. */\nexport interface MoveResourceFilter {\n properties?: MoveResourceFilterProperties;\n}\n\nexport interface MoveResourceFilterProperties {\n /** The provisioning state. */\n provisioningState?: string;\n}\n\n/** Unresolved dependencies contract. */\nexport interface UnresolvedDependenciesFilter {\n properties?: UnresolvedDependenciesFilterProperties;\n}\n\nexport interface UnresolvedDependenciesFilterProperties {\n /** The count of the resource. */\n count?: number;\n}\n\n/** Defines the virtual network subnets resource settings. */\nexport interface SubnetResourceSettings {\n /** Gets or sets the Subnet name. */\n name?: string;\n /** Gets or sets address prefix for the subnet. */\n addressPrefix?: string;\n /** Defines reference to NSG. */\n networkSecurityGroup?: NsgReference;\n}\n\n/** Defines reference to an Azure resource. */\nexport interface AzureResourceReference {\n /** Gets the ARM resource ID of the tracked resource being referenced. */\n sourceArmResourceId: string;\n}\n\n/** Defines NIC IP configuration properties. */\nexport interface NicIpConfigurationResourceSettings {\n /** Gets or sets the IP configuration name. */\n name?: string;\n /** Gets or sets the private IP address of the network interface IP Configuration. */\n privateIpAddress?: string;\n /** Gets or sets the private IP address allocation method. */\n privateIpAllocationMethod?: string;\n /** Defines reference to subnet. */\n subnet?: SubnetReference;\n /** Gets or sets a value indicating whether this IP configuration is the primary. */\n primary?: boolean;\n /** Gets or sets the references of the load balancer backend address pools. */\n loadBalancerBackendAddressPools?: LoadBalancerBackendAddressPoolReference[];\n /** Gets or sets the references of the load balancer NAT rules. */\n loadBalancerNatRules?: LoadBalancerNatRuleReference[];\n /** Defines reference to a public IP. */\n publicIp?: PublicIpReference;\n}\n\n/** Security Rule data model for Network Security Groups. */\nexport interface NsgSecurityRule {\n /** Gets or sets the Security rule name. */\n name?: string;\n /**\n * Gets or sets whether network traffic is allowed or denied.\n * Possible values are “Allow” and “Deny”.\n */\n access?: string;\n /** Gets or sets a description for this rule. Restricted to 140 chars. */\n description?: string;\n /**\n * Gets or sets destination address prefix. CIDR or source IP range.\n * A “*” can also be used to match all source IPs. Default tags such\n * as ‘VirtualNetwork’, ‘AzureLoadBalancer’ and ‘Internet’ can also be used.\n */\n destinationAddressPrefix?: string;\n /**\n * Gets or sets Destination Port or Range. Integer or range between\n * 0 and 65535. A “*” can also be used to match all ports.\n */\n destinationPortRange?: string;\n /**\n * Gets or sets the direction of the rule.InBound or Outbound. The\n * direction specifies if rule will be evaluated on incoming or outgoing traffic.\n */\n direction?: string;\n /**\n * Gets or sets the priority of the rule. The value can be between\n * 100 and 4096. The priority number must be unique for each rule in the collection.\n * The lower the priority number, the higher the priority of the rule.\n */\n priority?: number;\n /** Gets or sets Network protocol this rule applies to. Can be Tcp, Udp or All(*). */\n protocol?: string;\n /**\n * Gets or sets source address prefix. CIDR or source IP range. A\n * “*” can also be used to match all source IPs. Default tags such as ‘VirtualNetwork’,\n * ‘AzureLoadBalancer’ and ‘Internet’ can also be used. If this is an ingress\n * rule, specifies where network traffic originates from.\n */\n sourceAddressPrefix?: string;\n /**\n * Gets or sets Source Port or Range. Integer or range between 0 and\n * 65535. A “*” can also be used to match all ports.\n */\n sourcePortRange?: string;\n}\n\n/** Defines load balancer frontend IP configuration properties. */\nexport interface LBFrontendIPConfigurationResourceSettings {\n /** Gets or sets the frontend IP configuration name. */\n name?: string;\n /**\n * Gets or sets the IP address of the Load Balancer.This is only specified if a specific\n * private IP address shall be allocated from the subnet specified in subnetRef.\n */\n privateIpAddress?: string;\n /** Gets or sets PrivateIP allocation method (Static/Dynamic). */\n privateIpAllocationMethod?: string;\n /** Defines reference to subnet. */\n subnet?: SubnetReference;\n /** Gets or sets the csv list of zones. */\n zones?: string;\n}\n\n/** Defines load balancer backend address pool properties. */\nexport interface LBBackendAddressPoolResourceSettings {\n /** Gets or sets the backend address pool name. */\n name?: string;\n}\n\n/** Defines the move collection errors. */\nexport interface MoveCollectionPropertiesErrors extends MoveResourceError {}\n\n/** Defines the move resource errors. */\nexport interface MoveResourcePropertiesErrors extends MoveResourceError {}\n\n/** Gets or sets the virtual machine resource settings. */\nexport interface VirtualMachineResourceSettings extends ResourceSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Microsoft.Compute/virtualMachines\";\n /** Gets or sets the Resource tags. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets user-managed identities */\n userManagedIdentities?: string[];\n /** Gets or sets the target availability zone. */\n targetAvailabilityZone?: TargetAvailabilityZone;\n /** Gets or sets the target virtual machine size. */\n targetVmSize?: string;\n /** Gets or sets the target availability set id for virtual machines not in an availability set at source. */\n targetAvailabilitySetId?: string;\n}\n\n/** Gets or sets the availability set resource settings. */\nexport interface AvailabilitySetResourceSettings extends ResourceSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Microsoft.Compute/availabilitySets\";\n /** Gets or sets the Resource tags. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets the target fault domain. */\n faultDomain?: number;\n /** Gets or sets the target update domain. */\n updateDomain?: number;\n}\n\n/** Defines the virtual network resource settings. */\nexport interface VirtualNetworkResourceSettings extends ResourceSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Microsoft.Network/virtualNetworks\";\n /** Gets or sets the Resource tags. */\n tags?: { [propertyName: string]: string };\n /**\n * Gets or sets a value indicating whether gets or sets whether the\n * DDOS protection should be switched on.\n */\n enableDdosProtection?: boolean;\n /** Gets or sets the address prefixes for the virtual network. */\n addressSpace?: string[];\n /**\n * Gets or sets DHCPOptions that contains an array of DNS servers available to VMs\n * deployed in the virtual network.\n */\n dnsServers?: string[];\n /** Gets or sets List of subnets in a VirtualNetwork. */\n subnets?: SubnetResourceSettings[];\n}\n\n/** Defines the network interface resource settings. */\nexport interface NetworkInterfaceResourceSettings extends ResourceSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Microsoft.Network/networkInterfaces\";\n /** Gets or sets the Resource tags. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets the IP configurations of the NIC. */\n ipConfigurations?: NicIpConfigurationResourceSettings[];\n /** Gets or sets a value indicating whether accelerated networking is enabled. */\n enableAcceleratedNetworking?: boolean;\n}\n\n/** Defines the NSG resource settings. */\nexport interface NetworkSecurityGroupResourceSettings extends ResourceSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Microsoft.Network/networkSecurityGroups\";\n /** Gets or sets the Resource tags. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets Security rules of network security group. */\n securityRules?: NsgSecurityRule[];\n}\n\n/** Defines the load balancer resource settings. */\nexport interface LoadBalancerResourceSettings extends ResourceSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Microsoft.Network/loadBalancers\";\n /** Gets or sets the Resource tags. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets load balancer sku (Basic/Standard). */\n sku?: string;\n /** Gets or sets the frontend IP configurations of the load balancer. */\n frontendIPConfigurations?: LBFrontendIPConfigurationResourceSettings[];\n /** Gets or sets the backend address pools of the load balancer. */\n backendAddressPools?: LBBackendAddressPoolResourceSettings[];\n /**\n * Gets or sets the csv list of zones common for all frontend IP configurations. Note this is given\n * precedence only if frontend IP configurations settings are not present.\n */\n zones?: string;\n}\n\n/** Defines the SQL Server resource settings. */\nexport interface SqlServerResourceSettings extends ResourceSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Microsoft.Sql/servers\";\n}\n\n/** Defines the Sql ElasticPool resource settings. */\nexport interface SqlElasticPoolResourceSettings extends ResourceSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Microsoft.Sql/servers/elasticPools\";\n /** Gets or sets the Resource tags. */\n tags?: { [propertyName: string]: string };\n /** Defines the zone redundant resource setting. */\n zoneRedundant?: ZoneRedundant;\n}\n\n/** Defines the Sql Database resource settings. */\nexport interface SqlDatabaseResourceSettings extends ResourceSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Microsoft.Sql/servers/databases\";\n /** Gets or sets the Resource tags. */\n tags?: { [propertyName: string]: string };\n /** Defines the zone redundant resource setting. */\n zoneRedundant?: ZoneRedundant;\n}\n\n/** Defines the resource group resource settings. */\nexport interface ResourceGroupResourceSettings extends ResourceSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"resourceGroups\";\n}\n\n/** Defines the public IP address resource settings. */\nexport interface PublicIPAddressResourceSettings extends ResourceSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Microsoft.Network/publicIPAddresses\";\n /** Gets or sets the Resource tags. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets the domain name label. */\n domainNameLabel?: string;\n /** Gets or sets the fully qualified domain name. */\n fqdn?: string;\n /** Gets or sets public IP allocation method. */\n publicIpAllocationMethod?: string;\n /** Gets or sets public IP sku. */\n sku?: string;\n /** Gets or sets public IP zones. */\n zones?: string;\n}\n\n/** Defines the key vault resource settings. */\nexport interface KeyVaultResourceSettings extends ResourceSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Microsoft.KeyVault/vaults\";\n}\n\n/** Defines the disk encryption set resource settings. */\nexport interface DiskEncryptionSetResourceSettings extends ResourceSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Microsoft.Compute/diskEncryptionSets\";\n}\n\n/** Defines the move resource status. */\nexport interface MoveResourcePropertiesMoveStatus extends MoveResourceStatus {}\n\n/** Defines reference to NSG. */\nexport interface NsgReference extends AzureResourceReference {}\n\n/** Defines reference to a proxy resource. */\nexport interface ProxyResourceReference extends AzureResourceReference {\n /** Gets the name of the proxy resource on the target side. */\n name?: string;\n}\n\n/** Defines reference to a public IP. */\nexport interface PublicIpReference extends AzureResourceReference {}\n\n/** Defines reference to subnet. */\nexport interface SubnetReference extends ProxyResourceReference {}\n\n/** Defines reference to load balancer backend address pools. */\nexport interface LoadBalancerBackendAddressPoolReference\n extends ProxyResourceReference {}\n\n/** Defines reference to load balancer NAT rules. */\nexport interface LoadBalancerNatRuleReference extends ProxyResourceReference {}\n\n/** Known values of {@link ResourceIdentityType} that the service accepts. */\nexport enum KnownResourceIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\"\n}\n\n/**\n * Defines values for ResourceIdentityType. \\\n * {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned**\n */\nexport type ResourceIdentityType = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Updating */\n Updating = \"Updating\",\n /** Creating */\n Creating = \"Creating\",\n /** Failed */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Updating** \\\n * **Creating** \\\n * **Failed**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link MoveType} that the service accepts. */\nexport enum KnownMoveType {\n /** RegionToRegion */\n RegionToRegion = \"RegionToRegion\",\n /** RegionToZone */\n RegionToZone = \"RegionToZone\"\n}\n\n/**\n * Defines values for MoveType. \\\n * {@link KnownMoveType} can be used interchangeably with MoveType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RegionToRegion** \\\n * **RegionToZone**\n */\nexport type MoveType = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link MoveResourceInputType} that the service accepts. */\nexport enum KnownMoveResourceInputType {\n /** MoveResourceId */\n MoveResourceId = \"MoveResourceId\",\n /** MoveResourceSourceId */\n MoveResourceSourceId = \"MoveResourceSourceId\"\n}\n\n/**\n * Defines values for MoveResourceInputType. \\\n * {@link KnownMoveResourceInputType} can be used interchangeably with MoveResourceInputType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **MoveResourceId** \\\n * **MoveResourceSourceId**\n */\nexport type MoveResourceInputType = string;\n\n/** Known values of {@link MoveState} that the service accepts. */\nexport enum KnownMoveState {\n /** AssignmentPending */\n AssignmentPending = \"AssignmentPending\",\n /** PreparePending */\n PreparePending = \"PreparePending\",\n /** PrepareInProgress */\n PrepareInProgress = \"PrepareInProgress\",\n /** PrepareFailed */\n PrepareFailed = \"PrepareFailed\",\n /** MovePending */\n MovePending = \"MovePending\",\n /** MoveInProgress */\n MoveInProgress = \"MoveInProgress\",\n /** MoveFailed */\n MoveFailed = \"MoveFailed\",\n /** DiscardInProgress */\n DiscardInProgress = \"DiscardInProgress\",\n /** DiscardFailed */\n DiscardFailed = \"DiscardFailed\",\n /** CommitPending */\n CommitPending = \"CommitPending\",\n /** CommitInProgress */\n CommitInProgress = \"CommitInProgress\",\n /** CommitFailed */\n CommitFailed = \"CommitFailed\",\n /** Committed */\n Committed = \"Committed\",\n /** DeleteSourcePending */\n DeleteSourcePending = \"DeleteSourcePending\",\n /** ResourceMoveCompleted */\n ResourceMoveCompleted = \"ResourceMoveCompleted\"\n}\n\n/**\n * Defines values for MoveState. \\\n * {@link KnownMoveState} can be used interchangeably with MoveState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AssignmentPending** \\\n * **PreparePending** \\\n * **PrepareInProgress** \\\n * **PrepareFailed** \\\n * **MovePending** \\\n * **MoveInProgress** \\\n * **MoveFailed** \\\n * **DiscardInProgress** \\\n * **DiscardFailed** \\\n * **CommitPending** \\\n * **CommitInProgress** \\\n * **CommitFailed** \\\n * **Committed** \\\n * **DeleteSourcePending** \\\n * **ResourceMoveCompleted**\n */\nexport type MoveState = string;\n\n/** Known values of {@link JobName} that the service accepts. */\nexport enum KnownJobName {\n /** InitialSync */\n InitialSync = \"InitialSync\"\n}\n\n/**\n * Defines values for JobName. \\\n * {@link KnownJobName} can be used interchangeably with JobName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InitialSync**\n */\nexport type JobName = string;\n\n/** Known values of {@link ResolutionType} that the service accepts. */\nexport enum KnownResolutionType {\n /** Manual */\n Manual = \"Manual\",\n /** Automatic */\n Automatic = \"Automatic\"\n}\n\n/**\n * Defines values for ResolutionType. \\\n * {@link KnownResolutionType} can be used interchangeably with ResolutionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Manual** \\\n * **Automatic**\n */\nexport type ResolutionType = string;\n\n/** Known values of {@link DependencyType} that the service accepts. */\nexport enum KnownDependencyType {\n /** RequiredForPrepare */\n RequiredForPrepare = \"RequiredForPrepare\",\n /** RequiredForMove */\n RequiredForMove = \"RequiredForMove\"\n}\n\n/**\n * Defines values for DependencyType. \\\n * {@link KnownDependencyType} can be used interchangeably with DependencyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RequiredForPrepare** \\\n * **RequiredForMove**\n */\nexport type DependencyType = string;\n\n/** Known values of {@link DependencyLevel} that the service accepts. */\nexport enum KnownDependencyLevel {\n /** Direct */\n Direct = \"Direct\",\n /** Descendant */\n Descendant = \"Descendant\"\n}\n\n/**\n * Defines values for DependencyLevel. \\\n * {@link KnownDependencyLevel} can be used interchangeably with DependencyLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Direct** \\\n * **Descendant**\n */\nexport type DependencyLevel = string;\n\n/** Known values of {@link TargetAvailabilityZone} that the service accepts. */\nexport enum KnownTargetAvailabilityZone {\n /** One */\n One = \"1\",\n /** Two */\n Two = \"2\",\n /** Three */\n Three = \"3\",\n /** NA */\n NA = \"NA\"\n}\n\n/**\n * Defines values for TargetAvailabilityZone. \\\n * {@link KnownTargetAvailabilityZone} can be used interchangeably with TargetAvailabilityZone,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **1** \\\n * **2** \\\n * **3** \\\n * **NA**\n */\nexport type TargetAvailabilityZone = string;\n\n/** Known values of {@link ZoneRedundant} that the service accepts. */\nexport enum KnownZoneRedundant {\n /** Enable */\n Enable = \"Enable\",\n /** Disable */\n Disable = \"Disable\"\n}\n\n/**\n * Defines values for ZoneRedundant. \\\n * {@link KnownZoneRedundant} can be used interchangeably with ZoneRedundant,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enable** \\\n * **Disable**\n */\nexport type ZoneRedundant = string;\n\n/** Optional parameters. */\nexport interface MoveCollectionsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Define the move collection. */\n body?: MoveCollection;\n}\n\n/** Contains response data for the create operation. */\nexport type MoveCollectionsCreateResponse = MoveCollection;\n\n/** Optional parameters. */\nexport interface MoveCollectionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Defines the request body for updating move collection. */\n body?: UpdateMoveCollectionRequest;\n}\n\n/** Contains response data for the update operation. */\nexport type MoveCollectionsUpdateResponse = MoveCollection;\n\n/** Optional parameters. */\nexport interface MoveCollectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type MoveCollectionsDeleteResponse = OperationStatus;\n\n/** Optional parameters. */\nexport interface MoveCollectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MoveCollectionsGetResponse = MoveCollection;\n\n/** Optional parameters. */\nexport interface MoveCollectionsPrepareOptionalParams\n extends coreClient.OperationOptions {\n /** Defines the request body for initiate prepare operation. */\n body?: PrepareRequest;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the prepare operation. */\nexport type MoveCollectionsPrepareResponse = OperationStatus;\n\n/** Optional parameters. */\nexport interface MoveCollectionsInitiateMoveOptionalParams\n extends coreClient.OperationOptions {\n /** Defines the request body for resource move operation. */\n body?: ResourceMoveRequest;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the initiateMove operation. */\nexport type MoveCollectionsInitiateMoveResponse = OperationStatus;\n\n/** Optional parameters. */\nexport interface MoveCollectionsCommitOptionalParams\n extends coreClient.OperationOptions {\n /** Defines the request body for commit operation. */\n body?: CommitRequest;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the commit operation. */\nexport type MoveCollectionsCommitResponse = OperationStatus;\n\n/** Optional parameters. */\nexport interface MoveCollectionsDiscardOptionalParams\n extends coreClient.OperationOptions {\n /** Defines the request body for discard operation. */\n body?: DiscardRequest;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the discard operation. */\nexport type MoveCollectionsDiscardResponse = OperationStatus;\n\n/** Optional parameters. */\nexport interface MoveCollectionsResolveDependenciesOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the resolveDependencies operation. */\nexport type MoveCollectionsResolveDependenciesResponse = OperationStatus;\n\n/** Optional parameters. */\nexport interface MoveCollectionsBulkRemoveOptionalParams\n extends coreClient.OperationOptions {\n /** Defines the request body for bulk remove of move resources operation. */\n body?: BulkRemoveRequest;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the bulkRemove operation. */\nexport type MoveCollectionsBulkRemoveResponse = OperationStatus;\n\n/** Optional parameters. */\nexport interface MoveCollectionsListMoveCollectionsBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMoveCollectionsBySubscription operation. */\nexport type MoveCollectionsListMoveCollectionsBySubscriptionResponse = MoveCollectionResultList;\n\n/** Optional parameters. */\nexport interface MoveCollectionsListMoveCollectionsByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMoveCollectionsByResourceGroup operation. */\nexport type MoveCollectionsListMoveCollectionsByResourceGroupResponse = MoveCollectionResultList;\n\n/** Optional parameters. */\nexport interface MoveCollectionsListRequiredForOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRequiredFor operation. */\nexport type MoveCollectionsListRequiredForResponse = RequiredForResourcesCollection;\n\n/** Optional parameters. */\nexport interface MoveCollectionsListMoveCollectionsBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMoveCollectionsBySubscriptionNext operation. */\nexport type MoveCollectionsListMoveCollectionsBySubscriptionNextResponse = MoveCollectionResultList;\n\n/** Optional parameters. */\nexport interface MoveCollectionsListMoveCollectionsByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMoveCollectionsByResourceGroupNext operation. */\nexport type MoveCollectionsListMoveCollectionsByResourceGroupNextResponse = MoveCollectionResultList;\n\n/** Optional parameters. */\nexport interface MoveResourcesListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. For example, you can use $filter=Properties/ProvisioningState eq 'Succeeded'. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type MoveResourcesListResponse = MoveResourceCollection;\n\n/** Optional parameters. */\nexport interface MoveResourcesCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Defines the move resource. */\n body?: MoveResource;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type MoveResourcesCreateResponse = MoveResource;\n\n/** Optional parameters. */\nexport interface MoveResourcesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type MoveResourcesDeleteResponse = OperationStatus;\n\n/** Optional parameters. */\nexport interface MoveResourcesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MoveResourcesGetResponse = MoveResource;\n\n/** Optional parameters. */\nexport interface MoveResourcesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type MoveResourcesListNextResponse = MoveResourceCollection;\n\n/** Optional parameters. */\nexport interface UnresolvedDependenciesGetOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. For example, $apply=filter(count eq 2). */\n filter?: string;\n /** Defines the dependency level. */\n dependencyLevel?: DependencyLevel;\n /** OData order by query option. For example, you can use $orderby=Count desc. */\n orderby?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type UnresolvedDependenciesGetResponse = UnresolvedDependencyCollection;\n\n/** Optional parameters. */\nexport interface UnresolvedDependenciesGetNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNext operation. */\nexport type UnresolvedDependenciesGetNextResponse = UnresolvedDependencyCollection;\n\n/** Optional parameters. */\nexport interface OperationsDiscoveryGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OperationsDiscoveryGetResponse = OperationsDiscoveryCollection;\n\n/** Optional parameters. */\nexport interface ResourceMoverServiceAPIOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const MoveCollection: coreClient.CompositeMapper;
|
|
3
|
+
export declare const Identity: coreClient.CompositeMapper;
|
|
4
|
+
export declare const MoveCollectionProperties: coreClient.CompositeMapper;
|
|
5
|
+
export declare const MoveResourceError: coreClient.CompositeMapper;
|
|
6
|
+
export declare const MoveResourceErrorBody: coreClient.CompositeMapper;
|
|
7
|
+
export declare const SystemData: coreClient.CompositeMapper;
|
|
8
|
+
export declare const CloudError: coreClient.CompositeMapper;
|
|
9
|
+
export declare const CloudErrorBody: coreClient.CompositeMapper;
|
|
10
|
+
export declare const UpdateMoveCollectionRequest: coreClient.CompositeMapper;
|
|
11
|
+
export declare const OperationStatus: coreClient.CompositeMapper;
|
|
12
|
+
export declare const OperationStatusError: coreClient.CompositeMapper;
|
|
13
|
+
export declare const OperationErrorAdditionalInfo: coreClient.CompositeMapper;
|
|
14
|
+
export declare const MoveErrorInfo: coreClient.CompositeMapper;
|
|
15
|
+
export declare const AffectedMoveResource: coreClient.CompositeMapper;
|
|
16
|
+
export declare const PrepareRequest: coreClient.CompositeMapper;
|
|
17
|
+
export declare const ResourceMoveRequest: coreClient.CompositeMapper;
|
|
18
|
+
export declare const CommitRequest: coreClient.CompositeMapper;
|
|
19
|
+
export declare const DiscardRequest: coreClient.CompositeMapper;
|
|
20
|
+
export declare const MoveResourceCollection: coreClient.CompositeMapper;
|
|
21
|
+
export declare const MoveResource: coreClient.CompositeMapper;
|
|
22
|
+
export declare const MoveResourceProperties: coreClient.CompositeMapper;
|
|
23
|
+
export declare const ResourceSettings: coreClient.CompositeMapper;
|
|
24
|
+
export declare const MoveResourceStatus: coreClient.CompositeMapper;
|
|
25
|
+
export declare const JobStatus: coreClient.CompositeMapper;
|
|
26
|
+
export declare const MoveResourceDependency: coreClient.CompositeMapper;
|
|
27
|
+
export declare const ManualResolutionProperties: coreClient.CompositeMapper;
|
|
28
|
+
export declare const AutomaticResolutionProperties: coreClient.CompositeMapper;
|
|
29
|
+
export declare const MoveResourceDependencyOverride: coreClient.CompositeMapper;
|
|
30
|
+
export declare const SummaryCollection: coreClient.CompositeMapper;
|
|
31
|
+
export declare const Summary: coreClient.CompositeMapper;
|
|
32
|
+
export declare const UnresolvedDependencyCollection: coreClient.CompositeMapper;
|
|
33
|
+
export declare const UnresolvedDependency: coreClient.CompositeMapper;
|
|
34
|
+
export declare const BulkRemoveRequest: coreClient.CompositeMapper;
|
|
35
|
+
export declare const OperationsDiscoveryCollection: coreClient.CompositeMapper;
|
|
36
|
+
export declare const OperationsDiscovery: coreClient.CompositeMapper;
|
|
37
|
+
export declare const Display: coreClient.CompositeMapper;
|
|
38
|
+
export declare const MoveCollectionResultList: coreClient.CompositeMapper;
|
|
39
|
+
export declare const RequiredForResourcesCollection: coreClient.CompositeMapper;
|
|
40
|
+
export declare const MoveResourceFilter: coreClient.CompositeMapper;
|
|
41
|
+
export declare const MoveResourceFilterProperties: coreClient.CompositeMapper;
|
|
42
|
+
export declare const UnresolvedDependenciesFilter: coreClient.CompositeMapper;
|
|
43
|
+
export declare const UnresolvedDependenciesFilterProperties: coreClient.CompositeMapper;
|
|
44
|
+
export declare const SubnetResourceSettings: coreClient.CompositeMapper;
|
|
45
|
+
export declare const AzureResourceReference: coreClient.CompositeMapper;
|
|
46
|
+
export declare const NicIpConfigurationResourceSettings: coreClient.CompositeMapper;
|
|
47
|
+
export declare const NsgSecurityRule: coreClient.CompositeMapper;
|
|
48
|
+
export declare const LBFrontendIPConfigurationResourceSettings: coreClient.CompositeMapper;
|
|
49
|
+
export declare const LBBackendAddressPoolResourceSettings: coreClient.CompositeMapper;
|
|
50
|
+
export declare const MoveCollectionPropertiesErrors: coreClient.CompositeMapper;
|
|
51
|
+
export declare const MoveResourcePropertiesErrors: coreClient.CompositeMapper;
|
|
52
|
+
export declare const VirtualMachineResourceSettings: coreClient.CompositeMapper;
|
|
53
|
+
export declare const AvailabilitySetResourceSettings: coreClient.CompositeMapper;
|
|
54
|
+
export declare const VirtualNetworkResourceSettings: coreClient.CompositeMapper;
|
|
55
|
+
export declare const NetworkInterfaceResourceSettings: coreClient.CompositeMapper;
|
|
56
|
+
export declare const NetworkSecurityGroupResourceSettings: coreClient.CompositeMapper;
|
|
57
|
+
export declare const LoadBalancerResourceSettings: coreClient.CompositeMapper;
|
|
58
|
+
export declare const SqlServerResourceSettings: coreClient.CompositeMapper;
|
|
59
|
+
export declare const SqlElasticPoolResourceSettings: coreClient.CompositeMapper;
|
|
60
|
+
export declare const SqlDatabaseResourceSettings: coreClient.CompositeMapper;
|
|
61
|
+
export declare const ResourceGroupResourceSettings: coreClient.CompositeMapper;
|
|
62
|
+
export declare const PublicIPAddressResourceSettings: coreClient.CompositeMapper;
|
|
63
|
+
export declare const KeyVaultResourceSettings: coreClient.CompositeMapper;
|
|
64
|
+
export declare const DiskEncryptionSetResourceSettings: coreClient.CompositeMapper;
|
|
65
|
+
export declare const MoveResourcePropertiesMoveStatus: coreClient.CompositeMapper;
|
|
66
|
+
export declare const NsgReference: coreClient.CompositeMapper;
|
|
67
|
+
export declare const ProxyResourceReference: coreClient.CompositeMapper;
|
|
68
|
+
export declare const PublicIpReference: coreClient.CompositeMapper;
|
|
69
|
+
export declare const SubnetReference: coreClient.CompositeMapper;
|
|
70
|
+
export declare const LoadBalancerBackendAddressPoolReference: coreClient.CompositeMapper;
|
|
71
|
+
export declare const LoadBalancerNatRuleReference: coreClient.CompositeMapper;
|
|
72
|
+
export declare let discriminators: {
|
|
73
|
+
ResourceSettings: coreClient.CompositeMapper;
|
|
74
|
+
"ResourceSettings.Microsoft.Compute/virtualMachines": coreClient.CompositeMapper;
|
|
75
|
+
"ResourceSettings.Microsoft.Compute/availabilitySets": coreClient.CompositeMapper;
|
|
76
|
+
"ResourceSettings.Microsoft.Network/virtualNetworks": coreClient.CompositeMapper;
|
|
77
|
+
"ResourceSettings.Microsoft.Network/networkInterfaces": coreClient.CompositeMapper;
|
|
78
|
+
"ResourceSettings.Microsoft.Network/networkSecurityGroups": coreClient.CompositeMapper;
|
|
79
|
+
"ResourceSettings.Microsoft.Network/loadBalancers": coreClient.CompositeMapper;
|
|
80
|
+
"ResourceSettings.Microsoft.Sql/servers": coreClient.CompositeMapper;
|
|
81
|
+
"ResourceSettings.Microsoft.Sql/servers/elasticPools": coreClient.CompositeMapper;
|
|
82
|
+
"ResourceSettings.Microsoft.Sql/servers/databases": coreClient.CompositeMapper;
|
|
83
|
+
"ResourceSettings.resourceGroups": coreClient.CompositeMapper;
|
|
84
|
+
"ResourceSettings.Microsoft.Network/publicIPAddresses": coreClient.CompositeMapper;
|
|
85
|
+
"ResourceSettings.Microsoft.KeyVault/vaults": coreClient.CompositeMapper;
|
|
86
|
+
"ResourceSettings.Microsoft.Compute/diskEncryptionSets": coreClient.CompositeMapper;
|
|
87
|
+
};
|
|
88
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}
|