@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
package/dist/arm-migrate.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arm-migrate.js","sources":["../node_modules/tslib/tslib.es6.js","../esm/models/index.js","../esm/models/mappers.js","../esm/models/locationMappers.js","../esm/models/parameters.js","../esm/operations/location.js","../esm/models/assessmentOptionsMappers.js","../esm/operations/assessmentOptions.js","../esm/models/projectsMappers.js","../esm/operations/projects.js","../esm/models/machinesMappers.js","../esm/operations/machines.js","../esm/models/groupsMappers.js","../esm/operations/groups.js","../esm/models/assessmentsMappers.js","../esm/operations/assessments.js","../esm/models/assessedMachinesMappers.js","../esm/operations/assessedMachines.js","../esm/models/operationsMappers.js","../esm/operations/operations.js","../esm/operations/index.js","../esm/azureMigrateContext.js","../esm/azureMigrate.js"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n//# sourceMappingURL=index.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nexport var CloudError = CloudErrorMapper;\nexport var BaseResource = BaseResourceMapper;\nexport var Project = {\n serializedName: \"Project\",\n type: {\n name: \"Composite\",\n className: \"Project\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\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: \"Object\"\n }\n },\n createdTimestamp: {\n readOnly: true,\n serializedName: \"properties.createdTimestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n updatedTimestamp: {\n readOnly: true,\n serializedName: \"properties.updatedTimestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n discoveryStatus: {\n readOnly: true,\n serializedName: \"properties.discoveryStatus\",\n type: {\n name: \"String\"\n }\n },\n customerWorkspaceId: {\n serializedName: \"properties.customerWorkspaceId\",\n type: {\n name: \"String\"\n }\n },\n customerWorkspaceLocation: {\n serializedName: \"properties.customerWorkspaceLocation\",\n type: {\n name: \"String\"\n }\n },\n lastDiscoveryTimestamp: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.lastDiscoveryTimestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n lastDiscoverySessionId: {\n readOnly: true,\n serializedName: \"properties.lastDiscoverySessionId\",\n type: {\n name: \"String\"\n }\n },\n numberOfGroups: {\n readOnly: true,\n serializedName: \"properties.numberOfGroups\",\n type: {\n name: \"Number\"\n }\n },\n numberOfMachines: {\n readOnly: true,\n serializedName: \"properties.numberOfMachines\",\n type: {\n name: \"Number\"\n }\n },\n numberOfAssessments: {\n readOnly: true,\n serializedName: \"properties.numberOfAssessments\",\n type: {\n name: \"Number\"\n }\n },\n lastAssessmentTimestamp: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.lastAssessmentTimestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var Group = {\n serializedName: \"Group\",\n type: {\n name: \"Composite\",\n className: \"Group\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n eTag: {\n serializedName: \"eTag\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n machines: {\n required: true,\n serializedName: \"properties.machines\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n assessments: {\n readOnly: true,\n serializedName: \"properties.assessments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n createdTimestamp: {\n readOnly: true,\n serializedName: \"properties.createdTimestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n updatedTimestamp: {\n readOnly: true,\n serializedName: \"properties.updatedTimestamp\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\nexport var Assessment = {\n serializedName: \"Assessment\",\n type: {\n name: \"Composite\",\n className: \"Assessment\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n eTag: {\n serializedName: \"eTag\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n azureLocation: {\n required: true,\n serializedName: \"properties.azureLocation\",\n type: {\n name: \"String\"\n }\n },\n azureOfferCode: {\n required: true,\n serializedName: \"properties.azureOfferCode\",\n type: {\n name: \"String\"\n }\n },\n azurePricingTier: {\n required: true,\n serializedName: \"properties.azurePricingTier\",\n type: {\n name: \"String\"\n }\n },\n azureStorageRedundancy: {\n required: true,\n serializedName: \"properties.azureStorageRedundancy\",\n type: {\n name: \"String\"\n }\n },\n scalingFactor: {\n required: true,\n serializedName: \"properties.scalingFactor\",\n type: {\n name: \"Number\"\n }\n },\n percentile: {\n required: true,\n serializedName: \"properties.percentile\",\n type: {\n name: \"String\"\n }\n },\n timeRange: {\n required: true,\n serializedName: \"properties.timeRange\",\n type: {\n name: \"String\"\n }\n },\n stage: {\n required: true,\n serializedName: \"properties.stage\",\n type: {\n name: \"String\"\n }\n },\n currency: {\n required: true,\n serializedName: \"properties.currency\",\n type: {\n name: \"String\"\n }\n },\n azureHybridUseBenefit: {\n required: true,\n serializedName: \"properties.azureHybridUseBenefit\",\n type: {\n name: \"String\"\n }\n },\n discountPercentage: {\n required: true,\n serializedName: \"properties.discountPercentage\",\n type: {\n name: \"Number\"\n }\n },\n confidenceRatingInPercentage: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.confidenceRatingInPercentage\",\n type: {\n name: \"Number\"\n }\n },\n sizingCriterion: {\n required: true,\n serializedName: \"properties.sizingCriterion\",\n type: {\n name: \"String\"\n }\n },\n pricesTimestamp: {\n readOnly: true,\n serializedName: \"properties.pricesTimestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n createdTimestamp: {\n readOnly: true,\n serializedName: \"properties.createdTimestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n updatedTimestamp: {\n readOnly: true,\n serializedName: \"properties.updatedTimestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n monthlyComputeCost: {\n readOnly: true,\n serializedName: \"properties.monthlyComputeCost\",\n type: {\n name: \"Number\"\n }\n },\n monthlyBandwidthCost: {\n readOnly: true,\n serializedName: \"properties.monthlyBandwidthCost\",\n type: {\n name: \"Number\"\n }\n },\n monthlyStorageCost: {\n readOnly: true,\n serializedName: \"properties.monthlyStorageCost\",\n type: {\n name: \"Number\"\n }\n },\n status: {\n readOnly: true,\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n numberOfMachines: {\n readOnly: true,\n serializedName: \"properties.numberOfMachines\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\nexport var Disk = {\n serializedName: \"Disk\",\n type: {\n name: \"Composite\",\n className: \"Disk\",\n modelProperties: {\n gigabytesAllocated: {\n readOnly: true,\n serializedName: \"gigabytesAllocated\",\n type: {\n name: \"Number\"\n }\n },\n gigabytesConsumed: {\n readOnly: true,\n serializedName: \"gigabytesConsumed\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\nexport var NetworkAdapter = {\n serializedName: \"NetworkAdapter\",\n type: {\n name: \"Composite\",\n className: \"NetworkAdapter\",\n modelProperties: {\n macAddress: {\n readOnly: true,\n serializedName: \"macAddress\",\n type: {\n name: \"String\"\n }\n },\n ipAddresses: {\n readOnly: true,\n serializedName: \"ipAddresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\nexport var Machine = {\n serializedName: \"Machine\",\n type: {\n name: \"Composite\",\n className: \"Machine\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n eTag: {\n serializedName: \"eTag\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n bootType: {\n readOnly: true,\n serializedName: \"properties.bootType\",\n type: {\n name: \"String\"\n }\n },\n datacenterContainer: {\n readOnly: true,\n serializedName: \"properties.datacenterContainer\",\n type: {\n name: \"String\"\n }\n },\n datacenterManagementServer: {\n readOnly: true,\n serializedName: \"properties.datacenterManagementServer\",\n type: {\n name: \"String\"\n }\n },\n datacenterMachineId: {\n readOnly: true,\n serializedName: \"properties.datacenterMachineId\",\n type: {\n name: \"String\"\n }\n },\n datacenterManagementServerId: {\n readOnly: true,\n serializedName: \"properties.datacenterManagementServerId\",\n type: {\n name: \"String\"\n }\n },\n description: {\n readOnly: true,\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n readOnly: true,\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n megabytesOfMemory: {\n readOnly: true,\n serializedName: \"properties.megabytesOfMemory\",\n type: {\n name: \"Number\"\n }\n },\n numberOfCores: {\n readOnly: true,\n serializedName: \"properties.numberOfCores\",\n type: {\n name: \"Number\"\n }\n },\n operatingSystem: {\n readOnly: true,\n serializedName: \"properties.operatingSystem\",\n type: {\n name: \"String\"\n }\n },\n groups: {\n readOnly: true,\n serializedName: \"properties.groups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n createdTimestamp: {\n readOnly: true,\n serializedName: \"properties.createdTimestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n updatedTimestamp: {\n readOnly: true,\n serializedName: \"properties.updatedTimestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n discoveredTimestamp: {\n readOnly: true,\n serializedName: \"properties.discoveredTimestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n disks: {\n readOnly: true,\n serializedName: \"properties.disks\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"Disk\"\n }\n }\n }\n },\n networkAdapters: {\n readOnly: true,\n serializedName: \"properties.networkAdapters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"NetworkAdapter\"\n }\n }\n }\n }\n }\n }\n};\nexport var AssessedDisk = {\n serializedName: \"AssessedDisk\",\n type: {\n name: \"Composite\",\n className: \"AssessedDisk\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n gigabytesProvisioned: {\n readOnly: true,\n serializedName: \"gigabytesProvisioned\",\n type: {\n name: \"Number\"\n }\n },\n gigabytesConsumed: {\n readOnly: true,\n serializedName: \"gigabytesConsumed\",\n type: {\n name: \"Number\"\n }\n },\n megabytesPerSecondOfRead: {\n readOnly: true,\n serializedName: \"megabytesPerSecondOfRead\",\n type: {\n name: \"Number\"\n }\n },\n megabytesPerSecondOfReadDataPointsExpected: {\n nullable: true,\n readOnly: true,\n serializedName: \"megabytesPerSecondOfReadDataPointsExpected\",\n type: {\n name: \"Number\"\n }\n },\n megabytesPerSecondOfReadDataPointsReceived: {\n nullable: true,\n readOnly: true,\n serializedName: \"megabytesPerSecondOfReadDataPointsReceived\",\n type: {\n name: \"Number\"\n }\n },\n megabytesPerSecondOfWrite: {\n readOnly: true,\n serializedName: \"megabytesPerSecondOfWrite\",\n type: {\n name: \"Number\"\n }\n },\n megabytesPerSecondOfWriteDataPointsExpected: {\n nullable: true,\n readOnly: true,\n serializedName: \"megabytesPerSecondOfWriteDataPointsExpected\",\n type: {\n name: \"Number\"\n }\n },\n megabytesPerSecondOfWriteDataPointsReceived: {\n nullable: true,\n readOnly: true,\n serializedName: \"megabytesPerSecondOfWriteDataPointsReceived\",\n type: {\n name: \"Number\"\n }\n },\n numberOfReadOperationsPerSecond: {\n readOnly: true,\n serializedName: \"numberOfReadOperationsPerSecond\",\n type: {\n name: \"Number\"\n }\n },\n numberOfReadOperationsPerSecondDataPointsExpected: {\n nullable: true,\n readOnly: true,\n serializedName: \"numberOfReadOperationsPerSecondDataPointsExpected\",\n type: {\n name: \"Number\"\n }\n },\n numberOfReadOperationsPerSecondDataPointsReceived: {\n nullable: true,\n readOnly: true,\n serializedName: \"numberOfReadOperationsPerSecondDataPointsReceived\",\n type: {\n name: \"Number\"\n }\n },\n numberOfWriteOperationsPerSecond: {\n readOnly: true,\n serializedName: \"numberOfWriteOperationsPerSecond\",\n type: {\n name: \"Number\"\n }\n },\n numberOfWriteOperationsPerSecondDataPointsExpected: {\n nullable: true,\n readOnly: true,\n serializedName: \"numberOfWriteOperationsPerSecondDataPointsExpected\",\n type: {\n name: \"Number\"\n }\n },\n numberOfWriteOperationsPerSecondDataPointsReceived: {\n nullable: true,\n readOnly: true,\n serializedName: \"numberOfWriteOperationsPerSecondDataPointsReceived\",\n type: {\n name: \"Number\"\n }\n },\n monthlyStorageCost: {\n readOnly: true,\n serializedName: \"monthlyStorageCost\",\n type: {\n name: \"Number\"\n }\n },\n recommendedDiskType: {\n readOnly: true,\n serializedName: \"recommendedDiskType\",\n type: {\n name: \"String\"\n }\n },\n recommendedDiskSize: {\n readOnly: true,\n serializedName: \"recommendedDiskSize\",\n type: {\n name: \"String\"\n }\n },\n gigabytesForRecommendedDiskSize: {\n readOnly: true,\n serializedName: \"gigabytesForRecommendedDiskSize\",\n type: {\n name: \"Number\"\n }\n },\n suitability: {\n readOnly: true,\n serializedName: \"suitability\",\n type: {\n name: \"String\"\n }\n },\n suitabilityExplanation: {\n readOnly: true,\n serializedName: \"suitabilityExplanation\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var AssessedNetworkAdapter = {\n serializedName: \"AssessedNetworkAdapter\",\n type: {\n name: \"Composite\",\n className: \"AssessedNetworkAdapter\",\n modelProperties: {\n macAddress: {\n readOnly: true,\n serializedName: \"macAddress\",\n type: {\n name: \"String\"\n }\n },\n ipAddresses: {\n readOnly: true,\n serializedName: \"ipAddresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n monthlyBandwidthCosts: {\n readOnly: true,\n serializedName: \"monthlyBandwidthCosts\",\n type: {\n name: \"Number\"\n }\n },\n megabytesPerSecondReceived: {\n readOnly: true,\n serializedName: \"megabytesPerSecondReceived\",\n type: {\n name: \"Number\"\n }\n },\n megabytesPerSecondReceivedDataPointsExpected: {\n nullable: true,\n readOnly: true,\n serializedName: \"megabytesPerSecondReceivedDataPointsExpected\",\n type: {\n name: \"Number\"\n }\n },\n megabytesPerSecondOfReadDataPointsReceived: {\n nullable: true,\n readOnly: true,\n serializedName: \"megabytesPerSecondOfReadDataPointsReceived\",\n type: {\n name: \"Number\"\n }\n },\n megabytesPerSecondTransmitted: {\n readOnly: true,\n serializedName: \"megabytesPerSecondTransmitted\",\n type: {\n name: \"Number\"\n }\n },\n megabytesPerSecondTransmittedDataPointsExpected: {\n nullable: true,\n readOnly: true,\n serializedName: \"megabytesPerSecondTransmittedDataPointsExpected\",\n type: {\n name: \"Number\"\n }\n },\n megabytesPerSecondTransmittedDataPointsReceived: {\n nullable: true,\n readOnly: true,\n serializedName: \"megabytesPerSecondTransmittedDataPointsReceived\",\n type: {\n name: \"Number\"\n }\n },\n netGigabytesTransmittedPerMonth: {\n serializedName: \"netGigabytesTransmittedPerMonth\",\n type: {\n name: \"Number\"\n }\n },\n suitability: {\n readOnly: true,\n serializedName: \"suitability\",\n type: {\n name: \"String\"\n }\n },\n suitabilityExplanation: {\n readOnly: true,\n serializedName: \"suitabilityExplanation\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var AssessedMachine = {\n serializedName: \"AssessedMachine\",\n type: {\n name: \"Composite\",\n className: \"AssessedMachine\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n eTag: {\n serializedName: \"eTag\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n groups: {\n readOnly: true,\n serializedName: \"properties.groups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n discoveredTimestamp: {\n readOnly: true,\n serializedName: \"properties.discoveredTimestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n bootType: {\n readOnly: true,\n serializedName: \"properties.bootType\",\n type: {\n name: \"String\"\n }\n },\n datacenterContainer: {\n readOnly: true,\n serializedName: \"properties.datacenterContainer\",\n type: {\n name: \"String\"\n }\n },\n datacenterManagementServer: {\n readOnly: true,\n serializedName: \"properties.datacenterManagementServer\",\n type: {\n name: \"String\"\n }\n },\n datacenterMachineId: {\n readOnly: true,\n serializedName: \"properties.datacenterMachineId\",\n type: {\n name: \"String\"\n }\n },\n datacenterManagementServerId: {\n readOnly: true,\n serializedName: \"properties.datacenterManagementServerId\",\n type: {\n name: \"String\"\n }\n },\n description: {\n readOnly: true,\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n readOnly: true,\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n megabytesOfMemory: {\n readOnly: true,\n serializedName: \"properties.megabytesOfMemory\",\n type: {\n name: \"Number\"\n }\n },\n numberOfCores: {\n readOnly: true,\n serializedName: \"properties.numberOfCores\",\n type: {\n name: \"Number\"\n }\n },\n operatingSystem: {\n readOnly: true,\n serializedName: \"properties.operatingSystem\",\n type: {\n name: \"String\"\n }\n },\n monthlyBandwidthCost: {\n readOnly: true,\n serializedName: \"properties.monthlyBandwidthCost\",\n type: {\n name: \"Number\"\n }\n },\n monthlyStorageCost: {\n readOnly: true,\n serializedName: \"properties.monthlyStorageCost\",\n type: {\n name: \"Number\"\n }\n },\n disks: {\n readOnly: true,\n serializedName: \"properties.disks\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"AssessedDisk\"\n }\n }\n }\n },\n networkAdapters: {\n readOnly: true,\n serializedName: \"properties.networkAdapters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"AssessedNetworkAdapter\"\n }\n }\n }\n },\n recommendedSize: {\n readOnly: true,\n serializedName: \"properties.recommendedSize\",\n type: {\n name: \"String\"\n }\n },\n numberOfCoresForRecommendedSize: {\n readOnly: true,\n serializedName: \"properties.numberOfCoresForRecommendedSize\",\n type: {\n name: \"Number\"\n }\n },\n megabytesOfMemoryForRecommendedSize: {\n readOnly: true,\n serializedName: \"properties.megabytesOfMemoryForRecommendedSize\",\n type: {\n name: \"Number\"\n }\n },\n monthlyComputeCostForRecommendedSize: {\n readOnly: true,\n serializedName: \"properties.monthlyComputeCostForRecommendedSize\",\n type: {\n name: \"Number\"\n }\n },\n percentageCoresUtilization: {\n readOnly: true,\n serializedName: \"properties.percentageCoresUtilization\",\n type: {\n name: \"Number\"\n }\n },\n percentageMemoryUtilization: {\n readOnly: true,\n serializedName: \"properties.percentageMemoryUtilization\",\n type: {\n name: \"Number\"\n }\n },\n percentageCoresUtilizationDataPointsExpected: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.percentageCoresUtilizationDataPointsExpected\",\n type: {\n name: \"Number\"\n }\n },\n percentageCoresUtilizationDataPointsReceived: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.percentageCoresUtilizationDataPointsReceived\",\n type: {\n name: \"Number\"\n }\n },\n percentageMemoryUtilizationDataPointsExpected: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.percentageMemoryUtilizationDataPointsExpected\",\n type: {\n name: \"Number\"\n }\n },\n percentageMemoryUtilizationDataPointsReceived: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.percentageMemoryUtilizationDataPointsReceived\",\n type: {\n name: \"Number\"\n }\n },\n suitability: {\n readOnly: true,\n serializedName: \"properties.suitability\",\n type: {\n name: \"String\"\n }\n },\n suitabilityExplanation: {\n readOnly: true,\n serializedName: \"properties.suitabilityExplanation\",\n type: {\n name: \"String\"\n }\n },\n createdTimestamp: {\n readOnly: true,\n serializedName: \"properties.createdTimestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n updatedTimestamp: {\n readOnly: true,\n serializedName: \"properties.updatedTimestamp\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\nexport var ProjectKey = {\n serializedName: \"ProjectKey\",\n type: {\n name: \"Composite\",\n className: \"ProjectKey\",\n modelProperties: {\n workspaceId: {\n readOnly: true,\n serializedName: \"workspaceId\",\n type: {\n name: \"String\"\n }\n },\n workspaceKey: {\n readOnly: true,\n serializedName: \"workspaceKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var OperationDisplay = {\n serializedName: \"OperationDisplay\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n readOnly: true,\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n readOnly: true,\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n readOnly: true,\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n readOnly: true,\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var Operation = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\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 readOnly: true,\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var DownloadUrl = {\n serializedName: \"DownloadUrl\",\n type: {\n name: \"Composite\",\n className: \"DownloadUrl\",\n modelProperties: {\n assessmentReportUrl: {\n readOnly: true,\n serializedName: \"assessmentReportUrl\",\n type: {\n name: \"String\"\n }\n },\n expirationTime: {\n readOnly: true,\n serializedName: \"expirationTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\nexport var VmFamily = {\n serializedName: \"VmFamily\",\n type: {\n name: \"Composite\",\n className: \"VmFamily\",\n modelProperties: {\n familyName: {\n readOnly: true,\n serializedName: \"familyName\",\n type: {\n name: \"String\"\n }\n },\n targetLocations: {\n readOnly: true,\n serializedName: \"targetLocations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n category: {\n readOnly: true,\n serializedName: \"category\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\nexport var AssessmentOptionsResultList = {\n serializedName: \"AssessmentOptionsResultList\",\n type: {\n name: \"Composite\",\n className: \"AssessmentOptionsResultList\",\n modelProperties: {\n vmFamilies: {\n readOnly: true,\n serializedName: \"vmFamilies\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VmFamily\"\n }\n }\n }\n },\n reservedInstanceVmFamilies: {\n readOnly: true,\n serializedName: \"reservedInstanceVmFamilies\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\nexport var CheckNameAvailabilityParameters = {\n serializedName: \"CheckNameAvailabilityParameters\",\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n isConstant: true,\n serializedName: \"type\",\n defaultValue: 'Microsoft.Migrate/projects',\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var CheckNameAvailabilityResult = {\n serializedName: \"CheckNameAvailabilityResult\",\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityResult\",\n modelProperties: {\n nameAvailable: {\n readOnly: true,\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n reason: {\n readOnly: true,\n serializedName: \"reason\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Available\",\n \"Invalid\",\n \"AlreadyExists\"\n ]\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var ProjectsListBySubscriptionHeaders = {\n serializedName: \"projects-listbysubscription-headers\",\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};\nexport var ProjectsListByResourceGroupHeaders = {\n serializedName: \"projects-listbyresourcegroup-headers\",\n type: {\n name: \"Composite\",\n className: \"ProjectsListByResourceGroupHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var ProjectsGetHeaders = {\n serializedName: \"projects-get-headers\",\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};\nexport var ProjectsCreateHeaders = {\n serializedName: \"projects-create-headers\",\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};\nexport var ProjectsUpdateHeaders = {\n serializedName: \"projects-update-headers\",\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};\nexport var ProjectsDeleteHeaders = {\n serializedName: \"projects-delete-headers\",\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};\nexport var ProjectsGetKeysHeaders = {\n serializedName: \"projects-getkeys-headers\",\n type: {\n name: \"Composite\",\n className: \"ProjectsGetKeysHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var MachinesListByProjectHeaders = {\n serializedName: \"machines-listbyproject-headers\",\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};\nexport var MachinesGetHeaders = {\n serializedName: \"machines-get-headers\",\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};\nexport var GroupsListByProjectHeaders = {\n serializedName: \"groups-listbyproject-headers\",\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};\nexport var GroupsGetHeaders = {\n serializedName: \"groups-get-headers\",\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};\nexport var GroupsCreateHeaders = {\n serializedName: \"groups-create-headers\",\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};\nexport var GroupsDeleteHeaders = {\n serializedName: \"groups-delete-headers\",\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};\nexport var AssessmentsListByGroupHeaders = {\n serializedName: \"assessments-listbygroup-headers\",\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};\nexport var AssessmentsListByProjectHeaders = {\n serializedName: \"assessments-listbyproject-headers\",\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};\nexport var AssessmentsGetHeaders = {\n serializedName: \"assessments-get-headers\",\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};\nexport var AssessmentsCreateHeaders = {\n serializedName: \"assessments-create-headers\",\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};\nexport var AssessmentsDeleteHeaders = {\n serializedName: \"assessments-delete-headers\",\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};\nexport var AssessmentsGetReportDownloadUrlHeaders = {\n serializedName: \"assessments-getreportdownloadurl-headers\",\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};\nexport var AssessedMachinesListByAssessmentHeaders = {\n serializedName: \"assessedmachines-listbyassessment-headers\",\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};\nexport var AssessedMachinesGetHeaders = {\n serializedName: \"assessedmachines-get-headers\",\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};\nexport var ProjectResultList = {\n serializedName: \"ProjectResultList\",\n type: {\n name: \"Composite\",\n className: \"ProjectResultList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Project\"\n }\n }\n }\n }\n }\n }\n};\nexport var MachineResultList = {\n serializedName: \"MachineResultList\",\n type: {\n name: \"Composite\",\n className: \"MachineResultList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Machine\"\n }\n }\n }\n }\n }\n }\n};\nexport var GroupResultList = {\n serializedName: \"GroupResultList\",\n type: {\n name: \"Composite\",\n className: \"GroupResultList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Group\"\n }\n }\n }\n }\n }\n }\n};\nexport var AssessmentResultList = {\n serializedName: \"AssessmentResultList\",\n type: {\n name: \"Composite\",\n className: \"AssessmentResultList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Assessment\"\n }\n }\n }\n }\n }\n }\n};\nexport var AssessedMachineResultList = {\n serializedName: \"AssessedMachineResultList\",\n type: {\n name: \"Composite\",\n className: \"AssessedMachineResultList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AssessedMachine\"\n }\n }\n }\n }\n }\n }\n};\nexport var OperationResultList = {\n serializedName: \"OperationResultList\",\n type: {\n name: \"Composite\",\n className: \"OperationResultList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n }\n }\n }\n};\n//# sourceMappingURL=mappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { CheckNameAvailabilityParameters, CheckNameAvailabilityResult, CloudError } from \"../models/mappers\";\n//# sourceMappingURL=locationMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport var acceptLanguage = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"Accept-Language\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var apiVersion = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2018-02-02',\n type: {\n name: \"String\"\n }\n }\n};\nexport var assessedMachineName = {\n parameterPath: \"assessedMachineName\",\n mapper: {\n required: true,\n serializedName: \"assessedMachineName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var assessmentName = {\n parameterPath: \"assessmentName\",\n mapper: {\n required: true,\n serializedName: \"assessmentName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var groupName = {\n parameterPath: \"groupName\",\n mapper: {\n required: true,\n serializedName: \"groupName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var locationName = {\n parameterPath: \"locationName\",\n mapper: {\n required: true,\n serializedName: \"locationName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var machineName = {\n parameterPath: \"machineName\",\n mapper: {\n required: true,\n serializedName: \"machineName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var projectName = {\n parameterPath: \"projectName\",\n mapper: {\n required: true,\n serializedName: \"projectName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var resourceGroupName = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var subscriptionId = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\n//# sourceMappingURL=parameters.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport { __assign } from \"tslib\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/locationMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a Location. */\nvar Location = /** @class */ (function () {\n /**\n * Create a Location.\n * @param {AzureMigrateContext} client Reference to the service client.\n */\n function Location(client) {\n this.client = client;\n }\n Location.prototype.checkNameAvailability = function (locationName, parameters, options, callback) {\n return this.client.sendOperationRequest({\n locationName: locationName,\n parameters: parameters,\n options: options\n }, checkNameAvailabilityOperationSpec, callback);\n };\n return Location;\n}());\nexport { Location };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar checkNameAvailabilityOperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Migrate/locations/{locationName}/checkNameAvailability\",\n urlParameters: [\n Parameters.locationName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: __assign(__assign({}, Mappers.CheckNameAvailabilityParameters), { required: true })\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CheckNameAvailabilityResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=location.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { AssessmentOptionsResultList, VmFamily, CloudError } from \"../models/mappers\";\n//# sourceMappingURL=assessmentOptionsMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/assessmentOptionsMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a AssessmentOptions. */\nvar AssessmentOptions = /** @class */ (function () {\n /**\n * Create a AssessmentOptions.\n * @param {AzureMigrateContext} client Reference to the service client.\n */\n function AssessmentOptions(client) {\n this.client = client;\n }\n AssessmentOptions.prototype.get = function (locationName, options, callback) {\n return this.client.sendOperationRequest({\n locationName: locationName,\n options: options\n }, getOperationSpec, callback);\n };\n return AssessmentOptions;\n}());\nexport { AssessmentOptions };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar getOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Migrate/locations/{locationName}/assessmentOptions\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.locationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AssessmentOptionsResultList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=assessmentOptions.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { ProjectResultList, Project, BaseResource, ProjectsListBySubscriptionHeaders, CloudError, ProjectsListByResourceGroupHeaders, ProjectsGetHeaders, ProjectsCreateHeaders, ProjectsUpdateHeaders, ProjectsDeleteHeaders, ProjectKey, ProjectsGetKeysHeaders, Group, Assessment, Machine, Disk, NetworkAdapter, AssessedMachine, AssessedDisk, AssessedNetworkAdapter } from \"../models/mappers\";\n//# sourceMappingURL=projectsMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/projectsMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a Projects. */\nvar Projects = /** @class */ (function () {\n /**\n * Create a Projects.\n * @param {AzureMigrateContext} client Reference to the service client.\n */\n function Projects(client) {\n this.client = client;\n }\n Projects.prototype.listBySubscription = function (options, callback) {\n return this.client.sendOperationRequest({\n options: options\n }, listBySubscriptionOperationSpec, callback);\n };\n Projects.prototype.listByResourceGroup = function (resourceGroupName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n options: options\n }, listByResourceGroupOperationSpec, callback);\n };\n Projects.prototype.get = function (resourceGroupName, projectName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n projectName: projectName,\n options: options\n }, getOperationSpec, callback);\n };\n Projects.prototype.create = function (resourceGroupName, projectName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n projectName: projectName,\n options: options\n }, createOperationSpec, callback);\n };\n Projects.prototype.update = function (resourceGroupName, projectName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n projectName: projectName,\n options: options\n }, updateOperationSpec, callback);\n };\n Projects.prototype.deleteMethod = function (resourceGroupName, projectName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n projectName: projectName,\n options: options\n }, deleteMethodOperationSpec, callback);\n };\n Projects.prototype.getKeys = function (resourceGroupName, projectName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n projectName: projectName,\n options: options\n }, getKeysOperationSpec, callback);\n };\n return Projects;\n}());\nexport { Projects };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar listBySubscriptionOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Migrate/projects\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ProjectResultList,\n headersMapper: Mappers.ProjectsListBySubscriptionHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar listByResourceGroupOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Migrate/projects\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ProjectResultList,\n headersMapper: Mappers.ProjectsListByResourceGroupHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar getOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Project,\n headersMapper: Mappers.ProjectsGetHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar createOperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"project\"\n ],\n mapper: Mappers.Project\n },\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 serializer: serializer\n};\nvar updateOperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"project\"\n ],\n mapper: Mappers.Project\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Project,\n headersMapper: Mappers.ProjectsUpdateHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar deleteMethodOperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n headersMapper: Mappers.ProjectsDeleteHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar getKeysOperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/keys\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ProjectKey,\n headersMapper: Mappers.ProjectsGetKeysHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=projects.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { MachineResultList, Machine, BaseResource, Disk, NetworkAdapter, MachinesListByProjectHeaders, CloudError, MachinesGetHeaders, Project, Group, Assessment, AssessedMachine, AssessedDisk, AssessedNetworkAdapter, ProjectKey } from \"../models/mappers\";\n//# sourceMappingURL=machinesMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/machinesMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a Machines. */\nvar Machines = /** @class */ (function () {\n /**\n * Create a Machines.\n * @param {AzureMigrateContext} client Reference to the service client.\n */\n function Machines(client) {\n this.client = client;\n }\n Machines.prototype.listByProject = function (resourceGroupName, projectName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n projectName: projectName,\n options: options\n }, listByProjectOperationSpec, callback);\n };\n Machines.prototype.get = function (resourceGroupName, projectName, machineName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n projectName: projectName,\n machineName: machineName,\n options: options\n }, getOperationSpec, callback);\n };\n return Machines;\n}());\nexport { Machines };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar listByProjectOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/machines\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.MachineResultList,\n headersMapper: Mappers.MachinesListByProjectHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar getOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/machines/{machineName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.machineName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Machine,\n headersMapper: Mappers.MachinesGetHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=machines.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { GroupResultList, Group, BaseResource, GroupsListByProjectHeaders, CloudError, GroupsGetHeaders, GroupsCreateHeaders, GroupsDeleteHeaders, Project, Assessment, Machine, Disk, NetworkAdapter, AssessedMachine, AssessedDisk, AssessedNetworkAdapter, ProjectKey } from \"../models/mappers\";\n//# sourceMappingURL=groupsMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/groupsMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a Groups. */\nvar Groups = /** @class */ (function () {\n /**\n * Create a Groups.\n * @param {AzureMigrateContext} client Reference to the service client.\n */\n function Groups(client) {\n this.client = client;\n }\n Groups.prototype.listByProject = function (resourceGroupName, projectName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n projectName: projectName,\n options: options\n }, listByProjectOperationSpec, callback);\n };\n Groups.prototype.get = function (resourceGroupName, projectName, groupName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n projectName: projectName,\n groupName: groupName,\n options: options\n }, getOperationSpec, callback);\n };\n Groups.prototype.create = function (resourceGroupName, projectName, groupName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n projectName: projectName,\n groupName: groupName,\n options: options\n }, createOperationSpec, callback);\n };\n Groups.prototype.deleteMethod = function (resourceGroupName, projectName, groupName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n projectName: projectName,\n groupName: groupName,\n options: options\n }, deleteMethodOperationSpec, callback);\n };\n return Groups;\n}());\nexport { Groups };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar listByProjectOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.GroupResultList,\n headersMapper: Mappers.GroupsListByProjectHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar getOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Group,\n headersMapper: Mappers.GroupsGetHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar createOperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"group\"\n ],\n mapper: Mappers.Group\n },\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 serializer: serializer\n};\nvar deleteMethodOperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n headersMapper: Mappers.GroupsDeleteHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=groups.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { AssessmentResultList, Assessment, BaseResource, AssessmentsListByGroupHeaders, CloudError, AssessmentsListByProjectHeaders, AssessmentsGetHeaders, AssessmentsCreateHeaders, AssessmentsDeleteHeaders, DownloadUrl, AssessmentsGetReportDownloadUrlHeaders, Project, Group, Machine, Disk, NetworkAdapter, AssessedMachine, AssessedDisk, AssessedNetworkAdapter, ProjectKey } from \"../models/mappers\";\n//# sourceMappingURL=assessmentsMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/assessmentsMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a Assessments. */\nvar Assessments = /** @class */ (function () {\n /**\n * Create a Assessments.\n * @param {AzureMigrateContext} client Reference to the service client.\n */\n function Assessments(client) {\n this.client = client;\n }\n Assessments.prototype.listByGroup = function (resourceGroupName, projectName, groupName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n projectName: projectName,\n groupName: groupName,\n options: options\n }, listByGroupOperationSpec, callback);\n };\n Assessments.prototype.listByProject = function (resourceGroupName, projectName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n projectName: projectName,\n options: options\n }, listByProjectOperationSpec, callback);\n };\n Assessments.prototype.get = function (resourceGroupName, projectName, groupName, assessmentName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n projectName: projectName,\n groupName: groupName,\n assessmentName: assessmentName,\n options: options\n }, getOperationSpec, callback);\n };\n Assessments.prototype.create = function (resourceGroupName, projectName, groupName, assessmentName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n projectName: projectName,\n groupName: groupName,\n assessmentName: assessmentName,\n options: options\n }, createOperationSpec, callback);\n };\n Assessments.prototype.deleteMethod = function (resourceGroupName, projectName, groupName, assessmentName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n projectName: projectName,\n groupName: groupName,\n assessmentName: assessmentName,\n options: options\n }, deleteMethodOperationSpec, callback);\n };\n Assessments.prototype.getReportDownloadUrl = function (resourceGroupName, projectName, groupName, assessmentName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n projectName: projectName,\n groupName: groupName,\n assessmentName: assessmentName,\n options: options\n }, getReportDownloadUrlOperationSpec, callback);\n };\n return Assessments;\n}());\nexport { Assessments };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar listByGroupOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}/assessments\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AssessmentResultList,\n headersMapper: Mappers.AssessmentsListByGroupHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar listByProjectOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/assessments\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AssessmentResultList,\n headersMapper: Mappers.AssessmentsListByProjectHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar getOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}/assessments/{assessmentName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Assessment,\n headersMapper: Mappers.AssessmentsGetHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar createOperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}/assessments/{assessmentName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"assessment\"\n ],\n mapper: Mappers.Assessment\n },\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 serializer: serializer\n};\nvar deleteMethodOperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}/assessments/{assessmentName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n headersMapper: Mappers.AssessmentsDeleteHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar getReportDownloadUrlOperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}/assessments/{assessmentName}/downloadUrl\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DownloadUrl,\n headersMapper: Mappers.AssessmentsGetReportDownloadUrlHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=assessments.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { AssessedMachineResultList, AssessedMachine, BaseResource, AssessedDisk, AssessedNetworkAdapter, AssessedMachinesListByAssessmentHeaders, CloudError, AssessedMachinesGetHeaders, Project, Group, Assessment, Machine, Disk, NetworkAdapter, ProjectKey } from \"../models/mappers\";\n//# sourceMappingURL=assessedMachinesMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/assessedMachinesMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a AssessedMachines. */\nvar AssessedMachines = /** @class */ (function () {\n /**\n * Create a AssessedMachines.\n * @param {AzureMigrateContext} client Reference to the service client.\n */\n function AssessedMachines(client) {\n this.client = client;\n }\n AssessedMachines.prototype.listByAssessment = function (resourceGroupName, projectName, groupName, assessmentName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n projectName: projectName,\n groupName: groupName,\n assessmentName: assessmentName,\n options: options\n }, listByAssessmentOperationSpec, callback);\n };\n AssessedMachines.prototype.get = function (resourceGroupName, projectName, groupName, assessmentName, assessedMachineName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n projectName: projectName,\n groupName: groupName,\n assessmentName: assessmentName,\n assessedMachineName: assessedMachineName,\n options: options\n }, getOperationSpec, callback);\n };\n return AssessedMachines;\n}());\nexport { AssessedMachines };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar listByAssessmentOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}/assessments/{assessmentName}/assessedMachines\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AssessedMachineResultList,\n headersMapper: Mappers.AssessedMachinesListByAssessmentHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\nvar getOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}/assessments/{assessmentName}/assessedMachines/{assessedMachineName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName,\n Parameters.assessedMachineName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AssessedMachine,\n headersMapper: Mappers.AssessedMachinesGetHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=assessedMachines.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { OperationResultList, Operation, OperationDisplay, CloudError } from \"../models/mappers\";\n//# sourceMappingURL=operationsMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a Operations. */\nvar Operations = /** @class */ (function () {\n /**\n * Create a Operations.\n * @param {AzureMigrateContext} client Reference to the service client.\n */\n function Operations(client) {\n this.client = client;\n }\n Operations.prototype.list = function (options, callback) {\n return this.client.sendOperationRequest({\n options: options\n }, listOperationSpec, callback);\n };\n return Operations;\n}());\nexport { Operations };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar listOperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Migrate/operations\",\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationResultList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=operations.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport * from \"./location\";\nexport * from \"./assessmentOptions\";\nexport * from \"./projects\";\nexport * from \"./machines\";\nexport * from \"./groups\";\nexport * from \"./assessments\";\nexport * from \"./assessedMachines\";\nexport * from \"./operations\";\n//# sourceMappingURL=index.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport { __extends } from \"tslib\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nvar packageName = \"@azure/arm-migrate\";\nvar packageVersion = \"1.2.1\";\nvar AzureMigrateContext = /** @class */ (function (_super) {\n __extends(AzureMigrateContext, _super);\n /**\n * Initializes a new instance of the AzureMigrate class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId Azure Subscription Id in which project was created.\n * @param [options] The parameter options\n */\n function AzureMigrateContext(credentials, subscriptionId, options) {\n var _this = this;\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 if (!options) {\n options = {};\n }\n if (!options.userAgent) {\n var defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = packageName + \"/\" + packageVersion + \" \" + defaultUserAgent;\n }\n _this = _super.call(this, credentials, options) || this;\n _this.apiVersion = '2018-02-02';\n _this.longRunningOperationRetryTimeout = 30;\n _this.baseUri = options.baseUri || _this.baseUri || \"https://management.azure.com\";\n _this.requestContentType = \"application/json; charset=utf-8\";\n _this.credentials = credentials;\n _this.subscriptionId = subscriptionId;\n if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n _this.acceptLanguage = options.acceptLanguage;\n }\n if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {\n _this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n return _this;\n }\n return AzureMigrateContext;\n}(msRestAzure.AzureServiceClient));\nexport { AzureMigrateContext };\n//# sourceMappingURL=azureMigrateContext.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport { __extends } from \"tslib\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { AzureMigrateContext } from \"./azureMigrateContext\";\nvar AzureMigrate = /** @class */ (function (_super) {\n __extends(AzureMigrate, _super);\n /**\n * Initializes a new instance of the AzureMigrate class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId Azure Subscription Id in which project was created.\n * @param [options] The parameter options\n */\n function AzureMigrate(credentials, subscriptionId, options) {\n var _this = _super.call(this, credentials, subscriptionId, options) || this;\n _this.location = new operations.Location(_this);\n _this.assessmentOptions = new operations.AssessmentOptions(_this);\n _this.projects = new operations.Projects(_this);\n _this.machines = new operations.Machines(_this);\n _this.groups = new operations.Groups(_this);\n _this.assessments = new operations.Assessments(_this);\n _this.assessedMachines = new operations.AssessedMachines(_this);\n _this.operations = new operations.Operations(_this);\n return _this;\n }\n return AzureMigrate;\n}(AzureMigrateContext));\n// Operation Specifications\nexport { AzureMigrate, AzureMigrateContext, Models as AzureMigrateModels, Mappers as AzureMigrateMappers };\nexport * from \"./operations\";\n//# sourceMappingURL=azureMigrate.js.map"],"names":["CloudErrorMapper","BaseResourceMapper","locationName","msRest.Serializer","Parameters.locationName","Parameters.subscriptionId","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.CheckNameAvailabilityParameters","Mappers.CheckNameAvailabilityResult","Mappers.CloudError","serializer","Mappers","Mappers.AssessmentOptionsResultList","resourceGroupName","projectName","getOperationSpec","Mappers.ProjectResultList","Mappers.ProjectsListBySubscriptionHeaders","Parameters.resourceGroupName","Mappers.ProjectsListByResourceGroupHeaders","Parameters.projectName","Mappers.Project","Mappers.ProjectsGetHeaders","Mappers.ProjectsCreateHeaders","Mappers.ProjectsUpdateHeaders","Mappers.ProjectsDeleteHeaders","Mappers.ProjectKey","Mappers.ProjectsGetKeysHeaders","machineName","Mappers.MachineResultList","Mappers.MachinesListByProjectHeaders","Parameters.machineName","Mappers.Machine","Mappers.MachinesGetHeaders","listByProjectOperationSpec","groupName","createOperationSpec","deleteMethodOperationSpec","Mappers.GroupResultList","Mappers.GroupsListByProjectHeaders","Parameters.groupName","Mappers.Group","Mappers.GroupsGetHeaders","Mappers.GroupsCreateHeaders","Mappers.GroupsDeleteHeaders","assessmentName","Mappers.AssessmentResultList","Mappers.AssessmentsListByGroupHeaders","Mappers.AssessmentsListByProjectHeaders","Parameters.assessmentName","Mappers.Assessment","Mappers.AssessmentsGetHeaders","Mappers.AssessmentsCreateHeaders","Mappers.AssessmentsDeleteHeaders","Mappers.DownloadUrl","Mappers.AssessmentsGetReportDownloadUrlHeaders","assessedMachineName","Mappers.AssessedMachineResultList","Mappers.AssessedMachinesListByAssessmentHeaders","Parameters.assessedMachineName","Mappers.AssessedMachine","Mappers.AssessedMachinesGetHeaders","Mappers.OperationResultList","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Location","operations.AssessmentOptions","operations.Projects","operations.Machines","operations.Groups","operations.Assessments","operations.AssessedMachines","operations.Operations"],"mappings":"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"}
|
package/dist/arm-migrate.min.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports,require("@azure/ms-rest-azure-js"),require("@azure/ms-rest-js")):"function"==typeof define&&define.amd?define(["exports","@azure/ms-rest-azure-js","@azure/ms-rest-js"],r):r((e.Azure=e.Azure||{},e.Azure.ArmMigrate={}),e.msRestAzure,e.msRest)}(this,function(e,i,r){"use strict";var s=function(e,r){return(s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var a in r)r.hasOwnProperty(a)&&(e[a]=r[a])})(e,r)};function a(e,r){function a(){this.constructor=e}s(e,r),e.prototype=null===r?Object.create(r):(a.prototype=r.prototype,new a)}var t=function(){return(t=Object.assign||function(e){for(var r,a=1,s=arguments.length;a<s;a++)for(var t in r=arguments[a])Object.prototype.hasOwnProperty.call(r,t)&&(e[t]=r[t]);return e}).apply(this,arguments)},o=Object.freeze({}),n=i.CloudErrorMapper,p=i.BaseResourceMapper,m={serializedName:"Project",type:{name:"Composite",className:"Project",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},eTag:{serializedName:"eTag",type:{name:"String"}},location:{serializedName:"location",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Object"}},createdTimestamp:{readOnly:!0,serializedName:"properties.createdTimestamp",type:{name:"DateTime"}},updatedTimestamp:{readOnly:!0,serializedName:"properties.updatedTimestamp",type:{name:"DateTime"}},discoveryStatus:{readOnly:!0,serializedName:"properties.discoveryStatus",type:{name:"String"}},customerWorkspaceId:{serializedName:"properties.customerWorkspaceId",type:{name:"String"}},customerWorkspaceLocation:{serializedName:"properties.customerWorkspaceLocation",type:{name:"String"}},lastDiscoveryTimestamp:{nullable:!0,readOnly:!0,serializedName:"properties.lastDiscoveryTimestamp",type:{name:"DateTime"}},lastDiscoverySessionId:{readOnly:!0,serializedName:"properties.lastDiscoverySessionId",type:{name:"String"}},numberOfGroups:{readOnly:!0,serializedName:"properties.numberOfGroups",type:{name:"Number"}},numberOfMachines:{readOnly:!0,serializedName:"properties.numberOfMachines",type:{name:"Number"}},numberOfAssessments:{readOnly:!0,serializedName:"properties.numberOfAssessments",type:{name:"Number"}},lastAssessmentTimestamp:{nullable:!0,readOnly:!0,serializedName:"properties.lastAssessmentTimestamp",type:{name:"DateTime"}},provisioningState:{serializedName:"properties.provisioningState",type:{name:"String"}}}}},d={serializedName:"Group",type:{name:"Composite",className:"Group",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},eTag:{serializedName:"eTag",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},machines:{required:!0,serializedName:"properties.machines",type:{name:"Sequence",element:{type:{name:"String"}}}},assessments:{readOnly:!0,serializedName:"properties.assessments",type:{name:"Sequence",element:{type:{name:"String"}}}},createdTimestamp:{readOnly:!0,serializedName:"properties.createdTimestamp",type:{name:"DateTime"}},updatedTimestamp:{readOnly:!0,serializedName:"properties.updatedTimestamp",type:{name:"DateTime"}}}}},l={serializedName:"Assessment",type:{name:"Composite",className:"Assessment",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},eTag:{serializedName:"eTag",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},azureLocation:{required:!0,serializedName:"properties.azureLocation",type:{name:"String"}},azureOfferCode:{required:!0,serializedName:"properties.azureOfferCode",type:{name:"String"}},azurePricingTier:{required:!0,serializedName:"properties.azurePricingTier",type:{name:"String"}},azureStorageRedundancy:{required:!0,serializedName:"properties.azureStorageRedundancy",type:{name:"String"}},scalingFactor:{required:!0,serializedName:"properties.scalingFactor",type:{name:"Number"}},percentile:{required:!0,serializedName:"properties.percentile",type:{name:"String"}},timeRange:{required:!0,serializedName:"properties.timeRange",type:{name:"String"}},stage:{required:!0,serializedName:"properties.stage",type:{name:"String"}},currency:{required:!0,serializedName:"properties.currency",type:{name:"String"}},azureHybridUseBenefit:{required:!0,serializedName:"properties.azureHybridUseBenefit",type:{name:"String"}},discountPercentage:{required:!0,serializedName:"properties.discountPercentage",type:{name:"Number"}},confidenceRatingInPercentage:{nullable:!0,readOnly:!0,serializedName:"properties.confidenceRatingInPercentage",type:{name:"Number"}},sizingCriterion:{required:!0,serializedName:"properties.sizingCriterion",type:{name:"String"}},pricesTimestamp:{readOnly:!0,serializedName:"properties.pricesTimestamp",type:{name:"DateTime"}},createdTimestamp:{readOnly:!0,serializedName:"properties.createdTimestamp",type:{name:"DateTime"}},updatedTimestamp:{readOnly:!0,serializedName:"properties.updatedTimestamp",type:{name:"DateTime"}},monthlyComputeCost:{readOnly:!0,serializedName:"properties.monthlyComputeCost",type:{name:"Number"}},monthlyBandwidthCost:{readOnly:!0,serializedName:"properties.monthlyBandwidthCost",type:{name:"Number"}},monthlyStorageCost:{readOnly:!0,serializedName:"properties.monthlyStorageCost",type:{name:"Number"}},status:{readOnly:!0,serializedName:"properties.status",type:{name:"String"}},numberOfMachines:{readOnly:!0,serializedName:"properties.numberOfMachines",type:{name:"Number"}}}}},u={serializedName:"Disk",type:{name:"Composite",className:"Disk",modelProperties:{gigabytesAllocated:{readOnly:!0,serializedName:"gigabytesAllocated",type:{name:"Number"}},gigabytesConsumed:{readOnly:!0,serializedName:"gigabytesConsumed",type:{name:"Number"}}}}},c={serializedName:"NetworkAdapter",type:{name:"Composite",className:"NetworkAdapter",modelProperties:{macAddress:{readOnly:!0,serializedName:"macAddress",type:{name:"String"}},ipAddresses:{readOnly:!0,serializedName:"ipAddresses",type:{name:"Sequence",element:{type:{name:"String"}}}}}}},y={serializedName:"Machine",type:{name:"Composite",className:"Machine",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},eTag:{serializedName:"eTag",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},bootType:{readOnly:!0,serializedName:"properties.bootType",type:{name:"String"}},datacenterContainer:{readOnly:!0,serializedName:"properties.datacenterContainer",type:{name:"String"}},datacenterManagementServer:{readOnly:!0,serializedName:"properties.datacenterManagementServer",type:{name:"String"}},datacenterMachineId:{readOnly:!0,serializedName:"properties.datacenterMachineId",type:{name:"String"}},datacenterManagementServerId:{readOnly:!0,serializedName:"properties.datacenterManagementServerId",type:{name:"String"}},description:{readOnly:!0,serializedName:"properties.description",type:{name:"String"}},displayName:{readOnly:!0,serializedName:"properties.displayName",type:{name:"String"}},megabytesOfMemory:{readOnly:!0,serializedName:"properties.megabytesOfMemory",type:{name:"Number"}},numberOfCores:{readOnly:!0,serializedName:"properties.numberOfCores",type:{name:"Number"}},operatingSystem:{readOnly:!0,serializedName:"properties.operatingSystem",type:{name:"String"}},groups:{readOnly:!0,serializedName:"properties.groups",type:{name:"Sequence",element:{type:{name:"String"}}}},createdTimestamp:{readOnly:!0,serializedName:"properties.createdTimestamp",type:{name:"DateTime"}},updatedTimestamp:{readOnly:!0,serializedName:"properties.updatedTimestamp",type:{name:"DateTime"}},discoveredTimestamp:{readOnly:!0,serializedName:"properties.discoveredTimestamp",type:{name:"DateTime"}},disks:{readOnly:!0,serializedName:"properties.disks",type:{name:"Dictionary",value:{type:{name:"Composite",className:"Disk"}}}},networkAdapters:{readOnly:!0,serializedName:"properties.networkAdapters",type:{name:"Dictionary",value:{type:{name:"Composite",className:"NetworkAdapter"}}}}}}},N={serializedName:"AssessedDisk",type:{name:"Composite",className:"AssessedDisk",modelProperties:{name:{readOnly:!0,serializedName:"name",type:{name:"String"}},gigabytesProvisioned:{readOnly:!0,serializedName:"gigabytesProvisioned",type:{name:"Number"}},gigabytesConsumed:{readOnly:!0,serializedName:"gigabytesConsumed",type:{name:"Number"}},megabytesPerSecondOfRead:{readOnly:!0,serializedName:"megabytesPerSecondOfRead",type:{name:"Number"}},megabytesPerSecondOfReadDataPointsExpected:{nullable:!0,readOnly:!0,serializedName:"megabytesPerSecondOfReadDataPointsExpected",type:{name:"Number"}},megabytesPerSecondOfReadDataPointsReceived:{nullable:!0,readOnly:!0,serializedName:"megabytesPerSecondOfReadDataPointsReceived",type:{name:"Number"}},megabytesPerSecondOfWrite:{readOnly:!0,serializedName:"megabytesPerSecondOfWrite",type:{name:"Number"}},megabytesPerSecondOfWriteDataPointsExpected:{nullable:!0,readOnly:!0,serializedName:"megabytesPerSecondOfWriteDataPointsExpected",type:{name:"Number"}},megabytesPerSecondOfWriteDataPointsReceived:{nullable:!0,readOnly:!0,serializedName:"megabytesPerSecondOfWriteDataPointsReceived",type:{name:"Number"}},numberOfReadOperationsPerSecond:{readOnly:!0,serializedName:"numberOfReadOperationsPerSecond",type:{name:"Number"}},numberOfReadOperationsPerSecondDataPointsExpected:{nullable:!0,readOnly:!0,serializedName:"numberOfReadOperationsPerSecondDataPointsExpected",type:{name:"Number"}},numberOfReadOperationsPerSecondDataPointsReceived:{nullable:!0,readOnly:!0,serializedName:"numberOfReadOperationsPerSecondDataPointsReceived",type:{name:"Number"}},numberOfWriteOperationsPerSecond:{readOnly:!0,serializedName:"numberOfWriteOperationsPerSecond",type:{name:"Number"}},numberOfWriteOperationsPerSecondDataPointsExpected:{nullable:!0,readOnly:!0,serializedName:"numberOfWriteOperationsPerSecondDataPointsExpected",type:{name:"Number"}},numberOfWriteOperationsPerSecondDataPointsReceived:{nullable:!0,readOnly:!0,serializedName:"numberOfWriteOperationsPerSecondDataPointsReceived",type:{name:"Number"}},monthlyStorageCost:{readOnly:!0,serializedName:"monthlyStorageCost",type:{name:"Number"}},recommendedDiskType:{readOnly:!0,serializedName:"recommendedDiskType",type:{name:"String"}},recommendedDiskSize:{readOnly:!0,serializedName:"recommendedDiskSize",type:{name:"String"}},gigabytesForRecommendedDiskSize:{readOnly:!0,serializedName:"gigabytesForRecommendedDiskSize",type:{name:"Number"}},suitability:{readOnly:!0,serializedName:"suitability",type:{name:"String"}},suitabilityExplanation:{readOnly:!0,serializedName:"suitabilityExplanation",type:{name:"String"}}}}},g={serializedName:"AssessedNetworkAdapter",type:{name:"Composite",className:"AssessedNetworkAdapter",modelProperties:{macAddress:{readOnly:!0,serializedName:"macAddress",type:{name:"String"}},ipAddresses:{readOnly:!0,serializedName:"ipAddresses",type:{name:"Sequence",element:{type:{name:"String"}}}},monthlyBandwidthCosts:{readOnly:!0,serializedName:"monthlyBandwidthCosts",type:{name:"Number"}},megabytesPerSecondReceived:{readOnly:!0,serializedName:"megabytesPerSecondReceived",type:{name:"Number"}},megabytesPerSecondReceivedDataPointsExpected:{nullable:!0,readOnly:!0,serializedName:"megabytesPerSecondReceivedDataPointsExpected",type:{name:"Number"}},megabytesPerSecondOfReadDataPointsReceived:{nullable:!0,readOnly:!0,serializedName:"megabytesPerSecondOfReadDataPointsReceived",type:{name:"Number"}},megabytesPerSecondTransmitted:{readOnly:!0,serializedName:"megabytesPerSecondTransmitted",type:{name:"Number"}},megabytesPerSecondTransmittedDataPointsExpected:{nullable:!0,readOnly:!0,serializedName:"megabytesPerSecondTransmittedDataPointsExpected",type:{name:"Number"}},megabytesPerSecondTransmittedDataPointsReceived:{nullable:!0,readOnly:!0,serializedName:"megabytesPerSecondTransmittedDataPointsReceived",type:{name:"Number"}},netGigabytesTransmittedPerMonth:{serializedName:"netGigabytesTransmittedPerMonth",type:{name:"Number"}},suitability:{readOnly:!0,serializedName:"suitability",type:{name:"String"}},suitabilityExplanation:{readOnly:!0,serializedName:"suitabilityExplanation",type:{name:"String"}}}}},z={serializedName:"AssessedMachine",type:{name:"Composite",className:"AssessedMachine",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},eTag:{serializedName:"eTag",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},groups:{readOnly:!0,serializedName:"properties.groups",type:{name:"Sequence",element:{type:{name:"String"}}}},discoveredTimestamp:{readOnly:!0,serializedName:"properties.discoveredTimestamp",type:{name:"DateTime"}},bootType:{readOnly:!0,serializedName:"properties.bootType",type:{name:"String"}},datacenterContainer:{readOnly:!0,serializedName:"properties.datacenterContainer",type:{name:"String"}},datacenterManagementServer:{readOnly:!0,serializedName:"properties.datacenterManagementServer",type:{name:"String"}},datacenterMachineId:{readOnly:!0,serializedName:"properties.datacenterMachineId",type:{name:"String"}},datacenterManagementServerId:{readOnly:!0,serializedName:"properties.datacenterManagementServerId",type:{name:"String"}},description:{readOnly:!0,serializedName:"properties.description",type:{name:"String"}},displayName:{readOnly:!0,serializedName:"properties.displayName",type:{name:"String"}},megabytesOfMemory:{readOnly:!0,serializedName:"properties.megabytesOfMemory",type:{name:"Number"}},numberOfCores:{readOnly:!0,serializedName:"properties.numberOfCores",type:{name:"Number"}},operatingSystem:{readOnly:!0,serializedName:"properties.operatingSystem",type:{name:"String"}},monthlyBandwidthCost:{readOnly:!0,serializedName:"properties.monthlyBandwidthCost",type:{name:"Number"}},monthlyStorageCost:{readOnly:!0,serializedName:"properties.monthlyStorageCost",type:{name:"Number"}},disks:{readOnly:!0,serializedName:"properties.disks",type:{name:"Dictionary",value:{type:{name:"Composite",className:"AssessedDisk"}}}},networkAdapters:{readOnly:!0,serializedName:"properties.networkAdapters",type:{name:"Dictionary",value:{type:{name:"Composite",className:"AssessedNetworkAdapter"}}}},recommendedSize:{readOnly:!0,serializedName:"properties.recommendedSize",type:{name:"String"}},numberOfCoresForRecommendedSize:{readOnly:!0,serializedName:"properties.numberOfCoresForRecommendedSize",type:{name:"Number"}},megabytesOfMemoryForRecommendedSize:{readOnly:!0,serializedName:"properties.megabytesOfMemoryForRecommendedSize",type:{name:"Number"}},monthlyComputeCostForRecommendedSize:{readOnly:!0,serializedName:"properties.monthlyComputeCostForRecommendedSize",type:{name:"Number"}},percentageCoresUtilization:{readOnly:!0,serializedName:"properties.percentageCoresUtilization",type:{name:"Number"}},percentageMemoryUtilization:{readOnly:!0,serializedName:"properties.percentageMemoryUtilization",type:{name:"Number"}},percentageCoresUtilizationDataPointsExpected:{nullable:!0,readOnly:!0,serializedName:"properties.percentageCoresUtilizationDataPointsExpected",type:{name:"Number"}},percentageCoresUtilizationDataPointsReceived:{nullable:!0,readOnly:!0,serializedName:"properties.percentageCoresUtilizationDataPointsReceived",type:{name:"Number"}},percentageMemoryUtilizationDataPointsExpected:{nullable:!0,readOnly:!0,serializedName:"properties.percentageMemoryUtilizationDataPointsExpected",type:{name:"Number"}},percentageMemoryUtilizationDataPointsReceived:{nullable:!0,readOnly:!0,serializedName:"properties.percentageMemoryUtilizationDataPointsReceived",type:{name:"Number"}},suitability:{readOnly:!0,serializedName:"properties.suitability",type:{name:"String"}},suitabilityExplanation:{readOnly:!0,serializedName:"properties.suitabilityExplanation",type:{name:"String"}},createdTimestamp:{readOnly:!0,serializedName:"properties.createdTimestamp",type:{name:"DateTime"}},updatedTimestamp:{readOnly:!0,serializedName:"properties.updatedTimestamp",type:{name:"DateTime"}}}}},h={serializedName:"ProjectKey",type:{name:"Composite",className:"ProjectKey",modelProperties:{workspaceId:{readOnly:!0,serializedName:"workspaceId",type:{name:"String"}},workspaceKey:{readOnly:!0,serializedName:"workspaceKey",type:{name:"String"}}}}},b={serializedName:"OperationDisplay",type:{name:"Composite",className:"OperationDisplay",modelProperties:{provider:{readOnly:!0,serializedName:"provider",type:{name:"String"}},resource:{readOnly:!0,serializedName:"resource",type:{name:"String"}},operation:{readOnly:!0,serializedName:"operation",type:{name:"String"}},description:{readOnly:!0,serializedName:"description",type:{name:"String"}}}}},P={serializedName:"Operation",type:{name:"Composite",className:"Operation",modelProperties:{name:{readOnly:!0,serializedName:"name",type:{name:"String"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDisplay"}},origin:{readOnly:!0,serializedName:"origin",type:{name:"String"}}}}},O={serializedName:"DownloadUrl",type:{name:"Composite",className:"DownloadUrl",modelProperties:{assessmentReportUrl:{readOnly:!0,serializedName:"assessmentReportUrl",type:{name:"String"}},expirationTime:{readOnly:!0,serializedName:"expirationTime",type:{name:"DateTime"}}}}},M={serializedName:"VmFamily",type:{name:"Composite",className:"VmFamily",modelProperties:{familyName:{readOnly:!0,serializedName:"familyName",type:{name:"String"}},targetLocations:{readOnly:!0,serializedName:"targetLocations",type:{name:"Sequence",element:{type:{name:"String"}}}},category:{readOnly:!0,serializedName:"category",type:{name:"Sequence",element:{type:{name:"String"}}}}}}},S={serializedName:"AssessmentOptionsResultList",type:{name:"Composite",className:"AssessmentOptionsResultList",modelProperties:{vmFamilies:{readOnly:!0,serializedName:"vmFamilies",type:{name:"Sequence",element:{type:{name:"Composite",className:"VmFamily"}}}},reservedInstanceVmFamilies:{readOnly:!0,serializedName:"reservedInstanceVmFamilies",type:{name:"Sequence",element:{type:{name:"String"}}}}}}},f={serializedName:"CheckNameAvailabilityParameters",type:{name:"Composite",className:"CheckNameAvailabilityParameters",modelProperties:{name:{required:!0,serializedName:"name",type:{name:"String"}},type:{required:!0,isConstant:!0,serializedName:"type",defaultValue:"Microsoft.Migrate/projects",type:{name:"String"}}}}},R={serializedName:"CheckNameAvailabilityResult",type:{name:"Composite",className:"CheckNameAvailabilityResult",modelProperties:{nameAvailable:{readOnly:!0,serializedName:"nameAvailable",type:{name:"Boolean"}},reason:{readOnly:!0,serializedName:"reason",type:{name:"Enum",allowedValues:["Available","Invalid","AlreadyExists"]}},message:{readOnly:!0,serializedName:"message",type:{name:"String"}}}}},j={serializedName:"projects-listbysubscription-headers",type:{name:"Composite",className:"ProjectsListBySubscriptionHeaders",modelProperties:{xMsRequestId:{serializedName:"x-ms-request-id",type:{name:"String"}}}}},A={serializedName:"projects-listbyresourcegroup-headers",type:{name:"Composite",className:"ProjectsListByResourceGroupHeaders",modelProperties:{xMsRequestId:{serializedName:"x-ms-request-id",type:{name:"String"}}}}},q={serializedName:"projects-get-headers",type:{name:"Composite",className:"ProjectsGetHeaders",modelProperties:{xMsRequestId:{serializedName:"x-ms-request-id",type:{name:"String"}}}}},C={serializedName:"projects-create-headers",type:{name:"Composite",className:"ProjectsCreateHeaders",modelProperties:{xMsRequestId:{serializedName:"x-ms-request-id",type:{name:"String"}}}}},G={serializedName:"projects-update-headers",type:{name:"Composite",className:"ProjectsUpdateHeaders",modelProperties:{xMsRequestId:{serializedName:"x-ms-request-id",type:{name:"String"}}}}},v={serializedName:"projects-delete-headers",type:{name:"Composite",className:"ProjectsDeleteHeaders",modelProperties:{xMsRequestId:{serializedName:"x-ms-request-id",type:{name:"String"}}}}},D={serializedName:"projects-getkeys-headers",type:{name:"Composite",className:"ProjectsGetKeysHeaders",modelProperties:{xMsRequestId:{serializedName:"x-ms-request-id",type:{name:"String"}}}}},T={serializedName:"machines-listbyproject-headers",type:{name:"Composite",className:"MachinesListByProjectHeaders",modelProperties:{xMsRequestId:{serializedName:"x-ms-request-id",type:{name:"String"}}}}},x={serializedName:"machines-get-headers",type:{name:"Composite",className:"MachinesGetHeaders",modelProperties:{xMsRequestId:{serializedName:"x-ms-request-id",type:{name:"String"}}}}},k={serializedName:"groups-listbyproject-headers",type:{name:"Composite",className:"GroupsListByProjectHeaders",modelProperties:{xMsRequestId:{serializedName:"x-ms-request-id",type:{name:"String"}}}}},I={serializedName:"groups-get-headers",type:{name:"Composite",className:"GroupsGetHeaders",modelProperties:{xMsRequestId:{serializedName:"x-ms-request-id",type:{name:"String"}}}}},w={serializedName:"groups-create-headers",type:{name:"Composite",className:"GroupsCreateHeaders",modelProperties:{xMsRequestId:{serializedName:"x-ms-request-id",type:{name:"String"}}}}},H={serializedName:"groups-delete-headers",type:{name:"Composite",className:"GroupsDeleteHeaders",modelProperties:{xMsRequestId:{serializedName:"x-ms-request-id",type:{name:"String"}}}}},L={serializedName:"assessments-listbygroup-headers",type:{name:"Composite",className:"AssessmentsListByGroupHeaders",modelProperties:{xMsRequestId:{serializedName:"x-ms-request-id",type:{name:"String"}}}}},E={serializedName:"assessments-listbyproject-headers",type:{name:"Composite",className:"AssessmentsListByProjectHeaders",modelProperties:{xMsRequestId:{serializedName:"x-ms-request-id",type:{name:"String"}}}}},B={serializedName:"assessments-get-headers",type:{name:"Composite",className:"AssessmentsGetHeaders",modelProperties:{xMsRequestId:{serializedName:"x-ms-request-id",type:{name:"String"}}}}},U={serializedName:"assessments-create-headers",type:{name:"Composite",className:"AssessmentsCreateHeaders",modelProperties:{xMsRequestId:{serializedName:"x-ms-request-id",type:{name:"String"}}}}},F={serializedName:"assessments-delete-headers",type:{name:"Composite",className:"AssessmentsDeleteHeaders",modelProperties:{xMsRequestId:{serializedName:"x-ms-request-id",type:{name:"String"}}}}},W={serializedName:"assessments-getreportdownloadurl-headers",type:{name:"Composite",className:"AssessmentsGetReportDownloadUrlHeaders",modelProperties:{xMsRequestId:{serializedName:"x-ms-request-id",type:{name:"String"}}}}},K={serializedName:"assessedmachines-listbyassessment-headers",type:{name:"Composite",className:"AssessedMachinesListByAssessmentHeaders",modelProperties:{xMsRequestId:{serializedName:"x-ms-request-id",type:{name:"String"}}}}},V={serializedName:"assessedmachines-get-headers",type:{name:"Composite",className:"AssessedMachinesGetHeaders",modelProperties:{xMsRequestId:{serializedName:"x-ms-request-id",type:{name:"String"}}}}},_={serializedName:"ProjectResultList",type:{name:"Composite",className:"ProjectResultList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Project"}}}}}}},J={serializedName:"MachineResultList",type:{name:"Composite",className:"MachineResultList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Machine"}}}}}}},Q={serializedName:"GroupResultList",type:{name:"Composite",className:"GroupResultList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Group"}}}}}}},X={serializedName:"AssessmentResultList",type:{name:"Composite",className:"AssessmentResultList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Assessment"}}}}}}},Y={serializedName:"AssessedMachineResultList",type:{name:"Composite",className:"AssessedMachineResultList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"AssessedMachine"}}}}}}},Z={serializedName:"OperationResultList",type:{name:"Composite",className:"OperationResultList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}}}}},$=Object.freeze({CloudError:n,BaseResource:p,Project:m,Group:d,Assessment:l,Disk:u,NetworkAdapter:c,Machine:y,AssessedDisk:N,AssessedNetworkAdapter:g,AssessedMachine:z,ProjectKey:h,OperationDisplay:b,Operation:P,DownloadUrl:O,VmFamily:M,AssessmentOptionsResultList:S,CheckNameAvailabilityParameters:f,CheckNameAvailabilityResult:R,ProjectsListBySubscriptionHeaders:j,ProjectsListByResourceGroupHeaders:A,ProjectsGetHeaders:q,ProjectsCreateHeaders:C,ProjectsUpdateHeaders:G,ProjectsDeleteHeaders:v,ProjectsGetKeysHeaders:D,MachinesListByProjectHeaders:T,MachinesGetHeaders:x,GroupsListByProjectHeaders:k,GroupsGetHeaders:I,GroupsCreateHeaders:w,GroupsDeleteHeaders:H,AssessmentsListByGroupHeaders:L,AssessmentsListByProjectHeaders:E,AssessmentsGetHeaders:B,AssessmentsCreateHeaders:U,AssessmentsDeleteHeaders:F,AssessmentsGetReportDownloadUrlHeaders:W,AssessedMachinesListByAssessmentHeaders:K,AssessedMachinesGetHeaders:V,ProjectResultList:_,MachineResultList:J,GroupResultList:Q,AssessmentResultList:X,AssessedMachineResultList:Y,OperationResultList:Z}),ee=Object.freeze({CheckNameAvailabilityParameters:f,CheckNameAvailabilityResult:R,CloudError:n}),re={parameterPath:"acceptLanguage",mapper:{serializedName:"Accept-Language",type:{name:"String"}}},ae={parameterPath:"apiVersion",mapper:{required:!0,isConstant:!0,serializedName:"api-version",defaultValue:"2018-02-02",type:{name:"String"}}},se={parameterPath:"assessmentName",mapper:{required:!0,serializedName:"assessmentName",type:{name:"String"}}},te={parameterPath:"groupName",mapper:{required:!0,serializedName:"groupName",type:{name:"String"}}},ie={parameterPath:"locationName",mapper:{required:!0,serializedName:"locationName",type:{name:"String"}}},oe={parameterPath:"projectName",mapper:{required:!0,serializedName:"projectName",type:{name:"String"}}},ne={parameterPath:"resourceGroupName",mapper:{required:!0,serializedName:"resourceGroupName",type:{name:"String"}}},pe={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",type:{name:"String"}}},me=(de.prototype.checkNameAvailability=function(e,r,a,s){return this.client.sendOperationRequest({locationName:e,parameters:r,options:a},le,s)},de);function de(e){this.client=e}var ee=new r.Serializer(ee),le={httpMethod:"POST",path:"subscriptions/{subscriptionId}/providers/Microsoft.Migrate/locations/{locationName}/checkNameAvailability",urlParameters:[ie,pe],queryParameters:[ae],headerParameters:[re],requestBody:{parameterPath:"parameters",mapper:t(t({},f),{required:!0})},responses:{200:{bodyMapper:R},default:{bodyMapper:n}},serializer:ee},M=Object.freeze({AssessmentOptionsResultList:S,VmFamily:M,CloudError:n}),ue=(ce.prototype.get=function(e,r,a){return this.client.sendOperationRequest({locationName:e,options:r},ye,a)},ce);function ce(e){this.client=e}var ye={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.Migrate/locations/{locationName}/assessmentOptions",urlParameters:[pe,ie],queryParameters:[ae],headerParameters:[re],responses:{200:{bodyMapper:S},default:{bodyMapper:n}},serializer:new r.Serializer(M)},M=Object.freeze({ProjectResultList:_,Project:m,BaseResource:p,ProjectsListBySubscriptionHeaders:j,CloudError:n,ProjectsListByResourceGroupHeaders:A,ProjectsGetHeaders:q,ProjectsCreateHeaders:C,ProjectsUpdateHeaders:G,ProjectsDeleteHeaders:v,ProjectKey:h,ProjectsGetKeysHeaders:D,Group:d,Assessment:l,Machine:y,Disk:u,NetworkAdapter:c,AssessedMachine:z,AssessedDisk:N,AssessedNetworkAdapter:g}),Ne=(ge.prototype.listBySubscription=function(e,r){return this.client.sendOperationRequest({options:e},ze,r)},ge.prototype.listByResourceGroup=function(e,r,a){return this.client.sendOperationRequest({resourceGroupName:e,options:r},he,a)},ge.prototype.get=function(e,r,a,s){return this.client.sendOperationRequest({resourceGroupName:e,projectName:r,options:a},be,s)},ge.prototype.create=function(e,r,a,s){return this.client.sendOperationRequest({resourceGroupName:e,projectName:r,options:a},Pe,s)},ge.prototype.update=function(e,r,a,s){return this.client.sendOperationRequest({resourceGroupName:e,projectName:r,options:a},Oe,s)},ge.prototype.deleteMethod=function(e,r,a,s){return this.client.sendOperationRequest({resourceGroupName:e,projectName:r,options:a},Me,s)},ge.prototype.getKeys=function(e,r,a,s){return this.client.sendOperationRequest({resourceGroupName:e,projectName:r,options:a},Se,s)},ge);function ge(e){this.client=e}var M=new r.Serializer(M),ze={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.Migrate/projects",urlParameters:[pe],queryParameters:[ae],headerParameters:[re],responses:{200:{bodyMapper:_,headersMapper:j},default:{bodyMapper:n}},serializer:M},he={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Migrate/projects",urlParameters:[pe,ne],queryParameters:[ae],headerParameters:[re],responses:{200:{bodyMapper:_,headersMapper:A},default:{bodyMapper:n}},serializer:M},be={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}",urlParameters:[pe,ne,oe],queryParameters:[ae],headerParameters:[re],responses:{200:{bodyMapper:m,headersMapper:q},default:{bodyMapper:n}},serializer:M},Pe={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}",urlParameters:[pe,ne,oe],queryParameters:[ae],headerParameters:[re],requestBody:{parameterPath:["options","project"],mapper:m},responses:{200:{bodyMapper:m,headersMapper:C},201:{bodyMapper:m,headersMapper:C},default:{bodyMapper:n}},serializer:M},Oe={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}",urlParameters:[pe,ne,oe],queryParameters:[ae],headerParameters:[re],requestBody:{parameterPath:["options","project"],mapper:m},responses:{200:{bodyMapper:m,headersMapper:G},default:{bodyMapper:n}},serializer:M},Me={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}",urlParameters:[pe,ne,oe],queryParameters:[ae],headerParameters:[re],responses:{200:{headersMapper:v},default:{bodyMapper:n}},serializer:M},Se={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/keys",urlParameters:[pe,ne,oe],queryParameters:[ae],headerParameters:[re],responses:{200:{bodyMapper:h,headersMapper:D},default:{bodyMapper:n}},serializer:M},M=Object.freeze({MachineResultList:J,Machine:y,BaseResource:p,Disk:u,NetworkAdapter:c,MachinesListByProjectHeaders:T,CloudError:n,MachinesGetHeaders:x,Project:m,Group:d,Assessment:l,AssessedMachine:z,AssessedDisk:N,AssessedNetworkAdapter:g,ProjectKey:h}),fe=(Re.prototype.listByProject=function(e,r,a,s){return this.client.sendOperationRequest({resourceGroupName:e,projectName:r,options:a},je,s)},Re.prototype.get=function(e,r,a,s,t){return this.client.sendOperationRequest({resourceGroupName:e,projectName:r,machineName:a,options:s},Ae,t)},Re);function Re(e){this.client=e}var M=new r.Serializer(M),je={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/machines",urlParameters:[pe,ne,oe],queryParameters:[ae],headerParameters:[re],responses:{200:{bodyMapper:J,headersMapper:T},default:{bodyMapper:n}},serializer:M},Ae={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/machines/{machineName}",urlParameters:[pe,ne,oe,{parameterPath:"machineName",mapper:{required:!0,serializedName:"machineName",type:{name:"String"}}}],queryParameters:[ae],headerParameters:[re],responses:{200:{bodyMapper:y,headersMapper:x},default:{bodyMapper:n}},serializer:M},M=Object.freeze({GroupResultList:Q,Group:d,BaseResource:p,GroupsListByProjectHeaders:k,CloudError:n,GroupsGetHeaders:I,GroupsCreateHeaders:w,GroupsDeleteHeaders:H,Project:m,Assessment:l,Machine:y,Disk:u,NetworkAdapter:c,AssessedMachine:z,AssessedDisk:N,AssessedNetworkAdapter:g,ProjectKey:h}),qe=(Ce.prototype.listByProject=function(e,r,a,s){return this.client.sendOperationRequest({resourceGroupName:e,projectName:r,options:a},Ge,s)},Ce.prototype.get=function(e,r,a,s,t){return this.client.sendOperationRequest({resourceGroupName:e,projectName:r,groupName:a,options:s},ve,t)},Ce.prototype.create=function(e,r,a,s,t){return this.client.sendOperationRequest({resourceGroupName:e,projectName:r,groupName:a,options:s},De,t)},Ce.prototype.deleteMethod=function(e,r,a,s,t){return this.client.sendOperationRequest({resourceGroupName:e,projectName:r,groupName:a,options:s},Te,t)},Ce);function Ce(e){this.client=e}var M=new r.Serializer(M),Ge={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups",urlParameters:[pe,ne,oe],queryParameters:[ae],headerParameters:[re],responses:{200:{bodyMapper:Q,headersMapper:k},default:{bodyMapper:n}},serializer:M},ve={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}",urlParameters:[pe,ne,oe,te],queryParameters:[ae],headerParameters:[re],responses:{200:{bodyMapper:d,headersMapper:I},default:{bodyMapper:n}},serializer:M},De={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}",urlParameters:[pe,ne,oe,te],queryParameters:[ae],headerParameters:[re],requestBody:{parameterPath:["options","group"],mapper:d},responses:{200:{bodyMapper:d,headersMapper:w},201:{bodyMapper:d,headersMapper:w},default:{bodyMapper:n}},serializer:M},Te={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}",urlParameters:[pe,ne,oe,te],queryParameters:[ae],headerParameters:[re],responses:{200:{headersMapper:H},default:{bodyMapper:n}},serializer:M},M=Object.freeze({AssessmentResultList:X,Assessment:l,BaseResource:p,AssessmentsListByGroupHeaders:L,CloudError:n,AssessmentsListByProjectHeaders:E,AssessmentsGetHeaders:B,AssessmentsCreateHeaders:U,AssessmentsDeleteHeaders:F,DownloadUrl:O,AssessmentsGetReportDownloadUrlHeaders:W,Project:m,Group:d,Machine:y,Disk:u,NetworkAdapter:c,AssessedMachine:z,AssessedDisk:N,AssessedNetworkAdapter:g,ProjectKey:h}),xe=(ke.prototype.listByGroup=function(e,r,a,s,t){return this.client.sendOperationRequest({resourceGroupName:e,projectName:r,groupName:a,options:s},Ie,t)},ke.prototype.listByProject=function(e,r,a,s){return this.client.sendOperationRequest({resourceGroupName:e,projectName:r,options:a},we,s)},ke.prototype.get=function(e,r,a,s,t,i){return this.client.sendOperationRequest({resourceGroupName:e,projectName:r,groupName:a,assessmentName:s,options:t},He,i)},ke.prototype.create=function(e,r,a,s,t,i){return this.client.sendOperationRequest({resourceGroupName:e,projectName:r,groupName:a,assessmentName:s,options:t},Le,i)},ke.prototype.deleteMethod=function(e,r,a,s,t,i){return this.client.sendOperationRequest({resourceGroupName:e,projectName:r,groupName:a,assessmentName:s,options:t},Ee,i)},ke.prototype.getReportDownloadUrl=function(e,r,a,s,t,i){return this.client.sendOperationRequest({resourceGroupName:e,projectName:r,groupName:a,assessmentName:s,options:t},Be,i)},ke);function ke(e){this.client=e}var M=new r.Serializer(M),Ie={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}/assessments",urlParameters:[pe,ne,oe,te],queryParameters:[ae],headerParameters:[re],responses:{200:{bodyMapper:X,headersMapper:L},default:{bodyMapper:n}},serializer:M},we={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/assessments",urlParameters:[pe,ne,oe],queryParameters:[ae],headerParameters:[re],responses:{200:{bodyMapper:X,headersMapper:E},default:{bodyMapper:n}},serializer:M},He={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}/assessments/{assessmentName}",urlParameters:[pe,ne,oe,te,se],queryParameters:[ae],headerParameters:[re],responses:{200:{bodyMapper:l,headersMapper:B},default:{bodyMapper:n}},serializer:M},Le={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}/assessments/{assessmentName}",urlParameters:[pe,ne,oe,te,se],queryParameters:[ae],headerParameters:[re],requestBody:{parameterPath:["options","assessment"],mapper:l},responses:{200:{bodyMapper:l,headersMapper:U},201:{bodyMapper:l,headersMapper:U},default:{bodyMapper:n}},serializer:M},Ee={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}/assessments/{assessmentName}",urlParameters:[pe,ne,oe,te,se],queryParameters:[ae],headerParameters:[re],responses:{200:{headersMapper:F},default:{bodyMapper:n}},serializer:M},Be={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}/assessments/{assessmentName}/downloadUrl",urlParameters:[pe,ne,oe,te,se],queryParameters:[ae],headerParameters:[re],responses:{200:{bodyMapper:O,headersMapper:W},default:{bodyMapper:n}},serializer:M},h=Object.freeze({AssessedMachineResultList:Y,AssessedMachine:z,BaseResource:p,AssessedDisk:N,AssessedNetworkAdapter:g,AssessedMachinesListByAssessmentHeaders:K,CloudError:n,AssessedMachinesGetHeaders:V,Project:m,Group:d,Assessment:l,Machine:y,Disk:u,NetworkAdapter:c,ProjectKey:h}),Ue=(Fe.prototype.listByAssessment=function(e,r,a,s,t,i){return this.client.sendOperationRequest({resourceGroupName:e,projectName:r,groupName:a,assessmentName:s,options:t},We,i)},Fe.prototype.get=function(e,r,a,s,t,i,o){return this.client.sendOperationRequest({resourceGroupName:e,projectName:r,groupName:a,assessmentName:s,assessedMachineName:t,options:i},Ke,o)},Fe);function Fe(e){this.client=e}var h=new r.Serializer(h),We={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}/assessments/{assessmentName}/assessedMachines",urlParameters:[pe,ne,oe,te,se],queryParameters:[ae],headerParameters:[re],responses:{200:{bodyMapper:Y,headersMapper:K},default:{bodyMapper:n}},serializer:h},Ke={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}/assessments/{assessmentName}/assessedMachines/{assessedMachineName}",urlParameters:[pe,ne,oe,te,se,{parameterPath:"assessedMachineName",mapper:{required:!0,serializedName:"assessedMachineName",type:{name:"String"}}}],queryParameters:[ae],headerParameters:[re],responses:{200:{bodyMapper:z,headersMapper:V},default:{bodyMapper:n}},serializer:h},b=Object.freeze({OperationResultList:Z,Operation:P,OperationDisplay:b,CloudError:n}),Ve=(_e.prototype.list=function(e,r){return this.client.sendOperationRequest({options:e},Qe,r)},_e);function _e(e){this.client=e}var Je,Qe={httpMethod:"GET",path:"providers/Microsoft.Migrate/operations",headerParameters:[re],responses:{200:{bodyMapper:Z},default:{bodyMapper:n}},serializer:new r.Serializer(b)},r=(a(Xe,Je=i.AzureServiceClient),Xe);function Xe(e,r,a){var s,t=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==r)throw new Error("'subscriptionId' cannot be null.");return(a=a||{}).userAgent||(s=i.getDefaultUserAgentValue(),a.userAgent="@azure/arm-migrate/1.2.1 "+s),(t=Je.call(this,e,a)||this).apiVersion="2018-02-02",t.longRunningOperationRetryTimeout=30,t.baseUri=a.baseUri||t.baseUri||"https://management.azure.com",t.requestContentType="application/json; charset=utf-8",t.credentials=e,t.subscriptionId=r,null!==a.acceptLanguage&&void 0!==a.acceptLanguage&&(t.acceptLanguage=a.acceptLanguage),null!==a.longRunningOperationRetryTimeout&&void 0!==a.longRunningOperationRetryTimeout&&(t.longRunningOperationRetryTimeout=a.longRunningOperationRetryTimeout),t}var Ye,b=(a(Ze,Ye=r),Ze);function Ze(e,r,a){a=Ye.call(this,e,r,a)||this;return a.location=new me(a),a.assessmentOptions=new ue(a),a.projects=new Ne(a),a.machines=new fe(a),a.groups=new qe(a),a.assessments=new xe(a),a.assessedMachines=new Ue(a),a.operations=new Ve(a),a}e.AzureMigrate=b,e.AzureMigrateContext=r,e.AzureMigrateModels=o,e.AzureMigrateMappers=$,e.Location=me,e.AssessmentOptions=ue,e.Projects=Ne,e.Machines=fe,e.Groups=qe,e.Assessments=xe,e.AssessedMachines=Ue,e.Operations=Ve,Object.defineProperty(e,"__esModule",{value:!0})});
|