@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 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/projects.ts","../src/operations/machines.ts","../src/operations/groups.ts","../src/operations/assessments.ts","../src/operations/assessedMachines.ts","../src/operations/hyperVCollectors.ts","../src/operations/serverCollectors.ts","../src/operations/vMwareCollectors.ts","../src/operations/importCollectors.ts","../src/operations/privateEndpointConnectionOperations.ts","../src/operations/privateLinkResourceOperations.ts","../src/operations/operations.ts","../src/azureMigrateV2.ts"],"sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** List of projects. */\nexport interface ProjectResultList {\n /** List of projects. */\n value?: Project[];\n nextLink?: string;\n}\n\n/** Azure Migrate Project. */\nexport interface Project {\n /**\n * Path reference to this project /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Name of the project.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Type of the object = [Microsoft.Migrate/assessmentProjects].\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** For optimistic concurrency control. */\n eTag?: string;\n /** Azure location in which project is created. */\n location?: string;\n /** Tags provided by Azure Tagging service. */\n tags?: Record<string, unknown>;\n /** Properties of the project. */\n properties?: ProjectProperties;\n}\n\n/** Properties of a project. */\nexport interface ProjectProperties {\n /**\n * Time when this project was created. Date-Time represented in ISO-8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTimestamp?: Date;\n /**\n * Time when this project was last updated. Date-Time represented in ISO-8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedTimestamp?: Date;\n /**\n * Endpoint at which the collector agent can call agent REST API.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceEndpoint?: string;\n /** Assessment solution ARM id tracked by Microsoft.Migrate/migrateProjects. */\n assessmentSolutionId?: string;\n /** Assessment project status. */\n projectStatus?: ProjectStatus;\n /** The ARM id of service map workspace created by customer. */\n customerWorkspaceId?: string;\n /** Location of service map workspace created by customer. */\n customerWorkspaceLocation?: string;\n /**\n * Number of groups created in the project.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfGroups?: number;\n /**\n * Number of machines in the project.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfMachines?: number;\n /**\n * Number of assessments created in the project.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfAssessments?: number;\n /**\n * Time when last assessment was created. Date-Time represented in ISO-8601 format. This value will be null until assessment is created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastAssessmentTimestamp?: Date;\n /** 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. */\n publicNetworkAccess?: string;\n /**\n * The list of private endpoint connections to the project.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /** The ARM id of the storage account used for interactions when public access is disabled. */\n customerStorageAccountArmId?: string;\n /**\n * Provisioning state of the project.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** A private endpoint connection for a project. */\nexport interface PrivateEndpointConnection {\n /**\n * Name of the private endpoint endpoint connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Type of the object = [Microsoft.Migrate/assessmentProjects/privateEndpointConnections].\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** For optimistic concurrency control. */\n eTag?: string;\n /**\n * Path reference to this private endpoint endpoint connection. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/privateEndpointConnections/{privateEndpointConnectionName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Properties of the private endpoint endpoint connection. */\n properties: PrivateEndpointConnectionProperties;\n}\n\n/** Private endpoint connection properties. */\nexport interface PrivateEndpointConnectionProperties {\n /**\n * Indicates whether there is an ongoing operation on the private endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionPropertiesProvisioningState;\n /**\n * ARM id for the private endpoint resource corresponding to the connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpoint?: ResourceId;\n /** State of the private endpoint connection. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n}\n\n/** ARM id for a resource. */\nexport interface ResourceId {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly id?: string;\n}\n\n/** State of a private endpoint connection. */\nexport interface PrivateLinkServiceConnectionState {\n /** Connection status of the private endpoint connection. */\n status?: PrivateLinkServiceConnectionStateStatus;\n /** Description of the private endpoint connection. */\n description?: string;\n /** Actions required on the private endpoint connection. */\n actionsRequired?: string;\n}\n\n/** An error response from the Azure Migrate service. */\nexport interface CloudError {\n /** An error response from the Azure Migrate service. */\n error?: CloudErrorBody;\n}\n\n/** An error response from the Azure Migrate service. */\nexport interface CloudErrorBody {\n /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */\n code?: string;\n /** A message describing the error, intended to be suitable for display in a user interface. */\n message?: string;\n /** The target of the particular error. For example, the name of the property in error. */\n target?: string;\n /** A list of additional details about the error. */\n details?: CloudErrorBody[];\n}\n\n/** Assessment options. */\nexport interface AssessmentOptions {\n /**\n * Unique name of an assessment options.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Unique identifier of an assessment options.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Properties of the assessment options. */\n properties: AssessmentOptionsProperties;\n}\n\n/** Assessment options properties. */\nexport interface AssessmentOptionsProperties {\n /**\n * Dictionary of VM families grouped by vm family name describing the targeted azure locations of VM family and the category of the family.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmFamilies?: VmFamily[];\n /**\n * List of supported VM Families.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reservedInstanceVmFamilies?: string[];\n /**\n * List of supported Azure regions for reserved instances.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reservedInstanceSupportedLocations?: string[];\n /**\n * List of supported currencies for reserved instances.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reservedInstanceSupportedCurrencies?: string[];\n /**\n * List of supported Azure offer codes for reserved instances.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reservedInstanceSupportedOffers?: string[];\n}\n\n/** VM family name, the list of targeted azure locations and the category of the family. */\nexport interface VmFamily {\n /**\n * Name of the VM family.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly familyName?: string;\n /**\n * List of Azure regions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetLocations?: string[];\n /**\n * Category of the VM family.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly category?: string[];\n}\n\n/** List of API operations. */\nexport interface AssessmentOptionsResultList {\n /** List of operations. */\n value?: AssessmentOptions[];\n}\n\n/** List of machines. */\nexport interface MachineResultList {\n /** List of machines. */\n value?: Machine[];\n nextLink?: string;\n}\n\n/** A machine in a migration project. */\nexport interface Machine {\n /**\n * Path reference to this machine. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/machines/{machineName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * 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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** For optimistic concurrency control. */\n eTag?: string;\n /**\n * Type of the object = [Microsoft.Migrate/assessmentProjects/machines].\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Properties of the machine. */\n properties?: MachineProperties;\n}\n\n/** Properties of a machine. */\nexport interface MachineProperties {\n /**\n * Boot type of the machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly bootType?: MachineBootType;\n /**\n * ARM ID of the data center as tracked by the Microsoft.OffAzure.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly datacenterManagementServerArmId?: string;\n /**\n * ARM ID of the machine as tracked by the Microsoft.OffAzure.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly discoveryMachineArmId?: string;\n /**\n * Name of the server hosting the datacenter management solution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly datacenterManagementServerName?: string;\n /**\n * User readable name of the machine as defined by the user in their private datacenter.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Memory in Megabytes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly megabytesOfMemory?: number;\n /**\n * Processor count.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfCores?: number;\n /**\n * Operating System type of the machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operatingSystemType?: string;\n /**\n * Operating System name of the machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operatingSystemName?: string;\n /**\n * Operating System version of the machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operatingSystemVersion?: string;\n /**\n * Description of the machine\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * List of references to the groups that the machine is member of.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groups?: string[];\n /**\n * Time when this machine was created. Date-Time represented in ISO-8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTimestamp?: Date;\n /**\n * Time when this machine was last updated. Date-Time represented in ISO-8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedTimestamp?: Date;\n /**\n * Dictionary of disks attached to the machine. Key is ID of disk. Value is a disk object\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly disks?: { [propertyName: string]: Disk };\n /**\n * Dictionary of network adapters attached to the machine. Key is ID of network adapter. Value is a network adapter object\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly networkAdapters?: { [propertyName: string]: NetworkAdapter };\n}\n\n/** A disk discovered on a machine. */\nexport interface Disk {\n /**\n * Gigabytes of storage provisioned for this disk.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly gigabytesAllocated?: number;\n /**\n * User friendly name of the disk.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n}\n\n/** A network adapter discovered on a machine. */\nexport interface NetworkAdapter {\n /**\n * MAC Address of the network adapter.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly macAddress?: string;\n /**\n * List of IP Addresses on the network adapter.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ipAddresses?: string[];\n /**\n * User friendly name of the network adapter.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n}\n\n/** List of groups. */\nexport interface GroupResultList {\n /** List of groups. */\n value?: Group[];\n}\n\n/** A group created in a Migration project. */\nexport interface Group {\n /**\n * Path reference to this group. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Name of the group.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** For optimistic concurrency control. */\n eTag?: string;\n /**\n * Type of the object = [Microsoft.Migrate/assessmentProjects/groups].\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Properties of the group. */\n properties: GroupProperties;\n}\n\n/** Properties of group resource. */\nexport interface GroupProperties {\n /**\n * Whether the group has been created and is valid.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupStatus?: GroupStatus;\n /**\n * Number of machines part of this group.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly machineCount?: number;\n /**\n * List of References to Assessments created on this group.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assessments?: string[];\n /**\n * If the assessments are in running state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly areAssessmentsRunning?: boolean;\n /**\n * Time when this group was created. Date-Time represented in ISO-8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTimestamp?: Date;\n /**\n * Time when this group was last updated. Date-Time represented in ISO-8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedTimestamp?: Date;\n /** The type of group. */\n groupType?: string;\n}\n\n/** Properties of group update. */\nexport interface UpdateGroupBody {\n /** For optimistic concurrency control. */\n eTag?: string;\n /** Properties of the group. */\n properties?: GroupBodyProperties;\n}\n\n/** Body properties of group update. */\nexport interface GroupBodyProperties {\n /** Whether to add or remove the machines. */\n operationType?: GroupUpdateOperation;\n /** List of machine names that are part of this group. */\n machines?: string[];\n}\n\n/** List of assessments. */\nexport interface AssessmentResultList {\n /** List of assessments. */\n value?: Assessment[];\n}\n\n/** An assessment created for a group in the Migration project. */\nexport interface Assessment {\n /**\n * Path reference to this assessment. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/assessment/{assessmentName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Unique name of an assessment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** For optimistic concurrency control. */\n eTag?: string;\n /**\n * Type of the object = [Microsoft.Migrate/assessmentProjects/groups/assessments].\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Properties of the assessment. */\n properties: AssessmentProperties;\n}\n\n/** Properties of an assessment. */\nexport interface AssessmentProperties {\n /** Target Azure location for which the machines should be assessed. These enums are the same as used by Compute API. */\n azureLocation: AzureLocation;\n /** Offer code according to which cost estimation is done. */\n azureOfferCode: AzureOfferCode;\n /**\n * Enterprise agreement subscription arm id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eaSubscriptionId?: string;\n /** Pricing tier for Size evaluation. */\n azurePricingTier: AzurePricingTier;\n /** Storage Redundancy type offered by Azure. */\n azureStorageRedundancy: AzureStorageRedundancy;\n /** 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. */\n scalingFactor: number;\n /** Percentile of performance data used to recommend Azure size. */\n percentile: Percentile;\n /** Time range of performance data used to recommend a size. */\n timeRange: TimeRange;\n /**\n * Start time to consider performance data for assessment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly perfDataStartTime?: Date;\n /**\n * End time to consider performance data for assessment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly perfDataEndTime?: Date;\n /** User configurable setting that describes the status of the assessment. */\n stage: AssessmentStage;\n /** Currency to report prices in. */\n currency: Currency;\n /** AHUB discount on windows virtual machines. */\n azureHybridUseBenefit: AzureHybridUseBenefit;\n /** Custom discount percentage to be applied on final costs. Can be in the range [0, 100]. */\n discountPercentage: number;\n /**\n * Confidence rating percentage for assessment. Can be in the range [0, 100].\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly confidenceRatingInPercentage?: number;\n /** Assessment sizing criterion. */\n sizingCriterion: AssessmentSizingCriterion;\n /** Azure reserved instance. */\n reservedInstance: ReservedInstance;\n /** List of azure VM families. */\n azureVmFamilies: AzureVmFamily[];\n /** Storage type selected for this disk. */\n azureDiskType: AzureDiskType;\n /** Specify the duration for which the VMs are up in the on-premises environment. */\n vmUptime: VmUptime;\n /**\n * Time when the Azure Prices were queried. Date-Time represented in ISO-8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly pricesTimestamp?: Date;\n /**\n * Time when this project was created. Date-Time represented in ISO-8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTimestamp?: Date;\n /**\n * Time when this project was last updated. Date-Time represented in ISO-8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedTimestamp?: Date;\n /**\n * Monthly compute cost estimate for the machines that are part of this assessment as a group, for a 31-day month.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly monthlyComputeCost?: number;\n /**\n * Monthly network cost estimate for the machines that are part of this assessment as a group, for a 31-day month.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly monthlyBandwidthCost?: number;\n /**\n * Monthly storage cost estimate for the machines that are part of this assessment as a group, for a 31-day month.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly monthlyStorageCost?: number;\n /**\n * Monthly premium storage cost estimate for the machines that are part of this assessment as a group, for a 31-day month.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly monthlyPremiumStorageCost?: number;\n /**\n * Monthly standard SSD storage cost estimate for the machines that are part of this assessment as a group, for a 31-day month.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly monthlyStandardSSDStorageCost?: number;\n /**\n * Whether the assessment has been created and is valid.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: AssessmentStatus;\n /**\n * Number of assessed machines part of this assessment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfMachines?: number;\n}\n\nexport interface VmUptime {\n /** Number of days in a month for VM uptime. */\n daysPerMonth?: number;\n /** Number of hours per day for VM uptime. */\n hoursPerDay?: number;\n}\n\n/** Download URL for assessment report. */\nexport interface DownloadUrl {\n /**\n * Hyperlink to download report.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assessmentReportUrl?: string;\n /**\n * Expiry date of download url.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationTime?: Date;\n}\n\n/** List of assessed machines. */\nexport interface AssessedMachineResultList {\n /** List of assessed machines. */\n value?: AssessedMachine[];\n nextLink?: string;\n}\n\n/** A machine evaluated as part of an assessment. */\nexport interface AssessedMachine {\n /**\n * Path reference to this assessed machine. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/assessments/{assessmentName}/assessedMachines/{assessedMachineName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Name of the machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** For optimistic concurrency control. */\n eTag?: string;\n /**\n * Type of the object = [Microsoft.Migrate/assessmentProjects/groups/assessments/assessedMachines].\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Properties of an assessed machine. */\n properties?: AssessedMachineProperties;\n}\n\n/** Properties of an assessed machine. */\nexport interface AssessedMachineProperties {\n /**\n * Boot type of the machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly bootType?: MachineBootType;\n /**\n * ARM ID of the discovered machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly datacenterMachineArmId?: string;\n /**\n * ARM ID of the discovered datacenter.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly datacenterManagementServerArmId?: string;\n /**\n * Name of the server hosting the datacenter management solution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly datacenterManagementServerName?: string;\n /**\n * Description of the machine\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * User readable name of the machine as defined by the user in their private datacenter.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Memory in Megabytes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly megabytesOfMemory?: number;\n /**\n * Processor count.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfCores?: number;\n /**\n * Operating System type of the machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operatingSystemType?: string;\n /**\n * Operating System name of the machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operatingSystemName?: string;\n /**\n * Operating System version of the machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operatingSystemVersion?: string;\n /**\n * Monthly network cost estimate for the network adapters that are attached to this machine as a group, for a 31-day month.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly monthlyBandwidthCost?: number;\n /**\n * Monthly storage cost estimate for the disks that are attached to this machine as a group, for a 31-day month.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly monthlyStorageCost?: number;\n /**\n * Monthly premium storage cost estimate for the disks that are attached to this machine as a group, for a 31-day month.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly monthlyPremiumStorageCost?: number;\n /**\n * Monthly standard SSD storage cost estimate for the disks that are attached to this machine as a group, for a 31-day month.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly monthlyStandardSSDStorageCost?: number;\n /**\n * Confidence rating of assessed machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly confidenceRatingInPercentage?: number;\n /**\n * Dictionary of disks attached to the machine. Key is ID of disk. Value is a disk object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly disks?: { [propertyName: string]: AssessedDisk };\n /**\n * Dictionary of network adapters attached to the machine. Key is name of the adapter. Value is a network adapter object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly networkAdapters?: { [propertyName: string]: AssessedNetworkAdapter };\n /**\n * Recommended Azure size for this machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recommendedSize?: AzureVmSize;\n /**\n * Number of CPU cores in the Recommended Azure VM Size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfCoresForRecommendedSize?: number;\n /**\n * Megabytes of memory in the Recommended Azure VM Size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly megabytesOfMemoryForRecommendedSize?: number;\n /**\n * Compute Cost for a 31-day month, if the machine is migrated to Azure with the Recommended Size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly monthlyComputeCostForRecommendedSize?: number;\n /**\n * 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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly percentageCoresUtilization?: number;\n /**\n * 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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly percentageMemoryUtilization?: number;\n /**\n * Whether machine is suitable for migration to Azure.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suitability?: CloudSuitability;\n /**\n * If machine is not ready to be migrated, this explains the reasons and mitigation steps.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suitabilityExplanation?: AzureVmSuitabilityExplanation;\n /**\n * If machine is not suitable for cloud, this explains the reasons.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suitabilityDetail?: AzureVmSuitabilityDetail;\n /**\n * Time when this machine was created. Date-Time represented in ISO-8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTimestamp?: Date;\n /**\n * Time when this machine was last updated. Date-Time represented in ISO-8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedTimestamp?: Date;\n}\n\n/** A disk assessed for an assessment. */\nexport interface AssessedDisk {\n /**\n * Name of the assessed disk.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * User friendly name of the assessed disk.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Gigabytes of storage provisioned for this disk.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly gigabytesProvisioned?: number;\n /**\n * Disk throughput in MegaBytes per second.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly megabytesPerSecondOfRead?: number;\n /**\n * Disk throughput in MegaBytes per second.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly megabytesPerSecondOfWrite?: number;\n /**\n * Number of read operations per second for the disk.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfReadOperationsPerSecond?: number;\n /**\n * Number of read and write operations per second for the disk.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfWriteOperationsPerSecond?: number;\n /**\n * Estimated aggregate storage cost for a 31-day month for this disk.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly monthlyStorageCost?: number;\n /**\n * Storage type selected for this disk.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recommendedDiskType?: AzureDiskType;\n /**\n * Recommended Azure size for the disk, given utilization data and preferences set on Assessment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recommendedDiskSize?: AzureDiskSize;\n /**\n * Gigabytes of storage provided by the recommended Azure disk size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly gigabytesForRecommendedDiskSize?: number;\n /**\n * Whether this disk is suitable for Azure.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suitability?: CloudSuitability;\n /**\n * If disk is not suitable to be migrated, this explains the reasons and mitigation steps.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suitabilityExplanation?: AzureDiskSuitabilityExplanation;\n /**\n * If disk is suitable to be migrate but some conditions/checks were not considered while calculating suitability, this explains the details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suitabilityDetail?: AzureDiskSuitabilityDetail;\n}\n\n/** A network adapter assessed for an assessment. */\nexport interface AssessedNetworkAdapter {\n /**\n * MAC Address of the network adapter.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly macAddress?: string;\n /**\n * List of IP Addresses on the network adapter.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ipAddresses?: string[];\n /**\n * User friendly name of the assessed network adapter.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Monthly cost estimate for network bandwidth used by this network adapter.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly monthlyBandwidthCosts?: number;\n /**\n * Adapter throughput for incoming traffic in MegaBytes per second.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly megabytesPerSecondReceived?: number;\n /**\n * Adapter throughput for outgoing traffic in MegaBytes per second.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly megabytesPerSecondTransmitted?: number;\n /** Gigabytes transmitted through this adapter each month. */\n netGigabytesTransmittedPerMonth?: number;\n /**\n * Whether this adapter is suitable for Azure.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suitability?: CloudSuitability;\n /**\n * If network adapter is suitable, this explains the reasons and mitigation steps.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suitabilityExplanation?: AzureNetworkAdapterSuitabilityExplanation;\n /**\n * If network adapter is not suitable for cloud, this explains the reasons.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suitabilityDetail?: AzureNetworkAdapterSuitabilityDetail;\n}\n\n/** List of Hyper-V collectors. */\nexport interface HyperVCollectorList {\n /** List of Hyper-V collectors. */\n value?: HyperVCollector[];\n}\n\nexport interface HyperVCollector {\n eTag?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly id?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly name?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly type?: string;\n properties?: CollectorProperties;\n}\n\nexport interface CollectorProperties {\n /** The ARM id of the discovery service site. */\n discoverySiteId?: string;\n /**\n * Time when this collector was created. Date-Time represented in ISO-8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTimestamp?: string;\n /**\n * Time when this collector was updated. Date-Time represented in ISO-8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedTimestamp?: string;\n agentProperties?: CollectorAgentProperties;\n}\n\nexport interface CollectorAgentProperties {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly id?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly version?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly lastHeartbeatUtc?: Date;\n spnDetails?: CollectorBodyAgentSpnProperties;\n}\n\nexport interface CollectorBodyAgentSpnProperties {\n /** AAD Authority URL which was used to request the token for the service principal. */\n authority?: string;\n /** Application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services. */\n applicationId?: string;\n /** Intended audience for the service principal. */\n audience?: string;\n /** Object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services. */\n objectId?: string;\n /** Tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services. */\n tenantId?: string;\n}\n\n/** List of Server collectors. */\nexport interface ServerCollectorList {\n /** List of Server collectors. */\n value?: ServerCollector[];\n}\n\nexport interface ServerCollector {\n eTag?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly id?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly name?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly type?: string;\n properties?: CollectorProperties;\n}\n\n/** List of VMware collectors. */\nexport interface VMwareCollectorList {\n /** List of VMware collectors. */\n value?: VMwareCollector[];\n}\n\nexport interface VMwareCollector {\n eTag?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly id?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly name?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly type?: string;\n properties?: CollectorProperties;\n}\n\n/** List of Import collectors. */\nexport interface ImportCollectorList {\n /** List of Import collectors. */\n value?: ImportCollector[];\n}\n\nexport interface ImportCollector {\n eTag?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly id?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly name?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly type?: string;\n properties?: ImportCollectorProperties;\n}\n\nexport interface ImportCollectorProperties {\n discoverySiteId?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly createdTimestamp?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly updatedTimestamp?: string;\n}\n\n/** A collection of private endpoint connections for a project. */\nexport interface PrivateEndpointConnectionCollection {\n /**\n * A list of private endpoint connections for a project.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: PrivateEndpointConnection[];\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly nextLink?: string;\n}\n\n/** A private link resource for a project for which a private endpoint can be created. */\nexport interface PrivateLinkResource {\n /**\n * Name of the private link resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Type of the object = [Microsoft.Migrate/assessmentProjects/privateLinkResources].\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Path reference to this private link resource. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/privateLinkResources/{privateLinkResourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Properties of the private link resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: PrivateLinkResourceProperties;\n}\n\n/** Properties of a private link resource. */\nexport interface PrivateLinkResourceProperties {\n /**\n * The private link resource required member names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /**\n * Required DNS zone names of the the private link resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredZoneNames?: string[];\n /**\n * The private link resource group id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceCollection {\n /**\n * Array of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: PrivateLinkResource[];\n /**\n * Link to retrieve next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** List of API operations. */\nexport interface OperationResultList {\n /** List of operations. */\n value?: Operation[];\n}\n\n/** A REST API operation supported by the provider. */\nexport interface Operation {\n /**\n * Name of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Displayable properties of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly display?: OperationDisplay;\n /**\n * Origin of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: string;\n}\n\n/** Displayable properties of the operation. */\nexport interface OperationDisplay {\n /**\n * Provider of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * Resource operated on by the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * Operation Type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * Description of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Defines headers for Projects_listBySubscription operation. */\nexport interface ProjectsListBySubscriptionHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Projects_list operation. */\nexport interface ProjectsListHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Projects_get operation. */\nexport interface ProjectsGetHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Projects_create operation. */\nexport interface ProjectsCreateHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Projects_update operation. */\nexport interface ProjectsUpdateHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Projects_delete operation. */\nexport interface ProjectsDeleteHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Projects_assessmentOptions operation. */\nexport interface ProjectsAssessmentOptionsHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Projects_assessmentOptionsList operation. */\nexport interface ProjectsAssessmentOptionsListHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Projects_listBySubscriptionNext operation. */\nexport interface ProjectsListBySubscriptionNextHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Projects_listNext operation. */\nexport interface ProjectsListNextHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Machines_listByProject operation. */\nexport interface MachinesListByProjectHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Machines_get operation. */\nexport interface MachinesGetHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Machines_listByProjectNext operation. */\nexport interface MachinesListByProjectNextHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Groups_listByProject operation. */\nexport interface GroupsListByProjectHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Groups_get operation. */\nexport interface GroupsGetHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Groups_create operation. */\nexport interface GroupsCreateHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Groups_delete operation. */\nexport interface GroupsDeleteHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Groups_updateMachines operation. */\nexport interface GroupsUpdateMachinesHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Assessments_listByGroup operation. */\nexport interface AssessmentsListByGroupHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Assessments_listByProject operation. */\nexport interface AssessmentsListByProjectHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Assessments_get operation. */\nexport interface AssessmentsGetHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Assessments_create operation. */\nexport interface AssessmentsCreateHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Assessments_delete operation. */\nexport interface AssessmentsDeleteHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for Assessments_getReportDownloadUrl operation. */\nexport interface AssessmentsGetReportDownloadUrlHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for AssessedMachines_listByAssessment operation. */\nexport interface AssessedMachinesListByAssessmentHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for AssessedMachines_get operation. */\nexport interface AssessedMachinesGetHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for AssessedMachines_listByAssessmentNext operation. */\nexport interface AssessedMachinesListByAssessmentNextHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for HyperVCollectors_listByProject operation. */\nexport interface HyperVCollectorsListByProjectHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for HyperVCollectors_get operation. */\nexport interface HyperVCollectorsGetHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for HyperVCollectors_create operation. */\nexport interface HyperVCollectorsCreateHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for HyperVCollectors_delete operation. */\nexport interface HyperVCollectorsDeleteHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for ServerCollectors_listByProject operation. */\nexport interface ServerCollectorsListByProjectHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for ServerCollectors_get operation. */\nexport interface ServerCollectorsGetHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for ServerCollectors_create operation. */\nexport interface ServerCollectorsCreateHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for ServerCollectors_delete operation. */\nexport interface ServerCollectorsDeleteHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for VMwareCollectors_listByProject operation. */\nexport interface VMwareCollectorsListByProjectHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for VMwareCollectors_get operation. */\nexport interface VMwareCollectorsGetHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for VMwareCollectors_create operation. */\nexport interface VMwareCollectorsCreateHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for VMwareCollectors_delete operation. */\nexport interface VMwareCollectorsDeleteHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for ImportCollectors_listByProject operation. */\nexport interface ImportCollectorsListByProjectHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for ImportCollectors_get operation. */\nexport interface ImportCollectorsGetHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for ImportCollectors_create operation. */\nexport interface ImportCollectorsCreateHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for ImportCollectors_delete operation. */\nexport interface ImportCollectorsDeleteHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for PrivateEndpointConnection_listByProject operation. */\nexport interface PrivateEndpointConnectionListByProjectHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for PrivateEndpointConnection_get operation. */\nexport interface PrivateEndpointConnectionGetHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for PrivateEndpointConnection_update operation. */\nexport interface PrivateEndpointConnectionUpdateHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for PrivateEndpointConnection_delete operation. */\nexport interface PrivateEndpointConnectionDeleteHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for PrivateLinkResource_get operation. */\nexport interface PrivateLinkResourceGetHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for PrivateLinkResource_listByProject operation. */\nexport interface PrivateLinkResourceListByProjectHeaders {\n /** Service generated Request ID. */\n xMsRequestId?: string;\n}\n\n/** Known values of {@link ProjectStatus} that the service accepts. */\nexport enum KnownProjectStatus {\n Active = \"Active\",\n Inactive = \"Inactive\"\n}\n\n/**\n * Defines values for ProjectStatus. \\\n * {@link KnownProjectStatus} can be used interchangeably with ProjectStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active** \\\n * **Inactive**\n */\nexport type ProjectStatus = string;\n\n/** Known values of {@link PrivateEndpointConnectionPropertiesProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionPropertiesProvisioningState {\n Accepted = \"Accepted\",\n InProgress = \"InProgress\",\n Succeeded = \"Succeeded\",\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for PrivateEndpointConnectionPropertiesProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionPropertiesProvisioningState} can be used interchangeably with PrivateEndpointConnectionPropertiesProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted** \\\n * **InProgress** \\\n * **Succeeded** \\\n * **Failed**\n */\nexport type PrivateEndpointConnectionPropertiesProvisioningState = string;\n\n/** Known values of {@link PrivateLinkServiceConnectionStateStatus} that the service accepts. */\nexport enum KnownPrivateLinkServiceConnectionStateStatus {\n Approved = \"Approved\",\n Pending = \"Pending\",\n Rejected = \"Rejected\",\n Disconnected = \"Disconnected\"\n}\n\n/**\n * Defines values for PrivateLinkServiceConnectionStateStatus. \\\n * {@link KnownPrivateLinkServiceConnectionStateStatus} can be used interchangeably with PrivateLinkServiceConnectionStateStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Approved** \\\n * **Pending** \\\n * **Rejected** \\\n * **Disconnected**\n */\nexport type PrivateLinkServiceConnectionStateStatus = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n Accepted = \"Accepted\",\n Creating = \"Creating\",\n Deleting = \"Deleting\",\n Failed = \"Failed\",\n Moving = \"Moving\",\n Succeeded = \"Succeeded\"\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted** \\\n * **Creating** \\\n * **Deleting** \\\n * **Failed** \\\n * **Moving** \\\n * **Succeeded**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link MachineBootType} that the service accepts. */\nexport enum KnownMachineBootType {\n Unknown = \"Unknown\",\n EFI = \"EFI\",\n Bios = \"BIOS\"\n}\n\n/**\n * Defines values for MachineBootType. \\\n * {@link KnownMachineBootType} can be used interchangeably with MachineBootType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **EFI** \\\n * **BIOS**\n */\nexport type MachineBootType = string;\n\n/** Known values of {@link GroupStatus} that the service accepts. */\nexport enum KnownGroupStatus {\n Created = \"Created\",\n Updated = \"Updated\",\n Running = \"Running\",\n Completed = \"Completed\",\n Invalid = \"Invalid\"\n}\n\n/**\n * Defines values for GroupStatus. \\\n * {@link KnownGroupStatus} can be used interchangeably with GroupStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Created** \\\n * **Updated** \\\n * **Running** \\\n * **Completed** \\\n * **Invalid**\n */\nexport type GroupStatus = string;\n\n/** Known values of {@link GroupUpdateOperation} that the service accepts. */\nexport enum KnownGroupUpdateOperation {\n Add = \"Add\",\n Remove = \"Remove\"\n}\n\n/**\n * Defines values for GroupUpdateOperation. \\\n * {@link KnownGroupUpdateOperation} can be used interchangeably with GroupUpdateOperation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Add** \\\n * **Remove**\n */\nexport type GroupUpdateOperation = string;\n\n/** Known values of {@link AzureLocation} that the service accepts. */\nexport enum KnownAzureLocation {\n Unknown = \"Unknown\",\n EastAsia = \"EastAsia\",\n SoutheastAsia = \"SoutheastAsia\",\n AustraliaEast = \"AustraliaEast\",\n AustraliaSoutheast = \"AustraliaSoutheast\",\n BrazilSouth = \"BrazilSouth\",\n CanadaCentral = \"CanadaCentral\",\n CanadaEast = \"CanadaEast\",\n WestEurope = \"WestEurope\",\n NorthEurope = \"NorthEurope\",\n CentralIndia = \"CentralIndia\",\n SouthIndia = \"SouthIndia\",\n WestIndia = \"WestIndia\",\n JapanEast = \"JapanEast\",\n JapanWest = \"JapanWest\",\n KoreaCentral = \"KoreaCentral\",\n KoreaSouth = \"KoreaSouth\",\n UkWest = \"UkWest\",\n UkSouth = \"UkSouth\",\n NorthCentralUs = \"NorthCentralUs\",\n EastUs = \"EastUs\",\n WestUs2 = \"WestUs2\",\n SouthCentralUs = \"SouthCentralUs\",\n CentralUs = \"CentralUs\",\n EastUs2 = \"EastUs2\",\n WestUs = \"WestUs\",\n WestCentralUs = \"WestCentralUs\",\n GermanyCentral = \"GermanyCentral\",\n GermanyNortheast = \"GermanyNortheast\",\n ChinaNorth = \"ChinaNorth\",\n ChinaEast = \"ChinaEast\",\n USGovArizona = \"USGovArizona\",\n USGovTexas = \"USGovTexas\",\n USGovIowa = \"USGovIowa\",\n USGovVirginia = \"USGovVirginia\",\n USDoDCentral = \"USDoDCentral\",\n USDoDEast = \"USDoDEast\"\n}\n\n/**\n * Defines values for AzureLocation. \\\n * {@link KnownAzureLocation} can be used interchangeably with AzureLocation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **EastAsia** \\\n * **SoutheastAsia** \\\n * **AustraliaEast** \\\n * **AustraliaSoutheast** \\\n * **BrazilSouth** \\\n * **CanadaCentral** \\\n * **CanadaEast** \\\n * **WestEurope** \\\n * **NorthEurope** \\\n * **CentralIndia** \\\n * **SouthIndia** \\\n * **WestIndia** \\\n * **JapanEast** \\\n * **JapanWest** \\\n * **KoreaCentral** \\\n * **KoreaSouth** \\\n * **UkWest** \\\n * **UkSouth** \\\n * **NorthCentralUs** \\\n * **EastUs** \\\n * **WestUs2** \\\n * **SouthCentralUs** \\\n * **CentralUs** \\\n * **EastUs2** \\\n * **WestUs** \\\n * **WestCentralUs** \\\n * **GermanyCentral** \\\n * **GermanyNortheast** \\\n * **ChinaNorth** \\\n * **ChinaEast** \\\n * **USGovArizona** \\\n * **USGovTexas** \\\n * **USGovIowa** \\\n * **USGovVirginia** \\\n * **USDoDCentral** \\\n * **USDoDEast**\n */\nexport type AzureLocation = string;\n\n/** Known values of {@link AzureOfferCode} that the service accepts. */\nexport enum KnownAzureOfferCode {\n Unknown = \"Unknown\",\n Msazr0003P = \"MSAZR0003P\",\n Msazr0044P = \"MSAZR0044P\",\n Msazr0059P = \"MSAZR0059P\",\n Msazr0060P = \"MSAZR0060P\",\n Msazr0062P = \"MSAZR0062P\",\n Msazr0063P = \"MSAZR0063P\",\n Msazr0064P = \"MSAZR0064P\",\n Msazr0029P = \"MSAZR0029P\",\n Msazr0022P = \"MSAZR0022P\",\n Msazr0023P = \"MSAZR0023P\",\n Msazr0148P = \"MSAZR0148P\",\n Msazr0025P = \"MSAZR0025P\",\n Msazr0036P = \"MSAZR0036P\",\n Msazr0120P = \"MSAZR0120P\",\n Msazr0121P = \"MSAZR0121P\",\n Msazr0122P = \"MSAZR0122P\",\n Msazr0123P = \"MSAZR0123P\",\n Msazr0124P = \"MSAZR0124P\",\n Msazr0125P = \"MSAZR0125P\",\n Msazr0126P = \"MSAZR0126P\",\n Msazr0127P = \"MSAZR0127P\",\n Msazr0128P = \"MSAZR0128P\",\n Msazr0129P = \"MSAZR0129P\",\n Msazr0130P = \"MSAZR0130P\",\n Msazr0111P = \"MSAZR0111P\",\n Msazr0144P = \"MSAZR0144P\",\n Msazr0149P = \"MSAZR0149P\",\n Msmcazr0044P = \"MSMCAZR0044P\",\n Msmcazr0059P = \"MSMCAZR0059P\",\n Msmcazr0060P = \"MSMCAZR0060P\",\n Msmcazr0063P = \"MSMCAZR0063P\",\n Msmcazr0120P = \"MSMCAZR0120P\",\n Msmcazr0121P = \"MSMCAZR0121P\",\n Msmcazr0125P = \"MSMCAZR0125P\",\n Msmcazr0128P = \"MSMCAZR0128P\",\n Msazrde0003P = \"MSAZRDE0003P\",\n Msazrde0044P = \"MSAZRDE0044P\",\n Msazrusgov0003P = \"MSAZRUSGOV0003P\",\n EA = \"EA\"\n}\n\n/**\n * Defines values for AzureOfferCode. \\\n * {@link KnownAzureOfferCode} can be used interchangeably with AzureOfferCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **MSAZR0003P** \\\n * **MSAZR0044P** \\\n * **MSAZR0059P** \\\n * **MSAZR0060P** \\\n * **MSAZR0062P** \\\n * **MSAZR0063P** \\\n * **MSAZR0064P** \\\n * **MSAZR0029P** \\\n * **MSAZR0022P** \\\n * **MSAZR0023P** \\\n * **MSAZR0148P** \\\n * **MSAZR0025P** \\\n * **MSAZR0036P** \\\n * **MSAZR0120P** \\\n * **MSAZR0121P** \\\n * **MSAZR0122P** \\\n * **MSAZR0123P** \\\n * **MSAZR0124P** \\\n * **MSAZR0125P** \\\n * **MSAZR0126P** \\\n * **MSAZR0127P** \\\n * **MSAZR0128P** \\\n * **MSAZR0129P** \\\n * **MSAZR0130P** \\\n * **MSAZR0111P** \\\n * **MSAZR0144P** \\\n * **MSAZR0149P** \\\n * **MSMCAZR0044P** \\\n * **MSMCAZR0059P** \\\n * **MSMCAZR0060P** \\\n * **MSMCAZR0063P** \\\n * **MSMCAZR0120P** \\\n * **MSMCAZR0121P** \\\n * **MSMCAZR0125P** \\\n * **MSMCAZR0128P** \\\n * **MSAZRDE0003P** \\\n * **MSAZRDE0044P** \\\n * **MSAZRUSGOV0003P** \\\n * **EA**\n */\nexport type AzureOfferCode = string;\n\n/** Known values of {@link AzurePricingTier} that the service accepts. */\nexport enum KnownAzurePricingTier {\n Standard = \"Standard\",\n Basic = \"Basic\"\n}\n\n/**\n * Defines values for AzurePricingTier. \\\n * {@link KnownAzurePricingTier} can be used interchangeably with AzurePricingTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard** \\\n * **Basic**\n */\nexport type AzurePricingTier = string;\n\n/** Known values of {@link AzureStorageRedundancy} that the service accepts. */\nexport enum KnownAzureStorageRedundancy {\n Unknown = \"Unknown\",\n LocallyRedundant = \"LocallyRedundant\",\n ZoneRedundant = \"ZoneRedundant\",\n GeoRedundant = \"GeoRedundant\",\n ReadAccessGeoRedundant = \"ReadAccessGeoRedundant\"\n}\n\n/**\n * Defines values for AzureStorageRedundancy. \\\n * {@link KnownAzureStorageRedundancy} can be used interchangeably with AzureStorageRedundancy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **LocallyRedundant** \\\n * **ZoneRedundant** \\\n * **GeoRedundant** \\\n * **ReadAccessGeoRedundant**\n */\nexport type AzureStorageRedundancy = string;\n\n/** Known values of {@link Percentile} that the service accepts. */\nexport enum KnownPercentile {\n Percentile50 = \"Percentile50\",\n Percentile90 = \"Percentile90\",\n Percentile95 = \"Percentile95\",\n Percentile99 = \"Percentile99\"\n}\n\n/**\n * Defines values for Percentile. \\\n * {@link KnownPercentile} can be used interchangeably with Percentile,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Percentile50** \\\n * **Percentile90** \\\n * **Percentile95** \\\n * **Percentile99**\n */\nexport type Percentile = string;\n\n/** Known values of {@link TimeRange} that the service accepts. */\nexport enum KnownTimeRange {\n Day = \"Day\",\n Week = \"Week\",\n Month = \"Month\",\n Custom = \"Custom\"\n}\n\n/**\n * Defines values for TimeRange. \\\n * {@link KnownTimeRange} can be used interchangeably with TimeRange,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Day** \\\n * **Week** \\\n * **Month** \\\n * **Custom**\n */\nexport type TimeRange = string;\n\n/** Known values of {@link AssessmentStage} that the service accepts. */\nexport enum KnownAssessmentStage {\n InProgress = \"InProgress\",\n UnderReview = \"UnderReview\",\n Approved = \"Approved\"\n}\n\n/**\n * Defines values for AssessmentStage. \\\n * {@link KnownAssessmentStage} can be used interchangeably with AssessmentStage,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **UnderReview** \\\n * **Approved**\n */\nexport type AssessmentStage = string;\n\n/** Known values of {@link Currency} that the service accepts. */\nexport enum KnownCurrency {\n Unknown = \"Unknown\",\n USD = \"USD\",\n DKK = \"DKK\",\n CAD = \"CAD\",\n IDR = \"IDR\",\n JPY = \"JPY\",\n KRW = \"KRW\",\n NZD = \"NZD\",\n NOK = \"NOK\",\n RUB = \"RUB\",\n SAR = \"SAR\",\n ZAR = \"ZAR\",\n SEK = \"SEK\",\n TRY = \"TRY\",\n GBP = \"GBP\",\n MXN = \"MXN\",\n MYR = \"MYR\",\n INR = \"INR\",\n HKD = \"HKD\",\n BRL = \"BRL\",\n TWD = \"TWD\",\n EUR = \"EUR\",\n CHF = \"CHF\",\n ARS = \"ARS\",\n AUD = \"AUD\",\n CNY = \"CNY\"\n}\n\n/**\n * Defines values for Currency. \\\n * {@link KnownCurrency} can be used interchangeably with Currency,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **USD** \\\n * **DKK** \\\n * **CAD** \\\n * **IDR** \\\n * **JPY** \\\n * **KRW** \\\n * **NZD** \\\n * **NOK** \\\n * **RUB** \\\n * **SAR** \\\n * **ZAR** \\\n * **SEK** \\\n * **TRY** \\\n * **GBP** \\\n * **MXN** \\\n * **MYR** \\\n * **INR** \\\n * **HKD** \\\n * **BRL** \\\n * **TWD** \\\n * **EUR** \\\n * **CHF** \\\n * **ARS** \\\n * **AUD** \\\n * **CNY**\n */\nexport type Currency = string;\n\n/** Known values of {@link AzureHybridUseBenefit} that the service accepts. */\nexport enum KnownAzureHybridUseBenefit {\n Unknown = \"Unknown\",\n Yes = \"Yes\",\n No = \"No\"\n}\n\n/**\n * Defines values for AzureHybridUseBenefit. \\\n * {@link KnownAzureHybridUseBenefit} can be used interchangeably with AzureHybridUseBenefit,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Yes** \\\n * **No**\n */\nexport type AzureHybridUseBenefit = string;\n\n/** Known values of {@link AssessmentSizingCriterion} that the service accepts. */\nexport enum KnownAssessmentSizingCriterion {\n PerformanceBased = \"PerformanceBased\",\n AsOnPremises = \"AsOnPremises\"\n}\n\n/**\n * Defines values for AssessmentSizingCriterion. \\\n * {@link KnownAssessmentSizingCriterion} can be used interchangeably with AssessmentSizingCriterion,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PerformanceBased** \\\n * **AsOnPremises**\n */\nexport type AssessmentSizingCriterion = string;\n\n/** Known values of {@link ReservedInstance} that the service accepts. */\nexport enum KnownReservedInstance {\n None = \"None\",\n RI1Year = \"RI1Year\",\n RI3Year = \"RI3Year\"\n}\n\n/**\n * Defines values for ReservedInstance. \\\n * {@link KnownReservedInstance} can be used interchangeably with ReservedInstance,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **RI1Year** \\\n * **RI3Year**\n */\nexport type ReservedInstance = string;\n\n/** Known values of {@link AzureVmFamily} that the service accepts. */\nexport enum KnownAzureVmFamily {\n Unknown = \"Unknown\",\n BasicA0A4 = \"Basic_A0_A4\",\n StandardA0A7 = \"Standard_A0_A7\",\n StandardA8A11 = \"Standard_A8_A11\",\n Av2Series = \"Av2_series\",\n DSeries = \"D_series\",\n Dv2Series = \"Dv2_series\",\n DSSeries = \"DS_series\",\n DSv2Series = \"DSv2_series\",\n FSeries = \"F_series\",\n FsSeries = \"Fs_series\",\n GSeries = \"G_series\",\n GSSeries = \"GS_series\",\n HSeries = \"H_series\",\n LsSeries = \"Ls_series\",\n Dsv3Series = \"Dsv3_series\",\n Dv3Series = \"Dv3_series\",\n Fsv2Series = \"Fsv2_series\",\n Ev3Series = \"Ev3_series\",\n Esv3Series = \"Esv3_series\",\n MSeries = \"M_series\",\n DCSeries = \"DC_Series\"\n}\n\n/**\n * Defines values for AzureVmFamily. \\\n * {@link KnownAzureVmFamily} can be used interchangeably with AzureVmFamily,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Basic_A0_A4** \\\n * **Standard_A0_A7** \\\n * **Standard_A8_A11** \\\n * **Av2_series** \\\n * **D_series** \\\n * **Dv2_series** \\\n * **DS_series** \\\n * **DSv2_series** \\\n * **F_series** \\\n * **Fs_series** \\\n * **G_series** \\\n * **GS_series** \\\n * **H_series** \\\n * **Ls_series** \\\n * **Dsv3_series** \\\n * **Dv3_series** \\\n * **Fsv2_series** \\\n * **Ev3_series** \\\n * **Esv3_series** \\\n * **M_series** \\\n * **DC_Series**\n */\nexport type AzureVmFamily = string;\n\n/** Known values of {@link AzureDiskType} that the service accepts. */\nexport enum KnownAzureDiskType {\n Unknown = \"Unknown\",\n Standard = \"Standard\",\n Premium = \"Premium\",\n StandardSSD = \"StandardSSD\",\n StandardOrPremium = \"StandardOrPremium\"\n}\n\n/**\n * Defines values for AzureDiskType. \\\n * {@link KnownAzureDiskType} can be used interchangeably with AzureDiskType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Standard** \\\n * **Premium** \\\n * **StandardSSD** \\\n * **StandardOrPremium**\n */\nexport type AzureDiskType = string;\n\n/** Known values of {@link AssessmentStatus} that the service accepts. */\nexport enum KnownAssessmentStatus {\n Created = \"Created\",\n Updated = \"Updated\",\n Running = \"Running\",\n Completed = \"Completed\",\n Invalid = \"Invalid\",\n OutOfSync = \"OutOfSync\",\n OutDated = \"OutDated\"\n}\n\n/**\n * Defines values for AssessmentStatus. \\\n * {@link KnownAssessmentStatus} can be used interchangeably with AssessmentStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Created** \\\n * **Updated** \\\n * **Running** \\\n * **Completed** \\\n * **Invalid** \\\n * **OutOfSync** \\\n * **OutDated**\n */\nexport type AssessmentStatus = string;\n\n/** Known values of {@link AzureDiskSize} that the service accepts. */\nexport enum KnownAzureDiskSize {\n Unknown = \"Unknown\",\n StandardS4 = \"Standard_S4\",\n StandardS6 = \"Standard_S6\",\n StandardS10 = \"Standard_S10\",\n StandardS15 = \"Standard_S15\",\n StandardS20 = \"Standard_S20\",\n StandardS30 = \"Standard_S30\",\n StandardS40 = \"Standard_S40\",\n StandardS50 = \"Standard_S50\",\n PremiumP4 = \"Premium_P4\",\n PremiumP6 = \"Premium_P6\",\n PremiumP10 = \"Premium_P10\",\n PremiumP15 = \"Premium_P15\",\n PremiumP20 = \"Premium_P20\",\n PremiumP30 = \"Premium_P30\",\n PremiumP40 = \"Premium_P40\",\n PremiumP50 = \"Premium_P50\",\n StandardS60 = \"Standard_S60\",\n StandardS70 = \"Standard_S70\",\n StandardS80 = \"Standard_S80\",\n PremiumP60 = \"Premium_P60\",\n PremiumP70 = \"Premium_P70\",\n PremiumP80 = \"Premium_P80\",\n StandardSSDE10 = \"StandardSSD_E10\",\n StandardSSDE15 = \"StandardSSD_E15\",\n StandardSSDE20 = \"StandardSSD_E20\",\n StandardSSDE30 = \"StandardSSD_E30\",\n StandardSSDE40 = \"StandardSSD_E40\",\n StandardSSDE50 = \"StandardSSD_E50\",\n StandardSSDE60 = \"StandardSSD_E60\",\n StandardSSDE70 = \"StandardSSD_E70\",\n StandardSSDE80 = \"StandardSSD_E80\",\n StandardSSDE4 = \"StandardSSD_E4\",\n StandardSSDE6 = \"StandardSSD_E6\"\n}\n\n/**\n * Defines values for AzureDiskSize. \\\n * {@link KnownAzureDiskSize} can be used interchangeably with AzureDiskSize,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Standard_S4** \\\n * **Standard_S6** \\\n * **Standard_S10** \\\n * **Standard_S15** \\\n * **Standard_S20** \\\n * **Standard_S30** \\\n * **Standard_S40** \\\n * **Standard_S50** \\\n * **Premium_P4** \\\n * **Premium_P6** \\\n * **Premium_P10** \\\n * **Premium_P15** \\\n * **Premium_P20** \\\n * **Premium_P30** \\\n * **Premium_P40** \\\n * **Premium_P50** \\\n * **Standard_S60** \\\n * **Standard_S70** \\\n * **Standard_S80** \\\n * **Premium_P60** \\\n * **Premium_P70** \\\n * **Premium_P80** \\\n * **StandardSSD_E10** \\\n * **StandardSSD_E15** \\\n * **StandardSSD_E20** \\\n * **StandardSSD_E30** \\\n * **StandardSSD_E40** \\\n * **StandardSSD_E50** \\\n * **StandardSSD_E60** \\\n * **StandardSSD_E70** \\\n * **StandardSSD_E80** \\\n * **StandardSSD_E4** \\\n * **StandardSSD_E6**\n */\nexport type AzureDiskSize = string;\n\n/** Known values of {@link CloudSuitability} that the service accepts. */\nexport enum KnownCloudSuitability {\n Unknown = \"Unknown\",\n NotSuitable = \"NotSuitable\",\n Suitable = \"Suitable\",\n ConditionallySuitable = \"ConditionallySuitable\",\n ReadinessUnknown = \"ReadinessUnknown\"\n}\n\n/**\n * Defines values for CloudSuitability. \\\n * {@link KnownCloudSuitability} can be used interchangeably with CloudSuitability,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **NotSuitable** \\\n * **Suitable** \\\n * **ConditionallySuitable** \\\n * **ReadinessUnknown**\n */\nexport type CloudSuitability = string;\n\n/** Known values of {@link AzureDiskSuitabilityExplanation} that the service accepts. */\nexport enum KnownAzureDiskSuitabilityExplanation {\n Unknown = \"Unknown\",\n NotApplicable = \"NotApplicable\",\n DiskSizeGreaterThanSupported = \"DiskSizeGreaterThanSupported\",\n NoSuitableDiskSizeForIops = \"NoSuitableDiskSizeForIops\",\n NoSuitableDiskSizeForThroughput = \"NoSuitableDiskSizeForThroughput\",\n NoDiskSizeFoundInSelectedLocation = \"NoDiskSizeFoundInSelectedLocation\",\n NoDiskSizeFoundForSelectedRedundancy = \"NoDiskSizeFoundForSelectedRedundancy\",\n InternalErrorOccurredForDiskEvaluation = \"InternalErrorOccurredForDiskEvaluation\",\n NoEaPriceFoundForDiskSize = \"NoEaPriceFoundForDiskSize\"\n}\n\n/**\n * Defines values for AzureDiskSuitabilityExplanation. \\\n * {@link KnownAzureDiskSuitabilityExplanation} can be used interchangeably with AzureDiskSuitabilityExplanation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **NotApplicable** \\\n * **DiskSizeGreaterThanSupported** \\\n * **NoSuitableDiskSizeForIops** \\\n * **NoSuitableDiskSizeForThroughput** \\\n * **NoDiskSizeFoundInSelectedLocation** \\\n * **NoDiskSizeFoundForSelectedRedundancy** \\\n * **InternalErrorOccurredForDiskEvaluation** \\\n * **NoEaPriceFoundForDiskSize**\n */\nexport type AzureDiskSuitabilityExplanation = string;\n\n/** Known values of {@link AzureDiskSuitabilityDetail} that the service accepts. */\nexport enum KnownAzureDiskSuitabilityDetail {\n None = \"None\",\n NumberOfReadOperationsPerSecondMissing = \"NumberOfReadOperationsPerSecondMissing\",\n NumberOfWriteOperationsPerSecondMissing = \"NumberOfWriteOperationsPerSecondMissing\",\n MegabytesPerSecondOfReadMissing = \"MegabytesPerSecondOfReadMissing\",\n MegabytesPerSecondOfWriteMissing = \"MegabytesPerSecondOfWriteMissing\",\n DiskGigabytesConsumedMissing = \"DiskGigabytesConsumedMissing\",\n DiskGigabytesProvisionedMissing = \"DiskGigabytesProvisionedMissing\",\n NumberOfReadOperationsPerSecondOutOfRange = \"NumberOfReadOperationsPerSecondOutOfRange\",\n NumberOfWriteOperationsPerSecondOutOfRange = \"NumberOfWriteOperationsPerSecondOutOfRange\",\n MegabytesPerSecondOfReadOutOfRange = \"MegabytesPerSecondOfReadOutOfRange\",\n MegabytesPerSecondOfWriteOutOfRange = \"MegabytesPerSecondOfWriteOutOfRange\",\n DiskGigabytesConsumedOutOfRange = \"DiskGigabytesConsumedOutOfRange\",\n DiskGigabytesProvisionedOutOfRange = \"DiskGigabytesProvisionedOutOfRange\"\n}\n\n/**\n * Defines values for AzureDiskSuitabilityDetail. \\\n * {@link KnownAzureDiskSuitabilityDetail} can be used interchangeably with AzureDiskSuitabilityDetail,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **NumberOfReadOperationsPerSecondMissing** \\\n * **NumberOfWriteOperationsPerSecondMissing** \\\n * **MegabytesPerSecondOfReadMissing** \\\n * **MegabytesPerSecondOfWriteMissing** \\\n * **DiskGigabytesConsumedMissing** \\\n * **DiskGigabytesProvisionedMissing** \\\n * **NumberOfReadOperationsPerSecondOutOfRange** \\\n * **NumberOfWriteOperationsPerSecondOutOfRange** \\\n * **MegabytesPerSecondOfReadOutOfRange** \\\n * **MegabytesPerSecondOfWriteOutOfRange** \\\n * **DiskGigabytesConsumedOutOfRange** \\\n * **DiskGigabytesProvisionedOutOfRange**\n */\nexport type AzureDiskSuitabilityDetail = string;\n\n/** Known values of {@link AzureNetworkAdapterSuitabilityExplanation} that the service accepts. */\nexport enum KnownAzureNetworkAdapterSuitabilityExplanation {\n Unknown = \"Unknown\",\n NotApplicable = \"NotApplicable\",\n InternalErrorOccurred = \"InternalErrorOccurred\"\n}\n\n/**\n * Defines values for AzureNetworkAdapterSuitabilityExplanation. \\\n * {@link KnownAzureNetworkAdapterSuitabilityExplanation} can be used interchangeably with AzureNetworkAdapterSuitabilityExplanation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **NotApplicable** \\\n * **InternalErrorOccurred**\n */\nexport type AzureNetworkAdapterSuitabilityExplanation = string;\n\n/** Known values of {@link AzureNetworkAdapterSuitabilityDetail} that the service accepts. */\nexport enum KnownAzureNetworkAdapterSuitabilityDetail {\n None = \"None\",\n MegabytesOfDataTransmittedMissing = \"MegabytesOfDataTransmittedMissing\",\n MegabytesOfDataTransmittedOutOfRange = \"MegabytesOfDataTransmittedOutOfRange\"\n}\n\n/**\n * Defines values for AzureNetworkAdapterSuitabilityDetail. \\\n * {@link KnownAzureNetworkAdapterSuitabilityDetail} can be used interchangeably with AzureNetworkAdapterSuitabilityDetail,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **MegabytesOfDataTransmittedMissing** \\\n * **MegabytesOfDataTransmittedOutOfRange**\n */\nexport type AzureNetworkAdapterSuitabilityDetail = string;\n\n/** Known values of {@link AzureVmSize} that the service accepts. */\nexport enum KnownAzureVmSize {\n Unknown = \"Unknown\",\n BasicA0 = \"Basic_A0\",\n BasicA1 = \"Basic_A1\",\n BasicA2 = \"Basic_A2\",\n BasicA3 = \"Basic_A3\",\n BasicA4 = \"Basic_A4\",\n StandardA0 = \"Standard_A0\",\n StandardA1 = \"Standard_A1\",\n StandardA2 = \"Standard_A2\",\n StandardA3 = \"Standard_A3\",\n StandardA4 = \"Standard_A4\",\n StandardA5 = \"Standard_A5\",\n StandardA6 = \"Standard_A6\",\n StandardA7 = \"Standard_A7\",\n StandardA8 = \"Standard_A8\",\n StandardA9 = \"Standard_A9\",\n StandardA10 = \"Standard_A10\",\n StandardA11 = \"Standard_A11\",\n StandardA1V2 = \"Standard_A1_v2\",\n StandardA2V2 = \"Standard_A2_v2\",\n StandardA4V2 = \"Standard_A4_v2\",\n StandardA8V2 = \"Standard_A8_v2\",\n StandardA2MV2 = \"Standard_A2m_v2\",\n StandardA4MV2 = \"Standard_A4m_v2\",\n StandardA8MV2 = \"Standard_A8m_v2\",\n StandardD1 = \"Standard_D1\",\n StandardD2 = \"Standard_D2\",\n StandardD3 = \"Standard_D3\",\n StandardD4 = \"Standard_D4\",\n StandardD11 = \"Standard_D11\",\n StandardD12 = \"Standard_D12\",\n StandardD13 = \"Standard_D13\",\n StandardD14 = \"Standard_D14\",\n StandardD1V2 = \"Standard_D1_v2\",\n StandardD2V2 = \"Standard_D2_v2\",\n StandardD3V2 = \"Standard_D3_v2\",\n StandardD4V2 = \"Standard_D4_v2\",\n StandardD5V2 = \"Standard_D5_v2\",\n StandardD11V2 = \"Standard_D11_v2\",\n StandardD12V2 = \"Standard_D12_v2\",\n StandardD13V2 = \"Standard_D13_v2\",\n StandardD14V2 = \"Standard_D14_v2\",\n StandardD15V2 = \"Standard_D15_v2\",\n StandardDS1 = \"Standard_DS1\",\n StandardDS2 = \"Standard_DS2\",\n StandardDS3 = \"Standard_DS3\",\n StandardDS4 = \"Standard_DS4\",\n StandardDS11 = \"Standard_DS11\",\n StandardDS12 = \"Standard_DS12\",\n StandardDS13 = \"Standard_DS13\",\n StandardDS14 = \"Standard_DS14\",\n StandardDS1V2 = \"Standard_DS1_v2\",\n StandardDS2V2 = \"Standard_DS2_v2\",\n StandardDS3V2 = \"Standard_DS3_v2\",\n StandardDS4V2 = \"Standard_DS4_v2\",\n StandardDS5V2 = \"Standard_DS5_v2\",\n StandardDS11V2 = \"Standard_DS11_v2\",\n StandardDS12V2 = \"Standard_DS12_v2\",\n StandardDS13V2 = \"Standard_DS13_v2\",\n StandardDS14V2 = \"Standard_DS14_v2\",\n StandardDS15V2 = \"Standard_DS15_v2\",\n StandardF1 = \"Standard_F1\",\n StandardF2 = \"Standard_F2\",\n StandardF4 = \"Standard_F4\",\n StandardF8 = \"Standard_F8\",\n StandardF16 = \"Standard_F16\",\n StandardF1S = \"Standard_F1s\",\n StandardF2S = \"Standard_F2s\",\n StandardF4S = \"Standard_F4s\",\n StandardF8S = \"Standard_F8s\",\n StandardF16S = \"Standard_F16s\",\n StandardG1 = \"Standard_G1\",\n StandardG2 = \"Standard_G2\",\n StandardG3 = \"Standard_G3\",\n StandardG4 = \"Standard_G4\",\n StandardG5 = \"Standard_G5\",\n StandardGS1 = \"Standard_GS1\",\n StandardGS2 = \"Standard_GS2\",\n StandardGS3 = \"Standard_GS3\",\n StandardGS4 = \"Standard_GS4\",\n StandardGS5 = \"Standard_GS5\",\n StandardH8 = \"Standard_H8\",\n StandardH16 = \"Standard_H16\",\n StandardH8M = \"Standard_H8m\",\n StandardH16M = \"Standard_H16m\",\n StandardH16R = \"Standard_H16r\",\n StandardH16Mr = \"Standard_H16mr\",\n StandardL4S = \"Standard_L4s\",\n StandardL8S = \"Standard_L8s\",\n StandardL16S = \"Standard_L16s\",\n StandardL32S = \"Standard_L32s\",\n StandardD2SV3 = \"Standard_D2s_v3\",\n StandardD4SV3 = \"Standard_D4s_v3\",\n StandardD8SV3 = \"Standard_D8s_v3\",\n StandardD16SV3 = \"Standard_D16s_v3\",\n StandardD32SV3 = \"Standard_D32s_v3\",\n StandardD64SV3 = \"Standard_D64s_v3\",\n StandardD2V3 = \"Standard_D2_v3\",\n StandardD4V3 = \"Standard_D4_v3\",\n StandardD8V3 = \"Standard_D8_v3\",\n StandardD16V3 = \"Standard_D16_v3\",\n StandardD32V3 = \"Standard_D32_v3\",\n StandardD64V3 = \"Standard_D64_v3\",\n StandardF2SV2 = \"Standard_F2s_v2\",\n StandardF4SV2 = \"Standard_F4s_v2\",\n StandardF8SV2 = \"Standard_F8s_v2\",\n StandardF16SV2 = \"Standard_F16s_v2\",\n StandardF32SV2 = \"Standard_F32s_v2\",\n StandardF64SV2 = \"Standard_F64s_v2\",\n StandardF72SV2 = \"Standard_F72s_v2\",\n StandardE2V3 = \"Standard_E2_v3\",\n StandardE4V3 = \"Standard_E4_v3\",\n StandardE8V3 = \"Standard_E8_v3\",\n StandardE16V3 = \"Standard_E16_v3\",\n StandardE32V3 = \"Standard_E32_v3\",\n StandardE64V3 = \"Standard_E64_v3\",\n StandardE2SV3 = \"Standard_E2s_v3\",\n StandardE4SV3 = \"Standard_E4s_v3\",\n StandardE8SV3 = \"Standard_E8s_v3\",\n StandardE16SV3 = \"Standard_E16s_v3\",\n StandardE32SV3 = \"Standard_E32s_v3\",\n StandardE64SV3 = \"Standard_E64s_v3\",\n StandardM64S = \"Standard_M64s\",\n StandardM64Ms = \"Standard_M64ms\",\n StandardM128S = \"Standard_M128s\",\n StandardM128Ms = \"Standard_M128ms\"\n}\n\n/**\n * Defines values for AzureVmSize. \\\n * {@link KnownAzureVmSize} can be used interchangeably with AzureVmSize,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Basic_A0** \\\n * **Basic_A1** \\\n * **Basic_A2** \\\n * **Basic_A3** \\\n * **Basic_A4** \\\n * **Standard_A0** \\\n * **Standard_A1** \\\n * **Standard_A2** \\\n * **Standard_A3** \\\n * **Standard_A4** \\\n * **Standard_A5** \\\n * **Standard_A6** \\\n * **Standard_A7** \\\n * **Standard_A8** \\\n * **Standard_A9** \\\n * **Standard_A10** \\\n * **Standard_A11** \\\n * **Standard_A1_v2** \\\n * **Standard_A2_v2** \\\n * **Standard_A4_v2** \\\n * **Standard_A8_v2** \\\n * **Standard_A2m_v2** \\\n * **Standard_A4m_v2** \\\n * **Standard_A8m_v2** \\\n * **Standard_D1** \\\n * **Standard_D2** \\\n * **Standard_D3** \\\n * **Standard_D4** \\\n * **Standard_D11** \\\n * **Standard_D12** \\\n * **Standard_D13** \\\n * **Standard_D14** \\\n * **Standard_D1_v2** \\\n * **Standard_D2_v2** \\\n * **Standard_D3_v2** \\\n * **Standard_D4_v2** \\\n * **Standard_D5_v2** \\\n * **Standard_D11_v2** \\\n * **Standard_D12_v2** \\\n * **Standard_D13_v2** \\\n * **Standard_D14_v2** \\\n * **Standard_D15_v2** \\\n * **Standard_DS1** \\\n * **Standard_DS2** \\\n * **Standard_DS3** \\\n * **Standard_DS4** \\\n * **Standard_DS11** \\\n * **Standard_DS12** \\\n * **Standard_DS13** \\\n * **Standard_DS14** \\\n * **Standard_DS1_v2** \\\n * **Standard_DS2_v2** \\\n * **Standard_DS3_v2** \\\n * **Standard_DS4_v2** \\\n * **Standard_DS5_v2** \\\n * **Standard_DS11_v2** \\\n * **Standard_DS12_v2** \\\n * **Standard_DS13_v2** \\\n * **Standard_DS14_v2** \\\n * **Standard_DS15_v2** \\\n * **Standard_F1** \\\n * **Standard_F2** \\\n * **Standard_F4** \\\n * **Standard_F8** \\\n * **Standard_F16** \\\n * **Standard_F1s** \\\n * **Standard_F2s** \\\n * **Standard_F4s** \\\n * **Standard_F8s** \\\n * **Standard_F16s** \\\n * **Standard_G1** \\\n * **Standard_G2** \\\n * **Standard_G3** \\\n * **Standard_G4** \\\n * **Standard_G5** \\\n * **Standard_GS1** \\\n * **Standard_GS2** \\\n * **Standard_GS3** \\\n * **Standard_GS4** \\\n * **Standard_GS5** \\\n * **Standard_H8** \\\n * **Standard_H16** \\\n * **Standard_H8m** \\\n * **Standard_H16m** \\\n * **Standard_H16r** \\\n * **Standard_H16mr** \\\n * **Standard_L4s** \\\n * **Standard_L8s** \\\n * **Standard_L16s** \\\n * **Standard_L32s** \\\n * **Standard_D2s_v3** \\\n * **Standard_D4s_v3** \\\n * **Standard_D8s_v3** \\\n * **Standard_D16s_v3** \\\n * **Standard_D32s_v3** \\\n * **Standard_D64s_v3** \\\n * **Standard_D2_v3** \\\n * **Standard_D4_v3** \\\n * **Standard_D8_v3** \\\n * **Standard_D16_v3** \\\n * **Standard_D32_v3** \\\n * **Standard_D64_v3** \\\n * **Standard_F2s_v2** \\\n * **Standard_F4s_v2** \\\n * **Standard_F8s_v2** \\\n * **Standard_F16s_v2** \\\n * **Standard_F32s_v2** \\\n * **Standard_F64s_v2** \\\n * **Standard_F72s_v2** \\\n * **Standard_E2_v3** \\\n * **Standard_E4_v3** \\\n * **Standard_E8_v3** \\\n * **Standard_E16_v3** \\\n * **Standard_E32_v3** \\\n * **Standard_E64_v3** \\\n * **Standard_E2s_v3** \\\n * **Standard_E4s_v3** \\\n * **Standard_E8s_v3** \\\n * **Standard_E16s_v3** \\\n * **Standard_E32s_v3** \\\n * **Standard_E64s_v3** \\\n * **Standard_M64s** \\\n * **Standard_M64ms** \\\n * **Standard_M128s** \\\n * **Standard_M128ms**\n */\nexport type AzureVmSize = string;\n\n/** Known values of {@link AzureVmSuitabilityExplanation} that the service accepts. */\nexport enum KnownAzureVmSuitabilityExplanation {\n Unknown = \"Unknown\",\n NotApplicable = \"NotApplicable\",\n GuestOperatingSystemArchitectureNotSupported = \"GuestOperatingSystemArchitectureNotSupported\",\n GuestOperatingSystemNotSupported = \"GuestOperatingSystemNotSupported\",\n BootTypeNotSupported = \"BootTypeNotSupported\",\n MoreDisksThanSupported = \"MoreDisksThanSupported\",\n NoSuitableVmSizeFound = \"NoSuitableVmSizeFound\",\n OneOrMoreDisksNotSuitable = \"OneOrMoreDisksNotSuitable\",\n OneOrMoreAdaptersNotSuitable = \"OneOrMoreAdaptersNotSuitable\",\n InternalErrorOccurredDuringComputeEvaluation = \"InternalErrorOccurredDuringComputeEvaluation\",\n InternalErrorOccurredDuringStorageEvaluation = \"InternalErrorOccurredDuringStorageEvaluation\",\n InternalErrorOccurredDuringNetworkEvaluation = \"InternalErrorOccurredDuringNetworkEvaluation\",\n NoVmSizeSupportsStoragePerformance = \"NoVmSizeSupportsStoragePerformance\",\n NoVmSizeSupportsNetworkPerformance = \"NoVmSizeSupportsNetworkPerformance\",\n NoVmSizeForSelectedPricingTier = \"NoVmSizeForSelectedPricingTier\",\n NoVmSizeForSelectedAzureLocation = \"NoVmSizeForSelectedAzureLocation\",\n CheckRedHatLinuxVersion = \"CheckRedHatLinuxVersion\",\n CheckOpenSuseLinuxVersion = \"CheckOpenSuseLinuxVersion\",\n CheckWindowsServer2008R2Version = \"CheckWindowsServer2008R2Version\",\n CheckCentOsVersion = \"CheckCentOsVersion\",\n CheckDebianLinuxVersion = \"CheckDebianLinuxVersion\",\n CheckSuseLinuxVersion = \"CheckSuseLinuxVersion\",\n CheckOracleLinuxVersion = \"CheckOracleLinuxVersion\",\n CheckUbuntuLinuxVersion = \"CheckUbuntuLinuxVersion\",\n CheckCoreOsLinuxVersion = \"CheckCoreOsLinuxVersion\",\n WindowsServerVersionConditionallySupported = \"WindowsServerVersionConditionallySupported\",\n NoGuestOperatingSystemConditionallySupported = \"NoGuestOperatingSystemConditionallySupported\",\n WindowsClientVersionsConditionallySupported = \"WindowsClientVersionsConditionallySupported\",\n BootTypeUnknown = \"BootTypeUnknown\",\n GuestOperatingSystemUnknown = \"GuestOperatingSystemUnknown\",\n WindowsServerVersionsSupportedWithCaveat = \"WindowsServerVersionsSupportedWithCaveat\",\n WindowsOSNoLongerUnderMSSupport = \"WindowsOSNoLongerUnderMSSupport\",\n EndorsedWithConditionsLinuxDistributions = \"EndorsedWithConditionsLinuxDistributions\",\n UnendorsedLinuxDistributions = \"UnendorsedLinuxDistributions\",\n NoVmSizeForStandardPricingTier = \"NoVmSizeForStandardPricingTier\",\n NoVmSizeForBasicPricingTier = \"NoVmSizeForBasicPricingTier\"\n}\n\n/**\n * Defines values for AzureVmSuitabilityExplanation. \\\n * {@link KnownAzureVmSuitabilityExplanation} can be used interchangeably with AzureVmSuitabilityExplanation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **NotApplicable** \\\n * **GuestOperatingSystemArchitectureNotSupported** \\\n * **GuestOperatingSystemNotSupported** \\\n * **BootTypeNotSupported** \\\n * **MoreDisksThanSupported** \\\n * **NoSuitableVmSizeFound** \\\n * **OneOrMoreDisksNotSuitable** \\\n * **OneOrMoreAdaptersNotSuitable** \\\n * **InternalErrorOccurredDuringComputeEvaluation** \\\n * **InternalErrorOccurredDuringStorageEvaluation** \\\n * **InternalErrorOccurredDuringNetworkEvaluation** \\\n * **NoVmSizeSupportsStoragePerformance** \\\n * **NoVmSizeSupportsNetworkPerformance** \\\n * **NoVmSizeForSelectedPricingTier** \\\n * **NoVmSizeForSelectedAzureLocation** \\\n * **CheckRedHatLinuxVersion** \\\n * **CheckOpenSuseLinuxVersion** \\\n * **CheckWindowsServer2008R2Version** \\\n * **CheckCentOsVersion** \\\n * **CheckDebianLinuxVersion** \\\n * **CheckSuseLinuxVersion** \\\n * **CheckOracleLinuxVersion** \\\n * **CheckUbuntuLinuxVersion** \\\n * **CheckCoreOsLinuxVersion** \\\n * **WindowsServerVersionConditionallySupported** \\\n * **NoGuestOperatingSystemConditionallySupported** \\\n * **WindowsClientVersionsConditionallySupported** \\\n * **BootTypeUnknown** \\\n * **GuestOperatingSystemUnknown** \\\n * **WindowsServerVersionsSupportedWithCaveat** \\\n * **WindowsOSNoLongerUnderMSSupport** \\\n * **EndorsedWithConditionsLinuxDistributions** \\\n * **UnendorsedLinuxDistributions** \\\n * **NoVmSizeForStandardPricingTier** \\\n * **NoVmSizeForBasicPricingTier**\n */\nexport type AzureVmSuitabilityExplanation = string;\n\n/** Known values of {@link AzureVmSuitabilityDetail} that the service accepts. */\nexport enum KnownAzureVmSuitabilityDetail {\n None = \"None\",\n RecommendedSizeHasLessNetworkAdapters = \"RecommendedSizeHasLessNetworkAdapters\",\n CannotReportComputeCost = \"CannotReportComputeCost\",\n CannotReportStorageCost = \"CannotReportStorageCost\",\n CannotReportBandwidthCosts = \"CannotReportBandwidthCosts\",\n PercentageOfCoresUtilizedMissing = \"PercentageOfCoresUtilizedMissing\",\n PercentageOfMemoryUtilizedMissing = \"PercentageOfMemoryUtilizedMissing\",\n PercentageOfCoresUtilizedOutOfRange = \"PercentageOfCoresUtilizedOutOfRange\",\n PercentageOfMemoryUtilizedOutOfRange = \"PercentageOfMemoryUtilizedOutOfRange\"\n}\n\n/**\n * Defines values for AzureVmSuitabilityDetail. \\\n * {@link KnownAzureVmSuitabilityDetail} can be used interchangeably with AzureVmSuitabilityDetail,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **RecommendedSizeHasLessNetworkAdapters** \\\n * **CannotReportComputeCost** \\\n * **CannotReportStorageCost** \\\n * **CannotReportBandwidthCosts** \\\n * **PercentageOfCoresUtilizedMissing** \\\n * **PercentageOfMemoryUtilizedMissing** \\\n * **PercentageOfCoresUtilizedOutOfRange** \\\n * **PercentageOfMemoryUtilizedOutOfRange**\n */\nexport type AzureVmSuitabilityDetail = string;\n\n/** Optional parameters. */\nexport interface ProjectsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ProjectsListBySubscriptionResponse = ProjectsListBySubscriptionHeaders &\n ProjectResultList;\n\n/** Optional parameters. */\nexport interface ProjectsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ProjectsListResponse = ProjectsListHeaders & ProjectResultList;\n\n/** Optional parameters. */\nexport interface ProjectsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ProjectsGetResponse = ProjectsGetHeaders & Project;\n\n/** Optional parameters. */\nexport interface ProjectsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** New or Updated project object. */\n project?: Project;\n}\n\n/** Contains response data for the create operation. */\nexport type ProjectsCreateResponse = ProjectsCreateHeaders & Project;\n\n/** Optional parameters. */\nexport interface ProjectsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Updated project object. */\n project?: Project;\n}\n\n/** Contains response data for the update operation. */\nexport type ProjectsUpdateResponse = ProjectsUpdateHeaders & Project;\n\n/** Optional parameters. */\nexport interface ProjectsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the delete operation. */\nexport type ProjectsDeleteResponse = ProjectsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface ProjectsAssessmentOptionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the assessmentOptions operation. */\nexport type ProjectsAssessmentOptionsResponse = ProjectsAssessmentOptionsHeaders &\n AssessmentOptions;\n\n/** Optional parameters. */\nexport interface ProjectsAssessmentOptionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the assessmentOptionsList operation. */\nexport type ProjectsAssessmentOptionsListResponse = ProjectsAssessmentOptionsListHeaders &\n AssessmentOptionsResultList;\n\n/** Optional parameters. */\nexport interface ProjectsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ProjectsListBySubscriptionNextResponse = ProjectsListBySubscriptionNextHeaders &\n ProjectResultList;\n\n/** Optional parameters. */\nexport interface ProjectsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ProjectsListNextResponse = ProjectsListNextHeaders &\n ProjectResultList;\n\n/** Optional parameters. */\nexport interface MachinesListByProjectOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProject operation. */\nexport type MachinesListByProjectResponse = MachinesListByProjectHeaders &\n MachineResultList;\n\n/** Optional parameters. */\nexport interface MachinesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MachinesGetResponse = MachinesGetHeaders & Machine;\n\n/** Optional parameters. */\nexport interface MachinesListByProjectNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProjectNext operation. */\nexport type MachinesListByProjectNextResponse = MachinesListByProjectNextHeaders &\n MachineResultList;\n\n/** Optional parameters. */\nexport interface GroupsListByProjectOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProject operation. */\nexport type GroupsListByProjectResponse = GroupsListByProjectHeaders &\n GroupResultList;\n\n/** Optional parameters. */\nexport interface GroupsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GroupsGetResponse = GroupsGetHeaders & Group;\n\n/** Optional parameters. */\nexport interface GroupsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** New or Updated Group object. */\n group?: Group;\n}\n\n/** Contains response data for the create operation. */\nexport type GroupsCreateResponse = GroupsCreateHeaders & Group;\n\n/** Optional parameters. */\nexport interface GroupsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the delete operation. */\nexport type GroupsDeleteResponse = GroupsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface GroupsUpdateMachinesOptionalParams\n extends coreClient.OperationOptions {\n /** Machines list to be added or removed from group. */\n groupUpdateProperties?: UpdateGroupBody;\n}\n\n/** Contains response data for the updateMachines operation. */\nexport type GroupsUpdateMachinesResponse = GroupsUpdateMachinesHeaders & Group;\n\n/** Optional parameters. */\nexport interface AssessmentsListByGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByGroup operation. */\nexport type AssessmentsListByGroupResponse = AssessmentsListByGroupHeaders &\n AssessmentResultList;\n\n/** Optional parameters. */\nexport interface AssessmentsListByProjectOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProject operation. */\nexport type AssessmentsListByProjectResponse = AssessmentsListByProjectHeaders &\n AssessmentResultList;\n\n/** Optional parameters. */\nexport interface AssessmentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AssessmentsGetResponse = AssessmentsGetHeaders & Assessment;\n\n/** Optional parameters. */\nexport interface AssessmentsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** New or Updated Assessment object. */\n assessment?: Assessment;\n}\n\n/** Contains response data for the create operation. */\nexport type AssessmentsCreateResponse = AssessmentsCreateHeaders & Assessment;\n\n/** Optional parameters. */\nexport interface AssessmentsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the delete operation. */\nexport type AssessmentsDeleteResponse = AssessmentsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface AssessmentsGetReportDownloadUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getReportDownloadUrl operation. */\nexport type AssessmentsGetReportDownloadUrlResponse = AssessmentsGetReportDownloadUrlHeaders &\n DownloadUrl;\n\n/** Optional parameters. */\nexport interface AssessedMachinesListByAssessmentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAssessment operation. */\nexport type AssessedMachinesListByAssessmentResponse = AssessedMachinesListByAssessmentHeaders &\n AssessedMachineResultList;\n\n/** Optional parameters. */\nexport interface AssessedMachinesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AssessedMachinesGetResponse = AssessedMachinesGetHeaders &\n AssessedMachine;\n\n/** Optional parameters. */\nexport interface AssessedMachinesListByAssessmentNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAssessmentNext operation. */\nexport type AssessedMachinesListByAssessmentNextResponse = AssessedMachinesListByAssessmentNextHeaders &\n AssessedMachineResultList;\n\n/** Optional parameters. */\nexport interface HyperVCollectorsListByProjectOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProject operation. */\nexport type HyperVCollectorsListByProjectResponse = HyperVCollectorsListByProjectHeaders &\n HyperVCollectorList;\n\n/** Optional parameters. */\nexport interface HyperVCollectorsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type HyperVCollectorsGetResponse = HyperVCollectorsGetHeaders &\n HyperVCollector;\n\n/** Optional parameters. */\nexport interface HyperVCollectorsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** New or Updated Hyper-V collector. */\n collectorBody?: HyperVCollector;\n}\n\n/** Contains response data for the create operation. */\nexport type HyperVCollectorsCreateResponse = HyperVCollectorsCreateHeaders &\n HyperVCollector;\n\n/** Optional parameters. */\nexport interface HyperVCollectorsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the delete operation. */\nexport type HyperVCollectorsDeleteResponse = HyperVCollectorsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface ServerCollectorsListByProjectOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProject operation. */\nexport type ServerCollectorsListByProjectResponse = ServerCollectorsListByProjectHeaders &\n ServerCollectorList;\n\n/** Optional parameters. */\nexport interface ServerCollectorsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ServerCollectorsGetResponse = ServerCollectorsGetHeaders &\n ServerCollector;\n\n/** Optional parameters. */\nexport interface ServerCollectorsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** New or Updated Server collector. */\n collectorBody?: ServerCollector;\n}\n\n/** Contains response data for the create operation. */\nexport type ServerCollectorsCreateResponse = ServerCollectorsCreateHeaders &\n ServerCollector;\n\n/** Optional parameters. */\nexport interface ServerCollectorsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the delete operation. */\nexport type ServerCollectorsDeleteResponse = ServerCollectorsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface VMwareCollectorsListByProjectOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProject operation. */\nexport type VMwareCollectorsListByProjectResponse = VMwareCollectorsListByProjectHeaders &\n VMwareCollectorList;\n\n/** Optional parameters. */\nexport interface VMwareCollectorsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VMwareCollectorsGetResponse = VMwareCollectorsGetHeaders &\n VMwareCollector;\n\n/** Optional parameters. */\nexport interface VMwareCollectorsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** New or Updated VMware collector. */\n collectorBody?: VMwareCollector;\n}\n\n/** Contains response data for the create operation. */\nexport type VMwareCollectorsCreateResponse = VMwareCollectorsCreateHeaders &\n VMwareCollector;\n\n/** Optional parameters. */\nexport interface VMwareCollectorsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the delete operation. */\nexport type VMwareCollectorsDeleteResponse = VMwareCollectorsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface ImportCollectorsListByProjectOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProject operation. */\nexport type ImportCollectorsListByProjectResponse = ImportCollectorsListByProjectHeaders &\n ImportCollectorList;\n\n/** Optional parameters. */\nexport interface ImportCollectorsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ImportCollectorsGetResponse = ImportCollectorsGetHeaders &\n ImportCollector;\n\n/** Optional parameters. */\nexport interface ImportCollectorsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** New or Updated Import collector. */\n collectorBody?: ImportCollector;\n}\n\n/** Contains response data for the create operation. */\nexport type ImportCollectorsCreateResponse = ImportCollectorsCreateHeaders &\n ImportCollector;\n\n/** Optional parameters. */\nexport interface ImportCollectorsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the delete operation. */\nexport type ImportCollectorsDeleteResponse = ImportCollectorsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionListByProjectOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProject operation. */\nexport type PrivateEndpointConnectionListByProjectResponse = PrivateEndpointConnectionListByProjectHeaders &\n PrivateEndpointConnectionCollection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionGetResponse = PrivateEndpointConnectionGetHeaders &\n PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** New or Updated Private Endpoint Connection object. */\n privateEndpointConnectionBody?: PrivateEndpointConnection;\n}\n\n/** Contains response data for the update operation. */\nexport type PrivateEndpointConnectionUpdateResponse = PrivateEndpointConnectionUpdateHeaders &\n PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the delete operation. */\nexport type PrivateEndpointConnectionDeleteResponse = PrivateEndpointConnectionDeleteHeaders;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourceGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkResourceGetResponse = PrivateLinkResourceGetHeaders &\n PrivateLinkResource;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourceListByProjectOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProject operation. */\nexport type PrivateLinkResourceListByProjectResponse = PrivateLinkResourceListByProjectHeaders &\n PrivateLinkResourceCollection;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationResultList;\n\n/** Optional parameters. */\nexport interface AzureMigrateV2OptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const ProjectResultList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectResultList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Project\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Project: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Project\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n eTag: {\n serializedName: \"eTag\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ProjectProperties\"\n }\n }\n }\n }\n};\n\nexport const ProjectProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectProperties\",\n modelProperties: {\n createdTimestamp: {\n serializedName: \"createdTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n updatedTimestamp: {\n serializedName: \"updatedTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n serviceEndpoint: {\n serializedName: \"serviceEndpoint\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n assessmentSolutionId: {\n serializedName: \"assessmentSolutionId\",\n type: {\n name: \"String\"\n }\n },\n projectStatus: {\n serializedName: \"projectStatus\",\n type: {\n name: \"String\"\n }\n },\n customerWorkspaceId: {\n serializedName: \"customerWorkspaceId\",\n type: {\n name: \"String\"\n }\n },\n customerWorkspaceLocation: {\n serializedName: \"customerWorkspaceLocation\",\n type: {\n name: \"String\"\n }\n },\n numberOfGroups: {\n serializedName: \"numberOfGroups\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n numberOfMachines: {\n serializedName: \"numberOfMachines\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n numberOfAssessments: {\n serializedName: \"numberOfAssessments\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n lastAssessmentTimestamp: {\n serializedName: \"lastAssessmentTimestamp\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n publicNetworkAccess: {\n serializedName: \"publicNetworkAccess\",\n type: {\n name: \"String\"\n }\n },\n privateEndpointConnections: {\n serializedName: \"privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n customerStorageAccountArmId: {\n serializedName: \"customerStorageAccountArmId\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n eTag: {\n serializedName: \"eTag\",\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionProperties\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n privateEndpoint: {\n serializedName: \"privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"ResourceId\"\n }\n },\n privateLinkServiceConnectionState: {\n serializedName: \"privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\"\n }\n }\n }\n }\n};\n\nexport const ResourceId: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceId\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CloudError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\"\n }\n }\n }\n }\n};\n\nexport const CloudErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AssessmentOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessmentOptions\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AssessmentOptionsProperties\"\n }\n }\n }\n }\n};\n\nexport const AssessmentOptionsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessmentOptionsProperties\",\n modelProperties: {\n vmFamilies: {\n serializedName: \"vmFamilies\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VmFamily\"\n }\n }\n }\n },\n reservedInstanceVmFamilies: {\n serializedName: \"reservedInstanceVmFamilies\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n reservedInstanceSupportedLocations: {\n serializedName: \"reservedInstanceSupportedLocations\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n reservedInstanceSupportedCurrencies: {\n serializedName: \"reservedInstanceSupportedCurrencies\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n reservedInstanceSupportedOffers: {\n serializedName: \"reservedInstanceSupportedOffers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const VmFamily: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VmFamily\",\n modelProperties: {\n familyName: {\n serializedName: \"familyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetLocations: {\n serializedName: \"targetLocations\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n category: {\n serializedName: \"category\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AssessmentOptionsResultList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessmentOptionsResultList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AssessmentOptions\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MachineResultList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineResultList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Machine\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Machine: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Machine\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n eTag: {\n serializedName: \"eTag\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MachineProperties\"\n }\n }\n }\n }\n};\n\nexport const MachineProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineProperties\",\n modelProperties: {\n bootType: {\n serializedName: \"bootType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n datacenterManagementServerArmId: {\n serializedName: \"datacenterManagementServerArmId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n discoveryMachineArmId: {\n serializedName: \"discoveryMachineArmId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n datacenterManagementServerName: {\n serializedName: \"datacenterManagementServerName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n megabytesOfMemory: {\n serializedName: \"megabytesOfMemory\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n numberOfCores: {\n serializedName: \"numberOfCores\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n operatingSystemType: {\n serializedName: \"operatingSystemType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operatingSystemName: {\n serializedName: \"operatingSystemName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operatingSystemVersion: {\n serializedName: \"operatingSystemVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n groups: {\n serializedName: \"groups\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n createdTimestamp: {\n serializedName: \"createdTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n updatedTimestamp: {\n serializedName: \"updatedTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n disks: {\n serializedName: \"disks\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"Disk\" } }\n }\n },\n networkAdapters: {\n serializedName: \"networkAdapters\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"NetworkAdapter\" } }\n }\n }\n }\n }\n};\n\nexport const Disk: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Disk\",\n modelProperties: {\n gigabytesAllocated: {\n serializedName: \"gigabytesAllocated\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkAdapter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkAdapter\",\n modelProperties: {\n macAddress: {\n serializedName: \"macAddress\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n ipAddresses: {\n serializedName: \"ipAddresses\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n displayName: {\n serializedName: \"displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GroupResultList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupResultList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Group\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Group: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Group\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n eTag: {\n serializedName: \"eTag\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GroupProperties\"\n }\n }\n }\n }\n};\n\nexport const GroupProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupProperties\",\n modelProperties: {\n groupStatus: {\n serializedName: \"groupStatus\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n machineCount: {\n serializedName: \"machineCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n assessments: {\n serializedName: \"assessments\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n areAssessmentsRunning: {\n serializedName: \"areAssessmentsRunning\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n createdTimestamp: {\n serializedName: \"createdTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n updatedTimestamp: {\n serializedName: \"updatedTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n groupType: {\n serializedName: \"groupType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UpdateGroupBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateGroupBody\",\n modelProperties: {\n eTag: {\n serializedName: \"eTag\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GroupBodyProperties\"\n }\n }\n }\n }\n};\n\nexport const GroupBodyProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupBodyProperties\",\n modelProperties: {\n operationType: {\n serializedName: \"operationType\",\n type: {\n name: \"String\"\n }\n },\n machines: {\n serializedName: \"machines\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AssessmentResultList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessmentResultList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Assessment\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Assessment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Assessment\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n eTag: {\n serializedName: \"eTag\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AssessmentProperties\"\n }\n }\n }\n }\n};\n\nexport const AssessmentProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessmentProperties\",\n modelProperties: {\n azureLocation: {\n serializedName: \"azureLocation\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n azureOfferCode: {\n serializedName: \"azureOfferCode\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n eaSubscriptionId: {\n serializedName: \"eaSubscriptionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n azurePricingTier: {\n serializedName: \"azurePricingTier\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n azureStorageRedundancy: {\n serializedName: \"azureStorageRedundancy\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n scalingFactor: {\n serializedName: \"scalingFactor\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n percentile: {\n serializedName: \"percentile\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n timeRange: {\n serializedName: \"timeRange\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n perfDataStartTime: {\n serializedName: \"perfDataStartTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n perfDataEndTime: {\n serializedName: \"perfDataEndTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n stage: {\n serializedName: \"stage\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n currency: {\n serializedName: \"currency\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n azureHybridUseBenefit: {\n serializedName: \"azureHybridUseBenefit\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n discountPercentage: {\n serializedName: \"discountPercentage\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n confidenceRatingInPercentage: {\n serializedName: \"confidenceRatingInPercentage\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"Number\"\n }\n },\n sizingCriterion: {\n serializedName: \"sizingCriterion\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n reservedInstance: {\n serializedName: \"reservedInstance\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n azureVmFamilies: {\n serializedName: \"azureVmFamilies\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n azureDiskType: {\n serializedName: \"azureDiskType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n vmUptime: {\n serializedName: \"vmUptime\",\n type: {\n name: \"Composite\",\n className: \"VmUptime\"\n }\n },\n pricesTimestamp: {\n serializedName: \"pricesTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n createdTimestamp: {\n serializedName: \"createdTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n updatedTimestamp: {\n serializedName: \"updatedTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n monthlyComputeCost: {\n serializedName: \"monthlyComputeCost\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n monthlyBandwidthCost: {\n serializedName: \"monthlyBandwidthCost\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n monthlyStorageCost: {\n serializedName: \"monthlyStorageCost\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n monthlyPremiumStorageCost: {\n serializedName: \"monthlyPremiumStorageCost\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n monthlyStandardSSDStorageCost: {\n serializedName: \"monthlyStandardSSDStorageCost\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n numberOfMachines: {\n serializedName: \"numberOfMachines\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const VmUptime: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VmUptime\",\n modelProperties: {\n daysPerMonth: {\n serializedName: \"daysPerMonth\",\n type: {\n name: \"Number\"\n }\n },\n hoursPerDay: {\n serializedName: \"hoursPerDay\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const DownloadUrl: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DownloadUrl\",\n modelProperties: {\n assessmentReportUrl: {\n serializedName: \"assessmentReportUrl\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n expirationTime: {\n serializedName: \"expirationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const AssessedMachineResultList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessedMachineResultList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AssessedMachine\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AssessedMachine: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessedMachine\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n eTag: {\n serializedName: \"eTag\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AssessedMachineProperties\"\n }\n }\n }\n }\n};\n\nexport const AssessedMachineProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessedMachineProperties\",\n modelProperties: {\n bootType: {\n serializedName: \"bootType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n datacenterMachineArmId: {\n serializedName: \"datacenterMachineArmId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n datacenterManagementServerArmId: {\n serializedName: \"datacenterManagementServerArmId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n datacenterManagementServerName: {\n serializedName: \"datacenterManagementServerName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n megabytesOfMemory: {\n serializedName: \"megabytesOfMemory\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n numberOfCores: {\n serializedName: \"numberOfCores\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n operatingSystemType: {\n serializedName: \"operatingSystemType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operatingSystemName: {\n serializedName: \"operatingSystemName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operatingSystemVersion: {\n serializedName: \"operatingSystemVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n monthlyBandwidthCost: {\n serializedName: \"monthlyBandwidthCost\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n monthlyStorageCost: {\n serializedName: \"monthlyStorageCost\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n monthlyPremiumStorageCost: {\n serializedName: \"monthlyPremiumStorageCost\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n monthlyStandardSSDStorageCost: {\n serializedName: \"monthlyStandardSSDStorageCost\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n confidenceRatingInPercentage: {\n serializedName: \"confidenceRatingInPercentage\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"Number\"\n }\n },\n disks: {\n serializedName: \"disks\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"AssessedDisk\" } }\n }\n },\n networkAdapters: {\n serializedName: \"networkAdapters\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"AssessedNetworkAdapter\" }\n }\n }\n },\n recommendedSize: {\n serializedName: \"recommendedSize\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n numberOfCoresForRecommendedSize: {\n serializedName: \"numberOfCoresForRecommendedSize\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n megabytesOfMemoryForRecommendedSize: {\n serializedName: \"megabytesOfMemoryForRecommendedSize\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n monthlyComputeCostForRecommendedSize: {\n serializedName: \"monthlyComputeCostForRecommendedSize\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n percentageCoresUtilization: {\n serializedName: \"percentageCoresUtilization\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n percentageMemoryUtilization: {\n serializedName: \"percentageMemoryUtilization\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n suitability: {\n serializedName: \"suitability\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n suitabilityExplanation: {\n serializedName: \"suitabilityExplanation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n suitabilityDetail: {\n serializedName: \"suitabilityDetail\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n createdTimestamp: {\n serializedName: \"createdTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n updatedTimestamp: {\n serializedName: \"updatedTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const AssessedDisk: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessedDisk\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n gigabytesProvisioned: {\n serializedName: \"gigabytesProvisioned\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n megabytesPerSecondOfRead: {\n serializedName: \"megabytesPerSecondOfRead\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n megabytesPerSecondOfWrite: {\n serializedName: \"megabytesPerSecondOfWrite\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n numberOfReadOperationsPerSecond: {\n serializedName: \"numberOfReadOperationsPerSecond\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n numberOfWriteOperationsPerSecond: {\n serializedName: \"numberOfWriteOperationsPerSecond\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n monthlyStorageCost: {\n serializedName: \"monthlyStorageCost\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n recommendedDiskType: {\n serializedName: \"recommendedDiskType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n recommendedDiskSize: {\n serializedName: \"recommendedDiskSize\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n gigabytesForRecommendedDiskSize: {\n serializedName: \"gigabytesForRecommendedDiskSize\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n suitability: {\n serializedName: \"suitability\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n suitabilityExplanation: {\n serializedName: \"suitabilityExplanation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n suitabilityDetail: {\n serializedName: \"suitabilityDetail\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AssessedNetworkAdapter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessedNetworkAdapter\",\n modelProperties: {\n macAddress: {\n serializedName: \"macAddress\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n ipAddresses: {\n serializedName: \"ipAddresses\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n displayName: {\n serializedName: \"displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n monthlyBandwidthCosts: {\n serializedName: \"monthlyBandwidthCosts\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n megabytesPerSecondReceived: {\n serializedName: \"megabytesPerSecondReceived\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n megabytesPerSecondTransmitted: {\n serializedName: \"megabytesPerSecondTransmitted\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n netGigabytesTransmittedPerMonth: {\n serializedName: \"netGigabytesTransmittedPerMonth\",\n type: {\n name: \"Number\"\n }\n },\n suitability: {\n serializedName: \"suitability\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n suitabilityExplanation: {\n serializedName: \"suitabilityExplanation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n suitabilityDetail: {\n serializedName: \"suitabilityDetail\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HyperVCollectorList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HyperVCollectorList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HyperVCollector\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const HyperVCollector: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HyperVCollector\",\n modelProperties: {\n eTag: {\n serializedName: \"eTag\",\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"CollectorProperties\"\n }\n }\n }\n }\n};\n\nexport const CollectorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CollectorProperties\",\n modelProperties: {\n discoverySiteId: {\n serializedName: \"discoverySiteId\",\n type: {\n name: \"String\"\n }\n },\n createdTimestamp: {\n serializedName: \"createdTimestamp\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n updatedTimestamp: {\n serializedName: \"updatedTimestamp\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n agentProperties: {\n serializedName: \"agentProperties\",\n type: {\n name: \"Composite\",\n className: \"CollectorAgentProperties\"\n }\n }\n }\n }\n};\n\nexport const CollectorAgentProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CollectorAgentProperties\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n lastHeartbeatUtc: {\n serializedName: \"lastHeartbeatUtc\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n spnDetails: {\n serializedName: \"spnDetails\",\n type: {\n name: \"Composite\",\n className: \"CollectorBodyAgentSpnProperties\"\n }\n }\n }\n }\n};\n\nexport const CollectorBodyAgentSpnProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CollectorBodyAgentSpnProperties\",\n modelProperties: {\n authority: {\n serializedName: \"authority\",\n type: {\n name: \"String\"\n }\n },\n applicationId: {\n serializedName: \"applicationId\",\n type: {\n name: \"String\"\n }\n },\n audience: {\n serializedName: \"audience\",\n type: {\n name: \"String\"\n }\n },\n objectId: {\n serializedName: \"objectId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServerCollectorList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerCollectorList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServerCollector\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ServerCollector: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerCollector\",\n modelProperties: {\n eTag: {\n serializedName: \"eTag\",\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"CollectorProperties\"\n }\n }\n }\n }\n};\n\nexport const VMwareCollectorList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VMwareCollectorList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VMwareCollector\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const VMwareCollector: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VMwareCollector\",\n modelProperties: {\n eTag: {\n serializedName: \"eTag\",\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"CollectorProperties\"\n }\n }\n }\n }\n};\n\nexport const ImportCollectorList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImportCollectorList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ImportCollector\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ImportCollector: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImportCollector\",\n modelProperties: {\n eTag: {\n serializedName: \"eTag\",\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ImportCollectorProperties\"\n }\n }\n }\n }\n};\n\nexport const ImportCollectorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImportCollectorProperties\",\n modelProperties: {\n discoverySiteId: {\n serializedName: \"discoverySiteId\",\n type: {\n name: \"String\"\n }\n },\n createdTimestamp: {\n serializedName: \"createdTimestamp\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n updatedTimestamp: {\n serializedName: \"updatedTimestamp\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceProperties\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceProperties\",\n modelProperties: {\n requiredMembers: {\n serializedName: \"requiredMembers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n requiredZoneNames: {\n serializedName: \"requiredZoneNames\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n groupId: {\n serializedName: \"groupId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourceCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationResultList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationResultList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProjectsListBySubscriptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectsListBySubscriptionHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProjectsListHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectsListHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProjectsGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectsGetHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProjectsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectsCreateHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProjectsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectsUpdateHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProjectsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectsDeleteHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProjectsAssessmentOptionsHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectsAssessmentOptionsHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProjectsAssessmentOptionsListHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectsAssessmentOptionsListHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProjectsListBySubscriptionNextHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectsListBySubscriptionNextHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProjectsListNextHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectsListNextHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MachinesListByProjectHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachinesListByProjectHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MachinesGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachinesGetHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MachinesListByProjectNextHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachinesListByProjectNextHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GroupsListByProjectHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupsListByProjectHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GroupsGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupsGetHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GroupsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupsCreateHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GroupsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupsDeleteHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GroupsUpdateMachinesHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupsUpdateMachinesHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AssessmentsListByGroupHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessmentsListByGroupHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AssessmentsListByProjectHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessmentsListByProjectHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AssessmentsGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessmentsGetHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AssessmentsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessmentsCreateHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AssessmentsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessmentsDeleteHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AssessmentsGetReportDownloadUrlHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessmentsGetReportDownloadUrlHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AssessedMachinesListByAssessmentHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessedMachinesListByAssessmentHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AssessedMachinesGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessedMachinesGetHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AssessedMachinesListByAssessmentNextHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessedMachinesListByAssessmentNextHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HyperVCollectorsListByProjectHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HyperVCollectorsListByProjectHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HyperVCollectorsGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HyperVCollectorsGetHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HyperVCollectorsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HyperVCollectorsCreateHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HyperVCollectorsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HyperVCollectorsDeleteHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServerCollectorsListByProjectHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerCollectorsListByProjectHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServerCollectorsGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerCollectorsGetHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServerCollectorsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerCollectorsCreateHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServerCollectorsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerCollectorsDeleteHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VMwareCollectorsListByProjectHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VMwareCollectorsListByProjectHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VMwareCollectorsGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VMwareCollectorsGetHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VMwareCollectorsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VMwareCollectorsCreateHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VMwareCollectorsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VMwareCollectorsDeleteHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ImportCollectorsListByProjectHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImportCollectorsListByProjectHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ImportCollectorsGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImportCollectorsGetHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ImportCollectorsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImportCollectorsCreateHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ImportCollectorsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImportCollectorsDeleteHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionListByProjectHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListByProjectHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionGetHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionUpdateHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionDeleteHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourceGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceGetHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourceListByProjectHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceListByProjectHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n Project as ProjectMapper,\n Group as GroupMapper,\n UpdateGroupBody as UpdateGroupBodyMapper,\n Assessment as AssessmentMapper,\n HyperVCollector as HyperVCollectorMapper,\n ServerCollector as ServerCollectorMapper,\n VMwareCollector as VMwareCollectorMapper,\n ImportCollector as ImportCollectorMapper,\n PrivateEndpointConnection as PrivateEndpointConnectionMapper\n} from \"../models/mappers\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2019-10-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const projectName: OperationURLParameter = {\n parameterPath: \"projectName\",\n mapper: {\n serializedName: \"projectName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const project: OperationParameter = {\n parameterPath: [\"options\", \"project\"],\n mapper: ProjectMapper\n};\n\nexport const assessmentOptionsName: OperationURLParameter = {\n parameterPath: \"assessmentOptionsName\",\n mapper: {\n serializedName: \"assessmentOptionsName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const machineName: OperationURLParameter = {\n parameterPath: \"machineName\",\n mapper: {\n serializedName: \"machineName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const groupName: OperationURLParameter = {\n parameterPath: \"groupName\",\n mapper: {\n serializedName: \"groupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const group: OperationParameter = {\n parameterPath: [\"options\", \"group\"],\n mapper: GroupMapper\n};\n\nexport const groupUpdateProperties: OperationParameter = {\n parameterPath: [\"options\", \"groupUpdateProperties\"],\n mapper: UpdateGroupBodyMapper\n};\n\nexport const assessmentName: OperationURLParameter = {\n parameterPath: \"assessmentName\",\n mapper: {\n serializedName: \"assessmentName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const assessment: OperationParameter = {\n parameterPath: [\"options\", \"assessment\"],\n mapper: AssessmentMapper\n};\n\nexport const assessedMachineName: OperationURLParameter = {\n parameterPath: \"assessedMachineName\",\n mapper: {\n serializedName: \"assessedMachineName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const hyperVCollectorName: OperationURLParameter = {\n parameterPath: \"hyperVCollectorName\",\n mapper: {\n serializedName: \"hyperVCollectorName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const collectorBody: OperationParameter = {\n parameterPath: [\"options\", \"collectorBody\"],\n mapper: HyperVCollectorMapper\n};\n\nexport const serverCollectorName: OperationURLParameter = {\n parameterPath: \"serverCollectorName\",\n mapper: {\n serializedName: \"serverCollectorName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const collectorBody1: OperationParameter = {\n parameterPath: [\"options\", \"collectorBody\"],\n mapper: ServerCollectorMapper\n};\n\nexport const vmWareCollectorName: OperationURLParameter = {\n parameterPath: \"vmWareCollectorName\",\n mapper: {\n serializedName: \"vmWareCollectorName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const collectorBody2: OperationParameter = {\n parameterPath: [\"options\", \"collectorBody\"],\n mapper: VMwareCollectorMapper\n};\n\nexport const importCollectorName: OperationURLParameter = {\n parameterPath: \"importCollectorName\",\n mapper: {\n serializedName: \"importCollectorName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const collectorBody3: OperationParameter = {\n parameterPath: [\"options\", \"collectorBody\"],\n mapper: ImportCollectorMapper\n};\n\nexport const privateEndpointConnectionName: OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n serializedName: \"privateEndpointConnectionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const privateEndpointConnectionBody: OperationParameter = {\n parameterPath: [\"options\", \"privateEndpointConnectionBody\"],\n mapper: PrivateEndpointConnectionMapper\n};\n\nexport const privateLinkResourceName: OperationURLParameter = {\n parameterPath: \"privateLinkResourceName\",\n mapper: {\n serializedName: \"privateLinkResourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Projects } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AzureMigrateV2 } from \"../azureMigrateV2\";\nimport {\n Project,\n ProjectsListBySubscriptionNextOptionalParams,\n ProjectsListBySubscriptionOptionalParams,\n ProjectsListNextOptionalParams,\n ProjectsListOptionalParams,\n AssessmentOptions,\n ProjectsAssessmentOptionsListOptionalParams,\n ProjectsListBySubscriptionResponse,\n ProjectsListResponse,\n ProjectsGetOptionalParams,\n ProjectsGetResponse,\n ProjectsCreateOptionalParams,\n ProjectsCreateResponse,\n ProjectsUpdateOptionalParams,\n ProjectsUpdateResponse,\n ProjectsDeleteOptionalParams,\n ProjectsDeleteResponse,\n ProjectsAssessmentOptionsOptionalParams,\n ProjectsAssessmentOptionsResponse,\n ProjectsAssessmentOptionsListResponse,\n ProjectsListBySubscriptionNextResponse,\n ProjectsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Projects operations. */\nexport class ProjectsImpl implements Projects {\n private readonly client: AzureMigrateV2;\n\n /**\n * Initialize a new instance of the class Projects class.\n * @param client Reference to the service client\n */\n constructor(client: AzureMigrateV2) {\n this.client = client;\n }\n\n /**\n * Get all the projects in the subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: ProjectsListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<Project> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listBySubscriptionPagingPage(options);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: ProjectsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<Project[]> {\n let result = await this._listBySubscription(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: ProjectsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<Project> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get all the projects in the resource group.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n options?: ProjectsListOptionalParams\n ): PagedAsyncIterableIterator<Project> {\n const iter = this.listPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(resourceGroupName, options);\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n options?: ProjectsListOptionalParams\n ): AsyncIterableIterator<Project[]> {\n let result = await this._list(resourceGroupName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n options?: ProjectsListOptionalParams\n ): AsyncIterableIterator<Project> {\n for await (const page of this.listPagingPage(resourceGroupName, options)) {\n yield* page;\n }\n }\n\n /**\n * Gets list of all available options for the properties of an assessment on a project.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param options The options parameters.\n */\n public listAssessmentOptionsList(\n resourceGroupName: string,\n projectName: string,\n options?: ProjectsAssessmentOptionsListOptionalParams\n ): PagedAsyncIterableIterator<AssessmentOptions> {\n const iter = this.assessmentOptionsListPagingAll(\n resourceGroupName,\n projectName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.assessmentOptionsListPagingPage(\n resourceGroupName,\n projectName,\n options\n );\n }\n };\n }\n\n private async *assessmentOptionsListPagingPage(\n resourceGroupName: string,\n projectName: string,\n options?: ProjectsAssessmentOptionsListOptionalParams\n ): AsyncIterableIterator<AssessmentOptions[]> {\n let result = await this._assessmentOptionsList(\n resourceGroupName,\n projectName,\n options\n );\n yield result.value || [];\n }\n\n private async *assessmentOptionsListPagingAll(\n resourceGroupName: string,\n projectName: string,\n options?: ProjectsAssessmentOptionsListOptionalParams\n ): AsyncIterableIterator<AssessmentOptions> {\n for await (const page of this.assessmentOptionsListPagingPage(\n resourceGroupName,\n projectName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get all the projects in the subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: ProjectsListBySubscriptionOptionalParams\n ): Promise<ProjectsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * Get all the projects in the resource group.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n options?: ProjectsListOptionalParams\n ): Promise<ProjectsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get the project with the specified name.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n projectName: string,\n options?: ProjectsGetOptionalParams\n ): Promise<ProjectsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create a project with specified name. If a project already exists, update it.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n projectName: string,\n options?: ProjectsCreateOptionalParams\n ): Promise<ProjectsCreateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, options },\n createOperationSpec\n );\n }\n\n /**\n * Update a project with specified name. Supports partial updates, for example only tags can be\n * provided.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n projectName: string,\n options?: ProjectsUpdateOptionalParams\n ): Promise<ProjectsUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, options },\n updateOperationSpec\n );\n }\n\n /**\n * Delete the project. Deleting non-existent project is a no-operation.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n projectName: string,\n options?: ProjectsDeleteOptionalParams\n ): Promise<ProjectsDeleteResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Get all available options for the properties of an assessment on a project.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param assessmentOptionsName Name of the assessment options. The only name accepted in default.\n * @param options The options parameters.\n */\n assessmentOptions(\n resourceGroupName: string,\n projectName: string,\n assessmentOptionsName: string,\n options?: ProjectsAssessmentOptionsOptionalParams\n ): Promise<ProjectsAssessmentOptionsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, assessmentOptionsName, options },\n assessmentOptionsOperationSpec\n );\n }\n\n /**\n * Gets list of all available options for the properties of an assessment on a project.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param options The options parameters.\n */\n private _assessmentOptionsList(\n resourceGroupName: string,\n projectName: string,\n options?: ProjectsAssessmentOptionsListOptionalParams\n ): Promise<ProjectsAssessmentOptionsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, options },\n assessmentOptionsListOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: ProjectsListBySubscriptionNextOptionalParams\n ): Promise<ProjectsListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n nextLink: string,\n options?: ProjectsListNextOptionalParams\n ): Promise<ProjectsListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Migrate/assessmentProjects\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProjectResultList,\n headersMapper: Mappers.ProjectsListBySubscriptionHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProjectResultList,\n headersMapper: Mappers.ProjectsListHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Project,\n headersMapper: Mappers.ProjectsGetHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Project,\n headersMapper: Mappers.ProjectsCreateHeaders\n },\n 201: {\n bodyMapper: Mappers.Project,\n headersMapper: Mappers.ProjectsCreateHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.project,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Project,\n headersMapper: Mappers.ProjectsUpdateHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.project,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.ProjectsDeleteHeaders\n },\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst assessmentOptionsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/assessmentOptions/{assessmentOptionsName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AssessmentOptions,\n headersMapper: Mappers.ProjectsAssessmentOptionsHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.assessmentOptionsName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst assessmentOptionsListOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/assessmentOptions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AssessmentOptionsResultList,\n headersMapper: Mappers.ProjectsAssessmentOptionsListHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProjectResultList,\n headersMapper: Mappers.ProjectsListBySubscriptionNextHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProjectResultList,\n headersMapper: Mappers.ProjectsListNextHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Machines } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AzureMigrateV2 } from \"../azureMigrateV2\";\nimport {\n Machine,\n MachinesListByProjectNextOptionalParams,\n MachinesListByProjectOptionalParams,\n MachinesListByProjectResponse,\n MachinesGetOptionalParams,\n MachinesGetResponse,\n MachinesListByProjectNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Machines operations. */\nexport class MachinesImpl implements Machines {\n private readonly client: AzureMigrateV2;\n\n /**\n * Initialize a new instance of the class Machines class.\n * @param client Reference to the service client\n */\n constructor(client: AzureMigrateV2) {\n this.client = client;\n }\n\n /**\n * Get data of all the machines available in the project. Returns a json array of objects of type\n * 'machine' defined in Models section.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param options The options parameters.\n */\n public listByProject(\n resourceGroupName: string,\n projectName: string,\n options?: MachinesListByProjectOptionalParams\n ): PagedAsyncIterableIterator<Machine> {\n const iter = this.listByProjectPagingAll(\n resourceGroupName,\n projectName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByProjectPagingPage(\n resourceGroupName,\n projectName,\n options\n );\n }\n };\n }\n\n private async *listByProjectPagingPage(\n resourceGroupName: string,\n projectName: string,\n options?: MachinesListByProjectOptionalParams\n ): AsyncIterableIterator<Machine[]> {\n let result = await this._listByProject(\n resourceGroupName,\n projectName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByProjectNext(\n resourceGroupName,\n projectName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByProjectPagingAll(\n resourceGroupName: string,\n projectName: string,\n options?: MachinesListByProjectOptionalParams\n ): AsyncIterableIterator<Machine> {\n for await (const page of this.listByProjectPagingPage(\n resourceGroupName,\n projectName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get data of all the machines available in the project. Returns a json array of objects of type\n * 'machine' defined in Models section.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param options The options parameters.\n */\n private _listByProject(\n resourceGroupName: string,\n projectName: string,\n options?: MachinesListByProjectOptionalParams\n ): Promise<MachinesListByProjectResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, options },\n listByProjectOperationSpec\n );\n }\n\n /**\n * Get the machine with the specified name. Returns a json object of type 'machine' defined in Models\n * section.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param machineName Unique name of a machine in private datacenter.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n projectName: string,\n machineName: string,\n options?: MachinesGetOptionalParams\n ): Promise<MachinesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, machineName, options },\n getOperationSpec\n );\n }\n\n /**\n * ListByProjectNext\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param nextLink The nextLink from the previous successful call to the ListByProject method.\n * @param options The options parameters.\n */\n private _listByProjectNext(\n resourceGroupName: string,\n projectName: string,\n nextLink: string,\n options?: MachinesListByProjectNextOptionalParams\n ): Promise<MachinesListByProjectNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, nextLink, options },\n listByProjectNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByProjectOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/machines\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MachineResultList,\n headersMapper: Mappers.MachinesListByProjectHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/machines/{machineName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Machine,\n headersMapper: Mappers.MachinesGetHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.machineName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByProjectNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MachineResultList,\n headersMapper: Mappers.MachinesListByProjectNextHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Groups } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AzureMigrateV2 } from \"../azureMigrateV2\";\nimport {\n Group,\n GroupsListByProjectOptionalParams,\n GroupsListByProjectResponse,\n GroupsGetOptionalParams,\n GroupsGetResponse,\n GroupsCreateOptionalParams,\n GroupsCreateResponse,\n GroupsDeleteOptionalParams,\n GroupsDeleteResponse,\n GroupsUpdateMachinesOptionalParams,\n GroupsUpdateMachinesResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Groups operations. */\nexport class GroupsImpl implements Groups {\n private readonly client: AzureMigrateV2;\n\n /**\n * Initialize a new instance of the class Groups class.\n * @param client Reference to the service client\n */\n constructor(client: AzureMigrateV2) {\n this.client = client;\n }\n\n /**\n * Get all groups created in the project. Returns a json array of objects of type 'group' as specified\n * in the Models section.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param options The options parameters.\n */\n public listByProject(\n resourceGroupName: string,\n projectName: string,\n options?: GroupsListByProjectOptionalParams\n ): PagedAsyncIterableIterator<Group> {\n const iter = this.listByProjectPagingAll(\n resourceGroupName,\n projectName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByProjectPagingPage(\n resourceGroupName,\n projectName,\n options\n );\n }\n };\n }\n\n private async *listByProjectPagingPage(\n resourceGroupName: string,\n projectName: string,\n options?: GroupsListByProjectOptionalParams\n ): AsyncIterableIterator<Group[]> {\n let result = await this._listByProject(\n resourceGroupName,\n projectName,\n options\n );\n yield result.value || [];\n }\n\n private async *listByProjectPagingAll(\n resourceGroupName: string,\n projectName: string,\n options?: GroupsListByProjectOptionalParams\n ): AsyncIterableIterator<Group> {\n for await (const page of this.listByProjectPagingPage(\n resourceGroupName,\n projectName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get all groups created in the project. Returns a json array of objects of type 'group' as specified\n * in the Models section.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param options The options parameters.\n */\n private _listByProject(\n resourceGroupName: string,\n projectName: string,\n options?: GroupsListByProjectOptionalParams\n ): Promise<GroupsListByProjectResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, options },\n listByProjectOperationSpec\n );\n }\n\n /**\n * Get information related to a specific group in the project. Returns a json object of type 'group' as\n * specified in the models section.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param groupName Unique name of a group within a project.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n options?: GroupsGetOptionalParams\n ): Promise<GroupsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, groupName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create a new group by sending a json object of type 'group' as given in Models section as part of\n * the Request Body. The group name in a project is unique.\n *\n * This operation is Idempotent.\n *\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param groupName Unique name of a group within a project.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n options?: GroupsCreateOptionalParams\n ): Promise<GroupsCreateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, groupName, options },\n createOperationSpec\n );\n }\n\n /**\n * Delete the group from the project. The machines remain in the project. Deleting a non-existent group\n * results in a no-operation.\n *\n * A group is an aggregation mechanism for machines in a project. Therefore, deleting group does not\n * delete machines in it.\n *\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param groupName Unique name of a group within a project.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n options?: GroupsDeleteOptionalParams\n ): Promise<GroupsDeleteResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, groupName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Update machines in group by adding or removing machines.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param groupName Unique name of a group within a project.\n * @param options The options parameters.\n */\n updateMachines(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n options?: GroupsUpdateMachinesOptionalParams\n ): Promise<GroupsUpdateMachinesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, groupName, options },\n updateMachinesOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByProjectOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GroupResultList,\n headersMapper: Mappers.GroupsListByProjectHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Group,\n headersMapper: Mappers.GroupsGetHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Group,\n headersMapper: Mappers.GroupsCreateHeaders\n },\n 201: {\n bodyMapper: Mappers.Group,\n headersMapper: Mappers.GroupsCreateHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.group,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.GroupsDeleteHeaders\n },\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateMachinesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/updateMachines\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.Group,\n headersMapper: Mappers.GroupsUpdateMachinesHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.groupUpdateProperties,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Assessments } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AzureMigrateV2 } from \"../azureMigrateV2\";\nimport {\n Assessment,\n AssessmentsListByGroupOptionalParams,\n AssessmentsListByProjectOptionalParams,\n AssessmentsListByGroupResponse,\n AssessmentsListByProjectResponse,\n AssessmentsGetOptionalParams,\n AssessmentsGetResponse,\n AssessmentsCreateOptionalParams,\n AssessmentsCreateResponse,\n AssessmentsDeleteOptionalParams,\n AssessmentsDeleteResponse,\n AssessmentsGetReportDownloadUrlOptionalParams,\n AssessmentsGetReportDownloadUrlResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Assessments operations. */\nexport class AssessmentsImpl implements Assessments {\n private readonly client: AzureMigrateV2;\n\n /**\n * Initialize a new instance of the class Assessments class.\n * @param client Reference to the service client\n */\n constructor(client: AzureMigrateV2) {\n this.client = client;\n }\n\n /**\n * Get all assessments created for the specified group.\n *\n * Returns a json array of objects of type 'assessment' as specified in Models section.\n *\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param groupName Unique name of a group within a project.\n * @param options The options parameters.\n */\n public listByGroup(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n options?: AssessmentsListByGroupOptionalParams\n ): PagedAsyncIterableIterator<Assessment> {\n const iter = this.listByGroupPagingAll(\n resourceGroupName,\n projectName,\n groupName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByGroupPagingPage(\n resourceGroupName,\n projectName,\n groupName,\n options\n );\n }\n };\n }\n\n private async *listByGroupPagingPage(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n options?: AssessmentsListByGroupOptionalParams\n ): AsyncIterableIterator<Assessment[]> {\n let result = await this._listByGroup(\n resourceGroupName,\n projectName,\n groupName,\n options\n );\n yield result.value || [];\n }\n\n private async *listByGroupPagingAll(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n options?: AssessmentsListByGroupOptionalParams\n ): AsyncIterableIterator<Assessment> {\n for await (const page of this.listByGroupPagingPage(\n resourceGroupName,\n projectName,\n groupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get all assessments created in the project.\n *\n * Returns a json array of objects of type 'assessment' as specified in Models section.\n *\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param options The options parameters.\n */\n public listByProject(\n resourceGroupName: string,\n projectName: string,\n options?: AssessmentsListByProjectOptionalParams\n ): PagedAsyncIterableIterator<Assessment> {\n const iter = this.listByProjectPagingAll(\n resourceGroupName,\n projectName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByProjectPagingPage(\n resourceGroupName,\n projectName,\n options\n );\n }\n };\n }\n\n private async *listByProjectPagingPage(\n resourceGroupName: string,\n projectName: string,\n options?: AssessmentsListByProjectOptionalParams\n ): AsyncIterableIterator<Assessment[]> {\n let result = await this._listByProject(\n resourceGroupName,\n projectName,\n options\n );\n yield result.value || [];\n }\n\n private async *listByProjectPagingAll(\n resourceGroupName: string,\n projectName: string,\n options?: AssessmentsListByProjectOptionalParams\n ): AsyncIterableIterator<Assessment> {\n for await (const page of this.listByProjectPagingPage(\n resourceGroupName,\n projectName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get all assessments created for the specified group.\n *\n * Returns a json array of objects of type 'assessment' as specified in Models section.\n *\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param groupName Unique name of a group within a project.\n * @param options The options parameters.\n */\n private _listByGroup(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n options?: AssessmentsListByGroupOptionalParams\n ): Promise<AssessmentsListByGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, groupName, options },\n listByGroupOperationSpec\n );\n }\n\n /**\n * Get all assessments created in the project.\n *\n * Returns a json array of objects of type 'assessment' as specified in Models section.\n *\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param options The options parameters.\n */\n private _listByProject(\n resourceGroupName: string,\n projectName: string,\n options?: AssessmentsListByProjectOptionalParams\n ): Promise<AssessmentsListByProjectResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, options },\n listByProjectOperationSpec\n );\n }\n\n /**\n * Get an existing assessment with the specified name. Returns a json object of type 'assessment' as\n * specified in Models section.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param groupName Unique name of a group within a project.\n * @param assessmentName Unique name of an assessment within a project.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n options?: AssessmentsGetOptionalParams\n ): Promise<AssessmentsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, groupName, assessmentName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create a new assessment with the given name and the specified settings. Since name of an assessment\n * in a project is a unique identifier, if an assessment with the name provided already exists, then\n * the existing assessment is updated.\n *\n * Any PUT operation, resulting in either create or update on an assessment, will cause the assessment\n * to go in a \"InProgress\" state. This will be indicated by the field 'computationState' on the\n * Assessment object. During this time no other PUT operation will be allowed on that assessment\n * object, nor will a Delete operation. Once the computation for the assessment is complete, the field\n * 'computationState' will be updated to 'Ready', and then other PUT or DELETE operations can happen on\n * the assessment.\n *\n * When assessment is under computation, any PUT will lead to a 400 - Bad Request error.\n *\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param groupName Unique name of a group within a project.\n * @param assessmentName Unique name of an assessment within a project.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n options?: AssessmentsCreateOptionalParams\n ): Promise<AssessmentsCreateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, groupName, assessmentName, options },\n createOperationSpec\n );\n }\n\n /**\n * Delete an assessment from the project. The machines remain in the assessment. Deleting a\n * non-existent assessment results in a no-operation.\n *\n * When an assessment is under computation, as indicated by the 'computationState' field, it cannot be\n * deleted. Any such attempt will return a 400 - Bad Request.\n *\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param groupName Unique name of a group within a project.\n * @param assessmentName Unique name of an assessment within a project.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n options?: AssessmentsDeleteOptionalParams\n ): Promise<AssessmentsDeleteResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, groupName, assessmentName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Get the URL for downloading the assessment in a report format.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param groupName Unique name of a group within a project.\n * @param assessmentName Unique name of an assessment within a project.\n * @param options The options parameters.\n */\n getReportDownloadUrl(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n options?: AssessmentsGetReportDownloadUrlOptionalParams\n ): Promise<AssessmentsGetReportDownloadUrlResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, groupName, assessmentName, options },\n getReportDownloadUrlOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/assessments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AssessmentResultList,\n headersMapper: Mappers.AssessmentsListByGroupHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByProjectOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/assessments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AssessmentResultList,\n headersMapper: Mappers.AssessmentsListByProjectHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/assessments/{assessmentName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Assessment,\n headersMapper: Mappers.AssessmentsGetHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/assessments/{assessmentName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Assessment,\n headersMapper: Mappers.AssessmentsCreateHeaders\n },\n 201: {\n bodyMapper: Mappers.Assessment,\n headersMapper: Mappers.AssessmentsCreateHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.assessment,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/assessments/{assessmentName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.AssessmentsDeleteHeaders\n },\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getReportDownloadUrlOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/assessments/{assessmentName}/downloadUrl\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.DownloadUrl,\n headersMapper: Mappers.AssessmentsGetReportDownloadUrlHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { AssessedMachines } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AzureMigrateV2 } from \"../azureMigrateV2\";\nimport {\n AssessedMachine,\n AssessedMachinesListByAssessmentNextOptionalParams,\n AssessedMachinesListByAssessmentOptionalParams,\n AssessedMachinesListByAssessmentResponse,\n AssessedMachinesGetOptionalParams,\n AssessedMachinesGetResponse,\n AssessedMachinesListByAssessmentNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AssessedMachines operations. */\nexport class AssessedMachinesImpl implements AssessedMachines {\n private readonly client: AzureMigrateV2;\n\n /**\n * Initialize a new instance of the class AssessedMachines class.\n * @param client Reference to the service client\n */\n constructor(client: AzureMigrateV2) {\n this.client = client;\n }\n\n /**\n * Get list of machines that assessed as part of the specified assessment. Returns a json array of\n * objects of type 'assessedMachine' as specified in the Models section.\n *\n * Whenever an assessment is created or updated, it goes under computation. During this phase, the\n * 'status' field of Assessment object reports 'Computing'.\n * During the period when the assessment is under computation, the list of assessed machines is empty\n * and no assessed machines are returned by this call.\n *\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param groupName Unique name of a group within a project.\n * @param assessmentName Unique name of an assessment within a project.\n * @param options The options parameters.\n */\n public listByAssessment(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n options?: AssessedMachinesListByAssessmentOptionalParams\n ): PagedAsyncIterableIterator<AssessedMachine> {\n const iter = this.listByAssessmentPagingAll(\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAssessmentPagingPage(\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n options\n );\n }\n };\n }\n\n private async *listByAssessmentPagingPage(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n options?: AssessedMachinesListByAssessmentOptionalParams\n ): AsyncIterableIterator<AssessedMachine[]> {\n let result = await this._listByAssessment(\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByAssessmentNext(\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByAssessmentPagingAll(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n options?: AssessedMachinesListByAssessmentOptionalParams\n ): AsyncIterableIterator<AssessedMachine> {\n for await (const page of this.listByAssessmentPagingPage(\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get list of machines that assessed as part of the specified assessment. Returns a json array of\n * objects of type 'assessedMachine' as specified in the Models section.\n *\n * Whenever an assessment is created or updated, it goes under computation. During this phase, the\n * 'status' field of Assessment object reports 'Computing'.\n * During the period when the assessment is under computation, the list of assessed machines is empty\n * and no assessed machines are returned by this call.\n *\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param groupName Unique name of a group within a project.\n * @param assessmentName Unique name of an assessment within a project.\n * @param options The options parameters.\n */\n private _listByAssessment(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n options?: AssessedMachinesListByAssessmentOptionalParams\n ): Promise<AssessedMachinesListByAssessmentResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, groupName, assessmentName, options },\n listByAssessmentOperationSpec\n );\n }\n\n /**\n * Get an assessed machine with its size & cost estimate that was evaluated in the specified\n * assessment.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param groupName Unique name of a group within a project.\n * @param assessmentName Unique name of an assessment within a project.\n * @param assessedMachineName Unique name of an assessed machine evaluated as part of an assessment.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n assessedMachineName: string,\n options?: AssessedMachinesGetOptionalParams\n ): Promise<AssessedMachinesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n assessedMachineName,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * ListByAssessmentNext\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param groupName Unique name of a group within a project.\n * @param assessmentName Unique name of an assessment within a project.\n * @param nextLink The nextLink from the previous successful call to the ListByAssessment method.\n * @param options The options parameters.\n */\n private _listByAssessmentNext(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n nextLink: string,\n options?: AssessedMachinesListByAssessmentNextOptionalParams\n ): Promise<AssessedMachinesListByAssessmentNextResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n nextLink,\n options\n },\n listByAssessmentNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByAssessmentOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/assessments/{assessmentName}/assessedMachines\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AssessedMachineResultList,\n headersMapper: Mappers.AssessedMachinesListByAssessmentHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/assessments/{assessmentName}/assessedMachines/{assessedMachineName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AssessedMachine,\n headersMapper: Mappers.AssessedMachinesGetHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName,\n Parameters.assessedMachineName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAssessmentNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AssessedMachineResultList,\n headersMapper: Mappers.AssessedMachinesListByAssessmentNextHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.nextLink,\n Parameters.groupName,\n Parameters.assessmentName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { HyperVCollectors } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AzureMigrateV2 } from \"../azureMigrateV2\";\nimport {\n HyperVCollector,\n HyperVCollectorsListByProjectOptionalParams,\n HyperVCollectorsListByProjectResponse,\n HyperVCollectorsGetOptionalParams,\n HyperVCollectorsGetResponse,\n HyperVCollectorsCreateOptionalParams,\n HyperVCollectorsCreateResponse,\n HyperVCollectorsDeleteOptionalParams,\n HyperVCollectorsDeleteResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing HyperVCollectors operations. */\nexport class HyperVCollectorsImpl implements HyperVCollectors {\n private readonly client: AzureMigrateV2;\n\n /**\n * Initialize a new instance of the class HyperVCollectors class.\n * @param client Reference to the service client\n */\n constructor(client: AzureMigrateV2) {\n this.client = client;\n }\n\n /**\n * Get a list of Hyper-V collector.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param options The options parameters.\n */\n public listByProject(\n resourceGroupName: string,\n projectName: string,\n options?: HyperVCollectorsListByProjectOptionalParams\n ): PagedAsyncIterableIterator<HyperVCollector> {\n const iter = this.listByProjectPagingAll(\n resourceGroupName,\n projectName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByProjectPagingPage(\n resourceGroupName,\n projectName,\n options\n );\n }\n };\n }\n\n private async *listByProjectPagingPage(\n resourceGroupName: string,\n projectName: string,\n options?: HyperVCollectorsListByProjectOptionalParams\n ): AsyncIterableIterator<HyperVCollector[]> {\n let result = await this._listByProject(\n resourceGroupName,\n projectName,\n options\n );\n yield result.value || [];\n }\n\n private async *listByProjectPagingAll(\n resourceGroupName: string,\n projectName: string,\n options?: HyperVCollectorsListByProjectOptionalParams\n ): AsyncIterableIterator<HyperVCollector> {\n for await (const page of this.listByProjectPagingPage(\n resourceGroupName,\n projectName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get a list of Hyper-V collector.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param options The options parameters.\n */\n private _listByProject(\n resourceGroupName: string,\n projectName: string,\n options?: HyperVCollectorsListByProjectOptionalParams\n ): Promise<HyperVCollectorsListByProjectResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, options },\n listByProjectOperationSpec\n );\n }\n\n /**\n * Get a Hyper-V collector.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param hyperVCollectorName Unique name of a Hyper-V collector within a project.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n projectName: string,\n hyperVCollectorName: string,\n options?: HyperVCollectorsGetOptionalParams\n ): Promise<HyperVCollectorsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, hyperVCollectorName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or Update Hyper-V collector\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param hyperVCollectorName Unique name of a Hyper-V collector within a project.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n projectName: string,\n hyperVCollectorName: string,\n options?: HyperVCollectorsCreateOptionalParams\n ): Promise<HyperVCollectorsCreateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, hyperVCollectorName, options },\n createOperationSpec\n );\n }\n\n /**\n * Delete a Hyper-V collector from the project.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param hyperVCollectorName Unique name of a Hyper-V collector within a project.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n projectName: string,\n hyperVCollectorName: string,\n options?: HyperVCollectorsDeleteOptionalParams\n ): Promise<HyperVCollectorsDeleteResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, hyperVCollectorName, options },\n deleteOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByProjectOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/hypervcollectors\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.HyperVCollectorList,\n headersMapper: Mappers.HyperVCollectorsListByProjectHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/hypervcollectors/{hyperVCollectorName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.HyperVCollector,\n headersMapper: Mappers.HyperVCollectorsGetHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.hyperVCollectorName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/hypervcollectors/{hyperVCollectorName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.HyperVCollector,\n headersMapper: Mappers.HyperVCollectorsCreateHeaders\n },\n 201: {\n bodyMapper: Mappers.HyperVCollector,\n headersMapper: Mappers.HyperVCollectorsCreateHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.collectorBody,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.hyperVCollectorName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/hypervcollectors/{hyperVCollectorName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.HyperVCollectorsDeleteHeaders\n },\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.hyperVCollectorName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { ServerCollectors } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AzureMigrateV2 } from \"../azureMigrateV2\";\nimport {\n ServerCollector,\n ServerCollectorsListByProjectOptionalParams,\n ServerCollectorsListByProjectResponse,\n ServerCollectorsGetOptionalParams,\n ServerCollectorsGetResponse,\n ServerCollectorsCreateOptionalParams,\n ServerCollectorsCreateResponse,\n ServerCollectorsDeleteOptionalParams,\n ServerCollectorsDeleteResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ServerCollectors operations. */\nexport class ServerCollectorsImpl implements ServerCollectors {\n private readonly client: AzureMigrateV2;\n\n /**\n * Initialize a new instance of the class ServerCollectors class.\n * @param client Reference to the service client\n */\n constructor(client: AzureMigrateV2) {\n this.client = client;\n }\n\n /**\n * Get a list of Server collector.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param options The options parameters.\n */\n public listByProject(\n resourceGroupName: string,\n projectName: string,\n options?: ServerCollectorsListByProjectOptionalParams\n ): PagedAsyncIterableIterator<ServerCollector> {\n const iter = this.listByProjectPagingAll(\n resourceGroupName,\n projectName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByProjectPagingPage(\n resourceGroupName,\n projectName,\n options\n );\n }\n };\n }\n\n private async *listByProjectPagingPage(\n resourceGroupName: string,\n projectName: string,\n options?: ServerCollectorsListByProjectOptionalParams\n ): AsyncIterableIterator<ServerCollector[]> {\n let result = await this._listByProject(\n resourceGroupName,\n projectName,\n options\n );\n yield result.value || [];\n }\n\n private async *listByProjectPagingAll(\n resourceGroupName: string,\n projectName: string,\n options?: ServerCollectorsListByProjectOptionalParams\n ): AsyncIterableIterator<ServerCollector> {\n for await (const page of this.listByProjectPagingPage(\n resourceGroupName,\n projectName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get a list of Server collector.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param options The options parameters.\n */\n private _listByProject(\n resourceGroupName: string,\n projectName: string,\n options?: ServerCollectorsListByProjectOptionalParams\n ): Promise<ServerCollectorsListByProjectResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, options },\n listByProjectOperationSpec\n );\n }\n\n /**\n * Get a Server collector.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param serverCollectorName Unique name of a Server collector within a project.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n projectName: string,\n serverCollectorName: string,\n options?: ServerCollectorsGetOptionalParams\n ): Promise<ServerCollectorsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, serverCollectorName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or Update Server collector\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param serverCollectorName Unique name of a Server collector within a project.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n projectName: string,\n serverCollectorName: string,\n options?: ServerCollectorsCreateOptionalParams\n ): Promise<ServerCollectorsCreateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, serverCollectorName, options },\n createOperationSpec\n );\n }\n\n /**\n * Delete a Server collector from the project.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param serverCollectorName Unique name of a Server collector within a project.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n projectName: string,\n serverCollectorName: string,\n options?: ServerCollectorsDeleteOptionalParams\n ): Promise<ServerCollectorsDeleteResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, serverCollectorName, options },\n deleteOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByProjectOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/servercollectors\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServerCollectorList,\n headersMapper: Mappers.ServerCollectorsListByProjectHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/servercollectors/{serverCollectorName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServerCollector,\n headersMapper: Mappers.ServerCollectorsGetHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.serverCollectorName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/servercollectors/{serverCollectorName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServerCollector,\n headersMapper: Mappers.ServerCollectorsCreateHeaders\n },\n 201: {\n bodyMapper: Mappers.ServerCollector,\n headersMapper: Mappers.ServerCollectorsCreateHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.collectorBody1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.serverCollectorName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/servercollectors/{serverCollectorName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.ServerCollectorsDeleteHeaders\n },\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.serverCollectorName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { VMwareCollectors } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AzureMigrateV2 } from \"../azureMigrateV2\";\nimport {\n VMwareCollector,\n VMwareCollectorsListByProjectOptionalParams,\n VMwareCollectorsListByProjectResponse,\n VMwareCollectorsGetOptionalParams,\n VMwareCollectorsGetResponse,\n VMwareCollectorsCreateOptionalParams,\n VMwareCollectorsCreateResponse,\n VMwareCollectorsDeleteOptionalParams,\n VMwareCollectorsDeleteResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing VMwareCollectors operations. */\nexport class VMwareCollectorsImpl implements VMwareCollectors {\n private readonly client: AzureMigrateV2;\n\n /**\n * Initialize a new instance of the class VMwareCollectors class.\n * @param client Reference to the service client\n */\n constructor(client: AzureMigrateV2) {\n this.client = client;\n }\n\n /**\n * Get a list of VMware collector.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param options The options parameters.\n */\n public listByProject(\n resourceGroupName: string,\n projectName: string,\n options?: VMwareCollectorsListByProjectOptionalParams\n ): PagedAsyncIterableIterator<VMwareCollector> {\n const iter = this.listByProjectPagingAll(\n resourceGroupName,\n projectName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByProjectPagingPage(\n resourceGroupName,\n projectName,\n options\n );\n }\n };\n }\n\n private async *listByProjectPagingPage(\n resourceGroupName: string,\n projectName: string,\n options?: VMwareCollectorsListByProjectOptionalParams\n ): AsyncIterableIterator<VMwareCollector[]> {\n let result = await this._listByProject(\n resourceGroupName,\n projectName,\n options\n );\n yield result.value || [];\n }\n\n private async *listByProjectPagingAll(\n resourceGroupName: string,\n projectName: string,\n options?: VMwareCollectorsListByProjectOptionalParams\n ): AsyncIterableIterator<VMwareCollector> {\n for await (const page of this.listByProjectPagingPage(\n resourceGroupName,\n projectName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get a list of VMware collector.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param options The options parameters.\n */\n private _listByProject(\n resourceGroupName: string,\n projectName: string,\n options?: VMwareCollectorsListByProjectOptionalParams\n ): Promise<VMwareCollectorsListByProjectResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, options },\n listByProjectOperationSpec\n );\n }\n\n /**\n * Get a VMware collector.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param vmWareCollectorName Unique name of a VMware collector within a project.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n projectName: string,\n vmWareCollectorName: string,\n options?: VMwareCollectorsGetOptionalParams\n ): Promise<VMwareCollectorsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, vmWareCollectorName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or Update VMware collector\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param vmWareCollectorName Unique name of a VMware collector within a project.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n projectName: string,\n vmWareCollectorName: string,\n options?: VMwareCollectorsCreateOptionalParams\n ): Promise<VMwareCollectorsCreateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, vmWareCollectorName, options },\n createOperationSpec\n );\n }\n\n /**\n * Delete a VMware collector from the project.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param vmWareCollectorName Unique name of a VMware collector within a project.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n projectName: string,\n vmWareCollectorName: string,\n options?: VMwareCollectorsDeleteOptionalParams\n ): Promise<VMwareCollectorsDeleteResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, vmWareCollectorName, options },\n deleteOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByProjectOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/vmwarecollectors\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.VMwareCollectorList,\n headersMapper: Mappers.VMwareCollectorsListByProjectHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/vmwarecollectors/{vmWareCollectorName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.VMwareCollector,\n headersMapper: Mappers.VMwareCollectorsGetHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.vmWareCollectorName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/vmwarecollectors/{vmWareCollectorName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.VMwareCollector,\n headersMapper: Mappers.VMwareCollectorsCreateHeaders\n },\n 201: {\n bodyMapper: Mappers.VMwareCollector,\n headersMapper: Mappers.VMwareCollectorsCreateHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.collectorBody2,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.vmWareCollectorName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/vmwarecollectors/{vmWareCollectorName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.VMwareCollectorsDeleteHeaders\n },\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.vmWareCollectorName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { ImportCollectors } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AzureMigrateV2 } from \"../azureMigrateV2\";\nimport {\n ImportCollector,\n ImportCollectorsListByProjectOptionalParams,\n ImportCollectorsListByProjectResponse,\n ImportCollectorsGetOptionalParams,\n ImportCollectorsGetResponse,\n ImportCollectorsCreateOptionalParams,\n ImportCollectorsCreateResponse,\n ImportCollectorsDeleteOptionalParams,\n ImportCollectorsDeleteResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ImportCollectors operations. */\nexport class ImportCollectorsImpl implements ImportCollectors {\n private readonly client: AzureMigrateV2;\n\n /**\n * Initialize a new instance of the class ImportCollectors class.\n * @param client Reference to the service client\n */\n constructor(client: AzureMigrateV2) {\n this.client = client;\n }\n\n /**\n * Get a list of Import collector.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param options The options parameters.\n */\n public listByProject(\n resourceGroupName: string,\n projectName: string,\n options?: ImportCollectorsListByProjectOptionalParams\n ): PagedAsyncIterableIterator<ImportCollector> {\n const iter = this.listByProjectPagingAll(\n resourceGroupName,\n projectName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByProjectPagingPage(\n resourceGroupName,\n projectName,\n options\n );\n }\n };\n }\n\n private async *listByProjectPagingPage(\n resourceGroupName: string,\n projectName: string,\n options?: ImportCollectorsListByProjectOptionalParams\n ): AsyncIterableIterator<ImportCollector[]> {\n let result = await this._listByProject(\n resourceGroupName,\n projectName,\n options\n );\n yield result.value || [];\n }\n\n private async *listByProjectPagingAll(\n resourceGroupName: string,\n projectName: string,\n options?: ImportCollectorsListByProjectOptionalParams\n ): AsyncIterableIterator<ImportCollector> {\n for await (const page of this.listByProjectPagingPage(\n resourceGroupName,\n projectName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get a list of Import collector.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param options The options parameters.\n */\n private _listByProject(\n resourceGroupName: string,\n projectName: string,\n options?: ImportCollectorsListByProjectOptionalParams\n ): Promise<ImportCollectorsListByProjectResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, options },\n listByProjectOperationSpec\n );\n }\n\n /**\n * Get a Import collector.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param importCollectorName Unique name of a Import collector within a project.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n projectName: string,\n importCollectorName: string,\n options?: ImportCollectorsGetOptionalParams\n ): Promise<ImportCollectorsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, importCollectorName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or Update Import collector\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param importCollectorName Unique name of a Import collector within a project.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n projectName: string,\n importCollectorName: string,\n options?: ImportCollectorsCreateOptionalParams\n ): Promise<ImportCollectorsCreateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, importCollectorName, options },\n createOperationSpec\n );\n }\n\n /**\n * Delete a Import collector from the project.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param importCollectorName Unique name of a Import collector within a project.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n projectName: string,\n importCollectorName: string,\n options?: ImportCollectorsDeleteOptionalParams\n ): Promise<ImportCollectorsDeleteResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, importCollectorName, options },\n deleteOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByProjectOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/importcollectors\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ImportCollectorList,\n headersMapper: Mappers.ImportCollectorsListByProjectHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/importcollectors/{importCollectorName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ImportCollector,\n headersMapper: Mappers.ImportCollectorsGetHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.importCollectorName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/importcollectors/{importCollectorName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ImportCollector,\n headersMapper: Mappers.ImportCollectorsCreateHeaders\n },\n 201: {\n bodyMapper: Mappers.ImportCollector,\n headersMapper: Mappers.ImportCollectorsCreateHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.collectorBody3,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.importCollectorName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/importcollectors/{importCollectorName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.ImportCollectorsDeleteHeaders\n },\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.importCollectorName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PrivateEndpointConnectionOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AzureMigrateV2 } from \"../azureMigrateV2\";\nimport {\n PrivateEndpointConnectionListByProjectOptionalParams,\n PrivateEndpointConnectionListByProjectResponse,\n PrivateEndpointConnectionGetOptionalParams,\n PrivateEndpointConnectionGetResponse,\n PrivateEndpointConnectionUpdateOptionalParams,\n PrivateEndpointConnectionUpdateResponse,\n PrivateEndpointConnectionDeleteOptionalParams,\n PrivateEndpointConnectionDeleteResponse\n} from \"../models\";\n\n/** Class containing PrivateEndpointConnectionOperations operations. */\nexport class PrivateEndpointConnectionOperationsImpl\n implements PrivateEndpointConnectionOperations {\n private readonly client: AzureMigrateV2;\n\n /**\n * Initialize a new instance of the class PrivateEndpointConnectionOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AzureMigrateV2) {\n this.client = client;\n }\n\n /**\n * Get all private endpoint connections in the project. Returns a json array of objects of type\n * 'privateEndpointConnections' as specified in the Models section.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param options The options parameters.\n */\n listByProject(\n resourceGroupName: string,\n projectName: string,\n options?: PrivateEndpointConnectionListByProjectOptionalParams\n ): Promise<PrivateEndpointConnectionListByProjectResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, options },\n listByProjectOperationSpec\n );\n }\n\n /**\n * Get information related to a specific private endpoint connection in the project. Returns a json\n * object of type 'privateEndpointConnections' as specified in the models section.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param privateEndpointConnectionName Unique name of a private endpoint connection within a project.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n projectName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionGetOptionalParams\n ): Promise<PrivateEndpointConnectionGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n projectName,\n privateEndpointConnectionName,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * Update a specific private endpoint connection in the project.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param privateEndpointConnectionName Unique name of a private endpoint connection within a project.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n projectName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionUpdateOptionalParams\n ): Promise<PrivateEndpointConnectionUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n projectName,\n privateEndpointConnectionName,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * Delete the private endpoint connection from the project. T.\n *\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param privateEndpointConnectionName Unique name of a private endpoint connection within a project.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n projectName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionDeleteOptionalParams\n ): Promise<PrivateEndpointConnectionDeleteResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n projectName,\n privateEndpointConnectionName,\n options\n },\n deleteOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByProjectOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentprojects/{projectName}/privateEndpointConnections\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionCollection,\n headersMapper: Mappers.PrivateEndpointConnectionListByProjectHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentprojects/{projectName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection,\n headersMapper: Mappers.PrivateEndpointConnectionGetHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.privateEndpointConnectionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentprojects/{projectName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection,\n headersMapper: Mappers.PrivateEndpointConnectionUpdateHeaders\n },\n 202: {\n bodyMapper: Mappers.PrivateEndpointConnection,\n headersMapper: Mappers.PrivateEndpointConnectionUpdateHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.privateEndpointConnectionBody,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.privateEndpointConnectionName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentprojects/{projectName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.PrivateEndpointConnectionDeleteHeaders\n },\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.privateEndpointConnectionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PrivateLinkResourceOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AzureMigrateV2 } from \"../azureMigrateV2\";\nimport {\n PrivateLinkResourceGetOptionalParams,\n PrivateLinkResourceGetResponse,\n PrivateLinkResourceListByProjectOptionalParams,\n PrivateLinkResourceListByProjectResponse\n} from \"../models\";\n\n/** Class containing PrivateLinkResourceOperations operations. */\nexport class PrivateLinkResourceOperationsImpl\n implements PrivateLinkResourceOperations {\n private readonly client: AzureMigrateV2;\n\n /**\n * Initialize a new instance of the class PrivateLinkResourceOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AzureMigrateV2) {\n this.client = client;\n }\n\n /**\n * Get information related to a specific private Link Resource in the project. Returns a json object of\n * type 'privateLinkResources' as specified in the models section.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param privateLinkResourceName Unique name of a private link resource within a project.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n projectName: string,\n privateLinkResourceName: string,\n options?: PrivateLinkResourceGetOptionalParams\n ): Promise<PrivateLinkResourceGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, privateLinkResourceName, options },\n getOperationSpec\n );\n }\n\n /**\n * Get all private link resources created in the project. Returns a json array of objects of type\n * 'privateLinkResources' as specified in the Models section.\n * @param resourceGroupName Name of the Azure Resource Group that project is part of.\n * @param projectName Name of the Azure Migrate project.\n * @param options The options parameters.\n */\n listByProject(\n resourceGroupName: string,\n projectName: string,\n options?: PrivateLinkResourceListByProjectOptionalParams\n ): Promise<PrivateLinkResourceListByProjectResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, options },\n listByProjectOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentprojects/{projectName}/privateLinkResources/{privateLinkResourceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResource,\n headersMapper: Mappers.PrivateLinkResourceGetHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.privateLinkResourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByProjectOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentprojects/{projectName}/privateLinkResources\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResourceCollection,\n headersMapper: Mappers.PrivateLinkResourceListByProjectHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AzureMigrateV2 } from \"../azureMigrateV2\";\nimport {\n Operation,\n OperationsListOptionalParams,\n OperationsListResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: AzureMigrateV2;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: AzureMigrateV2) {\n this.client = client;\n }\n\n /**\n * Get a list of REST API supported by Microsoft.Migrate provider.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation[]> {\n let result = await this._list(options);\n yield result.value || [];\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get a list of REST API supported by Microsoft.Migrate provider.\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Migrate/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationResultList\n }\n },\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n ProjectsImpl,\n MachinesImpl,\n GroupsImpl,\n AssessmentsImpl,\n AssessedMachinesImpl,\n HyperVCollectorsImpl,\n ServerCollectorsImpl,\n VMwareCollectorsImpl,\n ImportCollectorsImpl,\n PrivateEndpointConnectionOperationsImpl,\n PrivateLinkResourceOperationsImpl,\n OperationsImpl\n} from \"./operations\";\nimport {\n Projects,\n Machines,\n Groups,\n Assessments,\n AssessedMachines,\n HyperVCollectors,\n ServerCollectors,\n VMwareCollectors,\n ImportCollectors,\n PrivateEndpointConnectionOperations,\n PrivateLinkResourceOperations,\n Operations\n} from \"./operationsInterfaces\";\nimport { AzureMigrateV2OptionalParams } from \"./models\";\n\nexport class AzureMigrateV2 extends coreClient.ServiceClient {\n $host: string;\n subscriptionId: string;\n apiVersion: string;\n\n /**\n * Initializes a new instance of the AzureMigrateV2 class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId Azure Subscription Id in which project was created.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: AzureMigrateV2OptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: AzureMigrateV2OptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-migrate/2.0.0`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n if (!options.credentialScopes) {\n options.credentialScopes = [\"https://management.azure.com/.default\"];\n }\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n baseUri: options.endpoint || \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2019-10-01\";\n this.projects = new ProjectsImpl(this);\n this.machines = new MachinesImpl(this);\n this.groups = new GroupsImpl(this);\n this.assessments = new AssessmentsImpl(this);\n this.assessedMachines = new AssessedMachinesImpl(this);\n this.hyperVCollectors = new HyperVCollectorsImpl(this);\n this.serverCollectors = new ServerCollectorsImpl(this);\n this.vMwareCollectors = new VMwareCollectorsImpl(this);\n this.importCollectors = new ImportCollectorsImpl(this);\n this.privateEndpointConnectionOperations = new PrivateEndpointConnectionOperationsImpl(\n this\n );\n this.privateLinkResourceOperations = new PrivateLinkResourceOperationsImpl(\n this\n );\n this.operations = new OperationsImpl(this);\n }\n\n projects: Projects;\n machines: Machines;\n groups: Groups;\n assessments: Assessments;\n assessedMachines: AssessedMachines;\n hyperVCollectors: HyperVCollectors;\n serverCollectors: ServerCollectors;\n vMwareCollectors: VMwareCollectors;\n importCollectors: ImportCollectors;\n privateEndpointConnectionOperations: PrivateEndpointConnectionOperations;\n privateLinkResourceOperations: PrivateLinkResourceOperations;\n operations: Operations;\n}\n"],"names":["KnownProjectStatus","KnownPrivateEndpointConnectionPropertiesProvisioningState","KnownPrivateLinkServiceConnectionStateStatus","KnownProvisioningState","KnownMachineBootType","KnownGroupStatus","KnownGroupUpdateOperation","KnownAzureLocation","KnownAzureOfferCode","KnownAzurePricingTier","KnownAzureStorageRedundancy","KnownPercentile","KnownTimeRange","KnownAssessmentStage","KnownCurrency","KnownAzureHybridUseBenefit","KnownAssessmentSizingCriterion","KnownReservedInstance","KnownAzureVmFamily","KnownAzureDiskType","KnownAssessmentStatus","KnownAzureDiskSize","KnownCloudSuitability","KnownAzureDiskSuitabilityExplanation","KnownAzureDiskSuitabilityDetail","KnownAzureNetworkAdapterSuitabilityExplanation","KnownAzureNetworkAdapterSuitabilityDetail","KnownAzureVmSize","KnownAzureVmSuitabilityExplanation","KnownAzureVmSuitabilityDetail","ProjectMapper","GroupMapper","UpdateGroupBodyMapper","AssessmentMapper","HyperVCollectorMapper","ServerCollectorMapper","VMwareCollectorMapper","ImportCollectorMapper","PrivateEndpointConnectionMapper","__asyncValues","__asyncDelegator","coreClient.createSerializer","Mappers.ProjectResultList","Mappers.ProjectsListBySubscriptionHeaders","Mappers.CloudError","Parameters.apiVersion","Parameters.$host","Parameters.subscriptionId","Parameters.accept","Mappers.ProjectsListHeaders","Parameters.resourceGroupName","Mappers.Project","Mappers.ProjectsGetHeaders","Parameters.projectName","Mappers.ProjectsCreateHeaders","Parameters.project","Parameters.contentType","Mappers.ProjectsUpdateHeaders","Mappers.ProjectsDeleteHeaders","Mappers.AssessmentOptions","Mappers.ProjectsAssessmentOptionsHeaders","Parameters.assessmentOptionsName","Mappers.AssessmentOptionsResultList","Mappers.ProjectsAssessmentOptionsListHeaders","Mappers.ProjectsListBySubscriptionNextHeaders","Parameters.nextLink","Mappers.ProjectsListNextHeaders","getOperationSpec","serializer","Mappers.MachineResultList","Mappers.MachinesListByProjectHeaders","Mappers.Machine","Mappers.MachinesGetHeaders","Parameters.machineName","Mappers.MachinesListByProjectNextHeaders","listByProjectOperationSpec","createOperationSpec","deleteOperationSpec","Mappers.GroupResultList","Mappers.GroupsListByProjectHeaders","Mappers.Group","Mappers.GroupsGetHeaders","Parameters.groupName","Mappers.GroupsCreateHeaders","Parameters.group","Mappers.GroupsDeleteHeaders","Mappers.GroupsUpdateMachinesHeaders","Parameters.groupUpdateProperties","Mappers.AssessmentResultList","Mappers.AssessmentsListByGroupHeaders","Mappers.AssessmentsListByProjectHeaders","Mappers.Assessment","Mappers.AssessmentsGetHeaders","Parameters.assessmentName","Mappers.AssessmentsCreateHeaders","Parameters.assessment","Mappers.AssessmentsDeleteHeaders","Mappers.DownloadUrl","Mappers.AssessmentsGetReportDownloadUrlHeaders","Mappers.AssessedMachineResultList","Mappers.AssessedMachinesListByAssessmentHeaders","Mappers.AssessedMachine","Mappers.AssessedMachinesGetHeaders","Parameters.assessedMachineName","Mappers.AssessedMachinesListByAssessmentNextHeaders","Mappers.HyperVCollectorList","Mappers.HyperVCollectorsListByProjectHeaders","Mappers.HyperVCollector","Mappers.HyperVCollectorsGetHeaders","Parameters.hyperVCollectorName","Mappers.HyperVCollectorsCreateHeaders","Parameters.collectorBody","Mappers.HyperVCollectorsDeleteHeaders","Mappers.ServerCollectorList","Mappers.ServerCollectorsListByProjectHeaders","Mappers.ServerCollector","Mappers.ServerCollectorsGetHeaders","Parameters.serverCollectorName","Mappers.ServerCollectorsCreateHeaders","Parameters.collectorBody1","Mappers.ServerCollectorsDeleteHeaders","Mappers.VMwareCollectorList","Mappers.VMwareCollectorsListByProjectHeaders","Mappers.VMwareCollector","Mappers.VMwareCollectorsGetHeaders","Parameters.vmWareCollectorName","Mappers.VMwareCollectorsCreateHeaders","Parameters.collectorBody2","Mappers.VMwareCollectorsDeleteHeaders","Mappers.ImportCollectorList","Mappers.ImportCollectorsListByProjectHeaders","Mappers.ImportCollector","Mappers.ImportCollectorsGetHeaders","Parameters.importCollectorName","Mappers.ImportCollectorsCreateHeaders","Parameters.collectorBody3","Mappers.ImportCollectorsDeleteHeaders","updateOperationSpec","Mappers.PrivateEndpointConnectionCollection","Mappers.PrivateEndpointConnectionListByProjectHeaders","Mappers.PrivateEndpointConnection","Mappers.PrivateEndpointConnectionGetHeaders","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnectionUpdateHeaders","Parameters.privateEndpointConnectionBody","Mappers.PrivateEndpointConnectionDeleteHeaders","Mappers.PrivateLinkResource","Mappers.PrivateLinkResourceGetHeaders","Parameters.privateLinkResourceName","Mappers.PrivateLinkResourceCollection","Mappers.PrivateLinkResourceListByProjectHeaders","listOperationSpec","Mappers.OperationResultList","coreClient.ServiceClient"],"mappings":"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"}
|