@azure/arm-migrate 1.2.1 → 2.0.0
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 -0
- package/LICENSE +21 -0
- package/README.md +69 -81
- package/dist/index.js +6539 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/assessedMachinesGet.d.ts +2 -0
- package/dist-esm/samples-dev/assessedMachinesGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/assessedMachinesGet.js +34 -0
- package/dist-esm/samples-dev/assessedMachinesGet.js.map +1 -0
- package/dist-esm/samples-dev/assessedMachinesListByAssessment.d.ts +2 -0
- package/dist-esm/samples-dev/assessedMachinesListByAssessment.d.ts.map +1 -0
- package/dist-esm/samples-dev/assessedMachinesListByAssessment.js +55 -0
- package/dist-esm/samples-dev/assessedMachinesListByAssessment.js.map +1 -0
- package/dist-esm/samples-dev/assessmentOptionsGet.d.ts +2 -0
- package/dist-esm/samples-dev/assessmentOptionsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/assessmentOptionsGet.js +45 -0
- package/dist-esm/samples-dev/assessmentOptionsGet.js.map +1 -0
- package/dist-esm/samples-dev/assessmentsCreate.d.ts +2 -0
- package/dist-esm/samples-dev/assessmentsCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/assessmentsCreate.js +79 -0
- package/dist-esm/samples-dev/assessmentsCreate.js.map +1 -0
- package/dist-esm/samples-dev/assessmentsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/assessmentsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/assessmentsDelete.js +39 -0
- package/dist-esm/samples-dev/assessmentsDelete.js.map +1 -0
- package/dist-esm/samples-dev/assessmentsGet.d.ts +2 -0
- package/dist-esm/samples-dev/assessmentsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/assessmentsGet.js +33 -0
- package/dist-esm/samples-dev/assessmentsGet.js.map +1 -0
- package/dist-esm/samples-dev/assessmentsGetReportDownloadUrl.d.ts +2 -0
- package/dist-esm/samples-dev/assessmentsGetReportDownloadUrl.d.ts.map +1 -0
- package/dist-esm/samples-dev/assessmentsGetReportDownloadUrl.js +33 -0
- package/dist-esm/samples-dev/assessmentsGetReportDownloadUrl.js.map +1 -0
- package/dist-esm/samples-dev/assessmentsListByGroup.d.ts +2 -0
- package/dist-esm/samples-dev/assessmentsListByGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/assessmentsListByGroup.js +52 -0
- package/dist-esm/samples-dev/assessmentsListByGroup.js.map +1 -0
- package/dist-esm/samples-dev/assessmentsListByProject.d.ts +2 -0
- package/dist-esm/samples-dev/assessmentsListByProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/assessmentsListByProject.js +51 -0
- package/dist-esm/samples-dev/assessmentsListByProject.js.map +1 -0
- package/dist-esm/samples-dev/groupsCreate.d.ts +2 -0
- package/dist-esm/samples-dev/groupsCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/groupsCreate.js +43 -0
- package/dist-esm/samples-dev/groupsCreate.js.map +1 -0
- package/dist-esm/samples-dev/groupsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/groupsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/groupsDelete.js +38 -0
- package/dist-esm/samples-dev/groupsDelete.js.map +1 -0
- package/dist-esm/samples-dev/groupsGet.d.ts +2 -0
- package/dist-esm/samples-dev/groupsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/groupsGet.js +32 -0
- package/dist-esm/samples-dev/groupsGet.js.map +1 -0
- package/dist-esm/samples-dev/groupsListByProject.d.ts +2 -0
- package/dist-esm/samples-dev/groupsListByProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/groupsListByProject.js +45 -0
- package/dist-esm/samples-dev/groupsListByProject.js.map +1 -0
- package/dist-esm/samples-dev/groupsUpdateMachines.d.ts +2 -0
- package/dist-esm/samples-dev/groupsUpdateMachines.d.ts.map +1 -0
- package/dist-esm/samples-dev/groupsUpdateMachines.js +32 -0
- package/dist-esm/samples-dev/groupsUpdateMachines.js.map +1 -0
- package/dist-esm/samples-dev/hyperVCollectorsCreate.d.ts +2 -0
- package/dist-esm/samples-dev/hyperVCollectorsCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/hyperVCollectorsCreate.js +48 -0
- package/dist-esm/samples-dev/hyperVCollectorsCreate.js.map +1 -0
- package/dist-esm/samples-dev/hyperVCollectorsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/hyperVCollectorsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/hyperVCollectorsDelete.js +32 -0
- package/dist-esm/samples-dev/hyperVCollectorsDelete.js.map +1 -0
- package/dist-esm/samples-dev/hyperVCollectorsGet.d.ts +2 -0
- package/dist-esm/samples-dev/hyperVCollectorsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/hyperVCollectorsGet.js +32 -0
- package/dist-esm/samples-dev/hyperVCollectorsGet.js.map +1 -0
- package/dist-esm/samples-dev/hyperVCollectorsListByProject.d.ts +2 -0
- package/dist-esm/samples-dev/hyperVCollectorsListByProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/hyperVCollectorsListByProject.js +45 -0
- package/dist-esm/samples-dev/hyperVCollectorsListByProject.js.map +1 -0
- package/dist-esm/samples-dev/importCollectorsCreate.d.ts +2 -0
- package/dist-esm/samples-dev/importCollectorsCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/importCollectorsCreate.js +42 -0
- package/dist-esm/samples-dev/importCollectorsCreate.js.map +1 -0
- package/dist-esm/samples-dev/importCollectorsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/importCollectorsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/importCollectorsDelete.js +32 -0
- package/dist-esm/samples-dev/importCollectorsDelete.js.map +1 -0
- package/dist-esm/samples-dev/importCollectorsGet.d.ts +2 -0
- package/dist-esm/samples-dev/importCollectorsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/importCollectorsGet.js +32 -0
- package/dist-esm/samples-dev/importCollectorsGet.js.map +1 -0
- package/dist-esm/samples-dev/importCollectorsListByProject.d.ts +2 -0
- package/dist-esm/samples-dev/importCollectorsListByProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/importCollectorsListByProject.js +45 -0
- package/dist-esm/samples-dev/importCollectorsListByProject.js.map +1 -0
- package/dist-esm/samples-dev/machinesGet.d.ts +2 -0
- package/dist-esm/samples-dev/machinesGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/machinesGet.js +32 -0
- package/dist-esm/samples-dev/machinesGet.js.map +1 -0
- package/dist-esm/samples-dev/machinesListByProject.d.ts +2 -0
- package/dist-esm/samples-dev/machinesListByProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/machinesListByProject.js +45 -0
- package/dist-esm/samples-dev/machinesListByProject.js.map +1 -0
- package/dist-esm/samples-dev/operationsList.d.ts +2 -0
- package/dist-esm/samples-dev/operationsList.d.ts.map +1 -0
- package/dist-esm/samples-dev/operationsList.js +43 -0
- package/dist-esm/samples-dev/operationsList.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreate.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreate.js +45 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreate.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDelete.js +34 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDelete.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGet.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGet.js +32 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGet.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListByProject.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListByProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListByProject.js +31 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListByProject.js.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesGet.d.ts +2 -0
- package/dist-esm/samples-dev/privateLinkResourcesGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesGet.js +32 -0
- package/dist-esm/samples-dev/privateLinkResourcesGet.js.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesListByProject.d.ts +2 -0
- package/dist-esm/samples-dev/privateLinkResourcesListByProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesListByProject.js +31 -0
- package/dist-esm/samples-dev/privateLinkResourcesListByProject.js.map +1 -0
- package/dist-esm/samples-dev/projectsCreate.d.ts +2 -0
- package/dist-esm/samples-dev/projectsCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/projectsCreate.js +43 -0
- package/dist-esm/samples-dev/projectsCreate.js.map +1 -0
- package/dist-esm/samples-dev/projectsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/projectsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/projectsDelete.js +31 -0
- package/dist-esm/samples-dev/projectsDelete.js.map +1 -0
- package/dist-esm/samples-dev/projectsGet.d.ts +2 -0
- package/dist-esm/samples-dev/projectsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/projectsGet.js +31 -0
- package/dist-esm/samples-dev/projectsGet.js.map +1 -0
- package/dist-esm/samples-dev/projectsList.d.ts +2 -0
- package/dist-esm/samples-dev/projectsList.d.ts.map +1 -0
- package/dist-esm/samples-dev/projectsList.js +44 -0
- package/dist-esm/samples-dev/projectsList.js.map +1 -0
- package/dist-esm/samples-dev/projectsUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/projectsUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/projectsUpdate.js +43 -0
- package/dist-esm/samples-dev/projectsUpdate.js.map +1 -0
- package/dist-esm/samples-dev/serverCollectorsCreate.d.ts +2 -0
- package/dist-esm/samples-dev/serverCollectorsCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverCollectorsCreate.js +48 -0
- package/dist-esm/samples-dev/serverCollectorsCreate.js.map +1 -0
- package/dist-esm/samples-dev/serverCollectorsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/serverCollectorsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverCollectorsDelete.js +32 -0
- package/dist-esm/samples-dev/serverCollectorsDelete.js.map +1 -0
- package/dist-esm/samples-dev/serverCollectorsGet.d.ts +2 -0
- package/dist-esm/samples-dev/serverCollectorsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverCollectorsGet.js +32 -0
- package/dist-esm/samples-dev/serverCollectorsGet.js.map +1 -0
- package/dist-esm/samples-dev/serverCollectorsListByProject.d.ts +2 -0
- package/dist-esm/samples-dev/serverCollectorsListByProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverCollectorsListByProject.js +45 -0
- package/dist-esm/samples-dev/serverCollectorsListByProject.js.map +1 -0
- package/dist-esm/samples-dev/vMwareCollectorsCreate.d.ts +2 -0
- package/dist-esm/samples-dev/vMwareCollectorsCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/vMwareCollectorsCreate.js +48 -0
- package/dist-esm/samples-dev/vMwareCollectorsCreate.js.map +1 -0
- package/dist-esm/samples-dev/vMwareCollectorsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/vMwareCollectorsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/vMwareCollectorsDelete.js +32 -0
- package/dist-esm/samples-dev/vMwareCollectorsDelete.js.map +1 -0
- package/dist-esm/samples-dev/vMwareCollectorsGet.d.ts +2 -0
- package/dist-esm/samples-dev/vMwareCollectorsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/vMwareCollectorsGet.js +32 -0
- package/dist-esm/samples-dev/vMwareCollectorsGet.js.map +1 -0
- package/dist-esm/samples-dev/vMwareCollectorsListByProject.d.ts +2 -0
- package/dist-esm/samples-dev/vMwareCollectorsListByProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/vMwareCollectorsListByProject.js +45 -0
- package/dist-esm/samples-dev/vMwareCollectorsListByProject.js.map +1 -0
- package/dist-esm/src/azureMigrateV2.d.ts +29 -0
- package/dist-esm/src/azureMigrateV2.d.ts.map +1 -0
- package/dist-esm/src/azureMigrateV2.js +62 -0
- package/dist-esm/src/azureMigrateV2.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +2794 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +555 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +103 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +3033 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +30 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +240 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/assessedMachines.d.ts +69 -0
- package/dist-esm/src/operations/assessedMachines.d.ts.map +1 -0
- package/dist-esm/src/operations/assessedMachines.js +215 -0
- package/dist-esm/src/operations/assessedMachines.js.map +1 -0
- package/dist-esm/src/operations/assessments.d.ts +114 -0
- package/dist-esm/src/operations/assessments.d.ts.map +1 -0
- package/dist-esm/src/operations/assessments.js +354 -0
- package/dist-esm/src/operations/assessments.js.map +1 -0
- package/dist-esm/src/operations/groups.d.ts +74 -0
- package/dist-esm/src/operations/groups.d.ts.map +1 -0
- package/dist-esm/src/operations/groups.js +252 -0
- package/dist-esm/src/operations/groups.js.map +1 -0
- package/dist-esm/src/operations/hyperVCollectors.d.ts +54 -0
- package/dist-esm/src/operations/hyperVCollectors.d.ts.map +1 -0
- package/dist-esm/src/operations/hyperVCollectors.js +205 -0
- package/dist-esm/src/operations/hyperVCollectors.js.map +1 -0
- package/dist-esm/src/operations/importCollectors.d.ts +54 -0
- package/dist-esm/src/operations/importCollectors.d.ts.map +1 -0
- package/dist-esm/src/operations/importCollectors.js +205 -0
- package/dist-esm/src/operations/importCollectors.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +13 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +20 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/machines.d.ts +49 -0
- package/dist-esm/src/operations/machines.d.ts.map +1 -0
- package/dist-esm/src/operations/machines.js +175 -0
- package/dist-esm/src/operations/machines.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +86 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts +47 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js +177 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.d.ts +30 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.js +89 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.js.map +1 -0
- package/dist-esm/src/operations/projects.d.ts +106 -0
- package/dist-esm/src/operations/projects.d.ts.map +1 -0
- package/dist-esm/src/operations/projects.js +476 -0
- package/dist-esm/src/operations/projects.js.map +1 -0
- package/dist-esm/src/operations/serverCollectors.d.ts +54 -0
- package/dist-esm/src/operations/serverCollectors.d.ts.map +1 -0
- package/dist-esm/src/operations/serverCollectors.js +205 -0
- package/dist-esm/src/operations/serverCollectors.js.map +1 -0
- package/dist-esm/src/operations/vMwareCollectors.d.ts +54 -0
- package/dist-esm/src/operations/vMwareCollectors.d.ts.map +1 -0
- package/dist-esm/src/operations/vMwareCollectors.js +205 -0
- package/dist-esm/src/operations/vMwareCollectors.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/assessedMachines.d.ts +33 -0
- package/dist-esm/src/operationsInterfaces/assessedMachines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/assessedMachines.js +9 -0
- package/dist-esm/src/operationsInterfaces/assessedMachines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/assessments.d.ts +81 -0
- package/dist-esm/src/operationsInterfaces/assessments.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/assessments.js +9 -0
- package/dist-esm/src/operationsInterfaces/assessments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/groups.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/groups.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/groups.js +9 -0
- package/dist-esm/src/operationsInterfaces/groups.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/hyperVCollectors.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/hyperVCollectors.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/hyperVCollectors.js +9 -0
- package/dist-esm/src/operationsInterfaces/hyperVCollectors.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/importCollectors.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/importCollectors.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/importCollectors.js +9 -0
- package/dist-esm/src/operationsInterfaces/importCollectors.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +20 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/machines.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/machines.js +9 -0
- package/dist-esm/src/operationsInterfaces/machines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts +39 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/projects.d.ts +61 -0
- package/dist-esm/src/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/projects.js +9 -0
- package/dist-esm/src/operationsInterfaces/projects.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverCollectors.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/serverCollectors.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverCollectors.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverCollectors.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/vMwareCollectors.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/vMwareCollectors.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/vMwareCollectors.js +9 -0
- package/dist-esm/src/operationsInterfaces/vMwareCollectors.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +78 -34
- package/review/arm-migrate.api.md +2305 -0
- package/rollup.config.js +184 -27
- package/src/azureMigrateV2.ts +127 -0
- package/src/index.ts +12 -0
- package/src/models/index.ts +2579 -1948
- package/src/models/mappers.ts +2080 -829
- package/src/models/parameters.ts +205 -35
- package/src/operations/assessedMachines.ts +206 -88
- package/src/operations/assessments.ts +301 -283
- package/src/operations/groups.ts +219 -188
- package/src/operations/hyperVCollectors.ts +277 -0
- package/src/operations/importCollectors.ts +277 -0
- package/src/operations/index.ts +9 -7
- package/src/operations/machines.ts +170 -86
- package/src/operations/operations.ts +65 -43
- package/src/operations/privateEndpointConnectionOperations.ts +233 -0
- package/src/operations/privateLinkResourceOperations.ts +121 -0
- package/src/operations/projects.ts +421 -265
- package/src/operations/serverCollectors.ts +277 -0
- package/src/operations/vMwareCollectors.ts +277 -0
- package/src/operationsInterfaces/assessedMachines.ts +60 -0
- package/src/operationsInterfaces/assessments.ts +135 -0
- package/src/operationsInterfaces/groups.ts +100 -0
- package/src/operationsInterfaces/hyperVCollectors.ts +74 -0
- package/src/operationsInterfaces/importCollectors.ts +74 -0
- package/src/operationsInterfaces/index.ts +20 -0
- package/src/operationsInterfaces/machines.ts +46 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnectionOperations.ts +75 -0
- package/src/operationsInterfaces/privateLinkResourceOperations.ts +44 -0
- package/src/operationsInterfaces/projects.ts +116 -0
- package/src/operationsInterfaces/serverCollectors.ts +74 -0
- package/src/operationsInterfaces/vMwareCollectors.ts +74 -0
- package/tsconfig.json +6 -5
- package/types/arm-migrate.d.ts +3536 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-migrate.js +0 -3395
- package/dist/arm-migrate.js.map +0 -1
- package/dist/arm-migrate.min.js +0 -1
- package/dist/arm-migrate.min.js.map +0 -1
- package/esm/azureMigrate.d.ts +0 -31
- package/esm/azureMigrate.d.ts.map +0 -1
- package/esm/azureMigrate.js +0 -45
- package/esm/azureMigrate.js.map +0 -1
- package/esm/azureMigrateContext.d.ts +0 -22
- package/esm/azureMigrateContext.d.ts.map +0 -1
- package/esm/azureMigrateContext.js +0 -60
- package/esm/azureMigrateContext.js.map +0 -1
- package/esm/models/assessedMachinesMappers.d.ts +0 -2
- package/esm/models/assessedMachinesMappers.d.ts.map +0 -1
- package/esm/models/assessedMachinesMappers.js +0 -11
- package/esm/models/assessedMachinesMappers.js.map +0 -1
- package/esm/models/assessmentOptionsMappers.d.ts +0 -2
- package/esm/models/assessmentOptionsMappers.d.ts.map +0 -1
- package/esm/models/assessmentOptionsMappers.js +0 -11
- package/esm/models/assessmentOptionsMappers.js.map +0 -1
- package/esm/models/assessmentsMappers.d.ts +0 -2
- package/esm/models/assessmentsMappers.d.ts.map +0 -1
- package/esm/models/assessmentsMappers.js +0 -11
- package/esm/models/assessmentsMappers.js.map +0 -1
- package/esm/models/groupsMappers.d.ts +0 -2
- package/esm/models/groupsMappers.d.ts.map +0 -1
- package/esm/models/groupsMappers.js +0 -11
- package/esm/models/groupsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2366
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationMappers.d.ts +0 -2
- package/esm/models/locationMappers.d.ts.map +0 -1
- package/esm/models/locationMappers.js +0 -11
- package/esm/models/locationMappers.js.map +0 -1
- package/esm/models/machinesMappers.d.ts +0 -2
- package/esm/models/machinesMappers.d.ts.map +0 -1
- package/esm/models/machinesMappers.js +0 -11
- package/esm/models/machinesMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -48
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js +0 -1838
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -11
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -12
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -111
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/projectsMappers.d.ts +0 -2
- package/esm/models/projectsMappers.d.ts.map +0 -1
- package/esm/models/projectsMappers.js +0 -11
- package/esm/models/projectsMappers.js.map +0 -1
- package/esm/operations/assessedMachines.d.ts +0 -82
- package/esm/operations/assessedMachines.d.ts.map +0 -1
- package/esm/operations/assessedMachines.js +0 -101
- package/esm/operations/assessedMachines.js.map +0 -1
- package/esm/operations/assessmentOptions.d.ts +0 -32
- package/esm/operations/assessmentOptions.d.ts.map +0 -1
- package/esm/operations/assessmentOptions.js +0 -56
- package/esm/operations/assessmentOptions.js.map +0 -1
- package/esm/operations/assessments.d.ts +0 -192
- package/esm/operations/assessments.d.ts.map +0 -1
- package/esm/operations/assessments.js +0 -247
- package/esm/operations/assessments.js.map +0 -1
- package/esm/operations/groups.d.ts +0 -124
- package/esm/operations/groups.d.ts.map +0 -1
- package/esm/operations/groups.js +0 -171
- package/esm/operations/groups.js.map +0 -1
- package/esm/operations/index.d.ts +0 -9
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js +0 -18
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/location.d.ts +0 -34
- package/esm/operations/location.d.ts.map +0 -1
- package/esm/operations/location.js +0 -62
- package/esm/operations/location.js.map +0 -1
- package/esm/operations/machines.d.ts +0 -62
- package/esm/operations/machines.d.ts.map +0 -1
- package/esm/operations/machines.js +0 -93
- package/esm/operations/machines.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -29
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -48
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/projects.d.ts +0 -159
- package/esm/operations/projects.d.ts.map +0 -1
- package/esm/operations/projects.js +0 -262
- package/esm/operations/projects.js.map +0 -1
- package/src/azureMigrate.ts +0 -62
- package/src/azureMigrateContext.ts +0 -67
- package/src/models/assessedMachinesMappers.ts +0 -28
- package/src/models/assessmentOptionsMappers.ts +0 -16
- package/src/models/assessmentsMappers.ts +0 -33
- package/src/models/groupsMappers.ts +0 -30
- package/src/models/locationMappers.ts +0 -16
- package/src/models/machinesMappers.ts +0 -28
- package/src/models/operationsMappers.ts +0 -17
- package/src/models/projectsMappers.ts +0 -33
- package/src/operations/assessmentOptions.ts +0 -83
- package/src/operations/location.ts +0 -93
|
@@ -0,0 +1,3536 @@
|
|
|
1
|
+
import * as coreAuth from '@azure/core-auth';
|
|
2
|
+
import * as coreClient from '@azure/core-client';
|
|
3
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
4
|
+
|
|
5
|
+
/** A disk assessed for an assessment. */
|
|
6
|
+
export declare interface AssessedDisk {
|
|
7
|
+
/**
|
|
8
|
+
* Name of the assessed disk.
|
|
9
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
10
|
+
*/
|
|
11
|
+
readonly name?: string;
|
|
12
|
+
/**
|
|
13
|
+
* User friendly name of the assessed disk.
|
|
14
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
15
|
+
*/
|
|
16
|
+
readonly displayName?: string;
|
|
17
|
+
/**
|
|
18
|
+
* Gigabytes of storage provisioned for this disk.
|
|
19
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
20
|
+
*/
|
|
21
|
+
readonly gigabytesProvisioned?: number;
|
|
22
|
+
/**
|
|
23
|
+
* Disk throughput in MegaBytes per second.
|
|
24
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
25
|
+
*/
|
|
26
|
+
readonly megabytesPerSecondOfRead?: number;
|
|
27
|
+
/**
|
|
28
|
+
* Disk throughput in MegaBytes per second.
|
|
29
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
30
|
+
*/
|
|
31
|
+
readonly megabytesPerSecondOfWrite?: number;
|
|
32
|
+
/**
|
|
33
|
+
* Number of read operations per second for the disk.
|
|
34
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
35
|
+
*/
|
|
36
|
+
readonly numberOfReadOperationsPerSecond?: number;
|
|
37
|
+
/**
|
|
38
|
+
* Number of read and write operations per second for the disk.
|
|
39
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
40
|
+
*/
|
|
41
|
+
readonly numberOfWriteOperationsPerSecond?: number;
|
|
42
|
+
/**
|
|
43
|
+
* Estimated aggregate storage cost for a 31-day month for this disk.
|
|
44
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
45
|
+
*/
|
|
46
|
+
readonly monthlyStorageCost?: number;
|
|
47
|
+
/**
|
|
48
|
+
* Storage type selected for this disk.
|
|
49
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
50
|
+
*/
|
|
51
|
+
readonly recommendedDiskType?: AzureDiskType;
|
|
52
|
+
/**
|
|
53
|
+
* Recommended Azure size for the disk, given utilization data and preferences set on Assessment.
|
|
54
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
55
|
+
*/
|
|
56
|
+
readonly recommendedDiskSize?: AzureDiskSize;
|
|
57
|
+
/**
|
|
58
|
+
* Gigabytes of storage provided by the recommended Azure disk size.
|
|
59
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
60
|
+
*/
|
|
61
|
+
readonly gigabytesForRecommendedDiskSize?: number;
|
|
62
|
+
/**
|
|
63
|
+
* Whether this disk is suitable for Azure.
|
|
64
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
65
|
+
*/
|
|
66
|
+
readonly suitability?: CloudSuitability;
|
|
67
|
+
/**
|
|
68
|
+
* If disk is not suitable to be migrated, this explains the reasons and mitigation steps.
|
|
69
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
70
|
+
*/
|
|
71
|
+
readonly suitabilityExplanation?: AzureDiskSuitabilityExplanation;
|
|
72
|
+
/**
|
|
73
|
+
* If disk is suitable to be migrate but some conditions/checks were not considered while calculating suitability, this explains the details.
|
|
74
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
75
|
+
*/
|
|
76
|
+
readonly suitabilityDetail?: AzureDiskSuitabilityDetail;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/** A machine evaluated as part of an assessment. */
|
|
80
|
+
export declare interface AssessedMachine {
|
|
81
|
+
/**
|
|
82
|
+
* Path reference to this assessed machine. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/assessments/{assessmentName}/assessedMachines/{assessedMachineName}
|
|
83
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
84
|
+
*/
|
|
85
|
+
readonly id?: string;
|
|
86
|
+
/**
|
|
87
|
+
* Name of the machine.
|
|
88
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
89
|
+
*/
|
|
90
|
+
readonly name?: string;
|
|
91
|
+
/** For optimistic concurrency control. */
|
|
92
|
+
eTag?: string;
|
|
93
|
+
/**
|
|
94
|
+
* Type of the object = [Microsoft.Migrate/assessmentProjects/groups/assessments/assessedMachines].
|
|
95
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
96
|
+
*/
|
|
97
|
+
readonly type?: string;
|
|
98
|
+
/** Properties of an assessed machine. */
|
|
99
|
+
properties?: AssessedMachineProperties;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
/** Properties of an assessed machine. */
|
|
103
|
+
export declare interface AssessedMachineProperties {
|
|
104
|
+
/**
|
|
105
|
+
* Boot type of the machine.
|
|
106
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
107
|
+
*/
|
|
108
|
+
readonly bootType?: MachineBootType;
|
|
109
|
+
/**
|
|
110
|
+
* ARM ID of the discovered machine.
|
|
111
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
112
|
+
*/
|
|
113
|
+
readonly datacenterMachineArmId?: string;
|
|
114
|
+
/**
|
|
115
|
+
* ARM ID of the discovered datacenter.
|
|
116
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
117
|
+
*/
|
|
118
|
+
readonly datacenterManagementServerArmId?: string;
|
|
119
|
+
/**
|
|
120
|
+
* Name of the server hosting the datacenter management solution.
|
|
121
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
122
|
+
*/
|
|
123
|
+
readonly datacenterManagementServerName?: string;
|
|
124
|
+
/**
|
|
125
|
+
* Description of the machine
|
|
126
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
127
|
+
*/
|
|
128
|
+
readonly description?: string;
|
|
129
|
+
/**
|
|
130
|
+
* User readable name of the machine as defined by the user in their private datacenter.
|
|
131
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
132
|
+
*/
|
|
133
|
+
readonly displayName?: string;
|
|
134
|
+
/**
|
|
135
|
+
* Memory in Megabytes.
|
|
136
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
137
|
+
*/
|
|
138
|
+
readonly megabytesOfMemory?: number;
|
|
139
|
+
/**
|
|
140
|
+
* Processor count.
|
|
141
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
142
|
+
*/
|
|
143
|
+
readonly numberOfCores?: number;
|
|
144
|
+
/**
|
|
145
|
+
* Operating System type of the machine.
|
|
146
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
147
|
+
*/
|
|
148
|
+
readonly operatingSystemType?: string;
|
|
149
|
+
/**
|
|
150
|
+
* Operating System name of the machine.
|
|
151
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
152
|
+
*/
|
|
153
|
+
readonly operatingSystemName?: string;
|
|
154
|
+
/**
|
|
155
|
+
* Operating System version of the machine.
|
|
156
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
157
|
+
*/
|
|
158
|
+
readonly operatingSystemVersion?: string;
|
|
159
|
+
/**
|
|
160
|
+
* Monthly network cost estimate for the network adapters that are attached to this machine as a group, for a 31-day month.
|
|
161
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
162
|
+
*/
|
|
163
|
+
readonly monthlyBandwidthCost?: number;
|
|
164
|
+
/**
|
|
165
|
+
* Monthly storage cost estimate for the disks that are attached to this machine as a group, for a 31-day month.
|
|
166
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
167
|
+
*/
|
|
168
|
+
readonly monthlyStorageCost?: number;
|
|
169
|
+
/**
|
|
170
|
+
* Monthly premium storage cost estimate for the disks that are attached to this machine as a group, for a 31-day month.
|
|
171
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
172
|
+
*/
|
|
173
|
+
readonly monthlyPremiumStorageCost?: number;
|
|
174
|
+
/**
|
|
175
|
+
* Monthly standard SSD storage cost estimate for the disks that are attached to this machine as a group, for a 31-day month.
|
|
176
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
177
|
+
*/
|
|
178
|
+
readonly monthlyStandardSSDStorageCost?: number;
|
|
179
|
+
/**
|
|
180
|
+
* Confidence rating of assessed machine.
|
|
181
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
182
|
+
*/
|
|
183
|
+
readonly confidenceRatingInPercentage?: number;
|
|
184
|
+
/**
|
|
185
|
+
* Dictionary of disks attached to the machine. Key is ID of disk. Value is a disk object.
|
|
186
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
187
|
+
*/
|
|
188
|
+
readonly disks?: {
|
|
189
|
+
[propertyName: string]: AssessedDisk;
|
|
190
|
+
};
|
|
191
|
+
/**
|
|
192
|
+
* Dictionary of network adapters attached to the machine. Key is name of the adapter. Value is a network adapter object.
|
|
193
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
194
|
+
*/
|
|
195
|
+
readonly networkAdapters?: {
|
|
196
|
+
[propertyName: string]: AssessedNetworkAdapter;
|
|
197
|
+
};
|
|
198
|
+
/**
|
|
199
|
+
* Recommended Azure size for this machine.
|
|
200
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
201
|
+
*/
|
|
202
|
+
readonly recommendedSize?: AzureVmSize;
|
|
203
|
+
/**
|
|
204
|
+
* Number of CPU cores in the Recommended Azure VM Size.
|
|
205
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
206
|
+
*/
|
|
207
|
+
readonly numberOfCoresForRecommendedSize?: number;
|
|
208
|
+
/**
|
|
209
|
+
* Megabytes of memory in the Recommended Azure VM Size.
|
|
210
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
211
|
+
*/
|
|
212
|
+
readonly megabytesOfMemoryForRecommendedSize?: number;
|
|
213
|
+
/**
|
|
214
|
+
* Compute Cost for a 31-day month, if the machine is migrated to Azure with the Recommended Size.
|
|
215
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
216
|
+
*/
|
|
217
|
+
readonly monthlyComputeCostForRecommendedSize?: number;
|
|
218
|
+
/**
|
|
219
|
+
* Utilization percentage of the processor core as observed in the private data center, in the Time Range selected on Assessment, reported as the Percentile value based on the percentile number selected in assessment.
|
|
220
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
221
|
+
*/
|
|
222
|
+
readonly percentageCoresUtilization?: number;
|
|
223
|
+
/**
|
|
224
|
+
* Utilization percentage of the memory as observed in the private data center, in the Time Range selected on Assessment, reported as the Percentile value based on the percentile number selected in assessment.
|
|
225
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
226
|
+
*/
|
|
227
|
+
readonly percentageMemoryUtilization?: number;
|
|
228
|
+
/**
|
|
229
|
+
* Whether machine is suitable for migration to Azure.
|
|
230
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
231
|
+
*/
|
|
232
|
+
readonly suitability?: CloudSuitability;
|
|
233
|
+
/**
|
|
234
|
+
* If machine is not ready to be migrated, this explains the reasons and mitigation steps.
|
|
235
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
236
|
+
*/
|
|
237
|
+
readonly suitabilityExplanation?: AzureVmSuitabilityExplanation;
|
|
238
|
+
/**
|
|
239
|
+
* If machine is not suitable for cloud, this explains the reasons.
|
|
240
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
241
|
+
*/
|
|
242
|
+
readonly suitabilityDetail?: AzureVmSuitabilityDetail;
|
|
243
|
+
/**
|
|
244
|
+
* Time when this machine was created. Date-Time represented in ISO-8601 format.
|
|
245
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
246
|
+
*/
|
|
247
|
+
readonly createdTimestamp?: Date;
|
|
248
|
+
/**
|
|
249
|
+
* Time when this machine was last updated. Date-Time represented in ISO-8601 format.
|
|
250
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
251
|
+
*/
|
|
252
|
+
readonly updatedTimestamp?: Date;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
/** List of assessed machines. */
|
|
256
|
+
export declare interface AssessedMachineResultList {
|
|
257
|
+
/** List of assessed machines. */
|
|
258
|
+
value?: AssessedMachine[];
|
|
259
|
+
nextLink?: string;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
/** Interface representing a AssessedMachines. */
|
|
263
|
+
export declare interface AssessedMachines {
|
|
264
|
+
/**
|
|
265
|
+
* Get list of machines that assessed as part of the specified assessment. Returns a json array of
|
|
266
|
+
* objects of type 'assessedMachine' as specified in the Models section.
|
|
267
|
+
*
|
|
268
|
+
* Whenever an assessment is created or updated, it goes under computation. During this phase, the
|
|
269
|
+
* 'status' field of Assessment object reports 'Computing'.
|
|
270
|
+
* During the period when the assessment is under computation, the list of assessed machines is empty
|
|
271
|
+
* and no assessed machines are returned by this call.
|
|
272
|
+
*
|
|
273
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
274
|
+
* @param projectName Name of the Azure Migrate project.
|
|
275
|
+
* @param groupName Unique name of a group within a project.
|
|
276
|
+
* @param assessmentName Unique name of an assessment within a project.
|
|
277
|
+
* @param options The options parameters.
|
|
278
|
+
*/
|
|
279
|
+
listByAssessment(resourceGroupName: string, projectName: string, groupName: string, assessmentName: string, options?: AssessedMachinesListByAssessmentOptionalParams): PagedAsyncIterableIterator<AssessedMachine>;
|
|
280
|
+
/**
|
|
281
|
+
* Get an assessed machine with its size & cost estimate that was evaluated in the specified
|
|
282
|
+
* assessment.
|
|
283
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
284
|
+
* @param projectName Name of the Azure Migrate project.
|
|
285
|
+
* @param groupName Unique name of a group within a project.
|
|
286
|
+
* @param assessmentName Unique name of an assessment within a project.
|
|
287
|
+
* @param assessedMachineName Unique name of an assessed machine evaluated as part of an assessment.
|
|
288
|
+
* @param options The options parameters.
|
|
289
|
+
*/
|
|
290
|
+
get(resourceGroupName: string, projectName: string, groupName: string, assessmentName: string, assessedMachineName: string, options?: AssessedMachinesGetOptionalParams): Promise<AssessedMachinesGetResponse>;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
/** Defines headers for AssessedMachines_get operation. */
|
|
294
|
+
export declare interface AssessedMachinesGetHeaders {
|
|
295
|
+
/** Service generated Request ID. */
|
|
296
|
+
xMsRequestId?: string;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
/** Optional parameters. */
|
|
300
|
+
export declare interface AssessedMachinesGetOptionalParams extends coreClient.OperationOptions {
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
/** Contains response data for the get operation. */
|
|
304
|
+
export declare type AssessedMachinesGetResponse = AssessedMachinesGetHeaders & AssessedMachine;
|
|
305
|
+
|
|
306
|
+
/** Defines headers for AssessedMachines_listByAssessment operation. */
|
|
307
|
+
export declare interface AssessedMachinesListByAssessmentHeaders {
|
|
308
|
+
/** Service generated Request ID. */
|
|
309
|
+
xMsRequestId?: string;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
/** Defines headers for AssessedMachines_listByAssessmentNext operation. */
|
|
313
|
+
export declare interface AssessedMachinesListByAssessmentNextHeaders {
|
|
314
|
+
/** Service generated Request ID. */
|
|
315
|
+
xMsRequestId?: string;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
/** Optional parameters. */
|
|
319
|
+
export declare interface AssessedMachinesListByAssessmentNextOptionalParams extends coreClient.OperationOptions {
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
/** Contains response data for the listByAssessmentNext operation. */
|
|
323
|
+
export declare type AssessedMachinesListByAssessmentNextResponse = AssessedMachinesListByAssessmentNextHeaders & AssessedMachineResultList;
|
|
324
|
+
|
|
325
|
+
/** Optional parameters. */
|
|
326
|
+
export declare interface AssessedMachinesListByAssessmentOptionalParams extends coreClient.OperationOptions {
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
/** Contains response data for the listByAssessment operation. */
|
|
330
|
+
export declare type AssessedMachinesListByAssessmentResponse = AssessedMachinesListByAssessmentHeaders & AssessedMachineResultList;
|
|
331
|
+
|
|
332
|
+
/** A network adapter assessed for an assessment. */
|
|
333
|
+
export declare interface AssessedNetworkAdapter {
|
|
334
|
+
/**
|
|
335
|
+
* MAC Address of the network adapter.
|
|
336
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
337
|
+
*/
|
|
338
|
+
readonly macAddress?: string;
|
|
339
|
+
/**
|
|
340
|
+
* List of IP Addresses on the network adapter.
|
|
341
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
342
|
+
*/
|
|
343
|
+
readonly ipAddresses?: string[];
|
|
344
|
+
/**
|
|
345
|
+
* User friendly name of the assessed network adapter.
|
|
346
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
347
|
+
*/
|
|
348
|
+
readonly displayName?: string;
|
|
349
|
+
/**
|
|
350
|
+
* Monthly cost estimate for network bandwidth used by this network adapter.
|
|
351
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
352
|
+
*/
|
|
353
|
+
readonly monthlyBandwidthCosts?: number;
|
|
354
|
+
/**
|
|
355
|
+
* Adapter throughput for incoming traffic in MegaBytes per second.
|
|
356
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
357
|
+
*/
|
|
358
|
+
readonly megabytesPerSecondReceived?: number;
|
|
359
|
+
/**
|
|
360
|
+
* Adapter throughput for outgoing traffic in MegaBytes per second.
|
|
361
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
362
|
+
*/
|
|
363
|
+
readonly megabytesPerSecondTransmitted?: number;
|
|
364
|
+
/** Gigabytes transmitted through this adapter each month. */
|
|
365
|
+
netGigabytesTransmittedPerMonth?: number;
|
|
366
|
+
/**
|
|
367
|
+
* Whether this adapter is suitable for Azure.
|
|
368
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
369
|
+
*/
|
|
370
|
+
readonly suitability?: CloudSuitability;
|
|
371
|
+
/**
|
|
372
|
+
* If network adapter is suitable, this explains the reasons and mitigation steps.
|
|
373
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
374
|
+
*/
|
|
375
|
+
readonly suitabilityExplanation?: AzureNetworkAdapterSuitabilityExplanation;
|
|
376
|
+
/**
|
|
377
|
+
* If network adapter is not suitable for cloud, this explains the reasons.
|
|
378
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
379
|
+
*/
|
|
380
|
+
readonly suitabilityDetail?: AzureNetworkAdapterSuitabilityDetail;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
/** An assessment created for a group in the Migration project. */
|
|
384
|
+
export declare interface Assessment {
|
|
385
|
+
/**
|
|
386
|
+
* Path reference to this assessment. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/assessment/{assessmentName}
|
|
387
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
388
|
+
*/
|
|
389
|
+
readonly id?: string;
|
|
390
|
+
/**
|
|
391
|
+
* Unique name of an assessment.
|
|
392
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
393
|
+
*/
|
|
394
|
+
readonly name?: string;
|
|
395
|
+
/** For optimistic concurrency control. */
|
|
396
|
+
eTag?: string;
|
|
397
|
+
/**
|
|
398
|
+
* Type of the object = [Microsoft.Migrate/assessmentProjects/groups/assessments].
|
|
399
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
400
|
+
*/
|
|
401
|
+
readonly type?: string;
|
|
402
|
+
/** Properties of the assessment. */
|
|
403
|
+
properties: AssessmentProperties;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
/** Assessment options. */
|
|
407
|
+
export declare interface AssessmentOptions {
|
|
408
|
+
/**
|
|
409
|
+
* Unique name of an assessment options.
|
|
410
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
411
|
+
*/
|
|
412
|
+
readonly name?: string;
|
|
413
|
+
/**
|
|
414
|
+
* Unique identifier of an assessment options.
|
|
415
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
416
|
+
*/
|
|
417
|
+
readonly id?: string;
|
|
418
|
+
/** Properties of the assessment options. */
|
|
419
|
+
properties: AssessmentOptionsProperties;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
/** Assessment options properties. */
|
|
423
|
+
export declare interface AssessmentOptionsProperties {
|
|
424
|
+
/**
|
|
425
|
+
* Dictionary of VM families grouped by vm family name describing the targeted azure locations of VM family and the category of the family.
|
|
426
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
427
|
+
*/
|
|
428
|
+
readonly vmFamilies?: VmFamily[];
|
|
429
|
+
/**
|
|
430
|
+
* List of supported VM Families.
|
|
431
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
432
|
+
*/
|
|
433
|
+
readonly reservedInstanceVmFamilies?: string[];
|
|
434
|
+
/**
|
|
435
|
+
* List of supported Azure regions for reserved instances.
|
|
436
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
437
|
+
*/
|
|
438
|
+
readonly reservedInstanceSupportedLocations?: string[];
|
|
439
|
+
/**
|
|
440
|
+
* List of supported currencies for reserved instances.
|
|
441
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
442
|
+
*/
|
|
443
|
+
readonly reservedInstanceSupportedCurrencies?: string[];
|
|
444
|
+
/**
|
|
445
|
+
* List of supported Azure offer codes for reserved instances.
|
|
446
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
447
|
+
*/
|
|
448
|
+
readonly reservedInstanceSupportedOffers?: string[];
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
/** List of API operations. */
|
|
452
|
+
export declare interface AssessmentOptionsResultList {
|
|
453
|
+
/** List of operations. */
|
|
454
|
+
value?: AssessmentOptions[];
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
/** Properties of an assessment. */
|
|
458
|
+
export declare interface AssessmentProperties {
|
|
459
|
+
/** Target Azure location for which the machines should be assessed. These enums are the same as used by Compute API. */
|
|
460
|
+
azureLocation: AzureLocation;
|
|
461
|
+
/** Offer code according to which cost estimation is done. */
|
|
462
|
+
azureOfferCode: AzureOfferCode;
|
|
463
|
+
/**
|
|
464
|
+
* Enterprise agreement subscription arm id.
|
|
465
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
466
|
+
*/
|
|
467
|
+
readonly eaSubscriptionId?: string;
|
|
468
|
+
/** Pricing tier for Size evaluation. */
|
|
469
|
+
azurePricingTier: AzurePricingTier;
|
|
470
|
+
/** Storage Redundancy type offered by Azure. */
|
|
471
|
+
azureStorageRedundancy: AzureStorageRedundancy;
|
|
472
|
+
/** Scaling factor used over utilization data to add a performance buffer for new machines to be created in Azure. Min Value = 1.0, Max value = 1.9, Default = 1.3. */
|
|
473
|
+
scalingFactor: number;
|
|
474
|
+
/** Percentile of performance data used to recommend Azure size. */
|
|
475
|
+
percentile: Percentile;
|
|
476
|
+
/** Time range of performance data used to recommend a size. */
|
|
477
|
+
timeRange: TimeRange;
|
|
478
|
+
/**
|
|
479
|
+
* Start time to consider performance data for assessment
|
|
480
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
481
|
+
*/
|
|
482
|
+
readonly perfDataStartTime?: Date;
|
|
483
|
+
/**
|
|
484
|
+
* End time to consider performance data for assessment
|
|
485
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
486
|
+
*/
|
|
487
|
+
readonly perfDataEndTime?: Date;
|
|
488
|
+
/** User configurable setting that describes the status of the assessment. */
|
|
489
|
+
stage: AssessmentStage;
|
|
490
|
+
/** Currency to report prices in. */
|
|
491
|
+
currency: Currency;
|
|
492
|
+
/** AHUB discount on windows virtual machines. */
|
|
493
|
+
azureHybridUseBenefit: AzureHybridUseBenefit;
|
|
494
|
+
/** Custom discount percentage to be applied on final costs. Can be in the range [0, 100]. */
|
|
495
|
+
discountPercentage: number;
|
|
496
|
+
/**
|
|
497
|
+
* Confidence rating percentage for assessment. Can be in the range [0, 100].
|
|
498
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
499
|
+
*/
|
|
500
|
+
readonly confidenceRatingInPercentage?: number;
|
|
501
|
+
/** Assessment sizing criterion. */
|
|
502
|
+
sizingCriterion: AssessmentSizingCriterion;
|
|
503
|
+
/** Azure reserved instance. */
|
|
504
|
+
reservedInstance: ReservedInstance;
|
|
505
|
+
/** List of azure VM families. */
|
|
506
|
+
azureVmFamilies: AzureVmFamily[];
|
|
507
|
+
/** Storage type selected for this disk. */
|
|
508
|
+
azureDiskType: AzureDiskType;
|
|
509
|
+
/** Specify the duration for which the VMs are up in the on-premises environment. */
|
|
510
|
+
vmUptime: VmUptime;
|
|
511
|
+
/**
|
|
512
|
+
* Time when the Azure Prices were queried. Date-Time represented in ISO-8601 format.
|
|
513
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
514
|
+
*/
|
|
515
|
+
readonly pricesTimestamp?: Date;
|
|
516
|
+
/**
|
|
517
|
+
* Time when this project was created. Date-Time represented in ISO-8601 format.
|
|
518
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
519
|
+
*/
|
|
520
|
+
readonly createdTimestamp?: Date;
|
|
521
|
+
/**
|
|
522
|
+
* Time when this project was last updated. Date-Time represented in ISO-8601 format.
|
|
523
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
524
|
+
*/
|
|
525
|
+
readonly updatedTimestamp?: Date;
|
|
526
|
+
/**
|
|
527
|
+
* Monthly compute cost estimate for the machines that are part of this assessment as a group, for a 31-day month.
|
|
528
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
529
|
+
*/
|
|
530
|
+
readonly monthlyComputeCost?: number;
|
|
531
|
+
/**
|
|
532
|
+
* Monthly network cost estimate for the machines that are part of this assessment as a group, for a 31-day month.
|
|
533
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
534
|
+
*/
|
|
535
|
+
readonly monthlyBandwidthCost?: number;
|
|
536
|
+
/**
|
|
537
|
+
* Monthly storage cost estimate for the machines that are part of this assessment as a group, for a 31-day month.
|
|
538
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
539
|
+
*/
|
|
540
|
+
readonly monthlyStorageCost?: number;
|
|
541
|
+
/**
|
|
542
|
+
* Monthly premium storage cost estimate for the machines that are part of this assessment as a group, for a 31-day month.
|
|
543
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
544
|
+
*/
|
|
545
|
+
readonly monthlyPremiumStorageCost?: number;
|
|
546
|
+
/**
|
|
547
|
+
* Monthly standard SSD storage cost estimate for the machines that are part of this assessment as a group, for a 31-day month.
|
|
548
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
549
|
+
*/
|
|
550
|
+
readonly monthlyStandardSSDStorageCost?: number;
|
|
551
|
+
/**
|
|
552
|
+
* Whether the assessment has been created and is valid.
|
|
553
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
554
|
+
*/
|
|
555
|
+
readonly status?: AssessmentStatus;
|
|
556
|
+
/**
|
|
557
|
+
* Number of assessed machines part of this assessment.
|
|
558
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
559
|
+
*/
|
|
560
|
+
readonly numberOfMachines?: number;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
/** List of assessments. */
|
|
564
|
+
export declare interface AssessmentResultList {
|
|
565
|
+
/** List of assessments. */
|
|
566
|
+
value?: Assessment[];
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
/** Interface representing a Assessments. */
|
|
570
|
+
export declare interface Assessments {
|
|
571
|
+
/**
|
|
572
|
+
* Get all assessments created for the specified group.
|
|
573
|
+
*
|
|
574
|
+
* Returns a json array of objects of type 'assessment' as specified in Models section.
|
|
575
|
+
*
|
|
576
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
577
|
+
* @param projectName Name of the Azure Migrate project.
|
|
578
|
+
* @param groupName Unique name of a group within a project.
|
|
579
|
+
* @param options The options parameters.
|
|
580
|
+
*/
|
|
581
|
+
listByGroup(resourceGroupName: string, projectName: string, groupName: string, options?: AssessmentsListByGroupOptionalParams): PagedAsyncIterableIterator<Assessment>;
|
|
582
|
+
/**
|
|
583
|
+
* Get all assessments created in the project.
|
|
584
|
+
*
|
|
585
|
+
* Returns a json array of objects of type 'assessment' as specified in Models section.
|
|
586
|
+
*
|
|
587
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
588
|
+
* @param projectName Name of the Azure Migrate project.
|
|
589
|
+
* @param options The options parameters.
|
|
590
|
+
*/
|
|
591
|
+
listByProject(resourceGroupName: string, projectName: string, options?: AssessmentsListByProjectOptionalParams): PagedAsyncIterableIterator<Assessment>;
|
|
592
|
+
/**
|
|
593
|
+
* Get an existing assessment with the specified name. Returns a json object of type 'assessment' as
|
|
594
|
+
* specified in Models section.
|
|
595
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
596
|
+
* @param projectName Name of the Azure Migrate project.
|
|
597
|
+
* @param groupName Unique name of a group within a project.
|
|
598
|
+
* @param assessmentName Unique name of an assessment within a project.
|
|
599
|
+
* @param options The options parameters.
|
|
600
|
+
*/
|
|
601
|
+
get(resourceGroupName: string, projectName: string, groupName: string, assessmentName: string, options?: AssessmentsGetOptionalParams): Promise<AssessmentsGetResponse>;
|
|
602
|
+
/**
|
|
603
|
+
* Create a new assessment with the given name and the specified settings. Since name of an assessment
|
|
604
|
+
* in a project is a unique identifier, if an assessment with the name provided already exists, then
|
|
605
|
+
* the existing assessment is updated.
|
|
606
|
+
*
|
|
607
|
+
* Any PUT operation, resulting in either create or update on an assessment, will cause the assessment
|
|
608
|
+
* to go in a "InProgress" state. This will be indicated by the field 'computationState' on the
|
|
609
|
+
* Assessment object. During this time no other PUT operation will be allowed on that assessment
|
|
610
|
+
* object, nor will a Delete operation. Once the computation for the assessment is complete, the field
|
|
611
|
+
* 'computationState' will be updated to 'Ready', and then other PUT or DELETE operations can happen on
|
|
612
|
+
* the assessment.
|
|
613
|
+
*
|
|
614
|
+
* When assessment is under computation, any PUT will lead to a 400 - Bad Request error.
|
|
615
|
+
*
|
|
616
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
617
|
+
* @param projectName Name of the Azure Migrate project.
|
|
618
|
+
* @param groupName Unique name of a group within a project.
|
|
619
|
+
* @param assessmentName Unique name of an assessment within a project.
|
|
620
|
+
* @param options The options parameters.
|
|
621
|
+
*/
|
|
622
|
+
create(resourceGroupName: string, projectName: string, groupName: string, assessmentName: string, options?: AssessmentsCreateOptionalParams): Promise<AssessmentsCreateResponse>;
|
|
623
|
+
/**
|
|
624
|
+
* Delete an assessment from the project. The machines remain in the assessment. Deleting a
|
|
625
|
+
* non-existent assessment results in a no-operation.
|
|
626
|
+
*
|
|
627
|
+
* When an assessment is under computation, as indicated by the 'computationState' field, it cannot be
|
|
628
|
+
* deleted. Any such attempt will return a 400 - Bad Request.
|
|
629
|
+
*
|
|
630
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
631
|
+
* @param projectName Name of the Azure Migrate project.
|
|
632
|
+
* @param groupName Unique name of a group within a project.
|
|
633
|
+
* @param assessmentName Unique name of an assessment within a project.
|
|
634
|
+
* @param options The options parameters.
|
|
635
|
+
*/
|
|
636
|
+
delete(resourceGroupName: string, projectName: string, groupName: string, assessmentName: string, options?: AssessmentsDeleteOptionalParams): Promise<AssessmentsDeleteResponse>;
|
|
637
|
+
/**
|
|
638
|
+
* Get the URL for downloading the assessment in a report format.
|
|
639
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
640
|
+
* @param projectName Name of the Azure Migrate project.
|
|
641
|
+
* @param groupName Unique name of a group within a project.
|
|
642
|
+
* @param assessmentName Unique name of an assessment within a project.
|
|
643
|
+
* @param options The options parameters.
|
|
644
|
+
*/
|
|
645
|
+
getReportDownloadUrl(resourceGroupName: string, projectName: string, groupName: string, assessmentName: string, options?: AssessmentsGetReportDownloadUrlOptionalParams): Promise<AssessmentsGetReportDownloadUrlResponse>;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
/** Defines headers for Assessments_create operation. */
|
|
649
|
+
export declare interface AssessmentsCreateHeaders {
|
|
650
|
+
/** Service generated Request ID. */
|
|
651
|
+
xMsRequestId?: string;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
/** Optional parameters. */
|
|
655
|
+
export declare interface AssessmentsCreateOptionalParams extends coreClient.OperationOptions {
|
|
656
|
+
/** New or Updated Assessment object. */
|
|
657
|
+
assessment?: Assessment;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
/** Contains response data for the create operation. */
|
|
661
|
+
export declare type AssessmentsCreateResponse = AssessmentsCreateHeaders & Assessment;
|
|
662
|
+
|
|
663
|
+
/** Defines headers for Assessments_delete operation. */
|
|
664
|
+
export declare interface AssessmentsDeleteHeaders {
|
|
665
|
+
/** Service generated Request ID. */
|
|
666
|
+
xMsRequestId?: string;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
/** Optional parameters. */
|
|
670
|
+
export declare interface AssessmentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
/** Contains response data for the delete operation. */
|
|
674
|
+
export declare type AssessmentsDeleteResponse = AssessmentsDeleteHeaders;
|
|
675
|
+
|
|
676
|
+
/** Defines headers for Assessments_get operation. */
|
|
677
|
+
export declare interface AssessmentsGetHeaders {
|
|
678
|
+
/** Service generated Request ID. */
|
|
679
|
+
xMsRequestId?: string;
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
/** Optional parameters. */
|
|
683
|
+
export declare interface AssessmentsGetOptionalParams extends coreClient.OperationOptions {
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
/** Defines headers for Assessments_getReportDownloadUrl operation. */
|
|
687
|
+
export declare interface AssessmentsGetReportDownloadUrlHeaders {
|
|
688
|
+
/** Service generated Request ID. */
|
|
689
|
+
xMsRequestId?: string;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
/** Optional parameters. */
|
|
693
|
+
export declare interface AssessmentsGetReportDownloadUrlOptionalParams extends coreClient.OperationOptions {
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
/** Contains response data for the getReportDownloadUrl operation. */
|
|
697
|
+
export declare type AssessmentsGetReportDownloadUrlResponse = AssessmentsGetReportDownloadUrlHeaders & DownloadUrl;
|
|
698
|
+
|
|
699
|
+
/** Contains response data for the get operation. */
|
|
700
|
+
export declare type AssessmentsGetResponse = AssessmentsGetHeaders & Assessment;
|
|
701
|
+
|
|
702
|
+
/**
|
|
703
|
+
* Defines values for AssessmentSizingCriterion. \
|
|
704
|
+
* {@link KnownAssessmentSizingCriterion} can be used interchangeably with AssessmentSizingCriterion,
|
|
705
|
+
* this enum contains the known values that the service supports.
|
|
706
|
+
* ### Known values supported by the service
|
|
707
|
+
* **PerformanceBased** \
|
|
708
|
+
* **AsOnPremises**
|
|
709
|
+
*/
|
|
710
|
+
export declare type AssessmentSizingCriterion = string;
|
|
711
|
+
|
|
712
|
+
/** Defines headers for Assessments_listByGroup operation. */
|
|
713
|
+
export declare interface AssessmentsListByGroupHeaders {
|
|
714
|
+
/** Service generated Request ID. */
|
|
715
|
+
xMsRequestId?: string;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
/** Optional parameters. */
|
|
719
|
+
export declare interface AssessmentsListByGroupOptionalParams extends coreClient.OperationOptions {
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
/** Contains response data for the listByGroup operation. */
|
|
723
|
+
export declare type AssessmentsListByGroupResponse = AssessmentsListByGroupHeaders & AssessmentResultList;
|
|
724
|
+
|
|
725
|
+
/** Defines headers for Assessments_listByProject operation. */
|
|
726
|
+
export declare interface AssessmentsListByProjectHeaders {
|
|
727
|
+
/** Service generated Request ID. */
|
|
728
|
+
xMsRequestId?: string;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
/** Optional parameters. */
|
|
732
|
+
export declare interface AssessmentsListByProjectOptionalParams extends coreClient.OperationOptions {
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
/** Contains response data for the listByProject operation. */
|
|
736
|
+
export declare type AssessmentsListByProjectResponse = AssessmentsListByProjectHeaders & AssessmentResultList;
|
|
737
|
+
|
|
738
|
+
/**
|
|
739
|
+
* Defines values for AssessmentStage. \
|
|
740
|
+
* {@link KnownAssessmentStage} can be used interchangeably with AssessmentStage,
|
|
741
|
+
* this enum contains the known values that the service supports.
|
|
742
|
+
* ### Known values supported by the service
|
|
743
|
+
* **InProgress** \
|
|
744
|
+
* **UnderReview** \
|
|
745
|
+
* **Approved**
|
|
746
|
+
*/
|
|
747
|
+
export declare type AssessmentStage = string;
|
|
748
|
+
|
|
749
|
+
/**
|
|
750
|
+
* Defines values for AssessmentStatus. \
|
|
751
|
+
* {@link KnownAssessmentStatus} can be used interchangeably with AssessmentStatus,
|
|
752
|
+
* this enum contains the known values that the service supports.
|
|
753
|
+
* ### Known values supported by the service
|
|
754
|
+
* **Created** \
|
|
755
|
+
* **Updated** \
|
|
756
|
+
* **Running** \
|
|
757
|
+
* **Completed** \
|
|
758
|
+
* **Invalid** \
|
|
759
|
+
* **OutOfSync** \
|
|
760
|
+
* **OutDated**
|
|
761
|
+
*/
|
|
762
|
+
export declare type AssessmentStatus = string;
|
|
763
|
+
|
|
764
|
+
/**
|
|
765
|
+
* Defines values for AzureDiskSize. \
|
|
766
|
+
* {@link KnownAzureDiskSize} can be used interchangeably with AzureDiskSize,
|
|
767
|
+
* this enum contains the known values that the service supports.
|
|
768
|
+
* ### Known values supported by the service
|
|
769
|
+
* **Unknown** \
|
|
770
|
+
* **Standard_S4** \
|
|
771
|
+
* **Standard_S6** \
|
|
772
|
+
* **Standard_S10** \
|
|
773
|
+
* **Standard_S15** \
|
|
774
|
+
* **Standard_S20** \
|
|
775
|
+
* **Standard_S30** \
|
|
776
|
+
* **Standard_S40** \
|
|
777
|
+
* **Standard_S50** \
|
|
778
|
+
* **Premium_P4** \
|
|
779
|
+
* **Premium_P6** \
|
|
780
|
+
* **Premium_P10** \
|
|
781
|
+
* **Premium_P15** \
|
|
782
|
+
* **Premium_P20** \
|
|
783
|
+
* **Premium_P30** \
|
|
784
|
+
* **Premium_P40** \
|
|
785
|
+
* **Premium_P50** \
|
|
786
|
+
* **Standard_S60** \
|
|
787
|
+
* **Standard_S70** \
|
|
788
|
+
* **Standard_S80** \
|
|
789
|
+
* **Premium_P60** \
|
|
790
|
+
* **Premium_P70** \
|
|
791
|
+
* **Premium_P80** \
|
|
792
|
+
* **StandardSSD_E10** \
|
|
793
|
+
* **StandardSSD_E15** \
|
|
794
|
+
* **StandardSSD_E20** \
|
|
795
|
+
* **StandardSSD_E30** \
|
|
796
|
+
* **StandardSSD_E40** \
|
|
797
|
+
* **StandardSSD_E50** \
|
|
798
|
+
* **StandardSSD_E60** \
|
|
799
|
+
* **StandardSSD_E70** \
|
|
800
|
+
* **StandardSSD_E80** \
|
|
801
|
+
* **StandardSSD_E4** \
|
|
802
|
+
* **StandardSSD_E6**
|
|
803
|
+
*/
|
|
804
|
+
export declare type AzureDiskSize = string;
|
|
805
|
+
|
|
806
|
+
/**
|
|
807
|
+
* Defines values for AzureDiskSuitabilityDetail. \
|
|
808
|
+
* {@link KnownAzureDiskSuitabilityDetail} can be used interchangeably with AzureDiskSuitabilityDetail,
|
|
809
|
+
* this enum contains the known values that the service supports.
|
|
810
|
+
* ### Known values supported by the service
|
|
811
|
+
* **None** \
|
|
812
|
+
* **NumberOfReadOperationsPerSecondMissing** \
|
|
813
|
+
* **NumberOfWriteOperationsPerSecondMissing** \
|
|
814
|
+
* **MegabytesPerSecondOfReadMissing** \
|
|
815
|
+
* **MegabytesPerSecondOfWriteMissing** \
|
|
816
|
+
* **DiskGigabytesConsumedMissing** \
|
|
817
|
+
* **DiskGigabytesProvisionedMissing** \
|
|
818
|
+
* **NumberOfReadOperationsPerSecondOutOfRange** \
|
|
819
|
+
* **NumberOfWriteOperationsPerSecondOutOfRange** \
|
|
820
|
+
* **MegabytesPerSecondOfReadOutOfRange** \
|
|
821
|
+
* **MegabytesPerSecondOfWriteOutOfRange** \
|
|
822
|
+
* **DiskGigabytesConsumedOutOfRange** \
|
|
823
|
+
* **DiskGigabytesProvisionedOutOfRange**
|
|
824
|
+
*/
|
|
825
|
+
export declare type AzureDiskSuitabilityDetail = string;
|
|
826
|
+
|
|
827
|
+
/**
|
|
828
|
+
* Defines values for AzureDiskSuitabilityExplanation. \
|
|
829
|
+
* {@link KnownAzureDiskSuitabilityExplanation} can be used interchangeably with AzureDiskSuitabilityExplanation,
|
|
830
|
+
* this enum contains the known values that the service supports.
|
|
831
|
+
* ### Known values supported by the service
|
|
832
|
+
* **Unknown** \
|
|
833
|
+
* **NotApplicable** \
|
|
834
|
+
* **DiskSizeGreaterThanSupported** \
|
|
835
|
+
* **NoSuitableDiskSizeForIops** \
|
|
836
|
+
* **NoSuitableDiskSizeForThroughput** \
|
|
837
|
+
* **NoDiskSizeFoundInSelectedLocation** \
|
|
838
|
+
* **NoDiskSizeFoundForSelectedRedundancy** \
|
|
839
|
+
* **InternalErrorOccurredForDiskEvaluation** \
|
|
840
|
+
* **NoEaPriceFoundForDiskSize**
|
|
841
|
+
*/
|
|
842
|
+
export declare type AzureDiskSuitabilityExplanation = string;
|
|
843
|
+
|
|
844
|
+
/**
|
|
845
|
+
* Defines values for AzureDiskType. \
|
|
846
|
+
* {@link KnownAzureDiskType} can be used interchangeably with AzureDiskType,
|
|
847
|
+
* this enum contains the known values that the service supports.
|
|
848
|
+
* ### Known values supported by the service
|
|
849
|
+
* **Unknown** \
|
|
850
|
+
* **Standard** \
|
|
851
|
+
* **Premium** \
|
|
852
|
+
* **StandardSSD** \
|
|
853
|
+
* **StandardOrPremium**
|
|
854
|
+
*/
|
|
855
|
+
export declare type AzureDiskType = string;
|
|
856
|
+
|
|
857
|
+
/**
|
|
858
|
+
* Defines values for AzureHybridUseBenefit. \
|
|
859
|
+
* {@link KnownAzureHybridUseBenefit} can be used interchangeably with AzureHybridUseBenefit,
|
|
860
|
+
* this enum contains the known values that the service supports.
|
|
861
|
+
* ### Known values supported by the service
|
|
862
|
+
* **Unknown** \
|
|
863
|
+
* **Yes** \
|
|
864
|
+
* **No**
|
|
865
|
+
*/
|
|
866
|
+
export declare type AzureHybridUseBenefit = string;
|
|
867
|
+
|
|
868
|
+
/**
|
|
869
|
+
* Defines values for AzureLocation. \
|
|
870
|
+
* {@link KnownAzureLocation} can be used interchangeably with AzureLocation,
|
|
871
|
+
* this enum contains the known values that the service supports.
|
|
872
|
+
* ### Known values supported by the service
|
|
873
|
+
* **Unknown** \
|
|
874
|
+
* **EastAsia** \
|
|
875
|
+
* **SoutheastAsia** \
|
|
876
|
+
* **AustraliaEast** \
|
|
877
|
+
* **AustraliaSoutheast** \
|
|
878
|
+
* **BrazilSouth** \
|
|
879
|
+
* **CanadaCentral** \
|
|
880
|
+
* **CanadaEast** \
|
|
881
|
+
* **WestEurope** \
|
|
882
|
+
* **NorthEurope** \
|
|
883
|
+
* **CentralIndia** \
|
|
884
|
+
* **SouthIndia** \
|
|
885
|
+
* **WestIndia** \
|
|
886
|
+
* **JapanEast** \
|
|
887
|
+
* **JapanWest** \
|
|
888
|
+
* **KoreaCentral** \
|
|
889
|
+
* **KoreaSouth** \
|
|
890
|
+
* **UkWest** \
|
|
891
|
+
* **UkSouth** \
|
|
892
|
+
* **NorthCentralUs** \
|
|
893
|
+
* **EastUs** \
|
|
894
|
+
* **WestUs2** \
|
|
895
|
+
* **SouthCentralUs** \
|
|
896
|
+
* **CentralUs** \
|
|
897
|
+
* **EastUs2** \
|
|
898
|
+
* **WestUs** \
|
|
899
|
+
* **WestCentralUs** \
|
|
900
|
+
* **GermanyCentral** \
|
|
901
|
+
* **GermanyNortheast** \
|
|
902
|
+
* **ChinaNorth** \
|
|
903
|
+
* **ChinaEast** \
|
|
904
|
+
* **USGovArizona** \
|
|
905
|
+
* **USGovTexas** \
|
|
906
|
+
* **USGovIowa** \
|
|
907
|
+
* **USGovVirginia** \
|
|
908
|
+
* **USDoDCentral** \
|
|
909
|
+
* **USDoDEast**
|
|
910
|
+
*/
|
|
911
|
+
export declare type AzureLocation = string;
|
|
912
|
+
|
|
913
|
+
export declare class AzureMigrateV2 extends coreClient.ServiceClient {
|
|
914
|
+
$host: string;
|
|
915
|
+
subscriptionId: string;
|
|
916
|
+
apiVersion: string;
|
|
917
|
+
/**
|
|
918
|
+
* Initializes a new instance of the AzureMigrateV2 class.
|
|
919
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
920
|
+
* @param subscriptionId Azure Subscription Id in which project was created.
|
|
921
|
+
* @param options The parameter options
|
|
922
|
+
*/
|
|
923
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureMigrateV2OptionalParams);
|
|
924
|
+
projects: Projects;
|
|
925
|
+
machines: Machines;
|
|
926
|
+
groups: Groups;
|
|
927
|
+
assessments: Assessments;
|
|
928
|
+
assessedMachines: AssessedMachines;
|
|
929
|
+
hyperVCollectors: HyperVCollectors;
|
|
930
|
+
serverCollectors: ServerCollectors;
|
|
931
|
+
vMwareCollectors: VMwareCollectors;
|
|
932
|
+
importCollectors: ImportCollectors;
|
|
933
|
+
privateEndpointConnectionOperations: PrivateEndpointConnectionOperations;
|
|
934
|
+
privateLinkResourceOperations: PrivateLinkResourceOperations;
|
|
935
|
+
operations: Operations;
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
/** Optional parameters. */
|
|
939
|
+
export declare interface AzureMigrateV2OptionalParams extends coreClient.ServiceClientOptions {
|
|
940
|
+
/** server parameter */
|
|
941
|
+
$host?: string;
|
|
942
|
+
/** Api Version */
|
|
943
|
+
apiVersion?: string;
|
|
944
|
+
/** Overrides client endpoint. */
|
|
945
|
+
endpoint?: string;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
/**
|
|
949
|
+
* Defines values for AzureNetworkAdapterSuitabilityDetail. \
|
|
950
|
+
* {@link KnownAzureNetworkAdapterSuitabilityDetail} can be used interchangeably with AzureNetworkAdapterSuitabilityDetail,
|
|
951
|
+
* this enum contains the known values that the service supports.
|
|
952
|
+
* ### Known values supported by the service
|
|
953
|
+
* **None** \
|
|
954
|
+
* **MegabytesOfDataTransmittedMissing** \
|
|
955
|
+
* **MegabytesOfDataTransmittedOutOfRange**
|
|
956
|
+
*/
|
|
957
|
+
export declare type AzureNetworkAdapterSuitabilityDetail = string;
|
|
958
|
+
|
|
959
|
+
/**
|
|
960
|
+
* Defines values for AzureNetworkAdapterSuitabilityExplanation. \
|
|
961
|
+
* {@link KnownAzureNetworkAdapterSuitabilityExplanation} can be used interchangeably with AzureNetworkAdapterSuitabilityExplanation,
|
|
962
|
+
* this enum contains the known values that the service supports.
|
|
963
|
+
* ### Known values supported by the service
|
|
964
|
+
* **Unknown** \
|
|
965
|
+
* **NotApplicable** \
|
|
966
|
+
* **InternalErrorOccurred**
|
|
967
|
+
*/
|
|
968
|
+
export declare type AzureNetworkAdapterSuitabilityExplanation = string;
|
|
969
|
+
|
|
970
|
+
/**
|
|
971
|
+
* Defines values for AzureOfferCode. \
|
|
972
|
+
* {@link KnownAzureOfferCode} can be used interchangeably with AzureOfferCode,
|
|
973
|
+
* this enum contains the known values that the service supports.
|
|
974
|
+
* ### Known values supported by the service
|
|
975
|
+
* **Unknown** \
|
|
976
|
+
* **MSAZR0003P** \
|
|
977
|
+
* **MSAZR0044P** \
|
|
978
|
+
* **MSAZR0059P** \
|
|
979
|
+
* **MSAZR0060P** \
|
|
980
|
+
* **MSAZR0062P** \
|
|
981
|
+
* **MSAZR0063P** \
|
|
982
|
+
* **MSAZR0064P** \
|
|
983
|
+
* **MSAZR0029P** \
|
|
984
|
+
* **MSAZR0022P** \
|
|
985
|
+
* **MSAZR0023P** \
|
|
986
|
+
* **MSAZR0148P** \
|
|
987
|
+
* **MSAZR0025P** \
|
|
988
|
+
* **MSAZR0036P** \
|
|
989
|
+
* **MSAZR0120P** \
|
|
990
|
+
* **MSAZR0121P** \
|
|
991
|
+
* **MSAZR0122P** \
|
|
992
|
+
* **MSAZR0123P** \
|
|
993
|
+
* **MSAZR0124P** \
|
|
994
|
+
* **MSAZR0125P** \
|
|
995
|
+
* **MSAZR0126P** \
|
|
996
|
+
* **MSAZR0127P** \
|
|
997
|
+
* **MSAZR0128P** \
|
|
998
|
+
* **MSAZR0129P** \
|
|
999
|
+
* **MSAZR0130P** \
|
|
1000
|
+
* **MSAZR0111P** \
|
|
1001
|
+
* **MSAZR0144P** \
|
|
1002
|
+
* **MSAZR0149P** \
|
|
1003
|
+
* **MSMCAZR0044P** \
|
|
1004
|
+
* **MSMCAZR0059P** \
|
|
1005
|
+
* **MSMCAZR0060P** \
|
|
1006
|
+
* **MSMCAZR0063P** \
|
|
1007
|
+
* **MSMCAZR0120P** \
|
|
1008
|
+
* **MSMCAZR0121P** \
|
|
1009
|
+
* **MSMCAZR0125P** \
|
|
1010
|
+
* **MSMCAZR0128P** \
|
|
1011
|
+
* **MSAZRDE0003P** \
|
|
1012
|
+
* **MSAZRDE0044P** \
|
|
1013
|
+
* **MSAZRUSGOV0003P** \
|
|
1014
|
+
* **EA**
|
|
1015
|
+
*/
|
|
1016
|
+
export declare type AzureOfferCode = string;
|
|
1017
|
+
|
|
1018
|
+
/**
|
|
1019
|
+
* Defines values for AzurePricingTier. \
|
|
1020
|
+
* {@link KnownAzurePricingTier} can be used interchangeably with AzurePricingTier,
|
|
1021
|
+
* this enum contains the known values that the service supports.
|
|
1022
|
+
* ### Known values supported by the service
|
|
1023
|
+
* **Standard** \
|
|
1024
|
+
* **Basic**
|
|
1025
|
+
*/
|
|
1026
|
+
export declare type AzurePricingTier = string;
|
|
1027
|
+
|
|
1028
|
+
/**
|
|
1029
|
+
* Defines values for AzureStorageRedundancy. \
|
|
1030
|
+
* {@link KnownAzureStorageRedundancy} can be used interchangeably with AzureStorageRedundancy,
|
|
1031
|
+
* this enum contains the known values that the service supports.
|
|
1032
|
+
* ### Known values supported by the service
|
|
1033
|
+
* **Unknown** \
|
|
1034
|
+
* **LocallyRedundant** \
|
|
1035
|
+
* **ZoneRedundant** \
|
|
1036
|
+
* **GeoRedundant** \
|
|
1037
|
+
* **ReadAccessGeoRedundant**
|
|
1038
|
+
*/
|
|
1039
|
+
export declare type AzureStorageRedundancy = string;
|
|
1040
|
+
|
|
1041
|
+
/**
|
|
1042
|
+
* Defines values for AzureVmFamily. \
|
|
1043
|
+
* {@link KnownAzureVmFamily} can be used interchangeably with AzureVmFamily,
|
|
1044
|
+
* this enum contains the known values that the service supports.
|
|
1045
|
+
* ### Known values supported by the service
|
|
1046
|
+
* **Unknown** \
|
|
1047
|
+
* **Basic_A0_A4** \
|
|
1048
|
+
* **Standard_A0_A7** \
|
|
1049
|
+
* **Standard_A8_A11** \
|
|
1050
|
+
* **Av2_series** \
|
|
1051
|
+
* **D_series** \
|
|
1052
|
+
* **Dv2_series** \
|
|
1053
|
+
* **DS_series** \
|
|
1054
|
+
* **DSv2_series** \
|
|
1055
|
+
* **F_series** \
|
|
1056
|
+
* **Fs_series** \
|
|
1057
|
+
* **G_series** \
|
|
1058
|
+
* **GS_series** \
|
|
1059
|
+
* **H_series** \
|
|
1060
|
+
* **Ls_series** \
|
|
1061
|
+
* **Dsv3_series** \
|
|
1062
|
+
* **Dv3_series** \
|
|
1063
|
+
* **Fsv2_series** \
|
|
1064
|
+
* **Ev3_series** \
|
|
1065
|
+
* **Esv3_series** \
|
|
1066
|
+
* **M_series** \
|
|
1067
|
+
* **DC_Series**
|
|
1068
|
+
*/
|
|
1069
|
+
export declare type AzureVmFamily = string;
|
|
1070
|
+
|
|
1071
|
+
/**
|
|
1072
|
+
* Defines values for AzureVmSize. \
|
|
1073
|
+
* {@link KnownAzureVmSize} can be used interchangeably with AzureVmSize,
|
|
1074
|
+
* this enum contains the known values that the service supports.
|
|
1075
|
+
* ### Known values supported by the service
|
|
1076
|
+
* **Unknown** \
|
|
1077
|
+
* **Basic_A0** \
|
|
1078
|
+
* **Basic_A1** \
|
|
1079
|
+
* **Basic_A2** \
|
|
1080
|
+
* **Basic_A3** \
|
|
1081
|
+
* **Basic_A4** \
|
|
1082
|
+
* **Standard_A0** \
|
|
1083
|
+
* **Standard_A1** \
|
|
1084
|
+
* **Standard_A2** \
|
|
1085
|
+
* **Standard_A3** \
|
|
1086
|
+
* **Standard_A4** \
|
|
1087
|
+
* **Standard_A5** \
|
|
1088
|
+
* **Standard_A6** \
|
|
1089
|
+
* **Standard_A7** \
|
|
1090
|
+
* **Standard_A8** \
|
|
1091
|
+
* **Standard_A9** \
|
|
1092
|
+
* **Standard_A10** \
|
|
1093
|
+
* **Standard_A11** \
|
|
1094
|
+
* **Standard_A1_v2** \
|
|
1095
|
+
* **Standard_A2_v2** \
|
|
1096
|
+
* **Standard_A4_v2** \
|
|
1097
|
+
* **Standard_A8_v2** \
|
|
1098
|
+
* **Standard_A2m_v2** \
|
|
1099
|
+
* **Standard_A4m_v2** \
|
|
1100
|
+
* **Standard_A8m_v2** \
|
|
1101
|
+
* **Standard_D1** \
|
|
1102
|
+
* **Standard_D2** \
|
|
1103
|
+
* **Standard_D3** \
|
|
1104
|
+
* **Standard_D4** \
|
|
1105
|
+
* **Standard_D11** \
|
|
1106
|
+
* **Standard_D12** \
|
|
1107
|
+
* **Standard_D13** \
|
|
1108
|
+
* **Standard_D14** \
|
|
1109
|
+
* **Standard_D1_v2** \
|
|
1110
|
+
* **Standard_D2_v2** \
|
|
1111
|
+
* **Standard_D3_v2** \
|
|
1112
|
+
* **Standard_D4_v2** \
|
|
1113
|
+
* **Standard_D5_v2** \
|
|
1114
|
+
* **Standard_D11_v2** \
|
|
1115
|
+
* **Standard_D12_v2** \
|
|
1116
|
+
* **Standard_D13_v2** \
|
|
1117
|
+
* **Standard_D14_v2** \
|
|
1118
|
+
* **Standard_D15_v2** \
|
|
1119
|
+
* **Standard_DS1** \
|
|
1120
|
+
* **Standard_DS2** \
|
|
1121
|
+
* **Standard_DS3** \
|
|
1122
|
+
* **Standard_DS4** \
|
|
1123
|
+
* **Standard_DS11** \
|
|
1124
|
+
* **Standard_DS12** \
|
|
1125
|
+
* **Standard_DS13** \
|
|
1126
|
+
* **Standard_DS14** \
|
|
1127
|
+
* **Standard_DS1_v2** \
|
|
1128
|
+
* **Standard_DS2_v2** \
|
|
1129
|
+
* **Standard_DS3_v2** \
|
|
1130
|
+
* **Standard_DS4_v2** \
|
|
1131
|
+
* **Standard_DS5_v2** \
|
|
1132
|
+
* **Standard_DS11_v2** \
|
|
1133
|
+
* **Standard_DS12_v2** \
|
|
1134
|
+
* **Standard_DS13_v2** \
|
|
1135
|
+
* **Standard_DS14_v2** \
|
|
1136
|
+
* **Standard_DS15_v2** \
|
|
1137
|
+
* **Standard_F1** \
|
|
1138
|
+
* **Standard_F2** \
|
|
1139
|
+
* **Standard_F4** \
|
|
1140
|
+
* **Standard_F8** \
|
|
1141
|
+
* **Standard_F16** \
|
|
1142
|
+
* **Standard_F1s** \
|
|
1143
|
+
* **Standard_F2s** \
|
|
1144
|
+
* **Standard_F4s** \
|
|
1145
|
+
* **Standard_F8s** \
|
|
1146
|
+
* **Standard_F16s** \
|
|
1147
|
+
* **Standard_G1** \
|
|
1148
|
+
* **Standard_G2** \
|
|
1149
|
+
* **Standard_G3** \
|
|
1150
|
+
* **Standard_G4** \
|
|
1151
|
+
* **Standard_G5** \
|
|
1152
|
+
* **Standard_GS1** \
|
|
1153
|
+
* **Standard_GS2** \
|
|
1154
|
+
* **Standard_GS3** \
|
|
1155
|
+
* **Standard_GS4** \
|
|
1156
|
+
* **Standard_GS5** \
|
|
1157
|
+
* **Standard_H8** \
|
|
1158
|
+
* **Standard_H16** \
|
|
1159
|
+
* **Standard_H8m** \
|
|
1160
|
+
* **Standard_H16m** \
|
|
1161
|
+
* **Standard_H16r** \
|
|
1162
|
+
* **Standard_H16mr** \
|
|
1163
|
+
* **Standard_L4s** \
|
|
1164
|
+
* **Standard_L8s** \
|
|
1165
|
+
* **Standard_L16s** \
|
|
1166
|
+
* **Standard_L32s** \
|
|
1167
|
+
* **Standard_D2s_v3** \
|
|
1168
|
+
* **Standard_D4s_v3** \
|
|
1169
|
+
* **Standard_D8s_v3** \
|
|
1170
|
+
* **Standard_D16s_v3** \
|
|
1171
|
+
* **Standard_D32s_v3** \
|
|
1172
|
+
* **Standard_D64s_v3** \
|
|
1173
|
+
* **Standard_D2_v3** \
|
|
1174
|
+
* **Standard_D4_v3** \
|
|
1175
|
+
* **Standard_D8_v3** \
|
|
1176
|
+
* **Standard_D16_v3** \
|
|
1177
|
+
* **Standard_D32_v3** \
|
|
1178
|
+
* **Standard_D64_v3** \
|
|
1179
|
+
* **Standard_F2s_v2** \
|
|
1180
|
+
* **Standard_F4s_v2** \
|
|
1181
|
+
* **Standard_F8s_v2** \
|
|
1182
|
+
* **Standard_F16s_v2** \
|
|
1183
|
+
* **Standard_F32s_v2** \
|
|
1184
|
+
* **Standard_F64s_v2** \
|
|
1185
|
+
* **Standard_F72s_v2** \
|
|
1186
|
+
* **Standard_E2_v3** \
|
|
1187
|
+
* **Standard_E4_v3** \
|
|
1188
|
+
* **Standard_E8_v3** \
|
|
1189
|
+
* **Standard_E16_v3** \
|
|
1190
|
+
* **Standard_E32_v3** \
|
|
1191
|
+
* **Standard_E64_v3** \
|
|
1192
|
+
* **Standard_E2s_v3** \
|
|
1193
|
+
* **Standard_E4s_v3** \
|
|
1194
|
+
* **Standard_E8s_v3** \
|
|
1195
|
+
* **Standard_E16s_v3** \
|
|
1196
|
+
* **Standard_E32s_v3** \
|
|
1197
|
+
* **Standard_E64s_v3** \
|
|
1198
|
+
* **Standard_M64s** \
|
|
1199
|
+
* **Standard_M64ms** \
|
|
1200
|
+
* **Standard_M128s** \
|
|
1201
|
+
* **Standard_M128ms**
|
|
1202
|
+
*/
|
|
1203
|
+
export declare type AzureVmSize = string;
|
|
1204
|
+
|
|
1205
|
+
/**
|
|
1206
|
+
* Defines values for AzureVmSuitabilityDetail. \
|
|
1207
|
+
* {@link KnownAzureVmSuitabilityDetail} can be used interchangeably with AzureVmSuitabilityDetail,
|
|
1208
|
+
* this enum contains the known values that the service supports.
|
|
1209
|
+
* ### Known values supported by the service
|
|
1210
|
+
* **None** \
|
|
1211
|
+
* **RecommendedSizeHasLessNetworkAdapters** \
|
|
1212
|
+
* **CannotReportComputeCost** \
|
|
1213
|
+
* **CannotReportStorageCost** \
|
|
1214
|
+
* **CannotReportBandwidthCosts** \
|
|
1215
|
+
* **PercentageOfCoresUtilizedMissing** \
|
|
1216
|
+
* **PercentageOfMemoryUtilizedMissing** \
|
|
1217
|
+
* **PercentageOfCoresUtilizedOutOfRange** \
|
|
1218
|
+
* **PercentageOfMemoryUtilizedOutOfRange**
|
|
1219
|
+
*/
|
|
1220
|
+
export declare type AzureVmSuitabilityDetail = string;
|
|
1221
|
+
|
|
1222
|
+
/**
|
|
1223
|
+
* Defines values for AzureVmSuitabilityExplanation. \
|
|
1224
|
+
* {@link KnownAzureVmSuitabilityExplanation} can be used interchangeably with AzureVmSuitabilityExplanation,
|
|
1225
|
+
* this enum contains the known values that the service supports.
|
|
1226
|
+
* ### Known values supported by the service
|
|
1227
|
+
* **Unknown** \
|
|
1228
|
+
* **NotApplicable** \
|
|
1229
|
+
* **GuestOperatingSystemArchitectureNotSupported** \
|
|
1230
|
+
* **GuestOperatingSystemNotSupported** \
|
|
1231
|
+
* **BootTypeNotSupported** \
|
|
1232
|
+
* **MoreDisksThanSupported** \
|
|
1233
|
+
* **NoSuitableVmSizeFound** \
|
|
1234
|
+
* **OneOrMoreDisksNotSuitable** \
|
|
1235
|
+
* **OneOrMoreAdaptersNotSuitable** \
|
|
1236
|
+
* **InternalErrorOccurredDuringComputeEvaluation** \
|
|
1237
|
+
* **InternalErrorOccurredDuringStorageEvaluation** \
|
|
1238
|
+
* **InternalErrorOccurredDuringNetworkEvaluation** \
|
|
1239
|
+
* **NoVmSizeSupportsStoragePerformance** \
|
|
1240
|
+
* **NoVmSizeSupportsNetworkPerformance** \
|
|
1241
|
+
* **NoVmSizeForSelectedPricingTier** \
|
|
1242
|
+
* **NoVmSizeForSelectedAzureLocation** \
|
|
1243
|
+
* **CheckRedHatLinuxVersion** \
|
|
1244
|
+
* **CheckOpenSuseLinuxVersion** \
|
|
1245
|
+
* **CheckWindowsServer2008R2Version** \
|
|
1246
|
+
* **CheckCentOsVersion** \
|
|
1247
|
+
* **CheckDebianLinuxVersion** \
|
|
1248
|
+
* **CheckSuseLinuxVersion** \
|
|
1249
|
+
* **CheckOracleLinuxVersion** \
|
|
1250
|
+
* **CheckUbuntuLinuxVersion** \
|
|
1251
|
+
* **CheckCoreOsLinuxVersion** \
|
|
1252
|
+
* **WindowsServerVersionConditionallySupported** \
|
|
1253
|
+
* **NoGuestOperatingSystemConditionallySupported** \
|
|
1254
|
+
* **WindowsClientVersionsConditionallySupported** \
|
|
1255
|
+
* **BootTypeUnknown** \
|
|
1256
|
+
* **GuestOperatingSystemUnknown** \
|
|
1257
|
+
* **WindowsServerVersionsSupportedWithCaveat** \
|
|
1258
|
+
* **WindowsOSNoLongerUnderMSSupport** \
|
|
1259
|
+
* **EndorsedWithConditionsLinuxDistributions** \
|
|
1260
|
+
* **UnendorsedLinuxDistributions** \
|
|
1261
|
+
* **NoVmSizeForStandardPricingTier** \
|
|
1262
|
+
* **NoVmSizeForBasicPricingTier**
|
|
1263
|
+
*/
|
|
1264
|
+
export declare type AzureVmSuitabilityExplanation = string;
|
|
1265
|
+
|
|
1266
|
+
/** An error response from the Azure Migrate service. */
|
|
1267
|
+
export declare interface CloudError {
|
|
1268
|
+
/** An error response from the Azure Migrate service. */
|
|
1269
|
+
error?: CloudErrorBody;
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
/** An error response from the Azure Migrate service. */
|
|
1273
|
+
export declare interface CloudErrorBody {
|
|
1274
|
+
/** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
|
|
1275
|
+
code?: string;
|
|
1276
|
+
/** A message describing the error, intended to be suitable for display in a user interface. */
|
|
1277
|
+
message?: string;
|
|
1278
|
+
/** The target of the particular error. For example, the name of the property in error. */
|
|
1279
|
+
target?: string;
|
|
1280
|
+
/** A list of additional details about the error. */
|
|
1281
|
+
details?: CloudErrorBody[];
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
/**
|
|
1285
|
+
* Defines values for CloudSuitability. \
|
|
1286
|
+
* {@link KnownCloudSuitability} can be used interchangeably with CloudSuitability,
|
|
1287
|
+
* this enum contains the known values that the service supports.
|
|
1288
|
+
* ### Known values supported by the service
|
|
1289
|
+
* **Unknown** \
|
|
1290
|
+
* **NotSuitable** \
|
|
1291
|
+
* **Suitable** \
|
|
1292
|
+
* **ConditionallySuitable** \
|
|
1293
|
+
* **ReadinessUnknown**
|
|
1294
|
+
*/
|
|
1295
|
+
export declare type CloudSuitability = string;
|
|
1296
|
+
|
|
1297
|
+
export declare interface CollectorAgentProperties {
|
|
1298
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
1299
|
+
readonly id?: string;
|
|
1300
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
1301
|
+
readonly version?: string;
|
|
1302
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
1303
|
+
readonly lastHeartbeatUtc?: Date;
|
|
1304
|
+
spnDetails?: CollectorBodyAgentSpnProperties;
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1307
|
+
export declare interface CollectorBodyAgentSpnProperties {
|
|
1308
|
+
/** AAD Authority URL which was used to request the token for the service principal. */
|
|
1309
|
+
authority?: string;
|
|
1310
|
+
/** Application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services. */
|
|
1311
|
+
applicationId?: string;
|
|
1312
|
+
/** Intended audience for the service principal. */
|
|
1313
|
+
audience?: string;
|
|
1314
|
+
/** Object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services. */
|
|
1315
|
+
objectId?: string;
|
|
1316
|
+
/** Tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services. */
|
|
1317
|
+
tenantId?: string;
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
export declare interface CollectorProperties {
|
|
1321
|
+
/** The ARM id of the discovery service site. */
|
|
1322
|
+
discoverySiteId?: string;
|
|
1323
|
+
/**
|
|
1324
|
+
* Time when this collector was created. Date-Time represented in ISO-8601 format.
|
|
1325
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1326
|
+
*/
|
|
1327
|
+
readonly createdTimestamp?: string;
|
|
1328
|
+
/**
|
|
1329
|
+
* Time when this collector was updated. Date-Time represented in ISO-8601 format.
|
|
1330
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1331
|
+
*/
|
|
1332
|
+
readonly updatedTimestamp?: string;
|
|
1333
|
+
agentProperties?: CollectorAgentProperties;
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
/**
|
|
1337
|
+
* Defines values for Currency. \
|
|
1338
|
+
* {@link KnownCurrency} can be used interchangeably with Currency,
|
|
1339
|
+
* this enum contains the known values that the service supports.
|
|
1340
|
+
* ### Known values supported by the service
|
|
1341
|
+
* **Unknown** \
|
|
1342
|
+
* **USD** \
|
|
1343
|
+
* **DKK** \
|
|
1344
|
+
* **CAD** \
|
|
1345
|
+
* **IDR** \
|
|
1346
|
+
* **JPY** \
|
|
1347
|
+
* **KRW** \
|
|
1348
|
+
* **NZD** \
|
|
1349
|
+
* **NOK** \
|
|
1350
|
+
* **RUB** \
|
|
1351
|
+
* **SAR** \
|
|
1352
|
+
* **ZAR** \
|
|
1353
|
+
* **SEK** \
|
|
1354
|
+
* **TRY** \
|
|
1355
|
+
* **GBP** \
|
|
1356
|
+
* **MXN** \
|
|
1357
|
+
* **MYR** \
|
|
1358
|
+
* **INR** \
|
|
1359
|
+
* **HKD** \
|
|
1360
|
+
* **BRL** \
|
|
1361
|
+
* **TWD** \
|
|
1362
|
+
* **EUR** \
|
|
1363
|
+
* **CHF** \
|
|
1364
|
+
* **ARS** \
|
|
1365
|
+
* **AUD** \
|
|
1366
|
+
* **CNY**
|
|
1367
|
+
*/
|
|
1368
|
+
export declare type Currency = string;
|
|
1369
|
+
|
|
1370
|
+
/** A disk discovered on a machine. */
|
|
1371
|
+
export declare interface Disk {
|
|
1372
|
+
/**
|
|
1373
|
+
* Gigabytes of storage provisioned for this disk.
|
|
1374
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1375
|
+
*/
|
|
1376
|
+
readonly gigabytesAllocated?: number;
|
|
1377
|
+
/**
|
|
1378
|
+
* User friendly name of the disk.
|
|
1379
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1380
|
+
*/
|
|
1381
|
+
readonly displayName?: string;
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
/** Download URL for assessment report. */
|
|
1385
|
+
export declare interface DownloadUrl {
|
|
1386
|
+
/**
|
|
1387
|
+
* Hyperlink to download report.
|
|
1388
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1389
|
+
*/
|
|
1390
|
+
readonly assessmentReportUrl?: string;
|
|
1391
|
+
/**
|
|
1392
|
+
* Expiry date of download url.
|
|
1393
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1394
|
+
*/
|
|
1395
|
+
readonly expirationTime?: Date;
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
/** A group created in a Migration project. */
|
|
1399
|
+
export declare interface Group {
|
|
1400
|
+
/**
|
|
1401
|
+
* Path reference to this group. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}
|
|
1402
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1403
|
+
*/
|
|
1404
|
+
readonly id?: string;
|
|
1405
|
+
/**
|
|
1406
|
+
* Name of the group.
|
|
1407
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1408
|
+
*/
|
|
1409
|
+
readonly name?: string;
|
|
1410
|
+
/** For optimistic concurrency control. */
|
|
1411
|
+
eTag?: string;
|
|
1412
|
+
/**
|
|
1413
|
+
* Type of the object = [Microsoft.Migrate/assessmentProjects/groups].
|
|
1414
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1415
|
+
*/
|
|
1416
|
+
readonly type?: string;
|
|
1417
|
+
/** Properties of the group. */
|
|
1418
|
+
properties: GroupProperties;
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
/** Body properties of group update. */
|
|
1422
|
+
export declare interface GroupBodyProperties {
|
|
1423
|
+
/** Whether to add or remove the machines. */
|
|
1424
|
+
operationType?: GroupUpdateOperation;
|
|
1425
|
+
/** List of machine names that are part of this group. */
|
|
1426
|
+
machines?: string[];
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
/** Properties of group resource. */
|
|
1430
|
+
export declare interface GroupProperties {
|
|
1431
|
+
/**
|
|
1432
|
+
* Whether the group has been created and is valid.
|
|
1433
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1434
|
+
*/
|
|
1435
|
+
readonly groupStatus?: GroupStatus;
|
|
1436
|
+
/**
|
|
1437
|
+
* Number of machines part of this group.
|
|
1438
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1439
|
+
*/
|
|
1440
|
+
readonly machineCount?: number;
|
|
1441
|
+
/**
|
|
1442
|
+
* List of References to Assessments created on this group.
|
|
1443
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1444
|
+
*/
|
|
1445
|
+
readonly assessments?: string[];
|
|
1446
|
+
/**
|
|
1447
|
+
* If the assessments are in running state.
|
|
1448
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1449
|
+
*/
|
|
1450
|
+
readonly areAssessmentsRunning?: boolean;
|
|
1451
|
+
/**
|
|
1452
|
+
* Time when this group was created. Date-Time represented in ISO-8601 format.
|
|
1453
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1454
|
+
*/
|
|
1455
|
+
readonly createdTimestamp?: Date;
|
|
1456
|
+
/**
|
|
1457
|
+
* Time when this group was last updated. Date-Time represented in ISO-8601 format.
|
|
1458
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1459
|
+
*/
|
|
1460
|
+
readonly updatedTimestamp?: Date;
|
|
1461
|
+
/** The type of group. */
|
|
1462
|
+
groupType?: string;
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
/** List of groups. */
|
|
1466
|
+
export declare interface GroupResultList {
|
|
1467
|
+
/** List of groups. */
|
|
1468
|
+
value?: Group[];
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
/** Interface representing a Groups. */
|
|
1472
|
+
export declare interface Groups {
|
|
1473
|
+
/**
|
|
1474
|
+
* Get all groups created in the project. Returns a json array of objects of type 'group' as specified
|
|
1475
|
+
* in the Models section.
|
|
1476
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
1477
|
+
* @param projectName Name of the Azure Migrate project.
|
|
1478
|
+
* @param options The options parameters.
|
|
1479
|
+
*/
|
|
1480
|
+
listByProject(resourceGroupName: string, projectName: string, options?: GroupsListByProjectOptionalParams): PagedAsyncIterableIterator<Group>;
|
|
1481
|
+
/**
|
|
1482
|
+
* Get information related to a specific group in the project. Returns a json object of type 'group' as
|
|
1483
|
+
* specified in the models section.
|
|
1484
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
1485
|
+
* @param projectName Name of the Azure Migrate project.
|
|
1486
|
+
* @param groupName Unique name of a group within a project.
|
|
1487
|
+
* @param options The options parameters.
|
|
1488
|
+
*/
|
|
1489
|
+
get(resourceGroupName: string, projectName: string, groupName: string, options?: GroupsGetOptionalParams): Promise<GroupsGetResponse>;
|
|
1490
|
+
/**
|
|
1491
|
+
* Create a new group by sending a json object of type 'group' as given in Models section as part of
|
|
1492
|
+
* the Request Body. The group name in a project is unique.
|
|
1493
|
+
*
|
|
1494
|
+
* This operation is Idempotent.
|
|
1495
|
+
*
|
|
1496
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
1497
|
+
* @param projectName Name of the Azure Migrate project.
|
|
1498
|
+
* @param groupName Unique name of a group within a project.
|
|
1499
|
+
* @param options The options parameters.
|
|
1500
|
+
*/
|
|
1501
|
+
create(resourceGroupName: string, projectName: string, groupName: string, options?: GroupsCreateOptionalParams): Promise<GroupsCreateResponse>;
|
|
1502
|
+
/**
|
|
1503
|
+
* Delete the group from the project. The machines remain in the project. Deleting a non-existent group
|
|
1504
|
+
* results in a no-operation.
|
|
1505
|
+
*
|
|
1506
|
+
* A group is an aggregation mechanism for machines in a project. Therefore, deleting group does not
|
|
1507
|
+
* delete machines in it.
|
|
1508
|
+
*
|
|
1509
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
1510
|
+
* @param projectName Name of the Azure Migrate project.
|
|
1511
|
+
* @param groupName Unique name of a group within a project.
|
|
1512
|
+
* @param options The options parameters.
|
|
1513
|
+
*/
|
|
1514
|
+
delete(resourceGroupName: string, projectName: string, groupName: string, options?: GroupsDeleteOptionalParams): Promise<GroupsDeleteResponse>;
|
|
1515
|
+
/**
|
|
1516
|
+
* Update machines in group by adding or removing machines.
|
|
1517
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
1518
|
+
* @param projectName Name of the Azure Migrate project.
|
|
1519
|
+
* @param groupName Unique name of a group within a project.
|
|
1520
|
+
* @param options The options parameters.
|
|
1521
|
+
*/
|
|
1522
|
+
updateMachines(resourceGroupName: string, projectName: string, groupName: string, options?: GroupsUpdateMachinesOptionalParams): Promise<GroupsUpdateMachinesResponse>;
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1525
|
+
/** Defines headers for Groups_create operation. */
|
|
1526
|
+
export declare interface GroupsCreateHeaders {
|
|
1527
|
+
/** Service generated Request ID. */
|
|
1528
|
+
xMsRequestId?: string;
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1531
|
+
/** Optional parameters. */
|
|
1532
|
+
export declare interface GroupsCreateOptionalParams extends coreClient.OperationOptions {
|
|
1533
|
+
/** New or Updated Group object. */
|
|
1534
|
+
group?: Group;
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
/** Contains response data for the create operation. */
|
|
1538
|
+
export declare type GroupsCreateResponse = GroupsCreateHeaders & Group;
|
|
1539
|
+
|
|
1540
|
+
/** Defines headers for Groups_delete operation. */
|
|
1541
|
+
export declare interface GroupsDeleteHeaders {
|
|
1542
|
+
/** Service generated Request ID. */
|
|
1543
|
+
xMsRequestId?: string;
|
|
1544
|
+
}
|
|
1545
|
+
|
|
1546
|
+
/** Optional parameters. */
|
|
1547
|
+
export declare interface GroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1550
|
+
/** Contains response data for the delete operation. */
|
|
1551
|
+
export declare type GroupsDeleteResponse = GroupsDeleteHeaders;
|
|
1552
|
+
|
|
1553
|
+
/** Defines headers for Groups_get operation. */
|
|
1554
|
+
export declare interface GroupsGetHeaders {
|
|
1555
|
+
/** Service generated Request ID. */
|
|
1556
|
+
xMsRequestId?: string;
|
|
1557
|
+
}
|
|
1558
|
+
|
|
1559
|
+
/** Optional parameters. */
|
|
1560
|
+
export declare interface GroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1563
|
+
/** Contains response data for the get operation. */
|
|
1564
|
+
export declare type GroupsGetResponse = GroupsGetHeaders & Group;
|
|
1565
|
+
|
|
1566
|
+
/** Defines headers for Groups_listByProject operation. */
|
|
1567
|
+
export declare interface GroupsListByProjectHeaders {
|
|
1568
|
+
/** Service generated Request ID. */
|
|
1569
|
+
xMsRequestId?: string;
|
|
1570
|
+
}
|
|
1571
|
+
|
|
1572
|
+
/** Optional parameters. */
|
|
1573
|
+
export declare interface GroupsListByProjectOptionalParams extends coreClient.OperationOptions {
|
|
1574
|
+
}
|
|
1575
|
+
|
|
1576
|
+
/** Contains response data for the listByProject operation. */
|
|
1577
|
+
export declare type GroupsListByProjectResponse = GroupsListByProjectHeaders & GroupResultList;
|
|
1578
|
+
|
|
1579
|
+
/**
|
|
1580
|
+
* Defines values for GroupStatus. \
|
|
1581
|
+
* {@link KnownGroupStatus} can be used interchangeably with GroupStatus,
|
|
1582
|
+
* this enum contains the known values that the service supports.
|
|
1583
|
+
* ### Known values supported by the service
|
|
1584
|
+
* **Created** \
|
|
1585
|
+
* **Updated** \
|
|
1586
|
+
* **Running** \
|
|
1587
|
+
* **Completed** \
|
|
1588
|
+
* **Invalid**
|
|
1589
|
+
*/
|
|
1590
|
+
export declare type GroupStatus = string;
|
|
1591
|
+
|
|
1592
|
+
/** Defines headers for Groups_updateMachines operation. */
|
|
1593
|
+
export declare interface GroupsUpdateMachinesHeaders {
|
|
1594
|
+
/** Service generated Request ID. */
|
|
1595
|
+
xMsRequestId?: string;
|
|
1596
|
+
}
|
|
1597
|
+
|
|
1598
|
+
/** Optional parameters. */
|
|
1599
|
+
export declare interface GroupsUpdateMachinesOptionalParams extends coreClient.OperationOptions {
|
|
1600
|
+
/** Machines list to be added or removed from group. */
|
|
1601
|
+
groupUpdateProperties?: UpdateGroupBody;
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1604
|
+
/** Contains response data for the updateMachines operation. */
|
|
1605
|
+
export declare type GroupsUpdateMachinesResponse = GroupsUpdateMachinesHeaders & Group;
|
|
1606
|
+
|
|
1607
|
+
/**
|
|
1608
|
+
* Defines values for GroupUpdateOperation. \
|
|
1609
|
+
* {@link KnownGroupUpdateOperation} can be used interchangeably with GroupUpdateOperation,
|
|
1610
|
+
* this enum contains the known values that the service supports.
|
|
1611
|
+
* ### Known values supported by the service
|
|
1612
|
+
* **Add** \
|
|
1613
|
+
* **Remove**
|
|
1614
|
+
*/
|
|
1615
|
+
export declare type GroupUpdateOperation = string;
|
|
1616
|
+
|
|
1617
|
+
export declare interface HyperVCollector {
|
|
1618
|
+
eTag?: string;
|
|
1619
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
1620
|
+
readonly id?: string;
|
|
1621
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
1622
|
+
readonly name?: string;
|
|
1623
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
1624
|
+
readonly type?: string;
|
|
1625
|
+
properties?: CollectorProperties;
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1628
|
+
/** List of Hyper-V collectors. */
|
|
1629
|
+
export declare interface HyperVCollectorList {
|
|
1630
|
+
/** List of Hyper-V collectors. */
|
|
1631
|
+
value?: HyperVCollector[];
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1634
|
+
/** Interface representing a HyperVCollectors. */
|
|
1635
|
+
export declare interface HyperVCollectors {
|
|
1636
|
+
/**
|
|
1637
|
+
* Get a list of Hyper-V collector.
|
|
1638
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
1639
|
+
* @param projectName Name of the Azure Migrate project.
|
|
1640
|
+
* @param options The options parameters.
|
|
1641
|
+
*/
|
|
1642
|
+
listByProject(resourceGroupName: string, projectName: string, options?: HyperVCollectorsListByProjectOptionalParams): PagedAsyncIterableIterator<HyperVCollector>;
|
|
1643
|
+
/**
|
|
1644
|
+
* Get a Hyper-V collector.
|
|
1645
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
1646
|
+
* @param projectName Name of the Azure Migrate project.
|
|
1647
|
+
* @param hyperVCollectorName Unique name of a Hyper-V collector within a project.
|
|
1648
|
+
* @param options The options parameters.
|
|
1649
|
+
*/
|
|
1650
|
+
get(resourceGroupName: string, projectName: string, hyperVCollectorName: string, options?: HyperVCollectorsGetOptionalParams): Promise<HyperVCollectorsGetResponse>;
|
|
1651
|
+
/**
|
|
1652
|
+
* Create or Update Hyper-V collector
|
|
1653
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
1654
|
+
* @param projectName Name of the Azure Migrate project.
|
|
1655
|
+
* @param hyperVCollectorName Unique name of a Hyper-V collector within a project.
|
|
1656
|
+
* @param options The options parameters.
|
|
1657
|
+
*/
|
|
1658
|
+
create(resourceGroupName: string, projectName: string, hyperVCollectorName: string, options?: HyperVCollectorsCreateOptionalParams): Promise<HyperVCollectorsCreateResponse>;
|
|
1659
|
+
/**
|
|
1660
|
+
* Delete a Hyper-V collector from the project.
|
|
1661
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
1662
|
+
* @param projectName Name of the Azure Migrate project.
|
|
1663
|
+
* @param hyperVCollectorName Unique name of a Hyper-V collector within a project.
|
|
1664
|
+
* @param options The options parameters.
|
|
1665
|
+
*/
|
|
1666
|
+
delete(resourceGroupName: string, projectName: string, hyperVCollectorName: string, options?: HyperVCollectorsDeleteOptionalParams): Promise<HyperVCollectorsDeleteResponse>;
|
|
1667
|
+
}
|
|
1668
|
+
|
|
1669
|
+
/** Defines headers for HyperVCollectors_create operation. */
|
|
1670
|
+
export declare interface HyperVCollectorsCreateHeaders {
|
|
1671
|
+
/** Service generated Request ID. */
|
|
1672
|
+
xMsRequestId?: string;
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1675
|
+
/** Optional parameters. */
|
|
1676
|
+
export declare interface HyperVCollectorsCreateOptionalParams extends coreClient.OperationOptions {
|
|
1677
|
+
/** New or Updated Hyper-V collector. */
|
|
1678
|
+
collectorBody?: HyperVCollector;
|
|
1679
|
+
}
|
|
1680
|
+
|
|
1681
|
+
/** Contains response data for the create operation. */
|
|
1682
|
+
export declare type HyperVCollectorsCreateResponse = HyperVCollectorsCreateHeaders & HyperVCollector;
|
|
1683
|
+
|
|
1684
|
+
/** Defines headers for HyperVCollectors_delete operation. */
|
|
1685
|
+
export declare interface HyperVCollectorsDeleteHeaders {
|
|
1686
|
+
/** Service generated Request ID. */
|
|
1687
|
+
xMsRequestId?: string;
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1690
|
+
/** Optional parameters. */
|
|
1691
|
+
export declare interface HyperVCollectorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1694
|
+
/** Contains response data for the delete operation. */
|
|
1695
|
+
export declare type HyperVCollectorsDeleteResponse = HyperVCollectorsDeleteHeaders;
|
|
1696
|
+
|
|
1697
|
+
/** Defines headers for HyperVCollectors_get operation. */
|
|
1698
|
+
export declare interface HyperVCollectorsGetHeaders {
|
|
1699
|
+
/** Service generated Request ID. */
|
|
1700
|
+
xMsRequestId?: string;
|
|
1701
|
+
}
|
|
1702
|
+
|
|
1703
|
+
/** Optional parameters. */
|
|
1704
|
+
export declare interface HyperVCollectorsGetOptionalParams extends coreClient.OperationOptions {
|
|
1705
|
+
}
|
|
1706
|
+
|
|
1707
|
+
/** Contains response data for the get operation. */
|
|
1708
|
+
export declare type HyperVCollectorsGetResponse = HyperVCollectorsGetHeaders & HyperVCollector;
|
|
1709
|
+
|
|
1710
|
+
/** Defines headers for HyperVCollectors_listByProject operation. */
|
|
1711
|
+
export declare interface HyperVCollectorsListByProjectHeaders {
|
|
1712
|
+
/** Service generated Request ID. */
|
|
1713
|
+
xMsRequestId?: string;
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
/** Optional parameters. */
|
|
1717
|
+
export declare interface HyperVCollectorsListByProjectOptionalParams extends coreClient.OperationOptions {
|
|
1718
|
+
}
|
|
1719
|
+
|
|
1720
|
+
/** Contains response data for the listByProject operation. */
|
|
1721
|
+
export declare type HyperVCollectorsListByProjectResponse = HyperVCollectorsListByProjectHeaders & HyperVCollectorList;
|
|
1722
|
+
|
|
1723
|
+
export declare interface ImportCollector {
|
|
1724
|
+
eTag?: string;
|
|
1725
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
1726
|
+
readonly id?: string;
|
|
1727
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
1728
|
+
readonly name?: string;
|
|
1729
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
1730
|
+
readonly type?: string;
|
|
1731
|
+
properties?: ImportCollectorProperties;
|
|
1732
|
+
}
|
|
1733
|
+
|
|
1734
|
+
/** List of Import collectors. */
|
|
1735
|
+
export declare interface ImportCollectorList {
|
|
1736
|
+
/** List of Import collectors. */
|
|
1737
|
+
value?: ImportCollector[];
|
|
1738
|
+
}
|
|
1739
|
+
|
|
1740
|
+
export declare interface ImportCollectorProperties {
|
|
1741
|
+
discoverySiteId?: string;
|
|
1742
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
1743
|
+
readonly createdTimestamp?: string;
|
|
1744
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
1745
|
+
readonly updatedTimestamp?: string;
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1748
|
+
/** Interface representing a ImportCollectors. */
|
|
1749
|
+
export declare interface ImportCollectors {
|
|
1750
|
+
/**
|
|
1751
|
+
* Get a list of Import collector.
|
|
1752
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
1753
|
+
* @param projectName Name of the Azure Migrate project.
|
|
1754
|
+
* @param options The options parameters.
|
|
1755
|
+
*/
|
|
1756
|
+
listByProject(resourceGroupName: string, projectName: string, options?: ImportCollectorsListByProjectOptionalParams): PagedAsyncIterableIterator<ImportCollector>;
|
|
1757
|
+
/**
|
|
1758
|
+
* Get a Import collector.
|
|
1759
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
1760
|
+
* @param projectName Name of the Azure Migrate project.
|
|
1761
|
+
* @param importCollectorName Unique name of a Import collector within a project.
|
|
1762
|
+
* @param options The options parameters.
|
|
1763
|
+
*/
|
|
1764
|
+
get(resourceGroupName: string, projectName: string, importCollectorName: string, options?: ImportCollectorsGetOptionalParams): Promise<ImportCollectorsGetResponse>;
|
|
1765
|
+
/**
|
|
1766
|
+
* Create or Update Import collector
|
|
1767
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
1768
|
+
* @param projectName Name of the Azure Migrate project.
|
|
1769
|
+
* @param importCollectorName Unique name of a Import collector within a project.
|
|
1770
|
+
* @param options The options parameters.
|
|
1771
|
+
*/
|
|
1772
|
+
create(resourceGroupName: string, projectName: string, importCollectorName: string, options?: ImportCollectorsCreateOptionalParams): Promise<ImportCollectorsCreateResponse>;
|
|
1773
|
+
/**
|
|
1774
|
+
* Delete a Import collector from the project.
|
|
1775
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
1776
|
+
* @param projectName Name of the Azure Migrate project.
|
|
1777
|
+
* @param importCollectorName Unique name of a Import collector within a project.
|
|
1778
|
+
* @param options The options parameters.
|
|
1779
|
+
*/
|
|
1780
|
+
delete(resourceGroupName: string, projectName: string, importCollectorName: string, options?: ImportCollectorsDeleteOptionalParams): Promise<ImportCollectorsDeleteResponse>;
|
|
1781
|
+
}
|
|
1782
|
+
|
|
1783
|
+
/** Defines headers for ImportCollectors_create operation. */
|
|
1784
|
+
export declare interface ImportCollectorsCreateHeaders {
|
|
1785
|
+
/** Service generated Request ID. */
|
|
1786
|
+
xMsRequestId?: string;
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1789
|
+
/** Optional parameters. */
|
|
1790
|
+
export declare interface ImportCollectorsCreateOptionalParams extends coreClient.OperationOptions {
|
|
1791
|
+
/** New or Updated Import collector. */
|
|
1792
|
+
collectorBody?: ImportCollector;
|
|
1793
|
+
}
|
|
1794
|
+
|
|
1795
|
+
/** Contains response data for the create operation. */
|
|
1796
|
+
export declare type ImportCollectorsCreateResponse = ImportCollectorsCreateHeaders & ImportCollector;
|
|
1797
|
+
|
|
1798
|
+
/** Defines headers for ImportCollectors_delete operation. */
|
|
1799
|
+
export declare interface ImportCollectorsDeleteHeaders {
|
|
1800
|
+
/** Service generated Request ID. */
|
|
1801
|
+
xMsRequestId?: string;
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
/** Optional parameters. */
|
|
1805
|
+
export declare interface ImportCollectorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
/** Contains response data for the delete operation. */
|
|
1809
|
+
export declare type ImportCollectorsDeleteResponse = ImportCollectorsDeleteHeaders;
|
|
1810
|
+
|
|
1811
|
+
/** Defines headers for ImportCollectors_get operation. */
|
|
1812
|
+
export declare interface ImportCollectorsGetHeaders {
|
|
1813
|
+
/** Service generated Request ID. */
|
|
1814
|
+
xMsRequestId?: string;
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1817
|
+
/** Optional parameters. */
|
|
1818
|
+
export declare interface ImportCollectorsGetOptionalParams extends coreClient.OperationOptions {
|
|
1819
|
+
}
|
|
1820
|
+
|
|
1821
|
+
/** Contains response data for the get operation. */
|
|
1822
|
+
export declare type ImportCollectorsGetResponse = ImportCollectorsGetHeaders & ImportCollector;
|
|
1823
|
+
|
|
1824
|
+
/** Defines headers for ImportCollectors_listByProject operation. */
|
|
1825
|
+
export declare interface ImportCollectorsListByProjectHeaders {
|
|
1826
|
+
/** Service generated Request ID. */
|
|
1827
|
+
xMsRequestId?: string;
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1830
|
+
/** Optional parameters. */
|
|
1831
|
+
export declare interface ImportCollectorsListByProjectOptionalParams extends coreClient.OperationOptions {
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1834
|
+
/** Contains response data for the listByProject operation. */
|
|
1835
|
+
export declare type ImportCollectorsListByProjectResponse = ImportCollectorsListByProjectHeaders & ImportCollectorList;
|
|
1836
|
+
|
|
1837
|
+
/** Known values of {@link AssessmentSizingCriterion} that the service accepts. */
|
|
1838
|
+
export declare enum KnownAssessmentSizingCriterion {
|
|
1839
|
+
PerformanceBased = "PerformanceBased",
|
|
1840
|
+
AsOnPremises = "AsOnPremises"
|
|
1841
|
+
}
|
|
1842
|
+
|
|
1843
|
+
/** Known values of {@link AssessmentStage} that the service accepts. */
|
|
1844
|
+
export declare enum KnownAssessmentStage {
|
|
1845
|
+
InProgress = "InProgress",
|
|
1846
|
+
UnderReview = "UnderReview",
|
|
1847
|
+
Approved = "Approved"
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
/** Known values of {@link AssessmentStatus} that the service accepts. */
|
|
1851
|
+
export declare enum KnownAssessmentStatus {
|
|
1852
|
+
Created = "Created",
|
|
1853
|
+
Updated = "Updated",
|
|
1854
|
+
Running = "Running",
|
|
1855
|
+
Completed = "Completed",
|
|
1856
|
+
Invalid = "Invalid",
|
|
1857
|
+
OutOfSync = "OutOfSync",
|
|
1858
|
+
OutDated = "OutDated"
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1861
|
+
/** Known values of {@link AzureDiskSize} that the service accepts. */
|
|
1862
|
+
export declare enum KnownAzureDiskSize {
|
|
1863
|
+
Unknown = "Unknown",
|
|
1864
|
+
StandardS4 = "Standard_S4",
|
|
1865
|
+
StandardS6 = "Standard_S6",
|
|
1866
|
+
StandardS10 = "Standard_S10",
|
|
1867
|
+
StandardS15 = "Standard_S15",
|
|
1868
|
+
StandardS20 = "Standard_S20",
|
|
1869
|
+
StandardS30 = "Standard_S30",
|
|
1870
|
+
StandardS40 = "Standard_S40",
|
|
1871
|
+
StandardS50 = "Standard_S50",
|
|
1872
|
+
PremiumP4 = "Premium_P4",
|
|
1873
|
+
PremiumP6 = "Premium_P6",
|
|
1874
|
+
PremiumP10 = "Premium_P10",
|
|
1875
|
+
PremiumP15 = "Premium_P15",
|
|
1876
|
+
PremiumP20 = "Premium_P20",
|
|
1877
|
+
PremiumP30 = "Premium_P30",
|
|
1878
|
+
PremiumP40 = "Premium_P40",
|
|
1879
|
+
PremiumP50 = "Premium_P50",
|
|
1880
|
+
StandardS60 = "Standard_S60",
|
|
1881
|
+
StandardS70 = "Standard_S70",
|
|
1882
|
+
StandardS80 = "Standard_S80",
|
|
1883
|
+
PremiumP60 = "Premium_P60",
|
|
1884
|
+
PremiumP70 = "Premium_P70",
|
|
1885
|
+
PremiumP80 = "Premium_P80",
|
|
1886
|
+
StandardSSDE10 = "StandardSSD_E10",
|
|
1887
|
+
StandardSSDE15 = "StandardSSD_E15",
|
|
1888
|
+
StandardSSDE20 = "StandardSSD_E20",
|
|
1889
|
+
StandardSSDE30 = "StandardSSD_E30",
|
|
1890
|
+
StandardSSDE40 = "StandardSSD_E40",
|
|
1891
|
+
StandardSSDE50 = "StandardSSD_E50",
|
|
1892
|
+
StandardSSDE60 = "StandardSSD_E60",
|
|
1893
|
+
StandardSSDE70 = "StandardSSD_E70",
|
|
1894
|
+
StandardSSDE80 = "StandardSSD_E80",
|
|
1895
|
+
StandardSSDE4 = "StandardSSD_E4",
|
|
1896
|
+
StandardSSDE6 = "StandardSSD_E6"
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1899
|
+
/** Known values of {@link AzureDiskSuitabilityDetail} that the service accepts. */
|
|
1900
|
+
export declare enum KnownAzureDiskSuitabilityDetail {
|
|
1901
|
+
None = "None",
|
|
1902
|
+
NumberOfReadOperationsPerSecondMissing = "NumberOfReadOperationsPerSecondMissing",
|
|
1903
|
+
NumberOfWriteOperationsPerSecondMissing = "NumberOfWriteOperationsPerSecondMissing",
|
|
1904
|
+
MegabytesPerSecondOfReadMissing = "MegabytesPerSecondOfReadMissing",
|
|
1905
|
+
MegabytesPerSecondOfWriteMissing = "MegabytesPerSecondOfWriteMissing",
|
|
1906
|
+
DiskGigabytesConsumedMissing = "DiskGigabytesConsumedMissing",
|
|
1907
|
+
DiskGigabytesProvisionedMissing = "DiskGigabytesProvisionedMissing",
|
|
1908
|
+
NumberOfReadOperationsPerSecondOutOfRange = "NumberOfReadOperationsPerSecondOutOfRange",
|
|
1909
|
+
NumberOfWriteOperationsPerSecondOutOfRange = "NumberOfWriteOperationsPerSecondOutOfRange",
|
|
1910
|
+
MegabytesPerSecondOfReadOutOfRange = "MegabytesPerSecondOfReadOutOfRange",
|
|
1911
|
+
MegabytesPerSecondOfWriteOutOfRange = "MegabytesPerSecondOfWriteOutOfRange",
|
|
1912
|
+
DiskGigabytesConsumedOutOfRange = "DiskGigabytesConsumedOutOfRange",
|
|
1913
|
+
DiskGigabytesProvisionedOutOfRange = "DiskGigabytesProvisionedOutOfRange"
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
/** Known values of {@link AzureDiskSuitabilityExplanation} that the service accepts. */
|
|
1917
|
+
export declare enum KnownAzureDiskSuitabilityExplanation {
|
|
1918
|
+
Unknown = "Unknown",
|
|
1919
|
+
NotApplicable = "NotApplicable",
|
|
1920
|
+
DiskSizeGreaterThanSupported = "DiskSizeGreaterThanSupported",
|
|
1921
|
+
NoSuitableDiskSizeForIops = "NoSuitableDiskSizeForIops",
|
|
1922
|
+
NoSuitableDiskSizeForThroughput = "NoSuitableDiskSizeForThroughput",
|
|
1923
|
+
NoDiskSizeFoundInSelectedLocation = "NoDiskSizeFoundInSelectedLocation",
|
|
1924
|
+
NoDiskSizeFoundForSelectedRedundancy = "NoDiskSizeFoundForSelectedRedundancy",
|
|
1925
|
+
InternalErrorOccurredForDiskEvaluation = "InternalErrorOccurredForDiskEvaluation",
|
|
1926
|
+
NoEaPriceFoundForDiskSize = "NoEaPriceFoundForDiskSize"
|
|
1927
|
+
}
|
|
1928
|
+
|
|
1929
|
+
/** Known values of {@link AzureDiskType} that the service accepts. */
|
|
1930
|
+
export declare enum KnownAzureDiskType {
|
|
1931
|
+
Unknown = "Unknown",
|
|
1932
|
+
Standard = "Standard",
|
|
1933
|
+
Premium = "Premium",
|
|
1934
|
+
StandardSSD = "StandardSSD",
|
|
1935
|
+
StandardOrPremium = "StandardOrPremium"
|
|
1936
|
+
}
|
|
1937
|
+
|
|
1938
|
+
/** Known values of {@link AzureHybridUseBenefit} that the service accepts. */
|
|
1939
|
+
export declare enum KnownAzureHybridUseBenefit {
|
|
1940
|
+
Unknown = "Unknown",
|
|
1941
|
+
Yes = "Yes",
|
|
1942
|
+
No = "No"
|
|
1943
|
+
}
|
|
1944
|
+
|
|
1945
|
+
/** Known values of {@link AzureLocation} that the service accepts. */
|
|
1946
|
+
export declare enum KnownAzureLocation {
|
|
1947
|
+
Unknown = "Unknown",
|
|
1948
|
+
EastAsia = "EastAsia",
|
|
1949
|
+
SoutheastAsia = "SoutheastAsia",
|
|
1950
|
+
AustraliaEast = "AustraliaEast",
|
|
1951
|
+
AustraliaSoutheast = "AustraliaSoutheast",
|
|
1952
|
+
BrazilSouth = "BrazilSouth",
|
|
1953
|
+
CanadaCentral = "CanadaCentral",
|
|
1954
|
+
CanadaEast = "CanadaEast",
|
|
1955
|
+
WestEurope = "WestEurope",
|
|
1956
|
+
NorthEurope = "NorthEurope",
|
|
1957
|
+
CentralIndia = "CentralIndia",
|
|
1958
|
+
SouthIndia = "SouthIndia",
|
|
1959
|
+
WestIndia = "WestIndia",
|
|
1960
|
+
JapanEast = "JapanEast",
|
|
1961
|
+
JapanWest = "JapanWest",
|
|
1962
|
+
KoreaCentral = "KoreaCentral",
|
|
1963
|
+
KoreaSouth = "KoreaSouth",
|
|
1964
|
+
UkWest = "UkWest",
|
|
1965
|
+
UkSouth = "UkSouth",
|
|
1966
|
+
NorthCentralUs = "NorthCentralUs",
|
|
1967
|
+
EastUs = "EastUs",
|
|
1968
|
+
WestUs2 = "WestUs2",
|
|
1969
|
+
SouthCentralUs = "SouthCentralUs",
|
|
1970
|
+
CentralUs = "CentralUs",
|
|
1971
|
+
EastUs2 = "EastUs2",
|
|
1972
|
+
WestUs = "WestUs",
|
|
1973
|
+
WestCentralUs = "WestCentralUs",
|
|
1974
|
+
GermanyCentral = "GermanyCentral",
|
|
1975
|
+
GermanyNortheast = "GermanyNortheast",
|
|
1976
|
+
ChinaNorth = "ChinaNorth",
|
|
1977
|
+
ChinaEast = "ChinaEast",
|
|
1978
|
+
USGovArizona = "USGovArizona",
|
|
1979
|
+
USGovTexas = "USGovTexas",
|
|
1980
|
+
USGovIowa = "USGovIowa",
|
|
1981
|
+
USGovVirginia = "USGovVirginia",
|
|
1982
|
+
USDoDCentral = "USDoDCentral",
|
|
1983
|
+
USDoDEast = "USDoDEast"
|
|
1984
|
+
}
|
|
1985
|
+
|
|
1986
|
+
/** Known values of {@link AzureNetworkAdapterSuitabilityDetail} that the service accepts. */
|
|
1987
|
+
export declare enum KnownAzureNetworkAdapterSuitabilityDetail {
|
|
1988
|
+
None = "None",
|
|
1989
|
+
MegabytesOfDataTransmittedMissing = "MegabytesOfDataTransmittedMissing",
|
|
1990
|
+
MegabytesOfDataTransmittedOutOfRange = "MegabytesOfDataTransmittedOutOfRange"
|
|
1991
|
+
}
|
|
1992
|
+
|
|
1993
|
+
/** Known values of {@link AzureNetworkAdapterSuitabilityExplanation} that the service accepts. */
|
|
1994
|
+
export declare enum KnownAzureNetworkAdapterSuitabilityExplanation {
|
|
1995
|
+
Unknown = "Unknown",
|
|
1996
|
+
NotApplicable = "NotApplicable",
|
|
1997
|
+
InternalErrorOccurred = "InternalErrorOccurred"
|
|
1998
|
+
}
|
|
1999
|
+
|
|
2000
|
+
/** Known values of {@link AzureOfferCode} that the service accepts. */
|
|
2001
|
+
export declare enum KnownAzureOfferCode {
|
|
2002
|
+
Unknown = "Unknown",
|
|
2003
|
+
Msazr0003P = "MSAZR0003P",
|
|
2004
|
+
Msazr0044P = "MSAZR0044P",
|
|
2005
|
+
Msazr0059P = "MSAZR0059P",
|
|
2006
|
+
Msazr0060P = "MSAZR0060P",
|
|
2007
|
+
Msazr0062P = "MSAZR0062P",
|
|
2008
|
+
Msazr0063P = "MSAZR0063P",
|
|
2009
|
+
Msazr0064P = "MSAZR0064P",
|
|
2010
|
+
Msazr0029P = "MSAZR0029P",
|
|
2011
|
+
Msazr0022P = "MSAZR0022P",
|
|
2012
|
+
Msazr0023P = "MSAZR0023P",
|
|
2013
|
+
Msazr0148P = "MSAZR0148P",
|
|
2014
|
+
Msazr0025P = "MSAZR0025P",
|
|
2015
|
+
Msazr0036P = "MSAZR0036P",
|
|
2016
|
+
Msazr0120P = "MSAZR0120P",
|
|
2017
|
+
Msazr0121P = "MSAZR0121P",
|
|
2018
|
+
Msazr0122P = "MSAZR0122P",
|
|
2019
|
+
Msazr0123P = "MSAZR0123P",
|
|
2020
|
+
Msazr0124P = "MSAZR0124P",
|
|
2021
|
+
Msazr0125P = "MSAZR0125P",
|
|
2022
|
+
Msazr0126P = "MSAZR0126P",
|
|
2023
|
+
Msazr0127P = "MSAZR0127P",
|
|
2024
|
+
Msazr0128P = "MSAZR0128P",
|
|
2025
|
+
Msazr0129P = "MSAZR0129P",
|
|
2026
|
+
Msazr0130P = "MSAZR0130P",
|
|
2027
|
+
Msazr0111P = "MSAZR0111P",
|
|
2028
|
+
Msazr0144P = "MSAZR0144P",
|
|
2029
|
+
Msazr0149P = "MSAZR0149P",
|
|
2030
|
+
Msmcazr0044P = "MSMCAZR0044P",
|
|
2031
|
+
Msmcazr0059P = "MSMCAZR0059P",
|
|
2032
|
+
Msmcazr0060P = "MSMCAZR0060P",
|
|
2033
|
+
Msmcazr0063P = "MSMCAZR0063P",
|
|
2034
|
+
Msmcazr0120P = "MSMCAZR0120P",
|
|
2035
|
+
Msmcazr0121P = "MSMCAZR0121P",
|
|
2036
|
+
Msmcazr0125P = "MSMCAZR0125P",
|
|
2037
|
+
Msmcazr0128P = "MSMCAZR0128P",
|
|
2038
|
+
Msazrde0003P = "MSAZRDE0003P",
|
|
2039
|
+
Msazrde0044P = "MSAZRDE0044P",
|
|
2040
|
+
Msazrusgov0003P = "MSAZRUSGOV0003P",
|
|
2041
|
+
EA = "EA"
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2044
|
+
/** Known values of {@link AzurePricingTier} that the service accepts. */
|
|
2045
|
+
export declare enum KnownAzurePricingTier {
|
|
2046
|
+
Standard = "Standard",
|
|
2047
|
+
Basic = "Basic"
|
|
2048
|
+
}
|
|
2049
|
+
|
|
2050
|
+
/** Known values of {@link AzureStorageRedundancy} that the service accepts. */
|
|
2051
|
+
export declare enum KnownAzureStorageRedundancy {
|
|
2052
|
+
Unknown = "Unknown",
|
|
2053
|
+
LocallyRedundant = "LocallyRedundant",
|
|
2054
|
+
ZoneRedundant = "ZoneRedundant",
|
|
2055
|
+
GeoRedundant = "GeoRedundant",
|
|
2056
|
+
ReadAccessGeoRedundant = "ReadAccessGeoRedundant"
|
|
2057
|
+
}
|
|
2058
|
+
|
|
2059
|
+
/** Known values of {@link AzureVmFamily} that the service accepts. */
|
|
2060
|
+
export declare enum KnownAzureVmFamily {
|
|
2061
|
+
Unknown = "Unknown",
|
|
2062
|
+
BasicA0A4 = "Basic_A0_A4",
|
|
2063
|
+
StandardA0A7 = "Standard_A0_A7",
|
|
2064
|
+
StandardA8A11 = "Standard_A8_A11",
|
|
2065
|
+
Av2Series = "Av2_series",
|
|
2066
|
+
DSeries = "D_series",
|
|
2067
|
+
Dv2Series = "Dv2_series",
|
|
2068
|
+
DSSeries = "DS_series",
|
|
2069
|
+
DSv2Series = "DSv2_series",
|
|
2070
|
+
FSeries = "F_series",
|
|
2071
|
+
FsSeries = "Fs_series",
|
|
2072
|
+
GSeries = "G_series",
|
|
2073
|
+
GSSeries = "GS_series",
|
|
2074
|
+
HSeries = "H_series",
|
|
2075
|
+
LsSeries = "Ls_series",
|
|
2076
|
+
Dsv3Series = "Dsv3_series",
|
|
2077
|
+
Dv3Series = "Dv3_series",
|
|
2078
|
+
Fsv2Series = "Fsv2_series",
|
|
2079
|
+
Ev3Series = "Ev3_series",
|
|
2080
|
+
Esv3Series = "Esv3_series",
|
|
2081
|
+
MSeries = "M_series",
|
|
2082
|
+
DCSeries = "DC_Series"
|
|
2083
|
+
}
|
|
2084
|
+
|
|
2085
|
+
/** Known values of {@link AzureVmSize} that the service accepts. */
|
|
2086
|
+
export declare enum KnownAzureVmSize {
|
|
2087
|
+
Unknown = "Unknown",
|
|
2088
|
+
BasicA0 = "Basic_A0",
|
|
2089
|
+
BasicA1 = "Basic_A1",
|
|
2090
|
+
BasicA2 = "Basic_A2",
|
|
2091
|
+
BasicA3 = "Basic_A3",
|
|
2092
|
+
BasicA4 = "Basic_A4",
|
|
2093
|
+
StandardA0 = "Standard_A0",
|
|
2094
|
+
StandardA1 = "Standard_A1",
|
|
2095
|
+
StandardA2 = "Standard_A2",
|
|
2096
|
+
StandardA3 = "Standard_A3",
|
|
2097
|
+
StandardA4 = "Standard_A4",
|
|
2098
|
+
StandardA5 = "Standard_A5",
|
|
2099
|
+
StandardA6 = "Standard_A6",
|
|
2100
|
+
StandardA7 = "Standard_A7",
|
|
2101
|
+
StandardA8 = "Standard_A8",
|
|
2102
|
+
StandardA9 = "Standard_A9",
|
|
2103
|
+
StandardA10 = "Standard_A10",
|
|
2104
|
+
StandardA11 = "Standard_A11",
|
|
2105
|
+
StandardA1V2 = "Standard_A1_v2",
|
|
2106
|
+
StandardA2V2 = "Standard_A2_v2",
|
|
2107
|
+
StandardA4V2 = "Standard_A4_v2",
|
|
2108
|
+
StandardA8V2 = "Standard_A8_v2",
|
|
2109
|
+
StandardA2MV2 = "Standard_A2m_v2",
|
|
2110
|
+
StandardA4MV2 = "Standard_A4m_v2",
|
|
2111
|
+
StandardA8MV2 = "Standard_A8m_v2",
|
|
2112
|
+
StandardD1 = "Standard_D1",
|
|
2113
|
+
StandardD2 = "Standard_D2",
|
|
2114
|
+
StandardD3 = "Standard_D3",
|
|
2115
|
+
StandardD4 = "Standard_D4",
|
|
2116
|
+
StandardD11 = "Standard_D11",
|
|
2117
|
+
StandardD12 = "Standard_D12",
|
|
2118
|
+
StandardD13 = "Standard_D13",
|
|
2119
|
+
StandardD14 = "Standard_D14",
|
|
2120
|
+
StandardD1V2 = "Standard_D1_v2",
|
|
2121
|
+
StandardD2V2 = "Standard_D2_v2",
|
|
2122
|
+
StandardD3V2 = "Standard_D3_v2",
|
|
2123
|
+
StandardD4V2 = "Standard_D4_v2",
|
|
2124
|
+
StandardD5V2 = "Standard_D5_v2",
|
|
2125
|
+
StandardD11V2 = "Standard_D11_v2",
|
|
2126
|
+
StandardD12V2 = "Standard_D12_v2",
|
|
2127
|
+
StandardD13V2 = "Standard_D13_v2",
|
|
2128
|
+
StandardD14V2 = "Standard_D14_v2",
|
|
2129
|
+
StandardD15V2 = "Standard_D15_v2",
|
|
2130
|
+
StandardDS1 = "Standard_DS1",
|
|
2131
|
+
StandardDS2 = "Standard_DS2",
|
|
2132
|
+
StandardDS3 = "Standard_DS3",
|
|
2133
|
+
StandardDS4 = "Standard_DS4",
|
|
2134
|
+
StandardDS11 = "Standard_DS11",
|
|
2135
|
+
StandardDS12 = "Standard_DS12",
|
|
2136
|
+
StandardDS13 = "Standard_DS13",
|
|
2137
|
+
StandardDS14 = "Standard_DS14",
|
|
2138
|
+
StandardDS1V2 = "Standard_DS1_v2",
|
|
2139
|
+
StandardDS2V2 = "Standard_DS2_v2",
|
|
2140
|
+
StandardDS3V2 = "Standard_DS3_v2",
|
|
2141
|
+
StandardDS4V2 = "Standard_DS4_v2",
|
|
2142
|
+
StandardDS5V2 = "Standard_DS5_v2",
|
|
2143
|
+
StandardDS11V2 = "Standard_DS11_v2",
|
|
2144
|
+
StandardDS12V2 = "Standard_DS12_v2",
|
|
2145
|
+
StandardDS13V2 = "Standard_DS13_v2",
|
|
2146
|
+
StandardDS14V2 = "Standard_DS14_v2",
|
|
2147
|
+
StandardDS15V2 = "Standard_DS15_v2",
|
|
2148
|
+
StandardF1 = "Standard_F1",
|
|
2149
|
+
StandardF2 = "Standard_F2",
|
|
2150
|
+
StandardF4 = "Standard_F4",
|
|
2151
|
+
StandardF8 = "Standard_F8",
|
|
2152
|
+
StandardF16 = "Standard_F16",
|
|
2153
|
+
StandardF1S = "Standard_F1s",
|
|
2154
|
+
StandardF2S = "Standard_F2s",
|
|
2155
|
+
StandardF4S = "Standard_F4s",
|
|
2156
|
+
StandardF8S = "Standard_F8s",
|
|
2157
|
+
StandardF16S = "Standard_F16s",
|
|
2158
|
+
StandardG1 = "Standard_G1",
|
|
2159
|
+
StandardG2 = "Standard_G2",
|
|
2160
|
+
StandardG3 = "Standard_G3",
|
|
2161
|
+
StandardG4 = "Standard_G4",
|
|
2162
|
+
StandardG5 = "Standard_G5",
|
|
2163
|
+
StandardGS1 = "Standard_GS1",
|
|
2164
|
+
StandardGS2 = "Standard_GS2",
|
|
2165
|
+
StandardGS3 = "Standard_GS3",
|
|
2166
|
+
StandardGS4 = "Standard_GS4",
|
|
2167
|
+
StandardGS5 = "Standard_GS5",
|
|
2168
|
+
StandardH8 = "Standard_H8",
|
|
2169
|
+
StandardH16 = "Standard_H16",
|
|
2170
|
+
StandardH8M = "Standard_H8m",
|
|
2171
|
+
StandardH16M = "Standard_H16m",
|
|
2172
|
+
StandardH16R = "Standard_H16r",
|
|
2173
|
+
StandardH16Mr = "Standard_H16mr",
|
|
2174
|
+
StandardL4S = "Standard_L4s",
|
|
2175
|
+
StandardL8S = "Standard_L8s",
|
|
2176
|
+
StandardL16S = "Standard_L16s",
|
|
2177
|
+
StandardL32S = "Standard_L32s",
|
|
2178
|
+
StandardD2SV3 = "Standard_D2s_v3",
|
|
2179
|
+
StandardD4SV3 = "Standard_D4s_v3",
|
|
2180
|
+
StandardD8SV3 = "Standard_D8s_v3",
|
|
2181
|
+
StandardD16SV3 = "Standard_D16s_v3",
|
|
2182
|
+
StandardD32SV3 = "Standard_D32s_v3",
|
|
2183
|
+
StandardD64SV3 = "Standard_D64s_v3",
|
|
2184
|
+
StandardD2V3 = "Standard_D2_v3",
|
|
2185
|
+
StandardD4V3 = "Standard_D4_v3",
|
|
2186
|
+
StandardD8V3 = "Standard_D8_v3",
|
|
2187
|
+
StandardD16V3 = "Standard_D16_v3",
|
|
2188
|
+
StandardD32V3 = "Standard_D32_v3",
|
|
2189
|
+
StandardD64V3 = "Standard_D64_v3",
|
|
2190
|
+
StandardF2SV2 = "Standard_F2s_v2",
|
|
2191
|
+
StandardF4SV2 = "Standard_F4s_v2",
|
|
2192
|
+
StandardF8SV2 = "Standard_F8s_v2",
|
|
2193
|
+
StandardF16SV2 = "Standard_F16s_v2",
|
|
2194
|
+
StandardF32SV2 = "Standard_F32s_v2",
|
|
2195
|
+
StandardF64SV2 = "Standard_F64s_v2",
|
|
2196
|
+
StandardF72SV2 = "Standard_F72s_v2",
|
|
2197
|
+
StandardE2V3 = "Standard_E2_v3",
|
|
2198
|
+
StandardE4V3 = "Standard_E4_v3",
|
|
2199
|
+
StandardE8V3 = "Standard_E8_v3",
|
|
2200
|
+
StandardE16V3 = "Standard_E16_v3",
|
|
2201
|
+
StandardE32V3 = "Standard_E32_v3",
|
|
2202
|
+
StandardE64V3 = "Standard_E64_v3",
|
|
2203
|
+
StandardE2SV3 = "Standard_E2s_v3",
|
|
2204
|
+
StandardE4SV3 = "Standard_E4s_v3",
|
|
2205
|
+
StandardE8SV3 = "Standard_E8s_v3",
|
|
2206
|
+
StandardE16SV3 = "Standard_E16s_v3",
|
|
2207
|
+
StandardE32SV3 = "Standard_E32s_v3",
|
|
2208
|
+
StandardE64SV3 = "Standard_E64s_v3",
|
|
2209
|
+
StandardM64S = "Standard_M64s",
|
|
2210
|
+
StandardM64Ms = "Standard_M64ms",
|
|
2211
|
+
StandardM128S = "Standard_M128s",
|
|
2212
|
+
StandardM128Ms = "Standard_M128ms"
|
|
2213
|
+
}
|
|
2214
|
+
|
|
2215
|
+
/** Known values of {@link AzureVmSuitabilityDetail} that the service accepts. */
|
|
2216
|
+
export declare enum KnownAzureVmSuitabilityDetail {
|
|
2217
|
+
None = "None",
|
|
2218
|
+
RecommendedSizeHasLessNetworkAdapters = "RecommendedSizeHasLessNetworkAdapters",
|
|
2219
|
+
CannotReportComputeCost = "CannotReportComputeCost",
|
|
2220
|
+
CannotReportStorageCost = "CannotReportStorageCost",
|
|
2221
|
+
CannotReportBandwidthCosts = "CannotReportBandwidthCosts",
|
|
2222
|
+
PercentageOfCoresUtilizedMissing = "PercentageOfCoresUtilizedMissing",
|
|
2223
|
+
PercentageOfMemoryUtilizedMissing = "PercentageOfMemoryUtilizedMissing",
|
|
2224
|
+
PercentageOfCoresUtilizedOutOfRange = "PercentageOfCoresUtilizedOutOfRange",
|
|
2225
|
+
PercentageOfMemoryUtilizedOutOfRange = "PercentageOfMemoryUtilizedOutOfRange"
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
/** Known values of {@link AzureVmSuitabilityExplanation} that the service accepts. */
|
|
2229
|
+
export declare enum KnownAzureVmSuitabilityExplanation {
|
|
2230
|
+
Unknown = "Unknown",
|
|
2231
|
+
NotApplicable = "NotApplicable",
|
|
2232
|
+
GuestOperatingSystemArchitectureNotSupported = "GuestOperatingSystemArchitectureNotSupported",
|
|
2233
|
+
GuestOperatingSystemNotSupported = "GuestOperatingSystemNotSupported",
|
|
2234
|
+
BootTypeNotSupported = "BootTypeNotSupported",
|
|
2235
|
+
MoreDisksThanSupported = "MoreDisksThanSupported",
|
|
2236
|
+
NoSuitableVmSizeFound = "NoSuitableVmSizeFound",
|
|
2237
|
+
OneOrMoreDisksNotSuitable = "OneOrMoreDisksNotSuitable",
|
|
2238
|
+
OneOrMoreAdaptersNotSuitable = "OneOrMoreAdaptersNotSuitable",
|
|
2239
|
+
InternalErrorOccurredDuringComputeEvaluation = "InternalErrorOccurredDuringComputeEvaluation",
|
|
2240
|
+
InternalErrorOccurredDuringStorageEvaluation = "InternalErrorOccurredDuringStorageEvaluation",
|
|
2241
|
+
InternalErrorOccurredDuringNetworkEvaluation = "InternalErrorOccurredDuringNetworkEvaluation",
|
|
2242
|
+
NoVmSizeSupportsStoragePerformance = "NoVmSizeSupportsStoragePerformance",
|
|
2243
|
+
NoVmSizeSupportsNetworkPerformance = "NoVmSizeSupportsNetworkPerformance",
|
|
2244
|
+
NoVmSizeForSelectedPricingTier = "NoVmSizeForSelectedPricingTier",
|
|
2245
|
+
NoVmSizeForSelectedAzureLocation = "NoVmSizeForSelectedAzureLocation",
|
|
2246
|
+
CheckRedHatLinuxVersion = "CheckRedHatLinuxVersion",
|
|
2247
|
+
CheckOpenSuseLinuxVersion = "CheckOpenSuseLinuxVersion",
|
|
2248
|
+
CheckWindowsServer2008R2Version = "CheckWindowsServer2008R2Version",
|
|
2249
|
+
CheckCentOsVersion = "CheckCentOsVersion",
|
|
2250
|
+
CheckDebianLinuxVersion = "CheckDebianLinuxVersion",
|
|
2251
|
+
CheckSuseLinuxVersion = "CheckSuseLinuxVersion",
|
|
2252
|
+
CheckOracleLinuxVersion = "CheckOracleLinuxVersion",
|
|
2253
|
+
CheckUbuntuLinuxVersion = "CheckUbuntuLinuxVersion",
|
|
2254
|
+
CheckCoreOsLinuxVersion = "CheckCoreOsLinuxVersion",
|
|
2255
|
+
WindowsServerVersionConditionallySupported = "WindowsServerVersionConditionallySupported",
|
|
2256
|
+
NoGuestOperatingSystemConditionallySupported = "NoGuestOperatingSystemConditionallySupported",
|
|
2257
|
+
WindowsClientVersionsConditionallySupported = "WindowsClientVersionsConditionallySupported",
|
|
2258
|
+
BootTypeUnknown = "BootTypeUnknown",
|
|
2259
|
+
GuestOperatingSystemUnknown = "GuestOperatingSystemUnknown",
|
|
2260
|
+
WindowsServerVersionsSupportedWithCaveat = "WindowsServerVersionsSupportedWithCaveat",
|
|
2261
|
+
WindowsOSNoLongerUnderMSSupport = "WindowsOSNoLongerUnderMSSupport",
|
|
2262
|
+
EndorsedWithConditionsLinuxDistributions = "EndorsedWithConditionsLinuxDistributions",
|
|
2263
|
+
UnendorsedLinuxDistributions = "UnendorsedLinuxDistributions",
|
|
2264
|
+
NoVmSizeForStandardPricingTier = "NoVmSizeForStandardPricingTier",
|
|
2265
|
+
NoVmSizeForBasicPricingTier = "NoVmSizeForBasicPricingTier"
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
/** Known values of {@link CloudSuitability} that the service accepts. */
|
|
2269
|
+
export declare enum KnownCloudSuitability {
|
|
2270
|
+
Unknown = "Unknown",
|
|
2271
|
+
NotSuitable = "NotSuitable",
|
|
2272
|
+
Suitable = "Suitable",
|
|
2273
|
+
ConditionallySuitable = "ConditionallySuitable",
|
|
2274
|
+
ReadinessUnknown = "ReadinessUnknown"
|
|
2275
|
+
}
|
|
2276
|
+
|
|
2277
|
+
/** Known values of {@link Currency} that the service accepts. */
|
|
2278
|
+
export declare enum KnownCurrency {
|
|
2279
|
+
Unknown = "Unknown",
|
|
2280
|
+
USD = "USD",
|
|
2281
|
+
DKK = "DKK",
|
|
2282
|
+
CAD = "CAD",
|
|
2283
|
+
IDR = "IDR",
|
|
2284
|
+
JPY = "JPY",
|
|
2285
|
+
KRW = "KRW",
|
|
2286
|
+
NZD = "NZD",
|
|
2287
|
+
NOK = "NOK",
|
|
2288
|
+
RUB = "RUB",
|
|
2289
|
+
SAR = "SAR",
|
|
2290
|
+
ZAR = "ZAR",
|
|
2291
|
+
SEK = "SEK",
|
|
2292
|
+
TRY = "TRY",
|
|
2293
|
+
GBP = "GBP",
|
|
2294
|
+
MXN = "MXN",
|
|
2295
|
+
MYR = "MYR",
|
|
2296
|
+
INR = "INR",
|
|
2297
|
+
HKD = "HKD",
|
|
2298
|
+
BRL = "BRL",
|
|
2299
|
+
TWD = "TWD",
|
|
2300
|
+
EUR = "EUR",
|
|
2301
|
+
CHF = "CHF",
|
|
2302
|
+
ARS = "ARS",
|
|
2303
|
+
AUD = "AUD",
|
|
2304
|
+
CNY = "CNY"
|
|
2305
|
+
}
|
|
2306
|
+
|
|
2307
|
+
/** Known values of {@link GroupStatus} that the service accepts. */
|
|
2308
|
+
export declare enum KnownGroupStatus {
|
|
2309
|
+
Created = "Created",
|
|
2310
|
+
Updated = "Updated",
|
|
2311
|
+
Running = "Running",
|
|
2312
|
+
Completed = "Completed",
|
|
2313
|
+
Invalid = "Invalid"
|
|
2314
|
+
}
|
|
2315
|
+
|
|
2316
|
+
/** Known values of {@link GroupUpdateOperation} that the service accepts. */
|
|
2317
|
+
export declare enum KnownGroupUpdateOperation {
|
|
2318
|
+
Add = "Add",
|
|
2319
|
+
Remove = "Remove"
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2322
|
+
/** Known values of {@link MachineBootType} that the service accepts. */
|
|
2323
|
+
export declare enum KnownMachineBootType {
|
|
2324
|
+
Unknown = "Unknown",
|
|
2325
|
+
EFI = "EFI",
|
|
2326
|
+
Bios = "BIOS"
|
|
2327
|
+
}
|
|
2328
|
+
|
|
2329
|
+
/** Known values of {@link Percentile} that the service accepts. */
|
|
2330
|
+
export declare enum KnownPercentile {
|
|
2331
|
+
Percentile50 = "Percentile50",
|
|
2332
|
+
Percentile90 = "Percentile90",
|
|
2333
|
+
Percentile95 = "Percentile95",
|
|
2334
|
+
Percentile99 = "Percentile99"
|
|
2335
|
+
}
|
|
2336
|
+
|
|
2337
|
+
/** Known values of {@link PrivateEndpointConnectionPropertiesProvisioningState} that the service accepts. */
|
|
2338
|
+
export declare enum KnownPrivateEndpointConnectionPropertiesProvisioningState {
|
|
2339
|
+
Accepted = "Accepted",
|
|
2340
|
+
InProgress = "InProgress",
|
|
2341
|
+
Succeeded = "Succeeded",
|
|
2342
|
+
Failed = "Failed"
|
|
2343
|
+
}
|
|
2344
|
+
|
|
2345
|
+
/** Known values of {@link PrivateLinkServiceConnectionStateStatus} that the service accepts. */
|
|
2346
|
+
export declare enum KnownPrivateLinkServiceConnectionStateStatus {
|
|
2347
|
+
Approved = "Approved",
|
|
2348
|
+
Pending = "Pending",
|
|
2349
|
+
Rejected = "Rejected",
|
|
2350
|
+
Disconnected = "Disconnected"
|
|
2351
|
+
}
|
|
2352
|
+
|
|
2353
|
+
/** Known values of {@link ProjectStatus} that the service accepts. */
|
|
2354
|
+
export declare enum KnownProjectStatus {
|
|
2355
|
+
Active = "Active",
|
|
2356
|
+
Inactive = "Inactive"
|
|
2357
|
+
}
|
|
2358
|
+
|
|
2359
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
2360
|
+
export declare enum KnownProvisioningState {
|
|
2361
|
+
Accepted = "Accepted",
|
|
2362
|
+
Creating = "Creating",
|
|
2363
|
+
Deleting = "Deleting",
|
|
2364
|
+
Failed = "Failed",
|
|
2365
|
+
Moving = "Moving",
|
|
2366
|
+
Succeeded = "Succeeded"
|
|
2367
|
+
}
|
|
2368
|
+
|
|
2369
|
+
/** Known values of {@link ReservedInstance} that the service accepts. */
|
|
2370
|
+
export declare enum KnownReservedInstance {
|
|
2371
|
+
None = "None",
|
|
2372
|
+
RI1Year = "RI1Year",
|
|
2373
|
+
RI3Year = "RI3Year"
|
|
2374
|
+
}
|
|
2375
|
+
|
|
2376
|
+
/** Known values of {@link TimeRange} that the service accepts. */
|
|
2377
|
+
export declare enum KnownTimeRange {
|
|
2378
|
+
Day = "Day",
|
|
2379
|
+
Week = "Week",
|
|
2380
|
+
Month = "Month",
|
|
2381
|
+
Custom = "Custom"
|
|
2382
|
+
}
|
|
2383
|
+
|
|
2384
|
+
/** A machine in a migration project. */
|
|
2385
|
+
export declare interface Machine {
|
|
2386
|
+
/**
|
|
2387
|
+
* Path reference to this machine. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/machines/{machineName}
|
|
2388
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2389
|
+
*/
|
|
2390
|
+
readonly id?: string;
|
|
2391
|
+
/**
|
|
2392
|
+
* Name of the machine. It is a GUID which is unique identifier of machine in private data center. For user-readable name, we have a displayName property on this machine.
|
|
2393
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2394
|
+
*/
|
|
2395
|
+
readonly name?: string;
|
|
2396
|
+
/** For optimistic concurrency control. */
|
|
2397
|
+
eTag?: string;
|
|
2398
|
+
/**
|
|
2399
|
+
* Type of the object = [Microsoft.Migrate/assessmentProjects/machines].
|
|
2400
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2401
|
+
*/
|
|
2402
|
+
readonly type?: string;
|
|
2403
|
+
/** Properties of the machine. */
|
|
2404
|
+
properties?: MachineProperties;
|
|
2405
|
+
}
|
|
2406
|
+
|
|
2407
|
+
/**
|
|
2408
|
+
* Defines values for MachineBootType. \
|
|
2409
|
+
* {@link KnownMachineBootType} can be used interchangeably with MachineBootType,
|
|
2410
|
+
* this enum contains the known values that the service supports.
|
|
2411
|
+
* ### Known values supported by the service
|
|
2412
|
+
* **Unknown** \
|
|
2413
|
+
* **EFI** \
|
|
2414
|
+
* **BIOS**
|
|
2415
|
+
*/
|
|
2416
|
+
export declare type MachineBootType = string;
|
|
2417
|
+
|
|
2418
|
+
/** Properties of a machine. */
|
|
2419
|
+
export declare interface MachineProperties {
|
|
2420
|
+
/**
|
|
2421
|
+
* Boot type of the machine.
|
|
2422
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2423
|
+
*/
|
|
2424
|
+
readonly bootType?: MachineBootType;
|
|
2425
|
+
/**
|
|
2426
|
+
* ARM ID of the data center as tracked by the Microsoft.OffAzure.
|
|
2427
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2428
|
+
*/
|
|
2429
|
+
readonly datacenterManagementServerArmId?: string;
|
|
2430
|
+
/**
|
|
2431
|
+
* ARM ID of the machine as tracked by the Microsoft.OffAzure.
|
|
2432
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2433
|
+
*/
|
|
2434
|
+
readonly discoveryMachineArmId?: string;
|
|
2435
|
+
/**
|
|
2436
|
+
* Name of the server hosting the datacenter management solution.
|
|
2437
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2438
|
+
*/
|
|
2439
|
+
readonly datacenterManagementServerName?: string;
|
|
2440
|
+
/**
|
|
2441
|
+
* User readable name of the machine as defined by the user in their private datacenter.
|
|
2442
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2443
|
+
*/
|
|
2444
|
+
readonly displayName?: string;
|
|
2445
|
+
/**
|
|
2446
|
+
* Memory in Megabytes.
|
|
2447
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2448
|
+
*/
|
|
2449
|
+
readonly megabytesOfMemory?: number;
|
|
2450
|
+
/**
|
|
2451
|
+
* Processor count.
|
|
2452
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2453
|
+
*/
|
|
2454
|
+
readonly numberOfCores?: number;
|
|
2455
|
+
/**
|
|
2456
|
+
* Operating System type of the machine.
|
|
2457
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2458
|
+
*/
|
|
2459
|
+
readonly operatingSystemType?: string;
|
|
2460
|
+
/**
|
|
2461
|
+
* Operating System name of the machine.
|
|
2462
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2463
|
+
*/
|
|
2464
|
+
readonly operatingSystemName?: string;
|
|
2465
|
+
/**
|
|
2466
|
+
* Operating System version of the machine.
|
|
2467
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2468
|
+
*/
|
|
2469
|
+
readonly operatingSystemVersion?: string;
|
|
2470
|
+
/**
|
|
2471
|
+
* Description of the machine
|
|
2472
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2473
|
+
*/
|
|
2474
|
+
readonly description?: string;
|
|
2475
|
+
/**
|
|
2476
|
+
* List of references to the groups that the machine is member of.
|
|
2477
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2478
|
+
*/
|
|
2479
|
+
readonly groups?: string[];
|
|
2480
|
+
/**
|
|
2481
|
+
* Time when this machine was created. Date-Time represented in ISO-8601 format.
|
|
2482
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2483
|
+
*/
|
|
2484
|
+
readonly createdTimestamp?: Date;
|
|
2485
|
+
/**
|
|
2486
|
+
* Time when this machine was last updated. Date-Time represented in ISO-8601 format.
|
|
2487
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2488
|
+
*/
|
|
2489
|
+
readonly updatedTimestamp?: Date;
|
|
2490
|
+
/**
|
|
2491
|
+
* Dictionary of disks attached to the machine. Key is ID of disk. Value is a disk object
|
|
2492
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2493
|
+
*/
|
|
2494
|
+
readonly disks?: {
|
|
2495
|
+
[propertyName: string]: Disk;
|
|
2496
|
+
};
|
|
2497
|
+
/**
|
|
2498
|
+
* Dictionary of network adapters attached to the machine. Key is ID of network adapter. Value is a network adapter object
|
|
2499
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2500
|
+
*/
|
|
2501
|
+
readonly networkAdapters?: {
|
|
2502
|
+
[propertyName: string]: NetworkAdapter;
|
|
2503
|
+
};
|
|
2504
|
+
}
|
|
2505
|
+
|
|
2506
|
+
/** List of machines. */
|
|
2507
|
+
export declare interface MachineResultList {
|
|
2508
|
+
/** List of machines. */
|
|
2509
|
+
value?: Machine[];
|
|
2510
|
+
nextLink?: string;
|
|
2511
|
+
}
|
|
2512
|
+
|
|
2513
|
+
/** Interface representing a Machines. */
|
|
2514
|
+
export declare interface Machines {
|
|
2515
|
+
/**
|
|
2516
|
+
* Get data of all the machines available in the project. Returns a json array of objects of type
|
|
2517
|
+
* 'machine' defined in Models section.
|
|
2518
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
2519
|
+
* @param projectName Name of the Azure Migrate project.
|
|
2520
|
+
* @param options The options parameters.
|
|
2521
|
+
*/
|
|
2522
|
+
listByProject(resourceGroupName: string, projectName: string, options?: MachinesListByProjectOptionalParams): PagedAsyncIterableIterator<Machine>;
|
|
2523
|
+
/**
|
|
2524
|
+
* Get the machine with the specified name. Returns a json object of type 'machine' defined in Models
|
|
2525
|
+
* section.
|
|
2526
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
2527
|
+
* @param projectName Name of the Azure Migrate project.
|
|
2528
|
+
* @param machineName Unique name of a machine in private datacenter.
|
|
2529
|
+
* @param options The options parameters.
|
|
2530
|
+
*/
|
|
2531
|
+
get(resourceGroupName: string, projectName: string, machineName: string, options?: MachinesGetOptionalParams): Promise<MachinesGetResponse>;
|
|
2532
|
+
}
|
|
2533
|
+
|
|
2534
|
+
/** Defines headers for Machines_get operation. */
|
|
2535
|
+
export declare interface MachinesGetHeaders {
|
|
2536
|
+
/** Service generated Request ID. */
|
|
2537
|
+
xMsRequestId?: string;
|
|
2538
|
+
}
|
|
2539
|
+
|
|
2540
|
+
/** Optional parameters. */
|
|
2541
|
+
export declare interface MachinesGetOptionalParams extends coreClient.OperationOptions {
|
|
2542
|
+
}
|
|
2543
|
+
|
|
2544
|
+
/** Contains response data for the get operation. */
|
|
2545
|
+
export declare type MachinesGetResponse = MachinesGetHeaders & Machine;
|
|
2546
|
+
|
|
2547
|
+
/** Defines headers for Machines_listByProject operation. */
|
|
2548
|
+
export declare interface MachinesListByProjectHeaders {
|
|
2549
|
+
/** Service generated Request ID. */
|
|
2550
|
+
xMsRequestId?: string;
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2553
|
+
/** Defines headers for Machines_listByProjectNext operation. */
|
|
2554
|
+
export declare interface MachinesListByProjectNextHeaders {
|
|
2555
|
+
/** Service generated Request ID. */
|
|
2556
|
+
xMsRequestId?: string;
|
|
2557
|
+
}
|
|
2558
|
+
|
|
2559
|
+
/** Optional parameters. */
|
|
2560
|
+
export declare interface MachinesListByProjectNextOptionalParams extends coreClient.OperationOptions {
|
|
2561
|
+
}
|
|
2562
|
+
|
|
2563
|
+
/** Contains response data for the listByProjectNext operation. */
|
|
2564
|
+
export declare type MachinesListByProjectNextResponse = MachinesListByProjectNextHeaders & MachineResultList;
|
|
2565
|
+
|
|
2566
|
+
/** Optional parameters. */
|
|
2567
|
+
export declare interface MachinesListByProjectOptionalParams extends coreClient.OperationOptions {
|
|
2568
|
+
}
|
|
2569
|
+
|
|
2570
|
+
/** Contains response data for the listByProject operation. */
|
|
2571
|
+
export declare type MachinesListByProjectResponse = MachinesListByProjectHeaders & MachineResultList;
|
|
2572
|
+
|
|
2573
|
+
/** A network adapter discovered on a machine. */
|
|
2574
|
+
export declare interface NetworkAdapter {
|
|
2575
|
+
/**
|
|
2576
|
+
* MAC Address of the network adapter.
|
|
2577
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2578
|
+
*/
|
|
2579
|
+
readonly macAddress?: string;
|
|
2580
|
+
/**
|
|
2581
|
+
* List of IP Addresses on the network adapter.
|
|
2582
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2583
|
+
*/
|
|
2584
|
+
readonly ipAddresses?: string[];
|
|
2585
|
+
/**
|
|
2586
|
+
* User friendly name of the network adapter.
|
|
2587
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2588
|
+
*/
|
|
2589
|
+
readonly displayName?: string;
|
|
2590
|
+
}
|
|
2591
|
+
|
|
2592
|
+
/** A REST API operation supported by the provider. */
|
|
2593
|
+
export declare interface Operation {
|
|
2594
|
+
/**
|
|
2595
|
+
* Name of the operation.
|
|
2596
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2597
|
+
*/
|
|
2598
|
+
readonly name?: string;
|
|
2599
|
+
/**
|
|
2600
|
+
* Displayable properties of the operation.
|
|
2601
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2602
|
+
*/
|
|
2603
|
+
readonly display?: OperationDisplay;
|
|
2604
|
+
/**
|
|
2605
|
+
* Origin of the operation.
|
|
2606
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2607
|
+
*/
|
|
2608
|
+
readonly origin?: string;
|
|
2609
|
+
}
|
|
2610
|
+
|
|
2611
|
+
/** Displayable properties of the operation. */
|
|
2612
|
+
export declare interface OperationDisplay {
|
|
2613
|
+
/**
|
|
2614
|
+
* Provider of the operation.
|
|
2615
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2616
|
+
*/
|
|
2617
|
+
readonly provider?: string;
|
|
2618
|
+
/**
|
|
2619
|
+
* Resource operated on by the operation.
|
|
2620
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2621
|
+
*/
|
|
2622
|
+
readonly resource?: string;
|
|
2623
|
+
/**
|
|
2624
|
+
* Operation Type.
|
|
2625
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2626
|
+
*/
|
|
2627
|
+
readonly operation?: string;
|
|
2628
|
+
/**
|
|
2629
|
+
* Description of the operation.
|
|
2630
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2631
|
+
*/
|
|
2632
|
+
readonly description?: string;
|
|
2633
|
+
}
|
|
2634
|
+
|
|
2635
|
+
/** List of API operations. */
|
|
2636
|
+
export declare interface OperationResultList {
|
|
2637
|
+
/** List of operations. */
|
|
2638
|
+
value?: Operation[];
|
|
2639
|
+
}
|
|
2640
|
+
|
|
2641
|
+
/** Interface representing a Operations. */
|
|
2642
|
+
export declare interface Operations {
|
|
2643
|
+
/**
|
|
2644
|
+
* Get a list of REST API supported by Microsoft.Migrate provider.
|
|
2645
|
+
* @param options The options parameters.
|
|
2646
|
+
*/
|
|
2647
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
2648
|
+
}
|
|
2649
|
+
|
|
2650
|
+
/** Optional parameters. */
|
|
2651
|
+
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
2652
|
+
}
|
|
2653
|
+
|
|
2654
|
+
/** Contains response data for the list operation. */
|
|
2655
|
+
export declare type OperationsListResponse = OperationResultList;
|
|
2656
|
+
|
|
2657
|
+
/**
|
|
2658
|
+
* Defines values for Percentile. \
|
|
2659
|
+
* {@link KnownPercentile} can be used interchangeably with Percentile,
|
|
2660
|
+
* this enum contains the known values that the service supports.
|
|
2661
|
+
* ### Known values supported by the service
|
|
2662
|
+
* **Percentile50** \
|
|
2663
|
+
* **Percentile90** \
|
|
2664
|
+
* **Percentile95** \
|
|
2665
|
+
* **Percentile99**
|
|
2666
|
+
*/
|
|
2667
|
+
export declare type Percentile = string;
|
|
2668
|
+
|
|
2669
|
+
/** A private endpoint connection for a project. */
|
|
2670
|
+
export declare interface PrivateEndpointConnection {
|
|
2671
|
+
/**
|
|
2672
|
+
* Name of the private endpoint endpoint connection.
|
|
2673
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2674
|
+
*/
|
|
2675
|
+
readonly name?: string;
|
|
2676
|
+
/**
|
|
2677
|
+
* Type of the object = [Microsoft.Migrate/assessmentProjects/privateEndpointConnections].
|
|
2678
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2679
|
+
*/
|
|
2680
|
+
readonly type?: string;
|
|
2681
|
+
/** For optimistic concurrency control. */
|
|
2682
|
+
eTag?: string;
|
|
2683
|
+
/**
|
|
2684
|
+
* Path reference to this private endpoint endpoint connection. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/privateEndpointConnections/{privateEndpointConnectionName}
|
|
2685
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2686
|
+
*/
|
|
2687
|
+
readonly id?: string;
|
|
2688
|
+
/** Properties of the private endpoint endpoint connection. */
|
|
2689
|
+
properties: PrivateEndpointConnectionProperties;
|
|
2690
|
+
}
|
|
2691
|
+
|
|
2692
|
+
/** A collection of private endpoint connections for a project. */
|
|
2693
|
+
export declare interface PrivateEndpointConnectionCollection {
|
|
2694
|
+
/**
|
|
2695
|
+
* A list of private endpoint connections for a project.
|
|
2696
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2697
|
+
*/
|
|
2698
|
+
readonly value?: PrivateEndpointConnection[];
|
|
2699
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
2700
|
+
readonly nextLink?: string;
|
|
2701
|
+
}
|
|
2702
|
+
|
|
2703
|
+
/** Defines headers for PrivateEndpointConnection_delete operation. */
|
|
2704
|
+
export declare interface PrivateEndpointConnectionDeleteHeaders {
|
|
2705
|
+
/** Service generated Request ID. */
|
|
2706
|
+
xMsRequestId?: string;
|
|
2707
|
+
}
|
|
2708
|
+
|
|
2709
|
+
/** Optional parameters. */
|
|
2710
|
+
export declare interface PrivateEndpointConnectionDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2711
|
+
}
|
|
2712
|
+
|
|
2713
|
+
/** Contains response data for the delete operation. */
|
|
2714
|
+
export declare type PrivateEndpointConnectionDeleteResponse = PrivateEndpointConnectionDeleteHeaders;
|
|
2715
|
+
|
|
2716
|
+
/** Defines headers for PrivateEndpointConnection_get operation. */
|
|
2717
|
+
export declare interface PrivateEndpointConnectionGetHeaders {
|
|
2718
|
+
/** Service generated Request ID. */
|
|
2719
|
+
xMsRequestId?: string;
|
|
2720
|
+
}
|
|
2721
|
+
|
|
2722
|
+
/** Optional parameters. */
|
|
2723
|
+
export declare interface PrivateEndpointConnectionGetOptionalParams extends coreClient.OperationOptions {
|
|
2724
|
+
}
|
|
2725
|
+
|
|
2726
|
+
/** Contains response data for the get operation. */
|
|
2727
|
+
export declare type PrivateEndpointConnectionGetResponse = PrivateEndpointConnectionGetHeaders & PrivateEndpointConnection;
|
|
2728
|
+
|
|
2729
|
+
/** Defines headers for PrivateEndpointConnection_listByProject operation. */
|
|
2730
|
+
export declare interface PrivateEndpointConnectionListByProjectHeaders {
|
|
2731
|
+
/** Service generated Request ID. */
|
|
2732
|
+
xMsRequestId?: string;
|
|
2733
|
+
}
|
|
2734
|
+
|
|
2735
|
+
/** Optional parameters. */
|
|
2736
|
+
export declare interface PrivateEndpointConnectionListByProjectOptionalParams extends coreClient.OperationOptions {
|
|
2737
|
+
}
|
|
2738
|
+
|
|
2739
|
+
/** Contains response data for the listByProject operation. */
|
|
2740
|
+
export declare type PrivateEndpointConnectionListByProjectResponse = PrivateEndpointConnectionListByProjectHeaders & PrivateEndpointConnectionCollection;
|
|
2741
|
+
|
|
2742
|
+
/** Interface representing a PrivateEndpointConnectionOperations. */
|
|
2743
|
+
export declare interface PrivateEndpointConnectionOperations {
|
|
2744
|
+
/**
|
|
2745
|
+
* Get all private endpoint connections in the project. Returns a json array of objects of type
|
|
2746
|
+
* 'privateEndpointConnections' as specified in the Models section.
|
|
2747
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
2748
|
+
* @param projectName Name of the Azure Migrate project.
|
|
2749
|
+
* @param options The options parameters.
|
|
2750
|
+
*/
|
|
2751
|
+
listByProject(resourceGroupName: string, projectName: string, options?: PrivateEndpointConnectionListByProjectOptionalParams): Promise<PrivateEndpointConnectionListByProjectResponse>;
|
|
2752
|
+
/**
|
|
2753
|
+
* Get information related to a specific private endpoint connection in the project. Returns a json
|
|
2754
|
+
* object of type 'privateEndpointConnections' as specified in the models section.
|
|
2755
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
2756
|
+
* @param projectName Name of the Azure Migrate project.
|
|
2757
|
+
* @param privateEndpointConnectionName Unique name of a private endpoint connection within a project.
|
|
2758
|
+
* @param options The options parameters.
|
|
2759
|
+
*/
|
|
2760
|
+
get(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionGetOptionalParams): Promise<PrivateEndpointConnectionGetResponse>;
|
|
2761
|
+
/**
|
|
2762
|
+
* Update a specific private endpoint connection in the project.
|
|
2763
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
2764
|
+
* @param projectName Name of the Azure Migrate project.
|
|
2765
|
+
* @param privateEndpointConnectionName Unique name of a private endpoint connection within a project.
|
|
2766
|
+
* @param options The options parameters.
|
|
2767
|
+
*/
|
|
2768
|
+
update(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionUpdateOptionalParams): Promise<PrivateEndpointConnectionUpdateResponse>;
|
|
2769
|
+
/**
|
|
2770
|
+
* Delete the private endpoint connection from the project. T.
|
|
2771
|
+
*
|
|
2772
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
2773
|
+
* @param projectName Name of the Azure Migrate project.
|
|
2774
|
+
* @param privateEndpointConnectionName Unique name of a private endpoint connection within a project.
|
|
2775
|
+
* @param options The options parameters.
|
|
2776
|
+
*/
|
|
2777
|
+
delete(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<PrivateEndpointConnectionDeleteResponse>;
|
|
2778
|
+
}
|
|
2779
|
+
|
|
2780
|
+
/** Private endpoint connection properties. */
|
|
2781
|
+
export declare interface PrivateEndpointConnectionProperties {
|
|
2782
|
+
/**
|
|
2783
|
+
* Indicates whether there is an ongoing operation on the private endpoint.
|
|
2784
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2785
|
+
*/
|
|
2786
|
+
readonly provisioningState?: PrivateEndpointConnectionPropertiesProvisioningState;
|
|
2787
|
+
/**
|
|
2788
|
+
* ARM id for the private endpoint resource corresponding to the connection.
|
|
2789
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2790
|
+
*/
|
|
2791
|
+
readonly privateEndpoint?: ResourceId;
|
|
2792
|
+
/** State of the private endpoint connection. */
|
|
2793
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
2794
|
+
}
|
|
2795
|
+
|
|
2796
|
+
/**
|
|
2797
|
+
* Defines values for PrivateEndpointConnectionPropertiesProvisioningState. \
|
|
2798
|
+
* {@link KnownPrivateEndpointConnectionPropertiesProvisioningState} can be used interchangeably with PrivateEndpointConnectionPropertiesProvisioningState,
|
|
2799
|
+
* this enum contains the known values that the service supports.
|
|
2800
|
+
* ### Known values supported by the service
|
|
2801
|
+
* **Accepted** \
|
|
2802
|
+
* **InProgress** \
|
|
2803
|
+
* **Succeeded** \
|
|
2804
|
+
* **Failed**
|
|
2805
|
+
*/
|
|
2806
|
+
export declare type PrivateEndpointConnectionPropertiesProvisioningState = string;
|
|
2807
|
+
|
|
2808
|
+
/** Defines headers for PrivateEndpointConnection_update operation. */
|
|
2809
|
+
export declare interface PrivateEndpointConnectionUpdateHeaders {
|
|
2810
|
+
/** Service generated Request ID. */
|
|
2811
|
+
xMsRequestId?: string;
|
|
2812
|
+
}
|
|
2813
|
+
|
|
2814
|
+
/** Optional parameters. */
|
|
2815
|
+
export declare interface PrivateEndpointConnectionUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2816
|
+
/** New or Updated Private Endpoint Connection object. */
|
|
2817
|
+
privateEndpointConnectionBody?: PrivateEndpointConnection;
|
|
2818
|
+
}
|
|
2819
|
+
|
|
2820
|
+
/** Contains response data for the update operation. */
|
|
2821
|
+
export declare type PrivateEndpointConnectionUpdateResponse = PrivateEndpointConnectionUpdateHeaders & PrivateEndpointConnection;
|
|
2822
|
+
|
|
2823
|
+
/** A private link resource for a project for which a private endpoint can be created. */
|
|
2824
|
+
export declare interface PrivateLinkResource {
|
|
2825
|
+
/**
|
|
2826
|
+
* Name of the private link resource.
|
|
2827
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2828
|
+
*/
|
|
2829
|
+
readonly name?: string;
|
|
2830
|
+
/**
|
|
2831
|
+
* Type of the object = [Microsoft.Migrate/assessmentProjects/privateLinkResources].
|
|
2832
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2833
|
+
*/
|
|
2834
|
+
readonly type?: string;
|
|
2835
|
+
/**
|
|
2836
|
+
* Path reference to this private link resource. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/privateLinkResources/{privateLinkResourceName}
|
|
2837
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2838
|
+
*/
|
|
2839
|
+
readonly id?: string;
|
|
2840
|
+
/**
|
|
2841
|
+
* Properties of the private link resource.
|
|
2842
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2843
|
+
*/
|
|
2844
|
+
readonly properties?: PrivateLinkResourceProperties;
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2847
|
+
/** A list of private link resources */
|
|
2848
|
+
export declare interface PrivateLinkResourceCollection {
|
|
2849
|
+
/**
|
|
2850
|
+
* Array of results.
|
|
2851
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2852
|
+
*/
|
|
2853
|
+
readonly value?: PrivateLinkResource[];
|
|
2854
|
+
/**
|
|
2855
|
+
* Link to retrieve next page of results.
|
|
2856
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2857
|
+
*/
|
|
2858
|
+
readonly nextLink?: string;
|
|
2859
|
+
}
|
|
2860
|
+
|
|
2861
|
+
/** Defines headers for PrivateLinkResource_get operation. */
|
|
2862
|
+
export declare interface PrivateLinkResourceGetHeaders {
|
|
2863
|
+
/** Service generated Request ID. */
|
|
2864
|
+
xMsRequestId?: string;
|
|
2865
|
+
}
|
|
2866
|
+
|
|
2867
|
+
/** Optional parameters. */
|
|
2868
|
+
export declare interface PrivateLinkResourceGetOptionalParams extends coreClient.OperationOptions {
|
|
2869
|
+
}
|
|
2870
|
+
|
|
2871
|
+
/** Contains response data for the get operation. */
|
|
2872
|
+
export declare type PrivateLinkResourceGetResponse = PrivateLinkResourceGetHeaders & PrivateLinkResource;
|
|
2873
|
+
|
|
2874
|
+
/** Defines headers for PrivateLinkResource_listByProject operation. */
|
|
2875
|
+
export declare interface PrivateLinkResourceListByProjectHeaders {
|
|
2876
|
+
/** Service generated Request ID. */
|
|
2877
|
+
xMsRequestId?: string;
|
|
2878
|
+
}
|
|
2879
|
+
|
|
2880
|
+
/** Optional parameters. */
|
|
2881
|
+
export declare interface PrivateLinkResourceListByProjectOptionalParams extends coreClient.OperationOptions {
|
|
2882
|
+
}
|
|
2883
|
+
|
|
2884
|
+
/** Contains response data for the listByProject operation. */
|
|
2885
|
+
export declare type PrivateLinkResourceListByProjectResponse = PrivateLinkResourceListByProjectHeaders & PrivateLinkResourceCollection;
|
|
2886
|
+
|
|
2887
|
+
/** Interface representing a PrivateLinkResourceOperations. */
|
|
2888
|
+
export declare interface PrivateLinkResourceOperations {
|
|
2889
|
+
/**
|
|
2890
|
+
* Get information related to a specific private Link Resource in the project. Returns a json object of
|
|
2891
|
+
* type 'privateLinkResources' as specified in the models section.
|
|
2892
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
2893
|
+
* @param projectName Name of the Azure Migrate project.
|
|
2894
|
+
* @param privateLinkResourceName Unique name of a private link resource within a project.
|
|
2895
|
+
* @param options The options parameters.
|
|
2896
|
+
*/
|
|
2897
|
+
get(resourceGroupName: string, projectName: string, privateLinkResourceName: string, options?: PrivateLinkResourceGetOptionalParams): Promise<PrivateLinkResourceGetResponse>;
|
|
2898
|
+
/**
|
|
2899
|
+
* Get all private link resources created in the project. Returns a json array of objects of type
|
|
2900
|
+
* 'privateLinkResources' as specified in the Models section.
|
|
2901
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
2902
|
+
* @param projectName Name of the Azure Migrate project.
|
|
2903
|
+
* @param options The options parameters.
|
|
2904
|
+
*/
|
|
2905
|
+
listByProject(resourceGroupName: string, projectName: string, options?: PrivateLinkResourceListByProjectOptionalParams): Promise<PrivateLinkResourceListByProjectResponse>;
|
|
2906
|
+
}
|
|
2907
|
+
|
|
2908
|
+
/** Properties of a private link resource. */
|
|
2909
|
+
export declare interface PrivateLinkResourceProperties {
|
|
2910
|
+
/**
|
|
2911
|
+
* The private link resource required member names.
|
|
2912
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2913
|
+
*/
|
|
2914
|
+
readonly requiredMembers?: string[];
|
|
2915
|
+
/**
|
|
2916
|
+
* Required DNS zone names of the the private link resource.
|
|
2917
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2918
|
+
*/
|
|
2919
|
+
readonly requiredZoneNames?: string[];
|
|
2920
|
+
/**
|
|
2921
|
+
* The private link resource group id.
|
|
2922
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2923
|
+
*/
|
|
2924
|
+
readonly groupId?: string;
|
|
2925
|
+
}
|
|
2926
|
+
|
|
2927
|
+
/** State of a private endpoint connection. */
|
|
2928
|
+
export declare interface PrivateLinkServiceConnectionState {
|
|
2929
|
+
/** Connection status of the private endpoint connection. */
|
|
2930
|
+
status?: PrivateLinkServiceConnectionStateStatus;
|
|
2931
|
+
/** Description of the private endpoint connection. */
|
|
2932
|
+
description?: string;
|
|
2933
|
+
/** Actions required on the private endpoint connection. */
|
|
2934
|
+
actionsRequired?: string;
|
|
2935
|
+
}
|
|
2936
|
+
|
|
2937
|
+
/**
|
|
2938
|
+
* Defines values for PrivateLinkServiceConnectionStateStatus. \
|
|
2939
|
+
* {@link KnownPrivateLinkServiceConnectionStateStatus} can be used interchangeably with PrivateLinkServiceConnectionStateStatus,
|
|
2940
|
+
* this enum contains the known values that the service supports.
|
|
2941
|
+
* ### Known values supported by the service
|
|
2942
|
+
* **Approved** \
|
|
2943
|
+
* **Pending** \
|
|
2944
|
+
* **Rejected** \
|
|
2945
|
+
* **Disconnected**
|
|
2946
|
+
*/
|
|
2947
|
+
export declare type PrivateLinkServiceConnectionStateStatus = string;
|
|
2948
|
+
|
|
2949
|
+
/** Azure Migrate Project. */
|
|
2950
|
+
export declare interface Project {
|
|
2951
|
+
/**
|
|
2952
|
+
* Path reference to this project /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}
|
|
2953
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2954
|
+
*/
|
|
2955
|
+
readonly id?: string;
|
|
2956
|
+
/**
|
|
2957
|
+
* Name of the project.
|
|
2958
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2959
|
+
*/
|
|
2960
|
+
readonly name?: string;
|
|
2961
|
+
/**
|
|
2962
|
+
* Type of the object = [Microsoft.Migrate/assessmentProjects].
|
|
2963
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2964
|
+
*/
|
|
2965
|
+
readonly type?: string;
|
|
2966
|
+
/** For optimistic concurrency control. */
|
|
2967
|
+
eTag?: string;
|
|
2968
|
+
/** Azure location in which project is created. */
|
|
2969
|
+
location?: string;
|
|
2970
|
+
/** Tags provided by Azure Tagging service. */
|
|
2971
|
+
tags?: Record<string, unknown>;
|
|
2972
|
+
/** Properties of the project. */
|
|
2973
|
+
properties?: ProjectProperties;
|
|
2974
|
+
}
|
|
2975
|
+
|
|
2976
|
+
/** Properties of a project. */
|
|
2977
|
+
export declare interface ProjectProperties {
|
|
2978
|
+
/**
|
|
2979
|
+
* Time when this project was created. Date-Time represented in ISO-8601 format.
|
|
2980
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2981
|
+
*/
|
|
2982
|
+
readonly createdTimestamp?: Date;
|
|
2983
|
+
/**
|
|
2984
|
+
* Time when this project was last updated. Date-Time represented in ISO-8601 format.
|
|
2985
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2986
|
+
*/
|
|
2987
|
+
readonly updatedTimestamp?: Date;
|
|
2988
|
+
/**
|
|
2989
|
+
* Endpoint at which the collector agent can call agent REST API.
|
|
2990
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2991
|
+
*/
|
|
2992
|
+
readonly serviceEndpoint?: string;
|
|
2993
|
+
/** Assessment solution ARM id tracked by Microsoft.Migrate/migrateProjects. */
|
|
2994
|
+
assessmentSolutionId?: string;
|
|
2995
|
+
/** Assessment project status. */
|
|
2996
|
+
projectStatus?: ProjectStatus;
|
|
2997
|
+
/** The ARM id of service map workspace created by customer. */
|
|
2998
|
+
customerWorkspaceId?: string;
|
|
2999
|
+
/** Location of service map workspace created by customer. */
|
|
3000
|
+
customerWorkspaceLocation?: string;
|
|
3001
|
+
/**
|
|
3002
|
+
* Number of groups created in the project.
|
|
3003
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3004
|
+
*/
|
|
3005
|
+
readonly numberOfGroups?: number;
|
|
3006
|
+
/**
|
|
3007
|
+
* Number of machines in the project.
|
|
3008
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3009
|
+
*/
|
|
3010
|
+
readonly numberOfMachines?: number;
|
|
3011
|
+
/**
|
|
3012
|
+
* Number of assessments created in the project.
|
|
3013
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3014
|
+
*/
|
|
3015
|
+
readonly numberOfAssessments?: number;
|
|
3016
|
+
/**
|
|
3017
|
+
* Time when last assessment was created. Date-Time represented in ISO-8601 format. This value will be null until assessment is created.
|
|
3018
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3019
|
+
*/
|
|
3020
|
+
readonly lastAssessmentTimestamp?: Date;
|
|
3021
|
+
/** This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method. */
|
|
3022
|
+
publicNetworkAccess?: string;
|
|
3023
|
+
/**
|
|
3024
|
+
* The list of private endpoint connections to the project.
|
|
3025
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3026
|
+
*/
|
|
3027
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
3028
|
+
/** The ARM id of the storage account used for interactions when public access is disabled. */
|
|
3029
|
+
customerStorageAccountArmId?: string;
|
|
3030
|
+
/**
|
|
3031
|
+
* Provisioning state of the project.
|
|
3032
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3033
|
+
*/
|
|
3034
|
+
readonly provisioningState?: ProvisioningState;
|
|
3035
|
+
}
|
|
3036
|
+
|
|
3037
|
+
/** List of projects. */
|
|
3038
|
+
export declare interface ProjectResultList {
|
|
3039
|
+
/** List of projects. */
|
|
3040
|
+
value?: Project[];
|
|
3041
|
+
nextLink?: string;
|
|
3042
|
+
}
|
|
3043
|
+
|
|
3044
|
+
/** Interface representing a Projects. */
|
|
3045
|
+
export declare interface Projects {
|
|
3046
|
+
/**
|
|
3047
|
+
* Get all the projects in the subscription.
|
|
3048
|
+
* @param options The options parameters.
|
|
3049
|
+
*/
|
|
3050
|
+
listBySubscription(options?: ProjectsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Project>;
|
|
3051
|
+
/**
|
|
3052
|
+
* Get all the projects in the resource group.
|
|
3053
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
3054
|
+
* @param options The options parameters.
|
|
3055
|
+
*/
|
|
3056
|
+
list(resourceGroupName: string, options?: ProjectsListOptionalParams): PagedAsyncIterableIterator<Project>;
|
|
3057
|
+
/**
|
|
3058
|
+
* Gets list of all available options for the properties of an assessment on a project.
|
|
3059
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
3060
|
+
* @param projectName Name of the Azure Migrate project.
|
|
3061
|
+
* @param options The options parameters.
|
|
3062
|
+
*/
|
|
3063
|
+
listAssessmentOptionsList(resourceGroupName: string, projectName: string, options?: ProjectsAssessmentOptionsListOptionalParams): PagedAsyncIterableIterator<AssessmentOptions>;
|
|
3064
|
+
/**
|
|
3065
|
+
* Get the project with the specified name.
|
|
3066
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
3067
|
+
* @param projectName Name of the Azure Migrate project.
|
|
3068
|
+
* @param options The options parameters.
|
|
3069
|
+
*/
|
|
3070
|
+
get(resourceGroupName: string, projectName: string, options?: ProjectsGetOptionalParams): Promise<ProjectsGetResponse>;
|
|
3071
|
+
/**
|
|
3072
|
+
* Create a project with specified name. If a project already exists, update it.
|
|
3073
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
3074
|
+
* @param projectName Name of the Azure Migrate project.
|
|
3075
|
+
* @param options The options parameters.
|
|
3076
|
+
*/
|
|
3077
|
+
create(resourceGroupName: string, projectName: string, options?: ProjectsCreateOptionalParams): Promise<ProjectsCreateResponse>;
|
|
3078
|
+
/**
|
|
3079
|
+
* Update a project with specified name. Supports partial updates, for example only tags can be
|
|
3080
|
+
* provided.
|
|
3081
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
3082
|
+
* @param projectName Name of the Azure Migrate project.
|
|
3083
|
+
* @param options The options parameters.
|
|
3084
|
+
*/
|
|
3085
|
+
update(resourceGroupName: string, projectName: string, options?: ProjectsUpdateOptionalParams): Promise<ProjectsUpdateResponse>;
|
|
3086
|
+
/**
|
|
3087
|
+
* Delete the project. Deleting non-existent project is a no-operation.
|
|
3088
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
3089
|
+
* @param projectName Name of the Azure Migrate project.
|
|
3090
|
+
* @param options The options parameters.
|
|
3091
|
+
*/
|
|
3092
|
+
delete(resourceGroupName: string, projectName: string, options?: ProjectsDeleteOptionalParams): Promise<ProjectsDeleteResponse>;
|
|
3093
|
+
/**
|
|
3094
|
+
* Get all available options for the properties of an assessment on a project.
|
|
3095
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
3096
|
+
* @param projectName Name of the Azure Migrate project.
|
|
3097
|
+
* @param assessmentOptionsName Name of the assessment options. The only name accepted in default.
|
|
3098
|
+
* @param options The options parameters.
|
|
3099
|
+
*/
|
|
3100
|
+
assessmentOptions(resourceGroupName: string, projectName: string, assessmentOptionsName: string, options?: ProjectsAssessmentOptionsOptionalParams): Promise<ProjectsAssessmentOptionsResponse>;
|
|
3101
|
+
}
|
|
3102
|
+
|
|
3103
|
+
/** Defines headers for Projects_assessmentOptions operation. */
|
|
3104
|
+
export declare interface ProjectsAssessmentOptionsHeaders {
|
|
3105
|
+
/** Service generated Request ID. */
|
|
3106
|
+
xMsRequestId?: string;
|
|
3107
|
+
}
|
|
3108
|
+
|
|
3109
|
+
/** Defines headers for Projects_assessmentOptionsList operation. */
|
|
3110
|
+
export declare interface ProjectsAssessmentOptionsListHeaders {
|
|
3111
|
+
/** Service generated Request ID. */
|
|
3112
|
+
xMsRequestId?: string;
|
|
3113
|
+
}
|
|
3114
|
+
|
|
3115
|
+
/** Optional parameters. */
|
|
3116
|
+
export declare interface ProjectsAssessmentOptionsListOptionalParams extends coreClient.OperationOptions {
|
|
3117
|
+
}
|
|
3118
|
+
|
|
3119
|
+
/** Contains response data for the assessmentOptionsList operation. */
|
|
3120
|
+
export declare type ProjectsAssessmentOptionsListResponse = ProjectsAssessmentOptionsListHeaders & AssessmentOptionsResultList;
|
|
3121
|
+
|
|
3122
|
+
/** Optional parameters. */
|
|
3123
|
+
export declare interface ProjectsAssessmentOptionsOptionalParams extends coreClient.OperationOptions {
|
|
3124
|
+
}
|
|
3125
|
+
|
|
3126
|
+
/** Contains response data for the assessmentOptions operation. */
|
|
3127
|
+
export declare type ProjectsAssessmentOptionsResponse = ProjectsAssessmentOptionsHeaders & AssessmentOptions;
|
|
3128
|
+
|
|
3129
|
+
/** Defines headers for Projects_create operation. */
|
|
3130
|
+
export declare interface ProjectsCreateHeaders {
|
|
3131
|
+
/** Service generated Request ID. */
|
|
3132
|
+
xMsRequestId?: string;
|
|
3133
|
+
}
|
|
3134
|
+
|
|
3135
|
+
/** Optional parameters. */
|
|
3136
|
+
export declare interface ProjectsCreateOptionalParams extends coreClient.OperationOptions {
|
|
3137
|
+
/** New or Updated project object. */
|
|
3138
|
+
project?: Project;
|
|
3139
|
+
}
|
|
3140
|
+
|
|
3141
|
+
/** Contains response data for the create operation. */
|
|
3142
|
+
export declare type ProjectsCreateResponse = ProjectsCreateHeaders & Project;
|
|
3143
|
+
|
|
3144
|
+
/** Defines headers for Projects_delete operation. */
|
|
3145
|
+
export declare interface ProjectsDeleteHeaders {
|
|
3146
|
+
/** Service generated Request ID. */
|
|
3147
|
+
xMsRequestId?: string;
|
|
3148
|
+
}
|
|
3149
|
+
|
|
3150
|
+
/** Optional parameters. */
|
|
3151
|
+
export declare interface ProjectsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3152
|
+
}
|
|
3153
|
+
|
|
3154
|
+
/** Contains response data for the delete operation. */
|
|
3155
|
+
export declare type ProjectsDeleteResponse = ProjectsDeleteHeaders;
|
|
3156
|
+
|
|
3157
|
+
/** Defines headers for Projects_get operation. */
|
|
3158
|
+
export declare interface ProjectsGetHeaders {
|
|
3159
|
+
/** Service generated Request ID. */
|
|
3160
|
+
xMsRequestId?: string;
|
|
3161
|
+
}
|
|
3162
|
+
|
|
3163
|
+
/** Optional parameters. */
|
|
3164
|
+
export declare interface ProjectsGetOptionalParams extends coreClient.OperationOptions {
|
|
3165
|
+
}
|
|
3166
|
+
|
|
3167
|
+
/** Contains response data for the get operation. */
|
|
3168
|
+
export declare type ProjectsGetResponse = ProjectsGetHeaders & Project;
|
|
3169
|
+
|
|
3170
|
+
/** Defines headers for Projects_listBySubscription operation. */
|
|
3171
|
+
export declare interface ProjectsListBySubscriptionHeaders {
|
|
3172
|
+
/** Service generated Request ID. */
|
|
3173
|
+
xMsRequestId?: string;
|
|
3174
|
+
}
|
|
3175
|
+
|
|
3176
|
+
/** Defines headers for Projects_listBySubscriptionNext operation. */
|
|
3177
|
+
export declare interface ProjectsListBySubscriptionNextHeaders {
|
|
3178
|
+
/** Service generated Request ID. */
|
|
3179
|
+
xMsRequestId?: string;
|
|
3180
|
+
}
|
|
3181
|
+
|
|
3182
|
+
/** Optional parameters. */
|
|
3183
|
+
export declare interface ProjectsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
3184
|
+
}
|
|
3185
|
+
|
|
3186
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
3187
|
+
export declare type ProjectsListBySubscriptionNextResponse = ProjectsListBySubscriptionNextHeaders & ProjectResultList;
|
|
3188
|
+
|
|
3189
|
+
/** Optional parameters. */
|
|
3190
|
+
export declare interface ProjectsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
3191
|
+
}
|
|
3192
|
+
|
|
3193
|
+
/** Contains response data for the listBySubscription operation. */
|
|
3194
|
+
export declare type ProjectsListBySubscriptionResponse = ProjectsListBySubscriptionHeaders & ProjectResultList;
|
|
3195
|
+
|
|
3196
|
+
/** Defines headers for Projects_list operation. */
|
|
3197
|
+
export declare interface ProjectsListHeaders {
|
|
3198
|
+
/** Service generated Request ID. */
|
|
3199
|
+
xMsRequestId?: string;
|
|
3200
|
+
}
|
|
3201
|
+
|
|
3202
|
+
/** Defines headers for Projects_listNext operation. */
|
|
3203
|
+
export declare interface ProjectsListNextHeaders {
|
|
3204
|
+
/** Service generated Request ID. */
|
|
3205
|
+
xMsRequestId?: string;
|
|
3206
|
+
}
|
|
3207
|
+
|
|
3208
|
+
/** Optional parameters. */
|
|
3209
|
+
export declare interface ProjectsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3210
|
+
}
|
|
3211
|
+
|
|
3212
|
+
/** Contains response data for the listNext operation. */
|
|
3213
|
+
export declare type ProjectsListNextResponse = ProjectsListNextHeaders & ProjectResultList;
|
|
3214
|
+
|
|
3215
|
+
/** Optional parameters. */
|
|
3216
|
+
export declare interface ProjectsListOptionalParams extends coreClient.OperationOptions {
|
|
3217
|
+
}
|
|
3218
|
+
|
|
3219
|
+
/** Contains response data for the list operation. */
|
|
3220
|
+
export declare type ProjectsListResponse = ProjectsListHeaders & ProjectResultList;
|
|
3221
|
+
|
|
3222
|
+
/**
|
|
3223
|
+
* Defines values for ProjectStatus. \
|
|
3224
|
+
* {@link KnownProjectStatus} can be used interchangeably with ProjectStatus,
|
|
3225
|
+
* this enum contains the known values that the service supports.
|
|
3226
|
+
* ### Known values supported by the service
|
|
3227
|
+
* **Active** \
|
|
3228
|
+
* **Inactive**
|
|
3229
|
+
*/
|
|
3230
|
+
export declare type ProjectStatus = string;
|
|
3231
|
+
|
|
3232
|
+
/** Defines headers for Projects_update operation. */
|
|
3233
|
+
export declare interface ProjectsUpdateHeaders {
|
|
3234
|
+
/** Service generated Request ID. */
|
|
3235
|
+
xMsRequestId?: string;
|
|
3236
|
+
}
|
|
3237
|
+
|
|
3238
|
+
/** Optional parameters. */
|
|
3239
|
+
export declare interface ProjectsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3240
|
+
/** Updated project object. */
|
|
3241
|
+
project?: Project;
|
|
3242
|
+
}
|
|
3243
|
+
|
|
3244
|
+
/** Contains response data for the update operation. */
|
|
3245
|
+
export declare type ProjectsUpdateResponse = ProjectsUpdateHeaders & Project;
|
|
3246
|
+
|
|
3247
|
+
/**
|
|
3248
|
+
* Defines values for ProvisioningState. \
|
|
3249
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
3250
|
+
* this enum contains the known values that the service supports.
|
|
3251
|
+
* ### Known values supported by the service
|
|
3252
|
+
* **Accepted** \
|
|
3253
|
+
* **Creating** \
|
|
3254
|
+
* **Deleting** \
|
|
3255
|
+
* **Failed** \
|
|
3256
|
+
* **Moving** \
|
|
3257
|
+
* **Succeeded**
|
|
3258
|
+
*/
|
|
3259
|
+
export declare type ProvisioningState = string;
|
|
3260
|
+
|
|
3261
|
+
/**
|
|
3262
|
+
* Defines values for ReservedInstance. \
|
|
3263
|
+
* {@link KnownReservedInstance} can be used interchangeably with ReservedInstance,
|
|
3264
|
+
* this enum contains the known values that the service supports.
|
|
3265
|
+
* ### Known values supported by the service
|
|
3266
|
+
* **None** \
|
|
3267
|
+
* **RI1Year** \
|
|
3268
|
+
* **RI3Year**
|
|
3269
|
+
*/
|
|
3270
|
+
export declare type ReservedInstance = string;
|
|
3271
|
+
|
|
3272
|
+
/** ARM id for a resource. */
|
|
3273
|
+
export declare interface ResourceId {
|
|
3274
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
3275
|
+
readonly id?: string;
|
|
3276
|
+
}
|
|
3277
|
+
|
|
3278
|
+
export declare interface ServerCollector {
|
|
3279
|
+
eTag?: string;
|
|
3280
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
3281
|
+
readonly id?: string;
|
|
3282
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
3283
|
+
readonly name?: string;
|
|
3284
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
3285
|
+
readonly type?: string;
|
|
3286
|
+
properties?: CollectorProperties;
|
|
3287
|
+
}
|
|
3288
|
+
|
|
3289
|
+
/** List of Server collectors. */
|
|
3290
|
+
export declare interface ServerCollectorList {
|
|
3291
|
+
/** List of Server collectors. */
|
|
3292
|
+
value?: ServerCollector[];
|
|
3293
|
+
}
|
|
3294
|
+
|
|
3295
|
+
/** Interface representing a ServerCollectors. */
|
|
3296
|
+
export declare interface ServerCollectors {
|
|
3297
|
+
/**
|
|
3298
|
+
* Get a list of Server collector.
|
|
3299
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
3300
|
+
* @param projectName Name of the Azure Migrate project.
|
|
3301
|
+
* @param options The options parameters.
|
|
3302
|
+
*/
|
|
3303
|
+
listByProject(resourceGroupName: string, projectName: string, options?: ServerCollectorsListByProjectOptionalParams): PagedAsyncIterableIterator<ServerCollector>;
|
|
3304
|
+
/**
|
|
3305
|
+
* Get a Server collector.
|
|
3306
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
3307
|
+
* @param projectName Name of the Azure Migrate project.
|
|
3308
|
+
* @param serverCollectorName Unique name of a Server collector within a project.
|
|
3309
|
+
* @param options The options parameters.
|
|
3310
|
+
*/
|
|
3311
|
+
get(resourceGroupName: string, projectName: string, serverCollectorName: string, options?: ServerCollectorsGetOptionalParams): Promise<ServerCollectorsGetResponse>;
|
|
3312
|
+
/**
|
|
3313
|
+
* Create or Update Server collector
|
|
3314
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
3315
|
+
* @param projectName Name of the Azure Migrate project.
|
|
3316
|
+
* @param serverCollectorName Unique name of a Server collector within a project.
|
|
3317
|
+
* @param options The options parameters.
|
|
3318
|
+
*/
|
|
3319
|
+
create(resourceGroupName: string, projectName: string, serverCollectorName: string, options?: ServerCollectorsCreateOptionalParams): Promise<ServerCollectorsCreateResponse>;
|
|
3320
|
+
/**
|
|
3321
|
+
* Delete a Server collector from the project.
|
|
3322
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
3323
|
+
* @param projectName Name of the Azure Migrate project.
|
|
3324
|
+
* @param serverCollectorName Unique name of a Server collector within a project.
|
|
3325
|
+
* @param options The options parameters.
|
|
3326
|
+
*/
|
|
3327
|
+
delete(resourceGroupName: string, projectName: string, serverCollectorName: string, options?: ServerCollectorsDeleteOptionalParams): Promise<ServerCollectorsDeleteResponse>;
|
|
3328
|
+
}
|
|
3329
|
+
|
|
3330
|
+
/** Defines headers for ServerCollectors_create operation. */
|
|
3331
|
+
export declare interface ServerCollectorsCreateHeaders {
|
|
3332
|
+
/** Service generated Request ID. */
|
|
3333
|
+
xMsRequestId?: string;
|
|
3334
|
+
}
|
|
3335
|
+
|
|
3336
|
+
/** Optional parameters. */
|
|
3337
|
+
export declare interface ServerCollectorsCreateOptionalParams extends coreClient.OperationOptions {
|
|
3338
|
+
/** New or Updated Server collector. */
|
|
3339
|
+
collectorBody?: ServerCollector;
|
|
3340
|
+
}
|
|
3341
|
+
|
|
3342
|
+
/** Contains response data for the create operation. */
|
|
3343
|
+
export declare type ServerCollectorsCreateResponse = ServerCollectorsCreateHeaders & ServerCollector;
|
|
3344
|
+
|
|
3345
|
+
/** Defines headers for ServerCollectors_delete operation. */
|
|
3346
|
+
export declare interface ServerCollectorsDeleteHeaders {
|
|
3347
|
+
/** Service generated Request ID. */
|
|
3348
|
+
xMsRequestId?: string;
|
|
3349
|
+
}
|
|
3350
|
+
|
|
3351
|
+
/** Optional parameters. */
|
|
3352
|
+
export declare interface ServerCollectorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3353
|
+
}
|
|
3354
|
+
|
|
3355
|
+
/** Contains response data for the delete operation. */
|
|
3356
|
+
export declare type ServerCollectorsDeleteResponse = ServerCollectorsDeleteHeaders;
|
|
3357
|
+
|
|
3358
|
+
/** Defines headers for ServerCollectors_get operation. */
|
|
3359
|
+
export declare interface ServerCollectorsGetHeaders {
|
|
3360
|
+
/** Service generated Request ID. */
|
|
3361
|
+
xMsRequestId?: string;
|
|
3362
|
+
}
|
|
3363
|
+
|
|
3364
|
+
/** Optional parameters. */
|
|
3365
|
+
export declare interface ServerCollectorsGetOptionalParams extends coreClient.OperationOptions {
|
|
3366
|
+
}
|
|
3367
|
+
|
|
3368
|
+
/** Contains response data for the get operation. */
|
|
3369
|
+
export declare type ServerCollectorsGetResponse = ServerCollectorsGetHeaders & ServerCollector;
|
|
3370
|
+
|
|
3371
|
+
/** Defines headers for ServerCollectors_listByProject operation. */
|
|
3372
|
+
export declare interface ServerCollectorsListByProjectHeaders {
|
|
3373
|
+
/** Service generated Request ID. */
|
|
3374
|
+
xMsRequestId?: string;
|
|
3375
|
+
}
|
|
3376
|
+
|
|
3377
|
+
/** Optional parameters. */
|
|
3378
|
+
export declare interface ServerCollectorsListByProjectOptionalParams extends coreClient.OperationOptions {
|
|
3379
|
+
}
|
|
3380
|
+
|
|
3381
|
+
/** Contains response data for the listByProject operation. */
|
|
3382
|
+
export declare type ServerCollectorsListByProjectResponse = ServerCollectorsListByProjectHeaders & ServerCollectorList;
|
|
3383
|
+
|
|
3384
|
+
/**
|
|
3385
|
+
* Defines values for TimeRange. \
|
|
3386
|
+
* {@link KnownTimeRange} can be used interchangeably with TimeRange,
|
|
3387
|
+
* this enum contains the known values that the service supports.
|
|
3388
|
+
* ### Known values supported by the service
|
|
3389
|
+
* **Day** \
|
|
3390
|
+
* **Week** \
|
|
3391
|
+
* **Month** \
|
|
3392
|
+
* **Custom**
|
|
3393
|
+
*/
|
|
3394
|
+
export declare type TimeRange = string;
|
|
3395
|
+
|
|
3396
|
+
/** Properties of group update. */
|
|
3397
|
+
export declare interface UpdateGroupBody {
|
|
3398
|
+
/** For optimistic concurrency control. */
|
|
3399
|
+
eTag?: string;
|
|
3400
|
+
/** Properties of the group. */
|
|
3401
|
+
properties?: GroupBodyProperties;
|
|
3402
|
+
}
|
|
3403
|
+
|
|
3404
|
+
/** VM family name, the list of targeted azure locations and the category of the family. */
|
|
3405
|
+
export declare interface VmFamily {
|
|
3406
|
+
/**
|
|
3407
|
+
* Name of the VM family.
|
|
3408
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3409
|
+
*/
|
|
3410
|
+
readonly familyName?: string;
|
|
3411
|
+
/**
|
|
3412
|
+
* List of Azure regions.
|
|
3413
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3414
|
+
*/
|
|
3415
|
+
readonly targetLocations?: string[];
|
|
3416
|
+
/**
|
|
3417
|
+
* Category of the VM family.
|
|
3418
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3419
|
+
*/
|
|
3420
|
+
readonly category?: string[];
|
|
3421
|
+
}
|
|
3422
|
+
|
|
3423
|
+
export declare interface VmUptime {
|
|
3424
|
+
/** Number of days in a month for VM uptime. */
|
|
3425
|
+
daysPerMonth?: number;
|
|
3426
|
+
/** Number of hours per day for VM uptime. */
|
|
3427
|
+
hoursPerDay?: number;
|
|
3428
|
+
}
|
|
3429
|
+
|
|
3430
|
+
export declare interface VMwareCollector {
|
|
3431
|
+
eTag?: string;
|
|
3432
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
3433
|
+
readonly id?: string;
|
|
3434
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
3435
|
+
readonly name?: string;
|
|
3436
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
3437
|
+
readonly type?: string;
|
|
3438
|
+
properties?: CollectorProperties;
|
|
3439
|
+
}
|
|
3440
|
+
|
|
3441
|
+
/** List of VMware collectors. */
|
|
3442
|
+
export declare interface VMwareCollectorList {
|
|
3443
|
+
/** List of VMware collectors. */
|
|
3444
|
+
value?: VMwareCollector[];
|
|
3445
|
+
}
|
|
3446
|
+
|
|
3447
|
+
/** Interface representing a VMwareCollectors. */
|
|
3448
|
+
export declare interface VMwareCollectors {
|
|
3449
|
+
/**
|
|
3450
|
+
* Get a list of VMware collector.
|
|
3451
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
3452
|
+
* @param projectName Name of the Azure Migrate project.
|
|
3453
|
+
* @param options The options parameters.
|
|
3454
|
+
*/
|
|
3455
|
+
listByProject(resourceGroupName: string, projectName: string, options?: VMwareCollectorsListByProjectOptionalParams): PagedAsyncIterableIterator<VMwareCollector>;
|
|
3456
|
+
/**
|
|
3457
|
+
* Get a VMware collector.
|
|
3458
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
3459
|
+
* @param projectName Name of the Azure Migrate project.
|
|
3460
|
+
* @param vmWareCollectorName Unique name of a VMware collector within a project.
|
|
3461
|
+
* @param options The options parameters.
|
|
3462
|
+
*/
|
|
3463
|
+
get(resourceGroupName: string, projectName: string, vmWareCollectorName: string, options?: VMwareCollectorsGetOptionalParams): Promise<VMwareCollectorsGetResponse>;
|
|
3464
|
+
/**
|
|
3465
|
+
* Create or Update VMware collector
|
|
3466
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
3467
|
+
* @param projectName Name of the Azure Migrate project.
|
|
3468
|
+
* @param vmWareCollectorName Unique name of a VMware collector within a project.
|
|
3469
|
+
* @param options The options parameters.
|
|
3470
|
+
*/
|
|
3471
|
+
create(resourceGroupName: string, projectName: string, vmWareCollectorName: string, options?: VMwareCollectorsCreateOptionalParams): Promise<VMwareCollectorsCreateResponse>;
|
|
3472
|
+
/**
|
|
3473
|
+
* Delete a VMware collector from the project.
|
|
3474
|
+
* @param resourceGroupName Name of the Azure Resource Group that project is part of.
|
|
3475
|
+
* @param projectName Name of the Azure Migrate project.
|
|
3476
|
+
* @param vmWareCollectorName Unique name of a VMware collector within a project.
|
|
3477
|
+
* @param options The options parameters.
|
|
3478
|
+
*/
|
|
3479
|
+
delete(resourceGroupName: string, projectName: string, vmWareCollectorName: string, options?: VMwareCollectorsDeleteOptionalParams): Promise<VMwareCollectorsDeleteResponse>;
|
|
3480
|
+
}
|
|
3481
|
+
|
|
3482
|
+
/** Defines headers for VMwareCollectors_create operation. */
|
|
3483
|
+
export declare interface VMwareCollectorsCreateHeaders {
|
|
3484
|
+
/** Service generated Request ID. */
|
|
3485
|
+
xMsRequestId?: string;
|
|
3486
|
+
}
|
|
3487
|
+
|
|
3488
|
+
/** Optional parameters. */
|
|
3489
|
+
export declare interface VMwareCollectorsCreateOptionalParams extends coreClient.OperationOptions {
|
|
3490
|
+
/** New or Updated VMware collector. */
|
|
3491
|
+
collectorBody?: VMwareCollector;
|
|
3492
|
+
}
|
|
3493
|
+
|
|
3494
|
+
/** Contains response data for the create operation. */
|
|
3495
|
+
export declare type VMwareCollectorsCreateResponse = VMwareCollectorsCreateHeaders & VMwareCollector;
|
|
3496
|
+
|
|
3497
|
+
/** Defines headers for VMwareCollectors_delete operation. */
|
|
3498
|
+
export declare interface VMwareCollectorsDeleteHeaders {
|
|
3499
|
+
/** Service generated Request ID. */
|
|
3500
|
+
xMsRequestId?: string;
|
|
3501
|
+
}
|
|
3502
|
+
|
|
3503
|
+
/** Optional parameters. */
|
|
3504
|
+
export declare interface VMwareCollectorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3505
|
+
}
|
|
3506
|
+
|
|
3507
|
+
/** Contains response data for the delete operation. */
|
|
3508
|
+
export declare type VMwareCollectorsDeleteResponse = VMwareCollectorsDeleteHeaders;
|
|
3509
|
+
|
|
3510
|
+
/** Defines headers for VMwareCollectors_get operation. */
|
|
3511
|
+
export declare interface VMwareCollectorsGetHeaders {
|
|
3512
|
+
/** Service generated Request ID. */
|
|
3513
|
+
xMsRequestId?: string;
|
|
3514
|
+
}
|
|
3515
|
+
|
|
3516
|
+
/** Optional parameters. */
|
|
3517
|
+
export declare interface VMwareCollectorsGetOptionalParams extends coreClient.OperationOptions {
|
|
3518
|
+
}
|
|
3519
|
+
|
|
3520
|
+
/** Contains response data for the get operation. */
|
|
3521
|
+
export declare type VMwareCollectorsGetResponse = VMwareCollectorsGetHeaders & VMwareCollector;
|
|
3522
|
+
|
|
3523
|
+
/** Defines headers for VMwareCollectors_listByProject operation. */
|
|
3524
|
+
export declare interface VMwareCollectorsListByProjectHeaders {
|
|
3525
|
+
/** Service generated Request ID. */
|
|
3526
|
+
xMsRequestId?: string;
|
|
3527
|
+
}
|
|
3528
|
+
|
|
3529
|
+
/** Optional parameters. */
|
|
3530
|
+
export declare interface VMwareCollectorsListByProjectOptionalParams extends coreClient.OperationOptions {
|
|
3531
|
+
}
|
|
3532
|
+
|
|
3533
|
+
/** Contains response data for the listByProject operation. */
|
|
3534
|
+
export declare type VMwareCollectorsListByProjectResponse = VMwareCollectorsListByProjectHeaders & VMwareCollectorList;
|
|
3535
|
+
|
|
3536
|
+
export { }
|