@azure/arm-migrationdiscoverysap 1.0.0-beta.1 → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -1
- package/LICENSE +4 -4
- package/README.md +25 -18
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +37 -15
- 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/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +26 -43
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sapDiscoverySites.d.ts +3 -3
- package/dist/browser/operations/sapDiscoverySites.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sapDiscoverySites.js +175 -206
- package/dist/browser/operations/sapDiscoverySites.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sapInstances.d.ts +3 -3
- package/dist/browser/operations/sapInstances.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sapInstances.js +120 -135
- package/dist/browser/operations/sapInstances.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/serverInstances.d.ts +3 -3
- package/dist/browser/operations/serverInstances.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/serverInstances.js +122 -137
- package/dist/browser/operations/serverInstances.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/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/sapDiscoverySites.d.ts +1 -1
- package/dist/browser/operationsInterfaces/sapDiscoverySites.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sapDiscoverySites.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/sapInstances.d.ts +1 -1
- package/dist/browser/operationsInterfaces/sapInstances.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sapInstances.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/serverInstances.d.ts +1 -1
- package/dist/browser/operationsInterfaces/serverInstances.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/serverInstances.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/workloadsClient.d.ts +2 -2
- package/dist/browser/workloadsClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/workloadsClient.js +33 -24
- package/dist/browser/workloadsClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-migrationdiscoverysap.d.ts → dist/commonjs/models/index.d.ts} +896 -1266
- 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 +44 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1086 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +18 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +157 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +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/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/sapDiscoverySites.d.ts +121 -0
- package/dist/commonjs/operations/sapDiscoverySites.d.ts.map +1 -0
- package/dist/commonjs/operations/sapDiscoverySites.js +557 -0
- package/dist/commonjs/operations/sapDiscoverySites.js.map +1 -0
- package/dist/commonjs/operations/sapInstances.d.ts +96 -0
- package/dist/commonjs/operations/sapInstances.d.ts.map +1 -0
- package/dist/commonjs/operations/sapInstances.js +406 -0
- package/dist/commonjs/operations/sapInstances.js.map +1 -0
- package/dist/commonjs/operations/serverInstances.d.ts +106 -0
- package/dist/commonjs/operations/serverInstances.d.ts.map +1 -0
- package/dist/commonjs/operations/serverInstances.js +437 -0
- package/dist/commonjs/operations/serverInstances.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/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sapDiscoverySites.d.ts +85 -0
- package/dist/commonjs/operationsInterfaces/sapDiscoverySites.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sapDiscoverySites.js +10 -0
- package/dist/commonjs/operationsInterfaces/sapDiscoverySites.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sapInstances.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/sapInstances.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sapInstances.js +10 -0
- package/dist/commonjs/operationsInterfaces/sapInstances.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/serverInstances.d.ts +79 -0
- package/dist/commonjs/operationsInterfaces/serverInstances.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/serverInstances.js +10 -0
- package/dist/commonjs/operationsInterfaces/serverInstances.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/commonjs/workloadsClient.d.ts +23 -0
- package/dist/commonjs/workloadsClient.d.ts.map +1 -0
- package/dist/commonjs/workloadsClient.js +117 -0
- package/dist/commonjs/workloadsClient.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 +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +896 -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 +44 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1083 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +18 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +154 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +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/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/sapDiscoverySites.d.ts +121 -0
- package/dist/esm/operations/sapDiscoverySites.d.ts.map +1 -0
- package/dist/esm/operations/sapDiscoverySites.js +552 -0
- package/dist/esm/operations/sapDiscoverySites.js.map +1 -0
- package/dist/esm/operations/sapInstances.d.ts +96 -0
- package/dist/esm/operations/sapInstances.d.ts.map +1 -0
- package/dist/esm/operations/sapInstances.js +401 -0
- package/dist/esm/operations/sapInstances.js.map +1 -0
- package/dist/esm/operations/serverInstances.d.ts +106 -0
- package/dist/esm/operations/serverInstances.d.ts.map +1 -0
- package/dist/esm/operations/serverInstances.js +432 -0
- package/dist/esm/operations/serverInstances.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/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/sapDiscoverySites.d.ts +85 -0
- package/dist/esm/operationsInterfaces/sapDiscoverySites.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sapDiscoverySites.js +9 -0
- package/dist/esm/operationsInterfaces/sapDiscoverySites.js.map +1 -0
- package/dist/esm/operationsInterfaces/sapInstances.d.ts +71 -0
- package/dist/esm/operationsInterfaces/sapInstances.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sapInstances.js +9 -0
- package/dist/esm/operationsInterfaces/sapInstances.js.map +1 -0
- package/dist/esm/operationsInterfaces/serverInstances.d.ts +79 -0
- package/dist/esm/operationsInterfaces/serverInstances.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/serverInstances.js +9 -0
- package/dist/esm/operationsInterfaces/serverInstances.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/workloadsClient.d.ts +23 -0
- package/dist/esm/workloadsClient.d.ts.map +1 -0
- package/dist/esm/workloadsClient.js +112 -0
- package/dist/esm/workloadsClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +896 -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 +44 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1083 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +18 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +154 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +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/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/sapDiscoverySites.d.ts +121 -0
- package/dist/react-native/operations/sapDiscoverySites.d.ts.map +1 -0
- package/dist/react-native/operations/sapDiscoverySites.js +552 -0
- package/dist/react-native/operations/sapDiscoverySites.js.map +1 -0
- package/dist/react-native/operations/sapInstances.d.ts +96 -0
- package/dist/react-native/operations/sapInstances.d.ts.map +1 -0
- package/dist/react-native/operations/sapInstances.js +401 -0
- package/dist/react-native/operations/sapInstances.js.map +1 -0
- package/dist/react-native/operations/serverInstances.d.ts +106 -0
- package/dist/react-native/operations/serverInstances.d.ts.map +1 -0
- package/dist/react-native/operations/serverInstances.js +432 -0
- package/dist/react-native/operations/serverInstances.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/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sapDiscoverySites.d.ts +85 -0
- package/dist/react-native/operationsInterfaces/sapDiscoverySites.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sapDiscoverySites.js +9 -0
- package/dist/react-native/operationsInterfaces/sapDiscoverySites.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sapInstances.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/sapInstances.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sapInstances.js +9 -0
- package/dist/react-native/operationsInterfaces/sapInstances.js.map +1 -0
- package/dist/react-native/operationsInterfaces/serverInstances.d.ts +79 -0
- package/dist/react-native/operationsInterfaces/serverInstances.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/serverInstances.js +9 -0
- package/dist/react-native/operationsInterfaces/serverInstances.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/workloadsClient.d.ts +23 -0
- package/dist/react-native/workloadsClient.d.ts.map +1 -0
- package/dist/react-native/workloadsClient.js +112 -0
- package/dist/react-native/workloadsClient.js.map +1 -0
- package/package.json +86 -72
- package/dist/index.js +0 -3134
- 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/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/sapDiscoverySitesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapDiscoverySitesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapDiscoverySitesCreateSample.js +0 -47
- package/dist-esm/samples-dev/sapDiscoverySitesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/sapDiscoverySitesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapDiscoverySitesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapDiscoverySitesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/sapDiscoverySitesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/sapDiscoverySitesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapDiscoverySitesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapDiscoverySitesGetSample.js +0 -39
- package/dist-esm/samples-dev/sapDiscoverySitesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sapDiscoverySitesImportEntitiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapDiscoverySitesImportEntitiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapDiscoverySitesImportEntitiesSample.js +0 -39
- package/dist-esm/samples-dev/sapDiscoverySitesImportEntitiesSample.js.map +0 -1
- package/dist-esm/samples-dev/sapDiscoverySitesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapDiscoverySitesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapDiscoverySitesListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/sapDiscoverySitesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/sapDiscoverySitesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapDiscoverySitesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapDiscoverySitesListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/sapDiscoverySitesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/sapDiscoverySitesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapDiscoverySitesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapDiscoverySitesUpdateSample.js +0 -40
- package/dist-esm/samples-dev/sapDiscoverySitesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sapInstancesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapInstancesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapInstancesCreateSample.js +0 -45
- package/dist-esm/samples-dev/sapInstancesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/sapInstancesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapInstancesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapInstancesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/sapInstancesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/sapInstancesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapInstancesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapInstancesGetSample.js +0 -40
- package/dist-esm/samples-dev/sapInstancesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sapInstancesListBySapDiscoverySiteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapInstancesListBySapDiscoverySiteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapInstancesListBySapDiscoverySiteSample.js +0 -55
- package/dist-esm/samples-dev/sapInstancesListBySapDiscoverySiteSample.js.map +0 -1
- package/dist-esm/samples-dev/sapInstancesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapInstancesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapInstancesUpdateSample.js +0 -41
- package/dist-esm/samples-dev/sapInstancesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/serverInstancesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverInstancesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverInstancesCreateSample.js +0 -42
- package/dist-esm/samples-dev/serverInstancesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/serverInstancesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverInstancesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverInstancesDeleteSample.js +0 -41
- package/dist-esm/samples-dev/serverInstancesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/serverInstancesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverInstancesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverInstancesGetSample.js +0 -41
- package/dist-esm/samples-dev/serverInstancesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/serverInstancesListBySapInstanceSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverInstancesListBySapInstanceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverInstancesListBySapInstanceSample.js +0 -56
- package/dist-esm/samples-dev/serverInstancesListBySapInstanceSample.js.map +0 -1
- package/dist-esm/samples-dev/serverInstancesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverInstancesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverInstancesUpdateSample.js +0 -42
- package/dist-esm/samples-dev/serverInstancesUpdateSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -5
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/sapDiscoverySites.d.ts.map +0 -1
- package/dist-esm/src/operations/sapDiscoverySites.js.map +0 -1
- package/dist-esm/src/operations/sapInstances.d.ts.map +0 -1
- package/dist-esm/src/operations/sapInstances.js.map +0 -1
- package/dist-esm/src/operations/serverInstances.d.ts.map +0 -1
- package/dist-esm/src/operations/serverInstances.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/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sapDiscoverySites.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sapDiscoverySites.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sapInstances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sapInstances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/serverInstances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/serverInstances.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/workloadsClient.d.ts.map +0 -1
- package/dist-esm/src/workloadsClient.js.map +0 -1
- package/dist-esm/test/migrationdiscoverysap_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/migrationdiscoverysap_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/migrationdiscoverysap_operations_test.spec.js +0 -73
- package/dist-esm/test/migrationdiscoverysap_operations_test.spec.js.map +0 -1
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1015
- package/src/models/mappers.ts +0 -1123
- package/src/models/parameters.ts +0 -182
- package/src/operations/index.ts +0 -12
- package/src/operations/operations.ts +0 -149
- package/src/operations/sapDiscoverySites.ts +0 -756
- package/src/operations/sapInstances.ts +0 -567
- package/src/operations/serverInstances.ts +0 -616
- package/src/operationsInterfaces/index.ts +0 -12
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/sapDiscoverySites.ts +0 -158
- package/src/operationsInterfaces/sapInstances.ts +0 -133
- package/src/operationsInterfaces/serverInstances.ts +0 -148
- package/src/pagingHelper.ts +0 -39
- package/src/workloadsClient.ts +0 -157
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sapDiscoverySites.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sapInstances.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/serverInstances.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/review/{arm-migrationdiscoverysap.api.md → arm-migrationdiscoverysap-node.api.md} +0 -0
|
@@ -1,1266 +1,896 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
*/
|
|
14
|
-
export
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
*
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
*
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
*
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
*
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
*
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
*
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
*
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
*
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
*
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
/**
|
|
131
|
-
*
|
|
132
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
133
|
-
*/
|
|
134
|
-
readonly
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
/**
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
/**
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
*
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
*
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
/**
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
/**
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
/**
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
/**
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
/**
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
/**
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
/**
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
/**
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
/**
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
/**
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
/**
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
/**
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
/**
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
/**
|
|
377
|
-
*
|
|
378
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
379
|
-
*/
|
|
380
|
-
readonly
|
|
381
|
-
/**
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
/**
|
|
389
|
-
*
|
|
390
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
391
|
-
*/
|
|
392
|
-
readonly
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
*
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
*
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
*
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
/**
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
/**
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
/**
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
/**
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
/**
|
|
462
|
-
export
|
|
463
|
-
/**
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
status
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
/** The
|
|
474
|
-
|
|
475
|
-
/** The
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
/** The
|
|
493
|
-
|
|
494
|
-
/**
|
|
495
|
-
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
export
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
*/
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
export
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
/** The
|
|
568
|
-
|
|
569
|
-
/**
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
/**
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
/**
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
/**
|
|
697
|
-
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
export
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
/**
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
/**
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
export
|
|
724
|
-
}
|
|
725
|
-
|
|
726
|
-
/**
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
/**
|
|
730
|
-
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
/** Optional parameters. */
|
|
751
|
-
export
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
/**
|
|
766
|
-
export
|
|
767
|
-
/**
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
/**
|
|
799
|
-
export
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
/**
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
beginDeleteAndWait(resourceGroupName: string, sapDiscoverySiteName: string, sapInstanceName: string, options?: SapInstancesDeleteOptionalParams): Promise<void>;
|
|
898
|
-
}
|
|
899
|
-
|
|
900
|
-
/** Defines headers for SapInstances_create operation. */
|
|
901
|
-
export declare interface SapInstancesCreateHeaders {
|
|
902
|
-
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
903
|
-
retryAfter?: number;
|
|
904
|
-
}
|
|
905
|
-
|
|
906
|
-
/** Optional parameters. */
|
|
907
|
-
export declare interface SapInstancesCreateOptionalParams extends coreClient.OperationOptions {
|
|
908
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
909
|
-
updateIntervalInMs?: number;
|
|
910
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
911
|
-
resumeFrom?: string;
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
/** Contains response data for the create operation. */
|
|
915
|
-
export declare type SapInstancesCreateResponse = SAPInstance;
|
|
916
|
-
|
|
917
|
-
/** Defines headers for SapInstances_delete operation. */
|
|
918
|
-
export declare interface SapInstancesDeleteHeaders {
|
|
919
|
-
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
920
|
-
retryAfter?: number;
|
|
921
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
922
|
-
location?: string;
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
/** Optional parameters. */
|
|
926
|
-
export declare interface SapInstancesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
927
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
928
|
-
updateIntervalInMs?: number;
|
|
929
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
930
|
-
resumeFrom?: string;
|
|
931
|
-
}
|
|
932
|
-
|
|
933
|
-
/** Optional parameters. */
|
|
934
|
-
export declare interface SapInstancesGetOptionalParams extends coreClient.OperationOptions {
|
|
935
|
-
}
|
|
936
|
-
|
|
937
|
-
/** Contains response data for the get operation. */
|
|
938
|
-
export declare type SapInstancesGetResponse = SAPInstance;
|
|
939
|
-
|
|
940
|
-
/** Optional parameters. */
|
|
941
|
-
export declare interface SapInstancesListBySapDiscoverySiteNextOptionalParams extends coreClient.OperationOptions {
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
/** Contains response data for the listBySapDiscoverySiteNext operation. */
|
|
945
|
-
export declare type SapInstancesListBySapDiscoverySiteNextResponse = SAPInstanceListResult;
|
|
946
|
-
|
|
947
|
-
/** Optional parameters. */
|
|
948
|
-
export declare interface SapInstancesListBySapDiscoverySiteOptionalParams extends coreClient.OperationOptions {
|
|
949
|
-
}
|
|
950
|
-
|
|
951
|
-
/** Contains response data for the listBySapDiscoverySite operation. */
|
|
952
|
-
export declare type SapInstancesListBySapDiscoverySiteResponse = SAPInstanceListResult;
|
|
953
|
-
|
|
954
|
-
/** Optional parameters. */
|
|
955
|
-
export declare interface SapInstancesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
/** Contains response data for the update operation. */
|
|
959
|
-
export declare type SapInstancesUpdateResponse = SAPInstance;
|
|
960
|
-
|
|
961
|
-
/** The type used for updating tags in SAPInstance resources. */
|
|
962
|
-
export declare interface SAPInstanceTagsUpdate {
|
|
963
|
-
/** Resource tags. */
|
|
964
|
-
tags?: {
|
|
965
|
-
[propertyName: string]: string;
|
|
966
|
-
};
|
|
967
|
-
}
|
|
968
|
-
|
|
969
|
-
/**
|
|
970
|
-
* Defines values for SapInstanceType. \
|
|
971
|
-
* {@link KnownSapInstanceType} can be used interchangeably with SapInstanceType,
|
|
972
|
-
* this enum contains the known values that the service supports.
|
|
973
|
-
* ### Known values supported by the service
|
|
974
|
-
* **ASCS**: The type of Sap Instance- ASCS. \
|
|
975
|
-
* **DB**: The type of Sap Instance- DB. \
|
|
976
|
-
* **APP**: The type of Sap Instance- APP. \
|
|
977
|
-
* **SCS**: The type of Sap Instance- SCS. \
|
|
978
|
-
* **WEBDISP**: The type of Sap Instance- WEBDISP.
|
|
979
|
-
*/
|
|
980
|
-
export declare type SapInstanceType = string;
|
|
981
|
-
|
|
982
|
-
/** An error response from the SAP migrate resources. */
|
|
983
|
-
export declare interface SAPMigrateError {
|
|
984
|
-
/** The SAP Discovery site resource error body. */
|
|
985
|
-
properties?: ErrorDefinition;
|
|
986
|
-
}
|
|
987
|
-
|
|
988
|
-
/** Define the Server Instance resource. */
|
|
989
|
-
export declare interface ServerInstance extends ProxyResource {
|
|
990
|
-
/** The resource-specific properties for this resource. */
|
|
991
|
-
properties?: ServerInstanceProperties;
|
|
992
|
-
}
|
|
993
|
-
|
|
994
|
-
/** The response of a ServerInstance list operation. */
|
|
995
|
-
export declare interface ServerInstanceListResult {
|
|
996
|
-
/** The ServerInstance items on this page */
|
|
997
|
-
value: ServerInstance[];
|
|
998
|
-
/**
|
|
999
|
-
* The link to the next page of items
|
|
1000
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1001
|
-
*/
|
|
1002
|
-
readonly nextLink?: string;
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
/** Defines the SAP Instance properties. */
|
|
1006
|
-
export declare interface ServerInstanceProperties {
|
|
1007
|
-
/**
|
|
1008
|
-
* This is the Virtual Machine Name of the SAP system. Add all the virtual machines attached to an SAP system which you wish to migrate to Azure. Keeping this not equal to ID as for single tier all InstanceTypes would be on same server, leading to multiple resources with same servername.
|
|
1009
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1010
|
-
*/
|
|
1011
|
-
readonly serverName?: string;
|
|
1012
|
-
/**
|
|
1013
|
-
* Defines the type SAP instance on this server instance.
|
|
1014
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1015
|
-
*/
|
|
1016
|
-
readonly sapInstanceType?: SapInstanceType;
|
|
1017
|
-
/**
|
|
1018
|
-
* This is the Instance SID for ASCS/AP/DB instance. An SAP system with HANA database for example could have a different SID for database Instance than that of ASCS instance.
|
|
1019
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1020
|
-
*/
|
|
1021
|
-
readonly instanceSid?: string;
|
|
1022
|
-
/**
|
|
1023
|
-
* This is the SAP Application Component; e.g. SAP S/4HANA 2022, SAP ERP ENHANCE PACKAGE.
|
|
1024
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1025
|
-
*/
|
|
1026
|
-
readonly sapProduct?: string;
|
|
1027
|
-
/**
|
|
1028
|
-
* Provide the product version of the SAP product.
|
|
1029
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1030
|
-
*/
|
|
1031
|
-
readonly sapProductVersion?: string;
|
|
1032
|
-
/**
|
|
1033
|
-
* This is Operating System on which the host server is running.
|
|
1034
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1035
|
-
*/
|
|
1036
|
-
readonly operatingSystem?: OperatingSystem;
|
|
1037
|
-
/**
|
|
1038
|
-
* Configuration data for this server instance.
|
|
1039
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1040
|
-
*/
|
|
1041
|
-
readonly configurationData?: ConfigurationData;
|
|
1042
|
-
/**
|
|
1043
|
-
* Configuration data for this server instance.
|
|
1044
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1045
|
-
*/
|
|
1046
|
-
readonly performanceData?: PerformanceDataUnion;
|
|
1047
|
-
/**
|
|
1048
|
-
* Defines the provisioning states.
|
|
1049
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1050
|
-
*/
|
|
1051
|
-
readonly provisioningState?: ProvisioningState;
|
|
1052
|
-
/**
|
|
1053
|
-
* Defines the errors related to SAP Instance resource.
|
|
1054
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1055
|
-
*/
|
|
1056
|
-
readonly errors?: SAPMigrateError;
|
|
1057
|
-
}
|
|
1058
|
-
|
|
1059
|
-
/** Interface representing a ServerInstances. */
|
|
1060
|
-
export declare interface ServerInstances {
|
|
1061
|
-
/**
|
|
1062
|
-
* Lists the Server Instance resources for the given SAP Instance resource.
|
|
1063
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1064
|
-
* @param sapDiscoverySiteName The name of the discovery site resource for SAP Migration.
|
|
1065
|
-
* @param sapInstanceName The name of SAP Instance resource for SAP Migration.
|
|
1066
|
-
* @param options The options parameters.
|
|
1067
|
-
*/
|
|
1068
|
-
listBySapInstance(resourceGroupName: string, sapDiscoverySiteName: string, sapInstanceName: string, options?: ServerInstancesListBySapInstanceOptionalParams): PagedAsyncIterableIterator<ServerInstance>;
|
|
1069
|
-
/**
|
|
1070
|
-
* Gets the Server Instance resource.
|
|
1071
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1072
|
-
* @param sapDiscoverySiteName The name of the discovery site resource for SAP Migration.
|
|
1073
|
-
* @param sapInstanceName The name of SAP Instance resource for SAP Migration.
|
|
1074
|
-
* @param serverInstanceName The name of the Server instance resource for SAP Migration.
|
|
1075
|
-
* @param options The options parameters.
|
|
1076
|
-
*/
|
|
1077
|
-
get(resourceGroupName: string, sapDiscoverySiteName: string, sapInstanceName: string, serverInstanceName: string, options?: ServerInstancesGetOptionalParams): Promise<ServerInstancesGetResponse>;
|
|
1078
|
-
/**
|
|
1079
|
-
* Creates the Server Instance resource. <br><br>;This will be used by service only. PUT operation on
|
|
1080
|
-
* this resource by end user will return a Bad Request error.
|
|
1081
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1082
|
-
* @param sapDiscoverySiteName The name of the discovery site resource for SAP Migration.
|
|
1083
|
-
* @param sapInstanceName The name of SAP Instance resource for SAP Migration.
|
|
1084
|
-
* @param serverInstanceName The name of the Server instance resource for SAP Migration.
|
|
1085
|
-
* @param resource Resource create parameters.
|
|
1086
|
-
* @param options The options parameters.
|
|
1087
|
-
*/
|
|
1088
|
-
beginCreate(resourceGroupName: string, sapDiscoverySiteName: string, sapInstanceName: string, serverInstanceName: string, resource: ServerInstance, options?: ServerInstancesCreateOptionalParams): Promise<SimplePollerLike<OperationState<ServerInstancesCreateResponse>, ServerInstancesCreateResponse>>;
|
|
1089
|
-
/**
|
|
1090
|
-
* Creates the Server Instance resource. <br><br>;This will be used by service only. PUT operation on
|
|
1091
|
-
* this resource by end user will return a Bad Request error.
|
|
1092
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1093
|
-
* @param sapDiscoverySiteName The name of the discovery site resource for SAP Migration.
|
|
1094
|
-
* @param sapInstanceName The name of SAP Instance resource for SAP Migration.
|
|
1095
|
-
* @param serverInstanceName The name of the Server instance resource for SAP Migration.
|
|
1096
|
-
* @param resource Resource create parameters.
|
|
1097
|
-
* @param options The options parameters.
|
|
1098
|
-
*/
|
|
1099
|
-
beginCreateAndWait(resourceGroupName: string, sapDiscoverySiteName: string, sapInstanceName: string, serverInstanceName: string, resource: ServerInstance, options?: ServerInstancesCreateOptionalParams): Promise<ServerInstancesCreateResponse>;
|
|
1100
|
-
/**
|
|
1101
|
-
* Updates the Server Instance resource. This operation on a resource by end user will return a Bad
|
|
1102
|
-
* Request error.
|
|
1103
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1104
|
-
* @param sapDiscoverySiteName The name of the discovery site resource for SAP Migration.
|
|
1105
|
-
* @param sapInstanceName The name of SAP Instance resource for SAP Migration.
|
|
1106
|
-
* @param serverInstanceName The name of the Server instance resource for SAP Migration.
|
|
1107
|
-
* @param properties The resource properties to be updated.
|
|
1108
|
-
* @param options The options parameters.
|
|
1109
|
-
*/
|
|
1110
|
-
update(resourceGroupName: string, sapDiscoverySiteName: string, sapInstanceName: string, serverInstanceName: string, properties: UpdateServerInstanceRequest, options?: ServerInstancesUpdateOptionalParams): Promise<ServerInstancesUpdateResponse>;
|
|
1111
|
-
/**
|
|
1112
|
-
* Deletes the Server Instance resource. <br><br>;This will be used by service only. Delete operation
|
|
1113
|
-
* on this resource by end user will return a Bad Request error. You can delete the parent resource,
|
|
1114
|
-
* which is the SAP Migration discovery site resource, using the delete operation on it.
|
|
1115
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1116
|
-
* @param sapDiscoverySiteName The name of the discovery site resource for SAP Migration.
|
|
1117
|
-
* @param sapInstanceName The name of SAP Instance resource for SAP Migration.
|
|
1118
|
-
* @param serverInstanceName The name of the Server instance resource for SAP Migration.
|
|
1119
|
-
* @param options The options parameters.
|
|
1120
|
-
*/
|
|
1121
|
-
beginDelete(resourceGroupName: string, sapDiscoverySiteName: string, sapInstanceName: string, serverInstanceName: string, options?: ServerInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1122
|
-
/**
|
|
1123
|
-
* Deletes the Server Instance resource. <br><br>;This will be used by service only. Delete operation
|
|
1124
|
-
* on this resource by end user will return a Bad Request error. You can delete the parent resource,
|
|
1125
|
-
* which is the SAP Migration discovery site resource, using the delete operation on it.
|
|
1126
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1127
|
-
* @param sapDiscoverySiteName The name of the discovery site resource for SAP Migration.
|
|
1128
|
-
* @param sapInstanceName The name of SAP Instance resource for SAP Migration.
|
|
1129
|
-
* @param serverInstanceName The name of the Server instance resource for SAP Migration.
|
|
1130
|
-
* @param options The options parameters.
|
|
1131
|
-
*/
|
|
1132
|
-
beginDeleteAndWait(resourceGroupName: string, sapDiscoverySiteName: string, sapInstanceName: string, serverInstanceName: string, options?: ServerInstancesDeleteOptionalParams): Promise<void>;
|
|
1133
|
-
}
|
|
1134
|
-
|
|
1135
|
-
/** Defines headers for ServerInstances_create operation. */
|
|
1136
|
-
export declare interface ServerInstancesCreateHeaders {
|
|
1137
|
-
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
1138
|
-
retryAfter?: number;
|
|
1139
|
-
}
|
|
1140
|
-
|
|
1141
|
-
/** Optional parameters. */
|
|
1142
|
-
export declare interface ServerInstancesCreateOptionalParams extends coreClient.OperationOptions {
|
|
1143
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1144
|
-
updateIntervalInMs?: number;
|
|
1145
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1146
|
-
resumeFrom?: string;
|
|
1147
|
-
}
|
|
1148
|
-
|
|
1149
|
-
/** Contains response data for the create operation. */
|
|
1150
|
-
export declare type ServerInstancesCreateResponse = ServerInstance;
|
|
1151
|
-
|
|
1152
|
-
/** Defines headers for ServerInstances_delete operation. */
|
|
1153
|
-
export declare interface ServerInstancesDeleteHeaders {
|
|
1154
|
-
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
1155
|
-
retryAfter?: number;
|
|
1156
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
1157
|
-
location?: string;
|
|
1158
|
-
}
|
|
1159
|
-
|
|
1160
|
-
/** Optional parameters. */
|
|
1161
|
-
export declare interface ServerInstancesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1162
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1163
|
-
updateIntervalInMs?: number;
|
|
1164
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1165
|
-
resumeFrom?: string;
|
|
1166
|
-
}
|
|
1167
|
-
|
|
1168
|
-
/** Optional parameters. */
|
|
1169
|
-
export declare interface ServerInstancesGetOptionalParams extends coreClient.OperationOptions {
|
|
1170
|
-
}
|
|
1171
|
-
|
|
1172
|
-
/** Contains response data for the get operation. */
|
|
1173
|
-
export declare type ServerInstancesGetResponse = ServerInstance;
|
|
1174
|
-
|
|
1175
|
-
/** Optional parameters. */
|
|
1176
|
-
export declare interface ServerInstancesListBySapInstanceNextOptionalParams extends coreClient.OperationOptions {
|
|
1177
|
-
}
|
|
1178
|
-
|
|
1179
|
-
/** Contains response data for the listBySapInstanceNext operation. */
|
|
1180
|
-
export declare type ServerInstancesListBySapInstanceNextResponse = ServerInstanceListResult;
|
|
1181
|
-
|
|
1182
|
-
/** Optional parameters. */
|
|
1183
|
-
export declare interface ServerInstancesListBySapInstanceOptionalParams extends coreClient.OperationOptions {
|
|
1184
|
-
}
|
|
1185
|
-
|
|
1186
|
-
/** Contains response data for the listBySapInstance operation. */
|
|
1187
|
-
export declare type ServerInstancesListBySapInstanceResponse = ServerInstanceListResult;
|
|
1188
|
-
|
|
1189
|
-
/** Optional parameters. */
|
|
1190
|
-
export declare interface ServerInstancesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1191
|
-
}
|
|
1192
|
-
|
|
1193
|
-
/** Contains response data for the update operation. */
|
|
1194
|
-
export declare type ServerInstancesUpdateResponse = ServerInstance;
|
|
1195
|
-
|
|
1196
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
1197
|
-
export declare interface SystemData {
|
|
1198
|
-
/** The identity that created the resource. */
|
|
1199
|
-
createdBy?: string;
|
|
1200
|
-
/** The type of identity that created the resource. */
|
|
1201
|
-
createdByType?: CreatedByType;
|
|
1202
|
-
/** The timestamp of resource creation (UTC). */
|
|
1203
|
-
createdAt?: Date;
|
|
1204
|
-
/** The identity that last modified the resource. */
|
|
1205
|
-
lastModifiedBy?: string;
|
|
1206
|
-
/** The type of identity that last modified the resource. */
|
|
1207
|
-
lastModifiedByType?: CreatedByType;
|
|
1208
|
-
/** The timestamp of resource last modification (UTC) */
|
|
1209
|
-
lastModifiedAt?: Date;
|
|
1210
|
-
}
|
|
1211
|
-
|
|
1212
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1213
|
-
export declare interface TrackedResource extends Resource {
|
|
1214
|
-
/** Resource tags. */
|
|
1215
|
-
tags?: {
|
|
1216
|
-
[propertyName: string]: string;
|
|
1217
|
-
};
|
|
1218
|
-
/** The geo-location where the resource lives */
|
|
1219
|
-
location: string;
|
|
1220
|
-
}
|
|
1221
|
-
|
|
1222
|
-
/** Defines the request body for updating Server Instances resource. */
|
|
1223
|
-
export declare interface UpdateServerInstanceRequest {
|
|
1224
|
-
/** Server instances properties. */
|
|
1225
|
-
properties?: ServerInstanceProperties;
|
|
1226
|
-
}
|
|
1227
|
-
|
|
1228
|
-
/**
|
|
1229
|
-
* Defines values for Versions. \
|
|
1230
|
-
* {@link KnownVersions} can be used interchangeably with Versions,
|
|
1231
|
-
* this enum contains the known values that the service supports.
|
|
1232
|
-
* ### Known values supported by the service
|
|
1233
|
-
* **2023-10-01-preview**: The 2023-10-01-preview API version.
|
|
1234
|
-
*/
|
|
1235
|
-
export declare type Versions = string;
|
|
1236
|
-
|
|
1237
|
-
export declare class WorkloadsClient extends coreClient.ServiceClient {
|
|
1238
|
-
$host: string;
|
|
1239
|
-
apiVersion: string;
|
|
1240
|
-
subscriptionId: string;
|
|
1241
|
-
/**
|
|
1242
|
-
* Initializes a new instance of the WorkloadsClient class.
|
|
1243
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
1244
|
-
* @param subscriptionId The ID of the target subscription.
|
|
1245
|
-
* @param options The parameter options
|
|
1246
|
-
*/
|
|
1247
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: WorkloadsClientOptionalParams);
|
|
1248
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
1249
|
-
private addCustomApiVersionPolicy;
|
|
1250
|
-
sapDiscoverySites: SapDiscoverySites;
|
|
1251
|
-
sapInstances: SapInstances;
|
|
1252
|
-
serverInstances: ServerInstances;
|
|
1253
|
-
operations: Operations;
|
|
1254
|
-
}
|
|
1255
|
-
|
|
1256
|
-
/** Optional parameters. */
|
|
1257
|
-
export declare interface WorkloadsClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1258
|
-
/** server parameter */
|
|
1259
|
-
$host?: string;
|
|
1260
|
-
/** Api Version */
|
|
1261
|
-
apiVersion?: string;
|
|
1262
|
-
/** Overrides client endpoint. */
|
|
1263
|
-
endpoint?: string;
|
|
1264
|
-
}
|
|
1265
|
-
|
|
1266
|
-
export { }
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export type PerformanceDataUnion = PerformanceData | ExcelPerformanceData | NativePerformanceData;
|
|
3
|
+
/** The response of a SAPDiscoverySite list operation. */
|
|
4
|
+
export interface SAPDiscoverySiteListResult {
|
|
5
|
+
/** The SAPDiscoverySite items on this page */
|
|
6
|
+
value: SAPDiscoverySite[];
|
|
7
|
+
/**
|
|
8
|
+
* The link to the next page of items
|
|
9
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
10
|
+
*/
|
|
11
|
+
readonly nextLink?: string;
|
|
12
|
+
}
|
|
13
|
+
/** Defines the SAP Migration discovery site resource properties. */
|
|
14
|
+
export interface SAPDiscoverySiteProperties {
|
|
15
|
+
/** The master site ID from Azure Migrate. */
|
|
16
|
+
masterSiteId?: string;
|
|
17
|
+
/** The migrate project ID from Azure Migrate. */
|
|
18
|
+
migrateProjectId?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Defines the provisioning states.
|
|
21
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
22
|
+
*/
|
|
23
|
+
readonly provisioningState?: ProvisioningState;
|
|
24
|
+
/**
|
|
25
|
+
* Indicates any errors on the SAP Migration discovery site resource.
|
|
26
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
27
|
+
*/
|
|
28
|
+
readonly errors?: SAPMigrateError;
|
|
29
|
+
}
|
|
30
|
+
/** An error response from the SAP migrate resources. */
|
|
31
|
+
export interface SAPMigrateError {
|
|
32
|
+
/** The SAP Discovery site resource error body. */
|
|
33
|
+
properties?: ErrorDefinition;
|
|
34
|
+
}
|
|
35
|
+
/** Error definition. */
|
|
36
|
+
export interface ErrorDefinition {
|
|
37
|
+
/**
|
|
38
|
+
* Service specific error code which serves as the substatus for the HTTP error code.
|
|
39
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
40
|
+
*/
|
|
41
|
+
readonly code?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Description of the error.
|
|
44
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
45
|
+
*/
|
|
46
|
+
readonly message?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Description of the recommendation.
|
|
49
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
50
|
+
*/
|
|
51
|
+
readonly recommendation?: string;
|
|
52
|
+
/**
|
|
53
|
+
* Internal error details.
|
|
54
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
55
|
+
*/
|
|
56
|
+
readonly details?: ErrorDefinition[];
|
|
57
|
+
}
|
|
58
|
+
/** The extended location definition. */
|
|
59
|
+
export interface ExtendedLocation {
|
|
60
|
+
/** The extended location type. */
|
|
61
|
+
type: string;
|
|
62
|
+
/** The extended location name. */
|
|
63
|
+
name: string;
|
|
64
|
+
}
|
|
65
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
66
|
+
export interface Resource {
|
|
67
|
+
/**
|
|
68
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
69
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
70
|
+
*/
|
|
71
|
+
readonly id?: string;
|
|
72
|
+
/**
|
|
73
|
+
* The name of the resource
|
|
74
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
75
|
+
*/
|
|
76
|
+
readonly name?: string;
|
|
77
|
+
/**
|
|
78
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
79
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
80
|
+
*/
|
|
81
|
+
readonly type?: string;
|
|
82
|
+
/**
|
|
83
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
84
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
85
|
+
*/
|
|
86
|
+
readonly systemData?: SystemData;
|
|
87
|
+
}
|
|
88
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
89
|
+
export interface SystemData {
|
|
90
|
+
/** The identity that created the resource. */
|
|
91
|
+
createdBy?: string;
|
|
92
|
+
/** The type of identity that created the resource. */
|
|
93
|
+
createdByType?: CreatedByType;
|
|
94
|
+
/** The timestamp of resource creation (UTC). */
|
|
95
|
+
createdAt?: Date;
|
|
96
|
+
/** The identity that last modified the resource. */
|
|
97
|
+
lastModifiedBy?: string;
|
|
98
|
+
/** The type of identity that last modified the resource. */
|
|
99
|
+
lastModifiedByType?: CreatedByType;
|
|
100
|
+
/** The timestamp of resource last modification (UTC) */
|
|
101
|
+
lastModifiedAt?: Date;
|
|
102
|
+
}
|
|
103
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
104
|
+
export interface ErrorResponse {
|
|
105
|
+
/** The error object. */
|
|
106
|
+
error?: ErrorDetail;
|
|
107
|
+
}
|
|
108
|
+
/** The error detail. */
|
|
109
|
+
export interface ErrorDetail {
|
|
110
|
+
/**
|
|
111
|
+
* The error code.
|
|
112
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
113
|
+
*/
|
|
114
|
+
readonly code?: string;
|
|
115
|
+
/**
|
|
116
|
+
* The error message.
|
|
117
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
118
|
+
*/
|
|
119
|
+
readonly message?: string;
|
|
120
|
+
/**
|
|
121
|
+
* The error target.
|
|
122
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
123
|
+
*/
|
|
124
|
+
readonly target?: string;
|
|
125
|
+
/**
|
|
126
|
+
* The error details.
|
|
127
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
128
|
+
*/
|
|
129
|
+
readonly details?: ErrorDetail[];
|
|
130
|
+
/**
|
|
131
|
+
* The error additional info.
|
|
132
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
133
|
+
*/
|
|
134
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
135
|
+
}
|
|
136
|
+
/** The resource management error additional info. */
|
|
137
|
+
export interface ErrorAdditionalInfo {
|
|
138
|
+
/**
|
|
139
|
+
* The additional info type.
|
|
140
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
141
|
+
*/
|
|
142
|
+
readonly type?: string;
|
|
143
|
+
/**
|
|
144
|
+
* The additional info.
|
|
145
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
146
|
+
*/
|
|
147
|
+
readonly info?: Record<string, unknown>;
|
|
148
|
+
}
|
|
149
|
+
/** The type used for updating tags in SAPDiscoverySite resources. */
|
|
150
|
+
export interface SAPDiscoverySiteTagsUpdate {
|
|
151
|
+
/** Resource tags. */
|
|
152
|
+
tags?: {
|
|
153
|
+
[propertyName: string]: string;
|
|
154
|
+
};
|
|
155
|
+
}
|
|
156
|
+
/** The current status of an async operation. */
|
|
157
|
+
export interface OperationStatusResult {
|
|
158
|
+
/** Fully qualified ID for the async operation. */
|
|
159
|
+
id?: string;
|
|
160
|
+
/** Name of the async operation. */
|
|
161
|
+
name?: string;
|
|
162
|
+
/** Operation status. */
|
|
163
|
+
status: string;
|
|
164
|
+
/** Percent of the operation that is complete. */
|
|
165
|
+
percentComplete?: number;
|
|
166
|
+
/** The start time of the operation. */
|
|
167
|
+
startTime?: Date;
|
|
168
|
+
/** The end time of the operation. */
|
|
169
|
+
endTime?: Date;
|
|
170
|
+
/** The operations list. */
|
|
171
|
+
operations?: OperationStatusResult[];
|
|
172
|
+
/** If present, details of the operation error. */
|
|
173
|
+
error?: ErrorDetail;
|
|
174
|
+
}
|
|
175
|
+
/** The response of a SAPInstance list operation. */
|
|
176
|
+
export interface SAPInstanceListResult {
|
|
177
|
+
/** The SAPInstance items on this page */
|
|
178
|
+
value: SAPInstance[];
|
|
179
|
+
/**
|
|
180
|
+
* The link to the next page of items
|
|
181
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
182
|
+
*/
|
|
183
|
+
readonly nextLink?: string;
|
|
184
|
+
}
|
|
185
|
+
/** Defines the SAP Instance properties. */
|
|
186
|
+
export interface SAPInstanceProperties {
|
|
187
|
+
/**
|
|
188
|
+
* This is the SID of SAP System. Keeping this not equal to ID as different landscapes can have repeated System SID IDs.
|
|
189
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
190
|
+
*/
|
|
191
|
+
readonly systemSid?: string;
|
|
192
|
+
/**
|
|
193
|
+
* The Environment; PRD, QA, DEV, etc to which SAP system belongs to. Select from the list of available dropdown values.
|
|
194
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
195
|
+
*/
|
|
196
|
+
readonly environment?: SapInstanceEnvironment;
|
|
197
|
+
/**
|
|
198
|
+
* This is the SID of the production system in a landscape. An SAP system could itself be a production SID or a part of a landscape with a different Production SID. This field can be used to relate non-prod SIDs, other components, SID (WEBDISP) to the prod SID. Enter the value of Production SID.
|
|
199
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
200
|
+
*/
|
|
201
|
+
readonly landscapeSid?: string;
|
|
202
|
+
/**
|
|
203
|
+
* Enter a business function/department identifier to group multiple SIDs.
|
|
204
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
205
|
+
*/
|
|
206
|
+
readonly application?: string;
|
|
207
|
+
/**
|
|
208
|
+
* Defines the provisioning states.
|
|
209
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
210
|
+
*/
|
|
211
|
+
readonly provisioningState?: ProvisioningState;
|
|
212
|
+
/**
|
|
213
|
+
* Defines the errors related to SAP Instance resource.
|
|
214
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
215
|
+
*/
|
|
216
|
+
readonly errors?: SAPMigrateError;
|
|
217
|
+
}
|
|
218
|
+
/** The type used for updating tags in SAPInstance resources. */
|
|
219
|
+
export interface SAPInstanceTagsUpdate {
|
|
220
|
+
/** Resource tags. */
|
|
221
|
+
tags?: {
|
|
222
|
+
[propertyName: string]: string;
|
|
223
|
+
};
|
|
224
|
+
}
|
|
225
|
+
/** The response of a ServerInstance list operation. */
|
|
226
|
+
export interface ServerInstanceListResult {
|
|
227
|
+
/** The ServerInstance items on this page */
|
|
228
|
+
value: ServerInstance[];
|
|
229
|
+
/**
|
|
230
|
+
* The link to the next page of items
|
|
231
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
232
|
+
*/
|
|
233
|
+
readonly nextLink?: string;
|
|
234
|
+
}
|
|
235
|
+
/** Defines the SAP Instance properties. */
|
|
236
|
+
export interface ServerInstanceProperties {
|
|
237
|
+
/**
|
|
238
|
+
* This is the Virtual Machine Name of the SAP system. Add all the virtual machines attached to an SAP system which you wish to migrate to Azure. Keeping this not equal to ID as for single tier all InstanceTypes would be on same server, leading to multiple resources with same servername.
|
|
239
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
240
|
+
*/
|
|
241
|
+
readonly serverName?: string;
|
|
242
|
+
/**
|
|
243
|
+
* Defines the type SAP instance on this server instance.
|
|
244
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
245
|
+
*/
|
|
246
|
+
readonly sapInstanceType?: SapInstanceType;
|
|
247
|
+
/**
|
|
248
|
+
* This is the Instance SID for ASCS/AP/DB instance. An SAP system with HANA database for example could have a different SID for database Instance than that of ASCS instance.
|
|
249
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
250
|
+
*/
|
|
251
|
+
readonly instanceSid?: string;
|
|
252
|
+
/**
|
|
253
|
+
* This is the SAP Application Component; e.g. SAP S/4HANA 2022, SAP ERP ENHANCE PACKAGE.
|
|
254
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
255
|
+
*/
|
|
256
|
+
readonly sapProduct?: string;
|
|
257
|
+
/**
|
|
258
|
+
* Provide the product version of the SAP product.
|
|
259
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
260
|
+
*/
|
|
261
|
+
readonly sapProductVersion?: string;
|
|
262
|
+
/**
|
|
263
|
+
* This is Operating System on which the host server is running.
|
|
264
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
265
|
+
*/
|
|
266
|
+
readonly operatingSystem?: OperatingSystem;
|
|
267
|
+
/**
|
|
268
|
+
* Configuration data for this server instance.
|
|
269
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
270
|
+
*/
|
|
271
|
+
readonly configurationData?: ConfigurationData;
|
|
272
|
+
/**
|
|
273
|
+
* Configuration data for this server instance.
|
|
274
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
275
|
+
*/
|
|
276
|
+
readonly performanceData?: PerformanceDataUnion;
|
|
277
|
+
/**
|
|
278
|
+
* Defines the provisioning states.
|
|
279
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
280
|
+
*/
|
|
281
|
+
readonly provisioningState?: ProvisioningState;
|
|
282
|
+
/**
|
|
283
|
+
* Defines the errors related to SAP Instance resource.
|
|
284
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
285
|
+
*/
|
|
286
|
+
readonly errors?: SAPMigrateError;
|
|
287
|
+
}
|
|
288
|
+
/** The SAP instance specific configuration data. */
|
|
289
|
+
export interface ConfigurationData {
|
|
290
|
+
/**
|
|
291
|
+
* Provide the SAPS for each server of the SAP system. This should be a non-zero value. For example, 1000.
|
|
292
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
293
|
+
*/
|
|
294
|
+
readonly saps?: number;
|
|
295
|
+
/**
|
|
296
|
+
* Provide the CPU value of the server. For example, 16, 32 etc.
|
|
297
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
298
|
+
*/
|
|
299
|
+
readonly cpu?: number;
|
|
300
|
+
/**
|
|
301
|
+
* Provide the CPU architecture type of the server. For example, Xeon Platinum 8171M, Xeon E5-2673 v3.
|
|
302
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
303
|
+
*/
|
|
304
|
+
readonly cpuType?: string;
|
|
305
|
+
/**
|
|
306
|
+
* Provide the CPU clock speed of the server in MHz. This should be a non-zero value. For example, 2100.
|
|
307
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
308
|
+
*/
|
|
309
|
+
readonly cpuInMhz?: number;
|
|
310
|
+
/**
|
|
311
|
+
* Provide the RAM of the server. This should be a non-zero value. For example, 256.
|
|
312
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
313
|
+
*/
|
|
314
|
+
readonly ram?: number;
|
|
315
|
+
/**
|
|
316
|
+
* Provide the HW manufacturer company of the server. For example, Microsoft Corporation.
|
|
317
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
318
|
+
*/
|
|
319
|
+
readonly hardwareManufacturer?: string;
|
|
320
|
+
/**
|
|
321
|
+
* Specify if the Hardware is a physical server or virtual machine.
|
|
322
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
323
|
+
*/
|
|
324
|
+
readonly model?: string;
|
|
325
|
+
/**
|
|
326
|
+
* Provide the total disk volume capacity in GB. Add the disk volume for each individual disks and provide the total sum in this field.
|
|
327
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
328
|
+
*/
|
|
329
|
+
readonly totalDiskSizeGB?: number;
|
|
330
|
+
/**
|
|
331
|
+
* Provide the total disk IOPS capacity. Add the disk volume for each individual disk and provide the sum total in this field.
|
|
332
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
333
|
+
*/
|
|
334
|
+
readonly totalDiskIops?: number;
|
|
335
|
+
/**
|
|
336
|
+
* The database of this is a server instance. Applicable only if SAP instance type for this server instance is 'DB'.
|
|
337
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
338
|
+
*/
|
|
339
|
+
readonly databaseType?: DatabaseType;
|
|
340
|
+
/**
|
|
341
|
+
* Provide the target HANA database size you need. Applicable only if SAP instance type for this server instance is 'DB' and you are migrating an AnyDb database to SAP S/4HANA.
|
|
342
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
343
|
+
*/
|
|
344
|
+
readonly targetHanaRamSizeGB?: number;
|
|
345
|
+
}
|
|
346
|
+
/** The SAP instance specific performance data. */
|
|
347
|
+
export interface PerformanceData {
|
|
348
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
349
|
+
dataSource: "Excel" | "Native";
|
|
350
|
+
}
|
|
351
|
+
/** Defines the request body for updating Server Instances resource. */
|
|
352
|
+
export interface UpdateServerInstanceRequest {
|
|
353
|
+
/** Server instances properties. */
|
|
354
|
+
properties?: ServerInstanceProperties;
|
|
355
|
+
}
|
|
356
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
357
|
+
export interface OperationListResult {
|
|
358
|
+
/**
|
|
359
|
+
* List of operations supported by the resource provider
|
|
360
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
361
|
+
*/
|
|
362
|
+
readonly value?: Operation[];
|
|
363
|
+
/**
|
|
364
|
+
* URL to get the next set of operation list results (if there are any).
|
|
365
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
366
|
+
*/
|
|
367
|
+
readonly nextLink?: string;
|
|
368
|
+
}
|
|
369
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
370
|
+
export interface Operation {
|
|
371
|
+
/**
|
|
372
|
+
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
373
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
374
|
+
*/
|
|
375
|
+
readonly name?: string;
|
|
376
|
+
/**
|
|
377
|
+
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
378
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
379
|
+
*/
|
|
380
|
+
readonly isDataAction?: boolean;
|
|
381
|
+
/** Localized display information for this particular operation. */
|
|
382
|
+
display?: OperationDisplay;
|
|
383
|
+
/**
|
|
384
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
385
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
386
|
+
*/
|
|
387
|
+
readonly origin?: Origin;
|
|
388
|
+
/**
|
|
389
|
+
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
390
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
391
|
+
*/
|
|
392
|
+
readonly actionType?: ActionType;
|
|
393
|
+
}
|
|
394
|
+
/** Localized display information for this particular operation. */
|
|
395
|
+
export interface OperationDisplay {
|
|
396
|
+
/**
|
|
397
|
+
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
398
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
399
|
+
*/
|
|
400
|
+
readonly provider?: string;
|
|
401
|
+
/**
|
|
402
|
+
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
403
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
404
|
+
*/
|
|
405
|
+
readonly resource?: string;
|
|
406
|
+
/**
|
|
407
|
+
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
408
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
409
|
+
*/
|
|
410
|
+
readonly operation?: string;
|
|
411
|
+
/**
|
|
412
|
+
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
413
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
414
|
+
*/
|
|
415
|
+
readonly description?: string;
|
|
416
|
+
}
|
|
417
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
418
|
+
export interface TrackedResource extends Resource {
|
|
419
|
+
/** Resource tags. */
|
|
420
|
+
tags?: {
|
|
421
|
+
[propertyName: string]: string;
|
|
422
|
+
};
|
|
423
|
+
/** The geo-location where the resource lives */
|
|
424
|
+
location: string;
|
|
425
|
+
}
|
|
426
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
427
|
+
export interface ProxyResource extends Resource {
|
|
428
|
+
}
|
|
429
|
+
/** The SAP instance specific performance data for Excel import. */
|
|
430
|
+
export interface ExcelPerformanceData extends PerformanceData {
|
|
431
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
432
|
+
dataSource: "Excel";
|
|
433
|
+
/**
|
|
434
|
+
* Provide the max CPU percentage load on the server. Omit the percentage symbol while filling this value.
|
|
435
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
436
|
+
*/
|
|
437
|
+
readonly maxCpuLoad?: number;
|
|
438
|
+
/**
|
|
439
|
+
* Provide the source Database size in GB. Applicable only if SAP instance type for this server instance is 'DB'.
|
|
440
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
441
|
+
*/
|
|
442
|
+
readonly totalSourceDbSizeGB?: number;
|
|
443
|
+
}
|
|
444
|
+
/** The SAP instance specific performance data for native discovery. */
|
|
445
|
+
export interface NativePerformanceData extends PerformanceData {
|
|
446
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
447
|
+
dataSource: "Native";
|
|
448
|
+
}
|
|
449
|
+
/** Define the SAP Migration discovery site resource. */
|
|
450
|
+
export interface SAPDiscoverySite extends TrackedResource {
|
|
451
|
+
/** The resource-specific properties for this resource. */
|
|
452
|
+
properties?: SAPDiscoverySiteProperties;
|
|
453
|
+
/** The extended location definition. */
|
|
454
|
+
extendedLocation?: ExtendedLocation;
|
|
455
|
+
}
|
|
456
|
+
/** Define the SAP Instance resource. */
|
|
457
|
+
export interface SAPInstance extends TrackedResource {
|
|
458
|
+
/** The resource-specific properties for this resource. */
|
|
459
|
+
properties?: SAPInstanceProperties;
|
|
460
|
+
}
|
|
461
|
+
/** Define the Server Instance resource. */
|
|
462
|
+
export interface ServerInstance extends ProxyResource {
|
|
463
|
+
/** The resource-specific properties for this resource. */
|
|
464
|
+
properties?: ServerInstanceProperties;
|
|
465
|
+
}
|
|
466
|
+
/** Defines headers for SapDiscoverySites_create operation. */
|
|
467
|
+
export interface SapDiscoverySitesCreateHeaders {
|
|
468
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
469
|
+
retryAfter?: number;
|
|
470
|
+
}
|
|
471
|
+
/** Defines headers for SapDiscoverySites_delete operation. */
|
|
472
|
+
export interface SapDiscoverySitesDeleteHeaders {
|
|
473
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
474
|
+
retryAfter?: number;
|
|
475
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
476
|
+
location?: string;
|
|
477
|
+
}
|
|
478
|
+
/** Defines headers for SapDiscoverySites_importEntities operation. */
|
|
479
|
+
export interface SapDiscoverySitesImportEntitiesHeaders {
|
|
480
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
481
|
+
retryAfter?: number;
|
|
482
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
483
|
+
location?: string;
|
|
484
|
+
}
|
|
485
|
+
/** Defines headers for SapInstances_create operation. */
|
|
486
|
+
export interface SapInstancesCreateHeaders {
|
|
487
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
488
|
+
retryAfter?: number;
|
|
489
|
+
}
|
|
490
|
+
/** Defines headers for SapInstances_delete operation. */
|
|
491
|
+
export interface SapInstancesDeleteHeaders {
|
|
492
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
493
|
+
retryAfter?: number;
|
|
494
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
495
|
+
location?: string;
|
|
496
|
+
}
|
|
497
|
+
/** Defines headers for ServerInstances_create operation. */
|
|
498
|
+
export interface ServerInstancesCreateHeaders {
|
|
499
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
500
|
+
retryAfter?: number;
|
|
501
|
+
}
|
|
502
|
+
/** Defines headers for ServerInstances_delete operation. */
|
|
503
|
+
export interface ServerInstancesDeleteHeaders {
|
|
504
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
505
|
+
retryAfter?: number;
|
|
506
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
507
|
+
location?: string;
|
|
508
|
+
}
|
|
509
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
510
|
+
export declare enum KnownProvisioningState {
|
|
511
|
+
/** The provisioning state Succeeded. */
|
|
512
|
+
Succeeded = "Succeeded",
|
|
513
|
+
/** The provisioning state Updating. */
|
|
514
|
+
Updating = "Updating",
|
|
515
|
+
/** The provisioning state Failed. */
|
|
516
|
+
Failed = "Failed",
|
|
517
|
+
/** The provisioning state Creating. */
|
|
518
|
+
Creating = "Creating",
|
|
519
|
+
/** The provisioning state Cancelled. */
|
|
520
|
+
Canceled = "Canceled",
|
|
521
|
+
/** The provisioning state Accepted. */
|
|
522
|
+
Accepted = "Accepted",
|
|
523
|
+
/** The provisioning state Deleting. */
|
|
524
|
+
Deleting = "Deleting",
|
|
525
|
+
/** The provisioning state Unknown. */
|
|
526
|
+
Unknown = "Unknown"
|
|
527
|
+
}
|
|
528
|
+
/**
|
|
529
|
+
* Defines values for ProvisioningState. \
|
|
530
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
531
|
+
* this enum contains the known values that the service supports.
|
|
532
|
+
* ### Known values supported by the service
|
|
533
|
+
* **Succeeded**: The provisioning state Succeeded. \
|
|
534
|
+
* **Updating**: The provisioning state Updating. \
|
|
535
|
+
* **Failed**: The provisioning state Failed. \
|
|
536
|
+
* **Creating**: The provisioning state Creating. \
|
|
537
|
+
* **Canceled**: The provisioning state Cancelled. \
|
|
538
|
+
* **Accepted**: The provisioning state Accepted. \
|
|
539
|
+
* **Deleting**: The provisioning state Deleting. \
|
|
540
|
+
* **Unknown**: The provisioning state Unknown.
|
|
541
|
+
*/
|
|
542
|
+
export type ProvisioningState = string;
|
|
543
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
544
|
+
export declare enum KnownCreatedByType {
|
|
545
|
+
/** User */
|
|
546
|
+
User = "User",
|
|
547
|
+
/** Application */
|
|
548
|
+
Application = "Application",
|
|
549
|
+
/** ManagedIdentity */
|
|
550
|
+
ManagedIdentity = "ManagedIdentity",
|
|
551
|
+
/** Key */
|
|
552
|
+
Key = "Key"
|
|
553
|
+
}
|
|
554
|
+
/**
|
|
555
|
+
* Defines values for CreatedByType. \
|
|
556
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
557
|
+
* this enum contains the known values that the service supports.
|
|
558
|
+
* ### Known values supported by the service
|
|
559
|
+
* **User** \
|
|
560
|
+
* **Application** \
|
|
561
|
+
* **ManagedIdentity** \
|
|
562
|
+
* **Key**
|
|
563
|
+
*/
|
|
564
|
+
export type CreatedByType = string;
|
|
565
|
+
/** Known values of {@link SapInstanceEnvironment} that the service accepts. */
|
|
566
|
+
export declare enum KnownSapInstanceEnvironment {
|
|
567
|
+
/** The type of Sap Instance Environment- Production. */
|
|
568
|
+
Production = "Production",
|
|
569
|
+
/** The type of Sap Instance Environment- PreProduction. */
|
|
570
|
+
PreProduction = "PreProduction",
|
|
571
|
+
/** The type of Sap Instance Environment- Test. */
|
|
572
|
+
Test = "Test",
|
|
573
|
+
/** The type of Sap Instance Environment- QualityAssurance. */
|
|
574
|
+
QualityAssurance = "QualityAssurance",
|
|
575
|
+
/** The type of Sap Instance Environment- Development. */
|
|
576
|
+
Development = "Development",
|
|
577
|
+
/** The type of Sap Instance Environment- Sandbox. */
|
|
578
|
+
Sandbox = "Sandbox",
|
|
579
|
+
/** The type of Sap Instance Environment- DisasterRecovery. */
|
|
580
|
+
DisasterRecovery = "DisasterRecovery",
|
|
581
|
+
/** The type of Sap Instance Environment- Training. */
|
|
582
|
+
Training = "Training"
|
|
583
|
+
}
|
|
584
|
+
/**
|
|
585
|
+
* Defines values for SapInstanceEnvironment. \
|
|
586
|
+
* {@link KnownSapInstanceEnvironment} can be used interchangeably with SapInstanceEnvironment,
|
|
587
|
+
* this enum contains the known values that the service supports.
|
|
588
|
+
* ### Known values supported by the service
|
|
589
|
+
* **Production**: The type of Sap Instance Environment- Production. \
|
|
590
|
+
* **PreProduction**: The type of Sap Instance Environment- PreProduction. \
|
|
591
|
+
* **Test**: The type of Sap Instance Environment- Test. \
|
|
592
|
+
* **QualityAssurance**: The type of Sap Instance Environment- QualityAssurance. \
|
|
593
|
+
* **Development**: The type of Sap Instance Environment- Development. \
|
|
594
|
+
* **Sandbox**: The type of Sap Instance Environment- Sandbox. \
|
|
595
|
+
* **DisasterRecovery**: The type of Sap Instance Environment- DisasterRecovery. \
|
|
596
|
+
* **Training**: The type of Sap Instance Environment- Training.
|
|
597
|
+
*/
|
|
598
|
+
export type SapInstanceEnvironment = string;
|
|
599
|
+
/** Known values of {@link SapInstanceType} that the service accepts. */
|
|
600
|
+
export declare enum KnownSapInstanceType {
|
|
601
|
+
/** The type of Sap Instance- ASCS. */
|
|
602
|
+
Ascs = "ASCS",
|
|
603
|
+
/** The type of Sap Instance- DB. */
|
|
604
|
+
DB = "DB",
|
|
605
|
+
/** The type of Sap Instance- APP. */
|
|
606
|
+
APP = "APP",
|
|
607
|
+
/** The type of Sap Instance- SCS. */
|
|
608
|
+
SCS = "SCS",
|
|
609
|
+
/** The type of Sap Instance- WEBDISP. */
|
|
610
|
+
Webdisp = "WEBDISP"
|
|
611
|
+
}
|
|
612
|
+
/**
|
|
613
|
+
* Defines values for SapInstanceType. \
|
|
614
|
+
* {@link KnownSapInstanceType} can be used interchangeably with SapInstanceType,
|
|
615
|
+
* this enum contains the known values that the service supports.
|
|
616
|
+
* ### Known values supported by the service
|
|
617
|
+
* **ASCS**: The type of Sap Instance- ASCS. \
|
|
618
|
+
* **DB**: The type of Sap Instance- DB. \
|
|
619
|
+
* **APP**: The type of Sap Instance- APP. \
|
|
620
|
+
* **SCS**: The type of Sap Instance- SCS. \
|
|
621
|
+
* **WEBDISP**: The type of Sap Instance- WEBDISP.
|
|
622
|
+
*/
|
|
623
|
+
export type SapInstanceType = string;
|
|
624
|
+
/** Known values of {@link OperatingSystem} that the service accepts. */
|
|
625
|
+
export declare enum KnownOperatingSystem {
|
|
626
|
+
/** The type of Operating system- IBMAIX. */
|
|
627
|
+
Ibmaix = "IBMAIX",
|
|
628
|
+
/** The type of Operating system- RedHat. */
|
|
629
|
+
RedHat = "RedHat",
|
|
630
|
+
/** The type of Operating system- SUSE. */
|
|
631
|
+
Suse = "SUSE",
|
|
632
|
+
/** The type of Operating system- Solaris. */
|
|
633
|
+
Solaris = "Solaris",
|
|
634
|
+
/** The type of Operating system- Unix. */
|
|
635
|
+
Unix = "Unix",
|
|
636
|
+
/** The type of Operating system- WindowsServer. */
|
|
637
|
+
WindowsServer = "WindowsServer"
|
|
638
|
+
}
|
|
639
|
+
/**
|
|
640
|
+
* Defines values for OperatingSystem. \
|
|
641
|
+
* {@link KnownOperatingSystem} can be used interchangeably with OperatingSystem,
|
|
642
|
+
* this enum contains the known values that the service supports.
|
|
643
|
+
* ### Known values supported by the service
|
|
644
|
+
* **IBMAIX**: The type of Operating system- IBMAIX. \
|
|
645
|
+
* **RedHat**: The type of Operating system- RedHat. \
|
|
646
|
+
* **SUSE**: The type of Operating system- SUSE. \
|
|
647
|
+
* **Solaris**: The type of Operating system- Solaris. \
|
|
648
|
+
* **Unix**: The type of Operating system- Unix. \
|
|
649
|
+
* **WindowsServer**: The type of Operating system- WindowsServer.
|
|
650
|
+
*/
|
|
651
|
+
export type OperatingSystem = string;
|
|
652
|
+
/** Known values of {@link DatabaseType} that the service accepts. */
|
|
653
|
+
export declare enum KnownDatabaseType {
|
|
654
|
+
/** The type of Database- Adabas. */
|
|
655
|
+
Adabas = "Adabas",
|
|
656
|
+
/** The type of Database- Oracle. */
|
|
657
|
+
Oracle = "Oracle",
|
|
658
|
+
/** The type of Database- SAPMaxDB. */
|
|
659
|
+
SAPMaxDB = "SAPMaxDB",
|
|
660
|
+
/** The type of Database- Db2. */
|
|
661
|
+
Db2 = "Db2",
|
|
662
|
+
/** The type of Database- SAPASE. */
|
|
663
|
+
Sapase = "SAPASE",
|
|
664
|
+
/** The type of Database- SQLServer. */
|
|
665
|
+
SQLServer = "SQLServer",
|
|
666
|
+
/** The type of Database- Informix. */
|
|
667
|
+
Informix = "Informix",
|
|
668
|
+
/** The type of Database- SAPDB. */
|
|
669
|
+
Sapdb = "SAPDB",
|
|
670
|
+
/** The type of Database- HANA. */
|
|
671
|
+
Hana = "HANA"
|
|
672
|
+
}
|
|
673
|
+
/**
|
|
674
|
+
* Defines values for DatabaseType. \
|
|
675
|
+
* {@link KnownDatabaseType} can be used interchangeably with DatabaseType,
|
|
676
|
+
* this enum contains the known values that the service supports.
|
|
677
|
+
* ### Known values supported by the service
|
|
678
|
+
* **Adabas**: The type of Database- Adabas. \
|
|
679
|
+
* **Oracle**: The type of Database- Oracle. \
|
|
680
|
+
* **SAPMaxDB**: The type of Database- SAPMaxDB. \
|
|
681
|
+
* **Db2**: The type of Database- Db2. \
|
|
682
|
+
* **SAPASE**: The type of Database- SAPASE. \
|
|
683
|
+
* **SQLServer**: The type of Database- SQLServer. \
|
|
684
|
+
* **Informix**: The type of Database- Informix. \
|
|
685
|
+
* **SAPDB**: The type of Database- SAPDB. \
|
|
686
|
+
* **HANA**: The type of Database- HANA.
|
|
687
|
+
*/
|
|
688
|
+
export type DatabaseType = string;
|
|
689
|
+
/** Known values of {@link DataSource} that the service accepts. */
|
|
690
|
+
export declare enum KnownDataSource {
|
|
691
|
+
/** The type of DataSource- Excel. */
|
|
692
|
+
Excel = "Excel",
|
|
693
|
+
/** The type of DataSource- Native. */
|
|
694
|
+
Native = "Native"
|
|
695
|
+
}
|
|
696
|
+
/**
|
|
697
|
+
* Defines values for DataSource. \
|
|
698
|
+
* {@link KnownDataSource} can be used interchangeably with DataSource,
|
|
699
|
+
* this enum contains the known values that the service supports.
|
|
700
|
+
* ### Known values supported by the service
|
|
701
|
+
* **Excel**: The type of DataSource- Excel. \
|
|
702
|
+
* **Native**: The type of DataSource- Native.
|
|
703
|
+
*/
|
|
704
|
+
export type DataSource = string;
|
|
705
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
706
|
+
export declare enum KnownOrigin {
|
|
707
|
+
/** User */
|
|
708
|
+
User = "user",
|
|
709
|
+
/** System */
|
|
710
|
+
System = "system",
|
|
711
|
+
/** UserSystem */
|
|
712
|
+
UserSystem = "user,system"
|
|
713
|
+
}
|
|
714
|
+
/**
|
|
715
|
+
* Defines values for Origin. \
|
|
716
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
717
|
+
* this enum contains the known values that the service supports.
|
|
718
|
+
* ### Known values supported by the service
|
|
719
|
+
* **user** \
|
|
720
|
+
* **system** \
|
|
721
|
+
* **user,system**
|
|
722
|
+
*/
|
|
723
|
+
export type Origin = string;
|
|
724
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
725
|
+
export declare enum KnownActionType {
|
|
726
|
+
/** Internal */
|
|
727
|
+
Internal = "Internal"
|
|
728
|
+
}
|
|
729
|
+
/**
|
|
730
|
+
* Defines values for ActionType. \
|
|
731
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
732
|
+
* this enum contains the known values that the service supports.
|
|
733
|
+
* ### Known values supported by the service
|
|
734
|
+
* **Internal**
|
|
735
|
+
*/
|
|
736
|
+
export type ActionType = string;
|
|
737
|
+
/** Known values of {@link Versions} that the service accepts. */
|
|
738
|
+
export declare enum KnownVersions {
|
|
739
|
+
/** The 2023-10-01-preview API version. */
|
|
740
|
+
V20231001Preview = "2023-10-01-preview"
|
|
741
|
+
}
|
|
742
|
+
/**
|
|
743
|
+
* Defines values for Versions. \
|
|
744
|
+
* {@link KnownVersions} can be used interchangeably with Versions,
|
|
745
|
+
* this enum contains the known values that the service supports.
|
|
746
|
+
* ### Known values supported by the service
|
|
747
|
+
* **2023-10-01-preview**: The 2023-10-01-preview API version.
|
|
748
|
+
*/
|
|
749
|
+
export type Versions = string;
|
|
750
|
+
/** Optional parameters. */
|
|
751
|
+
export interface SapDiscoverySitesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
752
|
+
}
|
|
753
|
+
/** Contains response data for the listBySubscription operation. */
|
|
754
|
+
export type SapDiscoverySitesListBySubscriptionResponse = SAPDiscoverySiteListResult;
|
|
755
|
+
/** Optional parameters. */
|
|
756
|
+
export interface SapDiscoverySitesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
757
|
+
}
|
|
758
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
759
|
+
export type SapDiscoverySitesListByResourceGroupResponse = SAPDiscoverySiteListResult;
|
|
760
|
+
/** Optional parameters. */
|
|
761
|
+
export interface SapDiscoverySitesGetOptionalParams extends coreClient.OperationOptions {
|
|
762
|
+
}
|
|
763
|
+
/** Contains response data for the get operation. */
|
|
764
|
+
export type SapDiscoverySitesGetResponse = SAPDiscoverySite;
|
|
765
|
+
/** Optional parameters. */
|
|
766
|
+
export interface SapDiscoverySitesCreateOptionalParams extends coreClient.OperationOptions {
|
|
767
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
768
|
+
updateIntervalInMs?: number;
|
|
769
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
770
|
+
resumeFrom?: string;
|
|
771
|
+
}
|
|
772
|
+
/** Contains response data for the create operation. */
|
|
773
|
+
export type SapDiscoverySitesCreateResponse = SAPDiscoverySite;
|
|
774
|
+
/** Optional parameters. */
|
|
775
|
+
export interface SapDiscoverySitesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
776
|
+
}
|
|
777
|
+
/** Contains response data for the update operation. */
|
|
778
|
+
export type SapDiscoverySitesUpdateResponse = SAPDiscoverySite;
|
|
779
|
+
/** Optional parameters. */
|
|
780
|
+
export interface SapDiscoverySitesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
781
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
782
|
+
updateIntervalInMs?: number;
|
|
783
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
784
|
+
resumeFrom?: string;
|
|
785
|
+
}
|
|
786
|
+
/** Optional parameters. */
|
|
787
|
+
export interface SapDiscoverySitesImportEntitiesOptionalParams extends coreClient.OperationOptions {
|
|
788
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
789
|
+
updateIntervalInMs?: number;
|
|
790
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
791
|
+
resumeFrom?: string;
|
|
792
|
+
}
|
|
793
|
+
/** Contains response data for the importEntities operation. */
|
|
794
|
+
export type SapDiscoverySitesImportEntitiesResponse = OperationStatusResult;
|
|
795
|
+
/** Optional parameters. */
|
|
796
|
+
export interface SapDiscoverySitesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
797
|
+
}
|
|
798
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
799
|
+
export type SapDiscoverySitesListBySubscriptionNextResponse = SAPDiscoverySiteListResult;
|
|
800
|
+
/** Optional parameters. */
|
|
801
|
+
export interface SapDiscoverySitesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
802
|
+
}
|
|
803
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
804
|
+
export type SapDiscoverySitesListByResourceGroupNextResponse = SAPDiscoverySiteListResult;
|
|
805
|
+
/** Optional parameters. */
|
|
806
|
+
export interface SapInstancesListBySapDiscoverySiteOptionalParams extends coreClient.OperationOptions {
|
|
807
|
+
}
|
|
808
|
+
/** Contains response data for the listBySapDiscoverySite operation. */
|
|
809
|
+
export type SapInstancesListBySapDiscoverySiteResponse = SAPInstanceListResult;
|
|
810
|
+
/** Optional parameters. */
|
|
811
|
+
export interface SapInstancesGetOptionalParams extends coreClient.OperationOptions {
|
|
812
|
+
}
|
|
813
|
+
/** Contains response data for the get operation. */
|
|
814
|
+
export type SapInstancesGetResponse = SAPInstance;
|
|
815
|
+
/** Optional parameters. */
|
|
816
|
+
export interface SapInstancesCreateOptionalParams extends coreClient.OperationOptions {
|
|
817
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
818
|
+
updateIntervalInMs?: number;
|
|
819
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
820
|
+
resumeFrom?: string;
|
|
821
|
+
}
|
|
822
|
+
/** Contains response data for the create operation. */
|
|
823
|
+
export type SapInstancesCreateResponse = SAPInstance;
|
|
824
|
+
/** Optional parameters. */
|
|
825
|
+
export interface SapInstancesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
826
|
+
}
|
|
827
|
+
/** Contains response data for the update operation. */
|
|
828
|
+
export type SapInstancesUpdateResponse = SAPInstance;
|
|
829
|
+
/** Optional parameters. */
|
|
830
|
+
export interface SapInstancesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
831
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
832
|
+
updateIntervalInMs?: number;
|
|
833
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
834
|
+
resumeFrom?: string;
|
|
835
|
+
}
|
|
836
|
+
/** Optional parameters. */
|
|
837
|
+
export interface SapInstancesListBySapDiscoverySiteNextOptionalParams extends coreClient.OperationOptions {
|
|
838
|
+
}
|
|
839
|
+
/** Contains response data for the listBySapDiscoverySiteNext operation. */
|
|
840
|
+
export type SapInstancesListBySapDiscoverySiteNextResponse = SAPInstanceListResult;
|
|
841
|
+
/** Optional parameters. */
|
|
842
|
+
export interface ServerInstancesListBySapInstanceOptionalParams extends coreClient.OperationOptions {
|
|
843
|
+
}
|
|
844
|
+
/** Contains response data for the listBySapInstance operation. */
|
|
845
|
+
export type ServerInstancesListBySapInstanceResponse = ServerInstanceListResult;
|
|
846
|
+
/** Optional parameters. */
|
|
847
|
+
export interface ServerInstancesGetOptionalParams extends coreClient.OperationOptions {
|
|
848
|
+
}
|
|
849
|
+
/** Contains response data for the get operation. */
|
|
850
|
+
export type ServerInstancesGetResponse = ServerInstance;
|
|
851
|
+
/** Optional parameters. */
|
|
852
|
+
export interface ServerInstancesCreateOptionalParams extends coreClient.OperationOptions {
|
|
853
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
854
|
+
updateIntervalInMs?: number;
|
|
855
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
856
|
+
resumeFrom?: string;
|
|
857
|
+
}
|
|
858
|
+
/** Contains response data for the create operation. */
|
|
859
|
+
export type ServerInstancesCreateResponse = ServerInstance;
|
|
860
|
+
/** Optional parameters. */
|
|
861
|
+
export interface ServerInstancesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
862
|
+
}
|
|
863
|
+
/** Contains response data for the update operation. */
|
|
864
|
+
export type ServerInstancesUpdateResponse = ServerInstance;
|
|
865
|
+
/** Optional parameters. */
|
|
866
|
+
export interface ServerInstancesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
867
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
868
|
+
updateIntervalInMs?: number;
|
|
869
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
870
|
+
resumeFrom?: string;
|
|
871
|
+
}
|
|
872
|
+
/** Optional parameters. */
|
|
873
|
+
export interface ServerInstancesListBySapInstanceNextOptionalParams extends coreClient.OperationOptions {
|
|
874
|
+
}
|
|
875
|
+
/** Contains response data for the listBySapInstanceNext operation. */
|
|
876
|
+
export type ServerInstancesListBySapInstanceNextResponse = ServerInstanceListResult;
|
|
877
|
+
/** Optional parameters. */
|
|
878
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
879
|
+
}
|
|
880
|
+
/** Contains response data for the list operation. */
|
|
881
|
+
export type OperationsListResponse = OperationListResult;
|
|
882
|
+
/** Optional parameters. */
|
|
883
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
884
|
+
}
|
|
885
|
+
/** Contains response data for the listNext operation. */
|
|
886
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
887
|
+
/** Optional parameters. */
|
|
888
|
+
export interface WorkloadsClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
889
|
+
/** server parameter */
|
|
890
|
+
$host?: string;
|
|
891
|
+
/** Api Version */
|
|
892
|
+
apiVersion?: string;
|
|
893
|
+
/** Overrides client endpoint. */
|
|
894
|
+
endpoint?: string;
|
|
895
|
+
}
|
|
896
|
+
//# sourceMappingURL=index.d.ts.map
|