@azure/arm-migrate 1.2.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -81
- package/dist/index.js +6539 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/assessedMachinesGet.d.ts +2 -0
- package/dist-esm/samples-dev/assessedMachinesGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/assessedMachinesGet.js +34 -0
- package/dist-esm/samples-dev/assessedMachinesGet.js.map +1 -0
- package/dist-esm/samples-dev/assessedMachinesListByAssessment.d.ts +2 -0
- package/dist-esm/samples-dev/assessedMachinesListByAssessment.d.ts.map +1 -0
- package/dist-esm/samples-dev/assessedMachinesListByAssessment.js +55 -0
- package/dist-esm/samples-dev/assessedMachinesListByAssessment.js.map +1 -0
- package/dist-esm/samples-dev/assessmentOptionsGet.d.ts +2 -0
- package/dist-esm/samples-dev/assessmentOptionsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/assessmentOptionsGet.js +45 -0
- package/dist-esm/samples-dev/assessmentOptionsGet.js.map +1 -0
- package/dist-esm/samples-dev/assessmentsCreate.d.ts +2 -0
- package/dist-esm/samples-dev/assessmentsCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/assessmentsCreate.js +79 -0
- package/dist-esm/samples-dev/assessmentsCreate.js.map +1 -0
- package/dist-esm/samples-dev/assessmentsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/assessmentsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/assessmentsDelete.js +39 -0
- package/dist-esm/samples-dev/assessmentsDelete.js.map +1 -0
- package/dist-esm/samples-dev/assessmentsGet.d.ts +2 -0
- package/dist-esm/samples-dev/assessmentsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/assessmentsGet.js +33 -0
- package/dist-esm/samples-dev/assessmentsGet.js.map +1 -0
- package/dist-esm/samples-dev/assessmentsGetReportDownloadUrl.d.ts +2 -0
- package/dist-esm/samples-dev/assessmentsGetReportDownloadUrl.d.ts.map +1 -0
- package/dist-esm/samples-dev/assessmentsGetReportDownloadUrl.js +33 -0
- package/dist-esm/samples-dev/assessmentsGetReportDownloadUrl.js.map +1 -0
- package/dist-esm/samples-dev/assessmentsListByGroup.d.ts +2 -0
- package/dist-esm/samples-dev/assessmentsListByGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/assessmentsListByGroup.js +52 -0
- package/dist-esm/samples-dev/assessmentsListByGroup.js.map +1 -0
- package/dist-esm/samples-dev/assessmentsListByProject.d.ts +2 -0
- package/dist-esm/samples-dev/assessmentsListByProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/assessmentsListByProject.js +51 -0
- package/dist-esm/samples-dev/assessmentsListByProject.js.map +1 -0
- package/dist-esm/samples-dev/groupsCreate.d.ts +2 -0
- package/dist-esm/samples-dev/groupsCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/groupsCreate.js +43 -0
- package/dist-esm/samples-dev/groupsCreate.js.map +1 -0
- package/dist-esm/samples-dev/groupsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/groupsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/groupsDelete.js +38 -0
- package/dist-esm/samples-dev/groupsDelete.js.map +1 -0
- package/dist-esm/samples-dev/groupsGet.d.ts +2 -0
- package/dist-esm/samples-dev/groupsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/groupsGet.js +32 -0
- package/dist-esm/samples-dev/groupsGet.js.map +1 -0
- package/dist-esm/samples-dev/groupsListByProject.d.ts +2 -0
- package/dist-esm/samples-dev/groupsListByProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/groupsListByProject.js +45 -0
- package/dist-esm/samples-dev/groupsListByProject.js.map +1 -0
- package/dist-esm/samples-dev/groupsUpdateMachines.d.ts +2 -0
- package/dist-esm/samples-dev/groupsUpdateMachines.d.ts.map +1 -0
- package/dist-esm/samples-dev/groupsUpdateMachines.js +32 -0
- package/dist-esm/samples-dev/groupsUpdateMachines.js.map +1 -0
- package/dist-esm/samples-dev/hyperVCollectorsCreate.d.ts +2 -0
- package/dist-esm/samples-dev/hyperVCollectorsCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/hyperVCollectorsCreate.js +48 -0
- package/dist-esm/samples-dev/hyperVCollectorsCreate.js.map +1 -0
- package/dist-esm/samples-dev/hyperVCollectorsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/hyperVCollectorsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/hyperVCollectorsDelete.js +32 -0
- package/dist-esm/samples-dev/hyperVCollectorsDelete.js.map +1 -0
- package/dist-esm/samples-dev/hyperVCollectorsGet.d.ts +2 -0
- package/dist-esm/samples-dev/hyperVCollectorsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/hyperVCollectorsGet.js +32 -0
- package/dist-esm/samples-dev/hyperVCollectorsGet.js.map +1 -0
- package/dist-esm/samples-dev/hyperVCollectorsListByProject.d.ts +2 -0
- package/dist-esm/samples-dev/hyperVCollectorsListByProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/hyperVCollectorsListByProject.js +45 -0
- package/dist-esm/samples-dev/hyperVCollectorsListByProject.js.map +1 -0
- package/dist-esm/samples-dev/importCollectorsCreate.d.ts +2 -0
- package/dist-esm/samples-dev/importCollectorsCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/importCollectorsCreate.js +42 -0
- package/dist-esm/samples-dev/importCollectorsCreate.js.map +1 -0
- package/dist-esm/samples-dev/importCollectorsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/importCollectorsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/importCollectorsDelete.js +32 -0
- package/dist-esm/samples-dev/importCollectorsDelete.js.map +1 -0
- package/dist-esm/samples-dev/importCollectorsGet.d.ts +2 -0
- package/dist-esm/samples-dev/importCollectorsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/importCollectorsGet.js +32 -0
- package/dist-esm/samples-dev/importCollectorsGet.js.map +1 -0
- package/dist-esm/samples-dev/importCollectorsListByProject.d.ts +2 -0
- package/dist-esm/samples-dev/importCollectorsListByProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/importCollectorsListByProject.js +45 -0
- package/dist-esm/samples-dev/importCollectorsListByProject.js.map +1 -0
- package/dist-esm/samples-dev/machinesGet.d.ts +2 -0
- package/dist-esm/samples-dev/machinesGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/machinesGet.js +32 -0
- package/dist-esm/samples-dev/machinesGet.js.map +1 -0
- package/dist-esm/samples-dev/machinesListByProject.d.ts +2 -0
- package/dist-esm/samples-dev/machinesListByProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/machinesListByProject.js +45 -0
- package/dist-esm/samples-dev/machinesListByProject.js.map +1 -0
- package/dist-esm/samples-dev/operationsList.d.ts +2 -0
- package/dist-esm/samples-dev/operationsList.d.ts.map +1 -0
- package/dist-esm/samples-dev/operationsList.js +43 -0
- package/dist-esm/samples-dev/operationsList.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreate.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreate.js +45 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreate.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDelete.js +34 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDelete.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGet.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGet.js +32 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGet.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListByProject.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListByProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListByProject.js +31 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListByProject.js.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesGet.d.ts +2 -0
- package/dist-esm/samples-dev/privateLinkResourcesGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesGet.js +32 -0
- package/dist-esm/samples-dev/privateLinkResourcesGet.js.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesListByProject.d.ts +2 -0
- package/dist-esm/samples-dev/privateLinkResourcesListByProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesListByProject.js +31 -0
- package/dist-esm/samples-dev/privateLinkResourcesListByProject.js.map +1 -0
- package/dist-esm/samples-dev/projectsCreate.d.ts +2 -0
- package/dist-esm/samples-dev/projectsCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/projectsCreate.js +43 -0
- package/dist-esm/samples-dev/projectsCreate.js.map +1 -0
- package/dist-esm/samples-dev/projectsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/projectsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/projectsDelete.js +31 -0
- package/dist-esm/samples-dev/projectsDelete.js.map +1 -0
- package/dist-esm/samples-dev/projectsGet.d.ts +2 -0
- package/dist-esm/samples-dev/projectsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/projectsGet.js +31 -0
- package/dist-esm/samples-dev/projectsGet.js.map +1 -0
- package/dist-esm/samples-dev/projectsList.d.ts +2 -0
- package/dist-esm/samples-dev/projectsList.d.ts.map +1 -0
- package/dist-esm/samples-dev/projectsList.js +44 -0
- package/dist-esm/samples-dev/projectsList.js.map +1 -0
- package/dist-esm/samples-dev/projectsUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/projectsUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/projectsUpdate.js +43 -0
- package/dist-esm/samples-dev/projectsUpdate.js.map +1 -0
- package/dist-esm/samples-dev/serverCollectorsCreate.d.ts +2 -0
- package/dist-esm/samples-dev/serverCollectorsCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverCollectorsCreate.js +48 -0
- package/dist-esm/samples-dev/serverCollectorsCreate.js.map +1 -0
- package/dist-esm/samples-dev/serverCollectorsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/serverCollectorsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverCollectorsDelete.js +32 -0
- package/dist-esm/samples-dev/serverCollectorsDelete.js.map +1 -0
- package/dist-esm/samples-dev/serverCollectorsGet.d.ts +2 -0
- package/dist-esm/samples-dev/serverCollectorsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverCollectorsGet.js +32 -0
- package/dist-esm/samples-dev/serverCollectorsGet.js.map +1 -0
- package/dist-esm/samples-dev/serverCollectorsListByProject.d.ts +2 -0
- package/dist-esm/samples-dev/serverCollectorsListByProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverCollectorsListByProject.js +45 -0
- package/dist-esm/samples-dev/serverCollectorsListByProject.js.map +1 -0
- package/dist-esm/samples-dev/vMwareCollectorsCreate.d.ts +2 -0
- package/dist-esm/samples-dev/vMwareCollectorsCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/vMwareCollectorsCreate.js +48 -0
- package/dist-esm/samples-dev/vMwareCollectorsCreate.js.map +1 -0
- package/dist-esm/samples-dev/vMwareCollectorsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/vMwareCollectorsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/vMwareCollectorsDelete.js +32 -0
- package/dist-esm/samples-dev/vMwareCollectorsDelete.js.map +1 -0
- package/dist-esm/samples-dev/vMwareCollectorsGet.d.ts +2 -0
- package/dist-esm/samples-dev/vMwareCollectorsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/vMwareCollectorsGet.js +32 -0
- package/dist-esm/samples-dev/vMwareCollectorsGet.js.map +1 -0
- package/dist-esm/samples-dev/vMwareCollectorsListByProject.d.ts +2 -0
- package/dist-esm/samples-dev/vMwareCollectorsListByProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/vMwareCollectorsListByProject.js +45 -0
- package/dist-esm/samples-dev/vMwareCollectorsListByProject.js.map +1 -0
- package/dist-esm/src/azureMigrateV2.d.ts +29 -0
- package/dist-esm/src/azureMigrateV2.d.ts.map +1 -0
- package/dist-esm/src/azureMigrateV2.js +62 -0
- package/dist-esm/src/azureMigrateV2.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +2794 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +555 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +103 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +3033 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +30 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +240 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/assessedMachines.d.ts +69 -0
- package/dist-esm/src/operations/assessedMachines.d.ts.map +1 -0
- package/dist-esm/src/operations/assessedMachines.js +215 -0
- package/dist-esm/src/operations/assessedMachines.js.map +1 -0
- package/dist-esm/src/operations/assessments.d.ts +114 -0
- package/dist-esm/src/operations/assessments.d.ts.map +1 -0
- package/dist-esm/src/operations/assessments.js +354 -0
- package/dist-esm/src/operations/assessments.js.map +1 -0
- package/dist-esm/src/operations/groups.d.ts +74 -0
- package/dist-esm/src/operations/groups.d.ts.map +1 -0
- package/dist-esm/src/operations/groups.js +252 -0
- package/dist-esm/src/operations/groups.js.map +1 -0
- package/dist-esm/src/operations/hyperVCollectors.d.ts +54 -0
- package/dist-esm/src/operations/hyperVCollectors.d.ts.map +1 -0
- package/dist-esm/src/operations/hyperVCollectors.js +205 -0
- package/dist-esm/src/operations/hyperVCollectors.js.map +1 -0
- package/dist-esm/src/operations/importCollectors.d.ts +54 -0
- package/dist-esm/src/operations/importCollectors.d.ts.map +1 -0
- package/dist-esm/src/operations/importCollectors.js +205 -0
- package/dist-esm/src/operations/importCollectors.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +13 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +20 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/machines.d.ts +49 -0
- package/dist-esm/src/operations/machines.d.ts.map +1 -0
- package/dist-esm/src/operations/machines.js +175 -0
- package/dist-esm/src/operations/machines.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +86 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts +47 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js +177 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.d.ts +30 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.js +89 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.js.map +1 -0
- package/dist-esm/src/operations/projects.d.ts +106 -0
- package/dist-esm/src/operations/projects.d.ts.map +1 -0
- package/dist-esm/src/operations/projects.js +476 -0
- package/dist-esm/src/operations/projects.js.map +1 -0
- package/dist-esm/src/operations/serverCollectors.d.ts +54 -0
- package/dist-esm/src/operations/serverCollectors.d.ts.map +1 -0
- package/dist-esm/src/operations/serverCollectors.js +205 -0
- package/dist-esm/src/operations/serverCollectors.js.map +1 -0
- package/dist-esm/src/operations/vMwareCollectors.d.ts +54 -0
- package/dist-esm/src/operations/vMwareCollectors.d.ts.map +1 -0
- package/dist-esm/src/operations/vMwareCollectors.js +205 -0
- package/dist-esm/src/operations/vMwareCollectors.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/assessedMachines.d.ts +33 -0
- package/dist-esm/src/operationsInterfaces/assessedMachines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/assessedMachines.js +9 -0
- package/dist-esm/src/operationsInterfaces/assessedMachines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/assessments.d.ts +81 -0
- package/dist-esm/src/operationsInterfaces/assessments.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/assessments.js +9 -0
- package/dist-esm/src/operationsInterfaces/assessments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/groups.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/groups.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/groups.js +9 -0
- package/dist-esm/src/operationsInterfaces/groups.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/hyperVCollectors.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/hyperVCollectors.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/hyperVCollectors.js +9 -0
- package/dist-esm/src/operationsInterfaces/hyperVCollectors.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/importCollectors.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/importCollectors.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/importCollectors.js +9 -0
- package/dist-esm/src/operationsInterfaces/importCollectors.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +20 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/machines.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/machines.js +9 -0
- package/dist-esm/src/operationsInterfaces/machines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts +39 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/projects.d.ts +61 -0
- package/dist-esm/src/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/projects.js +9 -0
- package/dist-esm/src/operationsInterfaces/projects.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverCollectors.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/serverCollectors.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverCollectors.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverCollectors.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/vMwareCollectors.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/vMwareCollectors.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/vMwareCollectors.js +9 -0
- package/dist-esm/src/operationsInterfaces/vMwareCollectors.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +78 -34
- package/review/arm-migrate.api.md +2305 -0
- package/rollup.config.js +184 -27
- package/src/azureMigrateV2.ts +127 -0
- package/src/index.ts +12 -0
- package/src/models/index.ts +2579 -1948
- package/src/models/mappers.ts +2080 -829
- package/src/models/parameters.ts +205 -35
- package/src/operations/assessedMachines.ts +206 -88
- package/src/operations/assessments.ts +301 -283
- package/src/operations/groups.ts +219 -188
- package/src/operations/hyperVCollectors.ts +277 -0
- package/src/operations/importCollectors.ts +277 -0
- package/src/operations/index.ts +9 -7
- package/src/operations/machines.ts +170 -86
- package/src/operations/operations.ts +65 -43
- package/src/operations/privateEndpointConnectionOperations.ts +233 -0
- package/src/operations/privateLinkResourceOperations.ts +121 -0
- package/src/operations/projects.ts +421 -265
- package/src/operations/serverCollectors.ts +277 -0
- package/src/operations/vMwareCollectors.ts +277 -0
- package/src/operationsInterfaces/assessedMachines.ts +60 -0
- package/src/operationsInterfaces/assessments.ts +135 -0
- package/src/operationsInterfaces/groups.ts +100 -0
- package/src/operationsInterfaces/hyperVCollectors.ts +74 -0
- package/src/operationsInterfaces/importCollectors.ts +74 -0
- package/src/operationsInterfaces/index.ts +20 -0
- package/src/operationsInterfaces/machines.ts +46 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnectionOperations.ts +75 -0
- package/src/operationsInterfaces/privateLinkResourceOperations.ts +44 -0
- package/src/operationsInterfaces/projects.ts +116 -0
- package/src/operationsInterfaces/serverCollectors.ts +74 -0
- package/src/operationsInterfaces/vMwareCollectors.ts +74 -0
- package/tsconfig.json +6 -5
- package/types/arm-migrate.d.ts +3536 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-migrate.js +0 -3395
- package/dist/arm-migrate.js.map +0 -1
- package/dist/arm-migrate.min.js +0 -1
- package/dist/arm-migrate.min.js.map +0 -1
- package/esm/azureMigrate.d.ts +0 -31
- package/esm/azureMigrate.d.ts.map +0 -1
- package/esm/azureMigrate.js +0 -45
- package/esm/azureMigrate.js.map +0 -1
- package/esm/azureMigrateContext.d.ts +0 -22
- package/esm/azureMigrateContext.d.ts.map +0 -1
- package/esm/azureMigrateContext.js +0 -60
- package/esm/azureMigrateContext.js.map +0 -1
- package/esm/models/assessedMachinesMappers.d.ts +0 -2
- package/esm/models/assessedMachinesMappers.d.ts.map +0 -1
- package/esm/models/assessedMachinesMappers.js +0 -11
- package/esm/models/assessedMachinesMappers.js.map +0 -1
- package/esm/models/assessmentOptionsMappers.d.ts +0 -2
- package/esm/models/assessmentOptionsMappers.d.ts.map +0 -1
- package/esm/models/assessmentOptionsMappers.js +0 -11
- package/esm/models/assessmentOptionsMappers.js.map +0 -1
- package/esm/models/assessmentsMappers.d.ts +0 -2
- package/esm/models/assessmentsMappers.d.ts.map +0 -1
- package/esm/models/assessmentsMappers.js +0 -11
- package/esm/models/assessmentsMappers.js.map +0 -1
- package/esm/models/groupsMappers.d.ts +0 -2
- package/esm/models/groupsMappers.d.ts.map +0 -1
- package/esm/models/groupsMappers.js +0 -11
- package/esm/models/groupsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2366
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationMappers.d.ts +0 -2
- package/esm/models/locationMappers.d.ts.map +0 -1
- package/esm/models/locationMappers.js +0 -11
- package/esm/models/locationMappers.js.map +0 -1
- package/esm/models/machinesMappers.d.ts +0 -2
- package/esm/models/machinesMappers.d.ts.map +0 -1
- package/esm/models/machinesMappers.js +0 -11
- package/esm/models/machinesMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -48
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js +0 -1838
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -11
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -12
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -111
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/projectsMappers.d.ts +0 -2
- package/esm/models/projectsMappers.d.ts.map +0 -1
- package/esm/models/projectsMappers.js +0 -11
- package/esm/models/projectsMappers.js.map +0 -1
- package/esm/operations/assessedMachines.d.ts +0 -82
- package/esm/operations/assessedMachines.d.ts.map +0 -1
- package/esm/operations/assessedMachines.js +0 -101
- package/esm/operations/assessedMachines.js.map +0 -1
- package/esm/operations/assessmentOptions.d.ts +0 -32
- package/esm/operations/assessmentOptions.d.ts.map +0 -1
- package/esm/operations/assessmentOptions.js +0 -56
- package/esm/operations/assessmentOptions.js.map +0 -1
- package/esm/operations/assessments.d.ts +0 -192
- package/esm/operations/assessments.d.ts.map +0 -1
- package/esm/operations/assessments.js +0 -247
- package/esm/operations/assessments.js.map +0 -1
- package/esm/operations/groups.d.ts +0 -124
- package/esm/operations/groups.d.ts.map +0 -1
- package/esm/operations/groups.js +0 -171
- package/esm/operations/groups.js.map +0 -1
- package/esm/operations/index.d.ts +0 -9
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js +0 -18
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/location.d.ts +0 -34
- package/esm/operations/location.d.ts.map +0 -1
- package/esm/operations/location.js +0 -62
- package/esm/operations/location.js.map +0 -1
- package/esm/operations/machines.d.ts +0 -62
- package/esm/operations/machines.d.ts.map +0 -1
- package/esm/operations/machines.js +0 -93
- package/esm/operations/machines.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -29
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -48
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/projects.d.ts +0 -159
- package/esm/operations/projects.d.ts.map +0 -1
- package/esm/operations/projects.js +0 -262
- package/esm/operations/projects.js.map +0 -1
- package/src/azureMigrate.ts +0 -62
- package/src/azureMigrateContext.ts +0 -67
- package/src/models/assessedMachinesMappers.ts +0 -28
- package/src/models/assessmentOptionsMappers.ts +0 -16
- package/src/models/assessmentsMappers.ts +0 -33
- package/src/models/groupsMappers.ts +0 -30
- package/src/models/locationMappers.ts +0 -16
- package/src/models/machinesMappers.ts +0 -28
- package/src/models/operationsMappers.ts +0 -17
- package/src/models/projectsMappers.ts +0 -33
- package/src/operations/assessmentOptions.ts +0 -83
- package/src/operations/location.ts +0 -93
|
@@ -0,0 +1,2305 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-migrate"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
|
|
11
|
+
// @public
|
|
12
|
+
export interface AssessedDisk {
|
|
13
|
+
readonly displayName?: string;
|
|
14
|
+
readonly gigabytesForRecommendedDiskSize?: number;
|
|
15
|
+
readonly gigabytesProvisioned?: number;
|
|
16
|
+
readonly megabytesPerSecondOfRead?: number;
|
|
17
|
+
readonly megabytesPerSecondOfWrite?: number;
|
|
18
|
+
readonly monthlyStorageCost?: number;
|
|
19
|
+
readonly name?: string;
|
|
20
|
+
readonly numberOfReadOperationsPerSecond?: number;
|
|
21
|
+
readonly numberOfWriteOperationsPerSecond?: number;
|
|
22
|
+
readonly recommendedDiskSize?: AzureDiskSize;
|
|
23
|
+
readonly recommendedDiskType?: AzureDiskType;
|
|
24
|
+
readonly suitability?: CloudSuitability;
|
|
25
|
+
readonly suitabilityDetail?: AzureDiskSuitabilityDetail;
|
|
26
|
+
readonly suitabilityExplanation?: AzureDiskSuitabilityExplanation;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
// @public
|
|
30
|
+
export interface AssessedMachine {
|
|
31
|
+
eTag?: string;
|
|
32
|
+
readonly id?: string;
|
|
33
|
+
readonly name?: string;
|
|
34
|
+
properties?: AssessedMachineProperties;
|
|
35
|
+
readonly type?: string;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// @public
|
|
39
|
+
export interface AssessedMachineProperties {
|
|
40
|
+
readonly bootType?: MachineBootType;
|
|
41
|
+
readonly confidenceRatingInPercentage?: number;
|
|
42
|
+
readonly createdTimestamp?: Date;
|
|
43
|
+
readonly datacenterMachineArmId?: string;
|
|
44
|
+
readonly datacenterManagementServerArmId?: string;
|
|
45
|
+
readonly datacenterManagementServerName?: string;
|
|
46
|
+
readonly description?: string;
|
|
47
|
+
readonly disks?: {
|
|
48
|
+
[propertyName: string]: AssessedDisk;
|
|
49
|
+
};
|
|
50
|
+
readonly displayName?: string;
|
|
51
|
+
readonly megabytesOfMemory?: number;
|
|
52
|
+
readonly megabytesOfMemoryForRecommendedSize?: number;
|
|
53
|
+
readonly monthlyBandwidthCost?: number;
|
|
54
|
+
readonly monthlyComputeCostForRecommendedSize?: number;
|
|
55
|
+
readonly monthlyPremiumStorageCost?: number;
|
|
56
|
+
readonly monthlyStandardSSDStorageCost?: number;
|
|
57
|
+
readonly monthlyStorageCost?: number;
|
|
58
|
+
readonly networkAdapters?: {
|
|
59
|
+
[propertyName: string]: AssessedNetworkAdapter;
|
|
60
|
+
};
|
|
61
|
+
readonly numberOfCores?: number;
|
|
62
|
+
readonly numberOfCoresForRecommendedSize?: number;
|
|
63
|
+
readonly operatingSystemName?: string;
|
|
64
|
+
readonly operatingSystemType?: string;
|
|
65
|
+
readonly operatingSystemVersion?: string;
|
|
66
|
+
readonly percentageCoresUtilization?: number;
|
|
67
|
+
readonly percentageMemoryUtilization?: number;
|
|
68
|
+
readonly recommendedSize?: AzureVmSize;
|
|
69
|
+
readonly suitability?: CloudSuitability;
|
|
70
|
+
readonly suitabilityDetail?: AzureVmSuitabilityDetail;
|
|
71
|
+
readonly suitabilityExplanation?: AzureVmSuitabilityExplanation;
|
|
72
|
+
readonly updatedTimestamp?: Date;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
// @public
|
|
76
|
+
export interface AssessedMachineResultList {
|
|
77
|
+
// (undocumented)
|
|
78
|
+
nextLink?: string;
|
|
79
|
+
value?: AssessedMachine[];
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
// @public
|
|
83
|
+
export interface AssessedMachines {
|
|
84
|
+
get(resourceGroupName: string, projectName: string, groupName: string, assessmentName: string, assessedMachineName: string, options?: AssessedMachinesGetOptionalParams): Promise<AssessedMachinesGetResponse>;
|
|
85
|
+
listByAssessment(resourceGroupName: string, projectName: string, groupName: string, assessmentName: string, options?: AssessedMachinesListByAssessmentOptionalParams): PagedAsyncIterableIterator<AssessedMachine>;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
// @public
|
|
89
|
+
export interface AssessedMachinesGetHeaders {
|
|
90
|
+
xMsRequestId?: string;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
// @public
|
|
94
|
+
export interface AssessedMachinesGetOptionalParams extends coreClient.OperationOptions {
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
// @public
|
|
98
|
+
export type AssessedMachinesGetResponse = AssessedMachinesGetHeaders & AssessedMachine;
|
|
99
|
+
|
|
100
|
+
// @public
|
|
101
|
+
export interface AssessedMachinesListByAssessmentHeaders {
|
|
102
|
+
xMsRequestId?: string;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
// @public
|
|
106
|
+
export interface AssessedMachinesListByAssessmentNextHeaders {
|
|
107
|
+
xMsRequestId?: string;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
// @public
|
|
111
|
+
export interface AssessedMachinesListByAssessmentNextOptionalParams extends coreClient.OperationOptions {
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// @public
|
|
115
|
+
export type AssessedMachinesListByAssessmentNextResponse = AssessedMachinesListByAssessmentNextHeaders & AssessedMachineResultList;
|
|
116
|
+
|
|
117
|
+
// @public
|
|
118
|
+
export interface AssessedMachinesListByAssessmentOptionalParams extends coreClient.OperationOptions {
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
// @public
|
|
122
|
+
export type AssessedMachinesListByAssessmentResponse = AssessedMachinesListByAssessmentHeaders & AssessedMachineResultList;
|
|
123
|
+
|
|
124
|
+
// @public
|
|
125
|
+
export interface AssessedNetworkAdapter {
|
|
126
|
+
readonly displayName?: string;
|
|
127
|
+
readonly ipAddresses?: string[];
|
|
128
|
+
readonly macAddress?: string;
|
|
129
|
+
readonly megabytesPerSecondReceived?: number;
|
|
130
|
+
readonly megabytesPerSecondTransmitted?: number;
|
|
131
|
+
readonly monthlyBandwidthCosts?: number;
|
|
132
|
+
netGigabytesTransmittedPerMonth?: number;
|
|
133
|
+
readonly suitability?: CloudSuitability;
|
|
134
|
+
readonly suitabilityDetail?: AzureNetworkAdapterSuitabilityDetail;
|
|
135
|
+
readonly suitabilityExplanation?: AzureNetworkAdapterSuitabilityExplanation;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
// @public
|
|
139
|
+
export interface Assessment {
|
|
140
|
+
eTag?: string;
|
|
141
|
+
readonly id?: string;
|
|
142
|
+
readonly name?: string;
|
|
143
|
+
properties: AssessmentProperties;
|
|
144
|
+
readonly type?: string;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
// @public
|
|
148
|
+
export interface AssessmentOptions {
|
|
149
|
+
readonly id?: string;
|
|
150
|
+
readonly name?: string;
|
|
151
|
+
properties: AssessmentOptionsProperties;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
// @public
|
|
155
|
+
export interface AssessmentOptionsProperties {
|
|
156
|
+
readonly reservedInstanceSupportedCurrencies?: string[];
|
|
157
|
+
readonly reservedInstanceSupportedLocations?: string[];
|
|
158
|
+
readonly reservedInstanceSupportedOffers?: string[];
|
|
159
|
+
readonly reservedInstanceVmFamilies?: string[];
|
|
160
|
+
readonly vmFamilies?: VmFamily[];
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
// @public
|
|
164
|
+
export interface AssessmentOptionsResultList {
|
|
165
|
+
value?: AssessmentOptions[];
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
// @public
|
|
169
|
+
export interface AssessmentProperties {
|
|
170
|
+
azureDiskType: AzureDiskType;
|
|
171
|
+
azureHybridUseBenefit: AzureHybridUseBenefit;
|
|
172
|
+
azureLocation: AzureLocation;
|
|
173
|
+
azureOfferCode: AzureOfferCode;
|
|
174
|
+
azurePricingTier: AzurePricingTier;
|
|
175
|
+
azureStorageRedundancy: AzureStorageRedundancy;
|
|
176
|
+
azureVmFamilies: AzureVmFamily[];
|
|
177
|
+
readonly confidenceRatingInPercentage?: number;
|
|
178
|
+
readonly createdTimestamp?: Date;
|
|
179
|
+
currency: Currency;
|
|
180
|
+
discountPercentage: number;
|
|
181
|
+
readonly eaSubscriptionId?: string;
|
|
182
|
+
readonly monthlyBandwidthCost?: number;
|
|
183
|
+
readonly monthlyComputeCost?: number;
|
|
184
|
+
readonly monthlyPremiumStorageCost?: number;
|
|
185
|
+
readonly monthlyStandardSSDStorageCost?: number;
|
|
186
|
+
readonly monthlyStorageCost?: number;
|
|
187
|
+
readonly numberOfMachines?: number;
|
|
188
|
+
percentile: Percentile;
|
|
189
|
+
readonly perfDataEndTime?: Date;
|
|
190
|
+
readonly perfDataStartTime?: Date;
|
|
191
|
+
readonly pricesTimestamp?: Date;
|
|
192
|
+
reservedInstance: ReservedInstance;
|
|
193
|
+
scalingFactor: number;
|
|
194
|
+
sizingCriterion: AssessmentSizingCriterion;
|
|
195
|
+
stage: AssessmentStage;
|
|
196
|
+
readonly status?: AssessmentStatus;
|
|
197
|
+
timeRange: TimeRange;
|
|
198
|
+
readonly updatedTimestamp?: Date;
|
|
199
|
+
vmUptime: VmUptime;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
// @public
|
|
203
|
+
export interface AssessmentResultList {
|
|
204
|
+
value?: Assessment[];
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
// @public
|
|
208
|
+
export interface Assessments {
|
|
209
|
+
create(resourceGroupName: string, projectName: string, groupName: string, assessmentName: string, options?: AssessmentsCreateOptionalParams): Promise<AssessmentsCreateResponse>;
|
|
210
|
+
delete(resourceGroupName: string, projectName: string, groupName: string, assessmentName: string, options?: AssessmentsDeleteOptionalParams): Promise<AssessmentsDeleteResponse>;
|
|
211
|
+
get(resourceGroupName: string, projectName: string, groupName: string, assessmentName: string, options?: AssessmentsGetOptionalParams): Promise<AssessmentsGetResponse>;
|
|
212
|
+
getReportDownloadUrl(resourceGroupName: string, projectName: string, groupName: string, assessmentName: string, options?: AssessmentsGetReportDownloadUrlOptionalParams): Promise<AssessmentsGetReportDownloadUrlResponse>;
|
|
213
|
+
listByGroup(resourceGroupName: string, projectName: string, groupName: string, options?: AssessmentsListByGroupOptionalParams): PagedAsyncIterableIterator<Assessment>;
|
|
214
|
+
listByProject(resourceGroupName: string, projectName: string, options?: AssessmentsListByProjectOptionalParams): PagedAsyncIterableIterator<Assessment>;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
// @public
|
|
218
|
+
export interface AssessmentsCreateHeaders {
|
|
219
|
+
xMsRequestId?: string;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
// @public
|
|
223
|
+
export interface AssessmentsCreateOptionalParams extends coreClient.OperationOptions {
|
|
224
|
+
assessment?: Assessment;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
// @public
|
|
228
|
+
export type AssessmentsCreateResponse = AssessmentsCreateHeaders & Assessment;
|
|
229
|
+
|
|
230
|
+
// @public
|
|
231
|
+
export interface AssessmentsDeleteHeaders {
|
|
232
|
+
xMsRequestId?: string;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
// @public
|
|
236
|
+
export interface AssessmentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
// @public
|
|
240
|
+
export type AssessmentsDeleteResponse = AssessmentsDeleteHeaders;
|
|
241
|
+
|
|
242
|
+
// @public
|
|
243
|
+
export interface AssessmentsGetHeaders {
|
|
244
|
+
xMsRequestId?: string;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
// @public
|
|
248
|
+
export interface AssessmentsGetOptionalParams extends coreClient.OperationOptions {
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
// @public
|
|
252
|
+
export interface AssessmentsGetReportDownloadUrlHeaders {
|
|
253
|
+
xMsRequestId?: string;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
// @public
|
|
257
|
+
export interface AssessmentsGetReportDownloadUrlOptionalParams extends coreClient.OperationOptions {
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
// @public
|
|
261
|
+
export type AssessmentsGetReportDownloadUrlResponse = AssessmentsGetReportDownloadUrlHeaders & DownloadUrl;
|
|
262
|
+
|
|
263
|
+
// @public
|
|
264
|
+
export type AssessmentsGetResponse = AssessmentsGetHeaders & Assessment;
|
|
265
|
+
|
|
266
|
+
// @public
|
|
267
|
+
export type AssessmentSizingCriterion = string;
|
|
268
|
+
|
|
269
|
+
// @public
|
|
270
|
+
export interface AssessmentsListByGroupHeaders {
|
|
271
|
+
xMsRequestId?: string;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
// @public
|
|
275
|
+
export interface AssessmentsListByGroupOptionalParams extends coreClient.OperationOptions {
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
// @public
|
|
279
|
+
export type AssessmentsListByGroupResponse = AssessmentsListByGroupHeaders & AssessmentResultList;
|
|
280
|
+
|
|
281
|
+
// @public
|
|
282
|
+
export interface AssessmentsListByProjectHeaders {
|
|
283
|
+
xMsRequestId?: string;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
// @public
|
|
287
|
+
export interface AssessmentsListByProjectOptionalParams extends coreClient.OperationOptions {
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
// @public
|
|
291
|
+
export type AssessmentsListByProjectResponse = AssessmentsListByProjectHeaders & AssessmentResultList;
|
|
292
|
+
|
|
293
|
+
// @public
|
|
294
|
+
export type AssessmentStage = string;
|
|
295
|
+
|
|
296
|
+
// @public
|
|
297
|
+
export type AssessmentStatus = string;
|
|
298
|
+
|
|
299
|
+
// @public
|
|
300
|
+
export type AzureDiskSize = string;
|
|
301
|
+
|
|
302
|
+
// @public
|
|
303
|
+
export type AzureDiskSuitabilityDetail = string;
|
|
304
|
+
|
|
305
|
+
// @public
|
|
306
|
+
export type AzureDiskSuitabilityExplanation = string;
|
|
307
|
+
|
|
308
|
+
// @public
|
|
309
|
+
export type AzureDiskType = string;
|
|
310
|
+
|
|
311
|
+
// @public
|
|
312
|
+
export type AzureHybridUseBenefit = string;
|
|
313
|
+
|
|
314
|
+
// @public
|
|
315
|
+
export type AzureLocation = string;
|
|
316
|
+
|
|
317
|
+
// @public (undocumented)
|
|
318
|
+
export class AzureMigrateV2 extends coreClient.ServiceClient {
|
|
319
|
+
// (undocumented)
|
|
320
|
+
$host: string;
|
|
321
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureMigrateV2OptionalParams);
|
|
322
|
+
// (undocumented)
|
|
323
|
+
apiVersion: string;
|
|
324
|
+
// (undocumented)
|
|
325
|
+
assessedMachines: AssessedMachines;
|
|
326
|
+
// (undocumented)
|
|
327
|
+
assessments: Assessments;
|
|
328
|
+
// (undocumented)
|
|
329
|
+
groups: Groups;
|
|
330
|
+
// (undocumented)
|
|
331
|
+
hyperVCollectors: HyperVCollectors;
|
|
332
|
+
// (undocumented)
|
|
333
|
+
importCollectors: ImportCollectors;
|
|
334
|
+
// (undocumented)
|
|
335
|
+
machines: Machines;
|
|
336
|
+
// (undocumented)
|
|
337
|
+
operations: Operations;
|
|
338
|
+
// (undocumented)
|
|
339
|
+
privateEndpointConnectionOperations: PrivateEndpointConnectionOperations;
|
|
340
|
+
// (undocumented)
|
|
341
|
+
privateLinkResourceOperations: PrivateLinkResourceOperations;
|
|
342
|
+
// (undocumented)
|
|
343
|
+
projects: Projects;
|
|
344
|
+
// (undocumented)
|
|
345
|
+
serverCollectors: ServerCollectors;
|
|
346
|
+
// (undocumented)
|
|
347
|
+
subscriptionId: string;
|
|
348
|
+
// (undocumented)
|
|
349
|
+
vMwareCollectors: VMwareCollectors;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
// @public
|
|
353
|
+
export interface AzureMigrateV2OptionalParams extends coreClient.ServiceClientOptions {
|
|
354
|
+
$host?: string;
|
|
355
|
+
apiVersion?: string;
|
|
356
|
+
endpoint?: string;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
// @public
|
|
360
|
+
export type AzureNetworkAdapterSuitabilityDetail = string;
|
|
361
|
+
|
|
362
|
+
// @public
|
|
363
|
+
export type AzureNetworkAdapterSuitabilityExplanation = string;
|
|
364
|
+
|
|
365
|
+
// @public
|
|
366
|
+
export type AzureOfferCode = string;
|
|
367
|
+
|
|
368
|
+
// @public
|
|
369
|
+
export type AzurePricingTier = string;
|
|
370
|
+
|
|
371
|
+
// @public
|
|
372
|
+
export type AzureStorageRedundancy = string;
|
|
373
|
+
|
|
374
|
+
// @public
|
|
375
|
+
export type AzureVmFamily = string;
|
|
376
|
+
|
|
377
|
+
// @public
|
|
378
|
+
export type AzureVmSize = string;
|
|
379
|
+
|
|
380
|
+
// @public
|
|
381
|
+
export type AzureVmSuitabilityDetail = string;
|
|
382
|
+
|
|
383
|
+
// @public
|
|
384
|
+
export type AzureVmSuitabilityExplanation = string;
|
|
385
|
+
|
|
386
|
+
// @public
|
|
387
|
+
export interface CloudError {
|
|
388
|
+
error?: CloudErrorBody;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
// @public
|
|
392
|
+
export interface CloudErrorBody {
|
|
393
|
+
code?: string;
|
|
394
|
+
details?: CloudErrorBody[];
|
|
395
|
+
message?: string;
|
|
396
|
+
target?: string;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
// @public
|
|
400
|
+
export type CloudSuitability = string;
|
|
401
|
+
|
|
402
|
+
// @public (undocumented)
|
|
403
|
+
export interface CollectorAgentProperties {
|
|
404
|
+
readonly id?: string;
|
|
405
|
+
readonly lastHeartbeatUtc?: Date;
|
|
406
|
+
// (undocumented)
|
|
407
|
+
spnDetails?: CollectorBodyAgentSpnProperties;
|
|
408
|
+
readonly version?: string;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
// @public (undocumented)
|
|
412
|
+
export interface CollectorBodyAgentSpnProperties {
|
|
413
|
+
applicationId?: string;
|
|
414
|
+
audience?: string;
|
|
415
|
+
authority?: string;
|
|
416
|
+
objectId?: string;
|
|
417
|
+
tenantId?: string;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
// @public (undocumented)
|
|
421
|
+
export interface CollectorProperties {
|
|
422
|
+
// (undocumented)
|
|
423
|
+
agentProperties?: CollectorAgentProperties;
|
|
424
|
+
readonly createdTimestamp?: string;
|
|
425
|
+
discoverySiteId?: string;
|
|
426
|
+
readonly updatedTimestamp?: string;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
// @public
|
|
430
|
+
export type Currency = string;
|
|
431
|
+
|
|
432
|
+
// @public
|
|
433
|
+
export interface Disk {
|
|
434
|
+
readonly displayName?: string;
|
|
435
|
+
readonly gigabytesAllocated?: number;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
// @public
|
|
439
|
+
export interface DownloadUrl {
|
|
440
|
+
readonly assessmentReportUrl?: string;
|
|
441
|
+
readonly expirationTime?: Date;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
// @public
|
|
445
|
+
export interface Group {
|
|
446
|
+
eTag?: string;
|
|
447
|
+
readonly id?: string;
|
|
448
|
+
readonly name?: string;
|
|
449
|
+
properties: GroupProperties;
|
|
450
|
+
readonly type?: string;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
// @public
|
|
454
|
+
export interface GroupBodyProperties {
|
|
455
|
+
machines?: string[];
|
|
456
|
+
operationType?: GroupUpdateOperation;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
// @public
|
|
460
|
+
export interface GroupProperties {
|
|
461
|
+
readonly areAssessmentsRunning?: boolean;
|
|
462
|
+
readonly assessments?: string[];
|
|
463
|
+
readonly createdTimestamp?: Date;
|
|
464
|
+
readonly groupStatus?: GroupStatus;
|
|
465
|
+
groupType?: string;
|
|
466
|
+
readonly machineCount?: number;
|
|
467
|
+
readonly updatedTimestamp?: Date;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
// @public
|
|
471
|
+
export interface GroupResultList {
|
|
472
|
+
value?: Group[];
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
// @public
|
|
476
|
+
export interface Groups {
|
|
477
|
+
create(resourceGroupName: string, projectName: string, groupName: string, options?: GroupsCreateOptionalParams): Promise<GroupsCreateResponse>;
|
|
478
|
+
delete(resourceGroupName: string, projectName: string, groupName: string, options?: GroupsDeleteOptionalParams): Promise<GroupsDeleteResponse>;
|
|
479
|
+
get(resourceGroupName: string, projectName: string, groupName: string, options?: GroupsGetOptionalParams): Promise<GroupsGetResponse>;
|
|
480
|
+
listByProject(resourceGroupName: string, projectName: string, options?: GroupsListByProjectOptionalParams): PagedAsyncIterableIterator<Group>;
|
|
481
|
+
updateMachines(resourceGroupName: string, projectName: string, groupName: string, options?: GroupsUpdateMachinesOptionalParams): Promise<GroupsUpdateMachinesResponse>;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
// @public
|
|
485
|
+
export interface GroupsCreateHeaders {
|
|
486
|
+
xMsRequestId?: string;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
// @public
|
|
490
|
+
export interface GroupsCreateOptionalParams extends coreClient.OperationOptions {
|
|
491
|
+
group?: Group;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
// @public
|
|
495
|
+
export type GroupsCreateResponse = GroupsCreateHeaders & Group;
|
|
496
|
+
|
|
497
|
+
// @public
|
|
498
|
+
export interface GroupsDeleteHeaders {
|
|
499
|
+
xMsRequestId?: string;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
// @public
|
|
503
|
+
export interface GroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
// @public
|
|
507
|
+
export type GroupsDeleteResponse = GroupsDeleteHeaders;
|
|
508
|
+
|
|
509
|
+
// @public
|
|
510
|
+
export interface GroupsGetHeaders {
|
|
511
|
+
xMsRequestId?: string;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
// @public
|
|
515
|
+
export interface GroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
// @public
|
|
519
|
+
export type GroupsGetResponse = GroupsGetHeaders & Group;
|
|
520
|
+
|
|
521
|
+
// @public
|
|
522
|
+
export interface GroupsListByProjectHeaders {
|
|
523
|
+
xMsRequestId?: string;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
// @public
|
|
527
|
+
export interface GroupsListByProjectOptionalParams extends coreClient.OperationOptions {
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
// @public
|
|
531
|
+
export type GroupsListByProjectResponse = GroupsListByProjectHeaders & GroupResultList;
|
|
532
|
+
|
|
533
|
+
// @public
|
|
534
|
+
export type GroupStatus = string;
|
|
535
|
+
|
|
536
|
+
// @public
|
|
537
|
+
export interface GroupsUpdateMachinesHeaders {
|
|
538
|
+
xMsRequestId?: string;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
// @public
|
|
542
|
+
export interface GroupsUpdateMachinesOptionalParams extends coreClient.OperationOptions {
|
|
543
|
+
groupUpdateProperties?: UpdateGroupBody;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
// @public
|
|
547
|
+
export type GroupsUpdateMachinesResponse = GroupsUpdateMachinesHeaders & Group;
|
|
548
|
+
|
|
549
|
+
// @public
|
|
550
|
+
export type GroupUpdateOperation = string;
|
|
551
|
+
|
|
552
|
+
// @public (undocumented)
|
|
553
|
+
export interface HyperVCollector {
|
|
554
|
+
// (undocumented)
|
|
555
|
+
eTag?: string;
|
|
556
|
+
readonly id?: string;
|
|
557
|
+
readonly name?: string;
|
|
558
|
+
// (undocumented)
|
|
559
|
+
properties?: CollectorProperties;
|
|
560
|
+
readonly type?: string;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
// @public
|
|
564
|
+
export interface HyperVCollectorList {
|
|
565
|
+
value?: HyperVCollector[];
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
// @public
|
|
569
|
+
export interface HyperVCollectors {
|
|
570
|
+
create(resourceGroupName: string, projectName: string, hyperVCollectorName: string, options?: HyperVCollectorsCreateOptionalParams): Promise<HyperVCollectorsCreateResponse>;
|
|
571
|
+
delete(resourceGroupName: string, projectName: string, hyperVCollectorName: string, options?: HyperVCollectorsDeleteOptionalParams): Promise<HyperVCollectorsDeleteResponse>;
|
|
572
|
+
get(resourceGroupName: string, projectName: string, hyperVCollectorName: string, options?: HyperVCollectorsGetOptionalParams): Promise<HyperVCollectorsGetResponse>;
|
|
573
|
+
listByProject(resourceGroupName: string, projectName: string, options?: HyperVCollectorsListByProjectOptionalParams): PagedAsyncIterableIterator<HyperVCollector>;
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
// @public
|
|
577
|
+
export interface HyperVCollectorsCreateHeaders {
|
|
578
|
+
xMsRequestId?: string;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
// @public
|
|
582
|
+
export interface HyperVCollectorsCreateOptionalParams extends coreClient.OperationOptions {
|
|
583
|
+
collectorBody?: HyperVCollector;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
// @public
|
|
587
|
+
export type HyperVCollectorsCreateResponse = HyperVCollectorsCreateHeaders & HyperVCollector;
|
|
588
|
+
|
|
589
|
+
// @public
|
|
590
|
+
export interface HyperVCollectorsDeleteHeaders {
|
|
591
|
+
xMsRequestId?: string;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
// @public
|
|
595
|
+
export interface HyperVCollectorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
// @public
|
|
599
|
+
export type HyperVCollectorsDeleteResponse = HyperVCollectorsDeleteHeaders;
|
|
600
|
+
|
|
601
|
+
// @public
|
|
602
|
+
export interface HyperVCollectorsGetHeaders {
|
|
603
|
+
xMsRequestId?: string;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
// @public
|
|
607
|
+
export interface HyperVCollectorsGetOptionalParams extends coreClient.OperationOptions {
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
// @public
|
|
611
|
+
export type HyperVCollectorsGetResponse = HyperVCollectorsGetHeaders & HyperVCollector;
|
|
612
|
+
|
|
613
|
+
// @public
|
|
614
|
+
export interface HyperVCollectorsListByProjectHeaders {
|
|
615
|
+
xMsRequestId?: string;
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
// @public
|
|
619
|
+
export interface HyperVCollectorsListByProjectOptionalParams extends coreClient.OperationOptions {
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
// @public
|
|
623
|
+
export type HyperVCollectorsListByProjectResponse = HyperVCollectorsListByProjectHeaders & HyperVCollectorList;
|
|
624
|
+
|
|
625
|
+
// @public (undocumented)
|
|
626
|
+
export interface ImportCollector {
|
|
627
|
+
// (undocumented)
|
|
628
|
+
eTag?: string;
|
|
629
|
+
readonly id?: string;
|
|
630
|
+
readonly name?: string;
|
|
631
|
+
// (undocumented)
|
|
632
|
+
properties?: ImportCollectorProperties;
|
|
633
|
+
readonly type?: string;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
// @public
|
|
637
|
+
export interface ImportCollectorList {
|
|
638
|
+
value?: ImportCollector[];
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
// @public (undocumented)
|
|
642
|
+
export interface ImportCollectorProperties {
|
|
643
|
+
readonly createdTimestamp?: string;
|
|
644
|
+
// (undocumented)
|
|
645
|
+
discoverySiteId?: string;
|
|
646
|
+
readonly updatedTimestamp?: string;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
// @public
|
|
650
|
+
export interface ImportCollectors {
|
|
651
|
+
create(resourceGroupName: string, projectName: string, importCollectorName: string, options?: ImportCollectorsCreateOptionalParams): Promise<ImportCollectorsCreateResponse>;
|
|
652
|
+
delete(resourceGroupName: string, projectName: string, importCollectorName: string, options?: ImportCollectorsDeleteOptionalParams): Promise<ImportCollectorsDeleteResponse>;
|
|
653
|
+
get(resourceGroupName: string, projectName: string, importCollectorName: string, options?: ImportCollectorsGetOptionalParams): Promise<ImportCollectorsGetResponse>;
|
|
654
|
+
listByProject(resourceGroupName: string, projectName: string, options?: ImportCollectorsListByProjectOptionalParams): PagedAsyncIterableIterator<ImportCollector>;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
// @public
|
|
658
|
+
export interface ImportCollectorsCreateHeaders {
|
|
659
|
+
xMsRequestId?: string;
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
// @public
|
|
663
|
+
export interface ImportCollectorsCreateOptionalParams extends coreClient.OperationOptions {
|
|
664
|
+
collectorBody?: ImportCollector;
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
// @public
|
|
668
|
+
export type ImportCollectorsCreateResponse = ImportCollectorsCreateHeaders & ImportCollector;
|
|
669
|
+
|
|
670
|
+
// @public
|
|
671
|
+
export interface ImportCollectorsDeleteHeaders {
|
|
672
|
+
xMsRequestId?: string;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
// @public
|
|
676
|
+
export interface ImportCollectorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
// @public
|
|
680
|
+
export type ImportCollectorsDeleteResponse = ImportCollectorsDeleteHeaders;
|
|
681
|
+
|
|
682
|
+
// @public
|
|
683
|
+
export interface ImportCollectorsGetHeaders {
|
|
684
|
+
xMsRequestId?: string;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
// @public
|
|
688
|
+
export interface ImportCollectorsGetOptionalParams extends coreClient.OperationOptions {
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
// @public
|
|
692
|
+
export type ImportCollectorsGetResponse = ImportCollectorsGetHeaders & ImportCollector;
|
|
693
|
+
|
|
694
|
+
// @public
|
|
695
|
+
export interface ImportCollectorsListByProjectHeaders {
|
|
696
|
+
xMsRequestId?: string;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
// @public
|
|
700
|
+
export interface ImportCollectorsListByProjectOptionalParams extends coreClient.OperationOptions {
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
// @public
|
|
704
|
+
export type ImportCollectorsListByProjectResponse = ImportCollectorsListByProjectHeaders & ImportCollectorList;
|
|
705
|
+
|
|
706
|
+
// @public
|
|
707
|
+
export enum KnownAssessmentSizingCriterion {
|
|
708
|
+
// (undocumented)
|
|
709
|
+
AsOnPremises = "AsOnPremises",
|
|
710
|
+
// (undocumented)
|
|
711
|
+
PerformanceBased = "PerformanceBased"
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
// @public
|
|
715
|
+
export enum KnownAssessmentStage {
|
|
716
|
+
// (undocumented)
|
|
717
|
+
Approved = "Approved",
|
|
718
|
+
// (undocumented)
|
|
719
|
+
InProgress = "InProgress",
|
|
720
|
+
// (undocumented)
|
|
721
|
+
UnderReview = "UnderReview"
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
// @public
|
|
725
|
+
export enum KnownAssessmentStatus {
|
|
726
|
+
// (undocumented)
|
|
727
|
+
Completed = "Completed",
|
|
728
|
+
// (undocumented)
|
|
729
|
+
Created = "Created",
|
|
730
|
+
// (undocumented)
|
|
731
|
+
Invalid = "Invalid",
|
|
732
|
+
// (undocumented)
|
|
733
|
+
OutDated = "OutDated",
|
|
734
|
+
// (undocumented)
|
|
735
|
+
OutOfSync = "OutOfSync",
|
|
736
|
+
// (undocumented)
|
|
737
|
+
Running = "Running",
|
|
738
|
+
// (undocumented)
|
|
739
|
+
Updated = "Updated"
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
// @public
|
|
743
|
+
export enum KnownAzureDiskSize {
|
|
744
|
+
// (undocumented)
|
|
745
|
+
PremiumP10 = "Premium_P10",
|
|
746
|
+
// (undocumented)
|
|
747
|
+
PremiumP15 = "Premium_P15",
|
|
748
|
+
// (undocumented)
|
|
749
|
+
PremiumP20 = "Premium_P20",
|
|
750
|
+
// (undocumented)
|
|
751
|
+
PremiumP30 = "Premium_P30",
|
|
752
|
+
// (undocumented)
|
|
753
|
+
PremiumP4 = "Premium_P4",
|
|
754
|
+
// (undocumented)
|
|
755
|
+
PremiumP40 = "Premium_P40",
|
|
756
|
+
// (undocumented)
|
|
757
|
+
PremiumP50 = "Premium_P50",
|
|
758
|
+
// (undocumented)
|
|
759
|
+
PremiumP6 = "Premium_P6",
|
|
760
|
+
// (undocumented)
|
|
761
|
+
PremiumP60 = "Premium_P60",
|
|
762
|
+
// (undocumented)
|
|
763
|
+
PremiumP70 = "Premium_P70",
|
|
764
|
+
// (undocumented)
|
|
765
|
+
PremiumP80 = "Premium_P80",
|
|
766
|
+
// (undocumented)
|
|
767
|
+
StandardS10 = "Standard_S10",
|
|
768
|
+
// (undocumented)
|
|
769
|
+
StandardS15 = "Standard_S15",
|
|
770
|
+
// (undocumented)
|
|
771
|
+
StandardS20 = "Standard_S20",
|
|
772
|
+
// (undocumented)
|
|
773
|
+
StandardS30 = "Standard_S30",
|
|
774
|
+
// (undocumented)
|
|
775
|
+
StandardS4 = "Standard_S4",
|
|
776
|
+
// (undocumented)
|
|
777
|
+
StandardS40 = "Standard_S40",
|
|
778
|
+
// (undocumented)
|
|
779
|
+
StandardS50 = "Standard_S50",
|
|
780
|
+
// (undocumented)
|
|
781
|
+
StandardS6 = "Standard_S6",
|
|
782
|
+
// (undocumented)
|
|
783
|
+
StandardS60 = "Standard_S60",
|
|
784
|
+
// (undocumented)
|
|
785
|
+
StandardS70 = "Standard_S70",
|
|
786
|
+
// (undocumented)
|
|
787
|
+
StandardS80 = "Standard_S80",
|
|
788
|
+
// (undocumented)
|
|
789
|
+
StandardSSDE10 = "StandardSSD_E10",
|
|
790
|
+
// (undocumented)
|
|
791
|
+
StandardSSDE15 = "StandardSSD_E15",
|
|
792
|
+
// (undocumented)
|
|
793
|
+
StandardSSDE20 = "StandardSSD_E20",
|
|
794
|
+
// (undocumented)
|
|
795
|
+
StandardSSDE30 = "StandardSSD_E30",
|
|
796
|
+
// (undocumented)
|
|
797
|
+
StandardSSDE4 = "StandardSSD_E4",
|
|
798
|
+
// (undocumented)
|
|
799
|
+
StandardSSDE40 = "StandardSSD_E40",
|
|
800
|
+
// (undocumented)
|
|
801
|
+
StandardSSDE50 = "StandardSSD_E50",
|
|
802
|
+
// (undocumented)
|
|
803
|
+
StandardSSDE6 = "StandardSSD_E6",
|
|
804
|
+
// (undocumented)
|
|
805
|
+
StandardSSDE60 = "StandardSSD_E60",
|
|
806
|
+
// (undocumented)
|
|
807
|
+
StandardSSDE70 = "StandardSSD_E70",
|
|
808
|
+
// (undocumented)
|
|
809
|
+
StandardSSDE80 = "StandardSSD_E80",
|
|
810
|
+
// (undocumented)
|
|
811
|
+
Unknown = "Unknown"
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
// @public
|
|
815
|
+
export enum KnownAzureDiskSuitabilityDetail {
|
|
816
|
+
// (undocumented)
|
|
817
|
+
DiskGigabytesConsumedMissing = "DiskGigabytesConsumedMissing",
|
|
818
|
+
// (undocumented)
|
|
819
|
+
DiskGigabytesConsumedOutOfRange = "DiskGigabytesConsumedOutOfRange",
|
|
820
|
+
// (undocumented)
|
|
821
|
+
DiskGigabytesProvisionedMissing = "DiskGigabytesProvisionedMissing",
|
|
822
|
+
// (undocumented)
|
|
823
|
+
DiskGigabytesProvisionedOutOfRange = "DiskGigabytesProvisionedOutOfRange",
|
|
824
|
+
// (undocumented)
|
|
825
|
+
MegabytesPerSecondOfReadMissing = "MegabytesPerSecondOfReadMissing",
|
|
826
|
+
// (undocumented)
|
|
827
|
+
MegabytesPerSecondOfReadOutOfRange = "MegabytesPerSecondOfReadOutOfRange",
|
|
828
|
+
// (undocumented)
|
|
829
|
+
MegabytesPerSecondOfWriteMissing = "MegabytesPerSecondOfWriteMissing",
|
|
830
|
+
// (undocumented)
|
|
831
|
+
MegabytesPerSecondOfWriteOutOfRange = "MegabytesPerSecondOfWriteOutOfRange",
|
|
832
|
+
// (undocumented)
|
|
833
|
+
None = "None",
|
|
834
|
+
// (undocumented)
|
|
835
|
+
NumberOfReadOperationsPerSecondMissing = "NumberOfReadOperationsPerSecondMissing",
|
|
836
|
+
// (undocumented)
|
|
837
|
+
NumberOfReadOperationsPerSecondOutOfRange = "NumberOfReadOperationsPerSecondOutOfRange",
|
|
838
|
+
// (undocumented)
|
|
839
|
+
NumberOfWriteOperationsPerSecondMissing = "NumberOfWriteOperationsPerSecondMissing",
|
|
840
|
+
// (undocumented)
|
|
841
|
+
NumberOfWriteOperationsPerSecondOutOfRange = "NumberOfWriteOperationsPerSecondOutOfRange"
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
// @public
|
|
845
|
+
export enum KnownAzureDiskSuitabilityExplanation {
|
|
846
|
+
// (undocumented)
|
|
847
|
+
DiskSizeGreaterThanSupported = "DiskSizeGreaterThanSupported",
|
|
848
|
+
// (undocumented)
|
|
849
|
+
InternalErrorOccurredForDiskEvaluation = "InternalErrorOccurredForDiskEvaluation",
|
|
850
|
+
// (undocumented)
|
|
851
|
+
NoDiskSizeFoundForSelectedRedundancy = "NoDiskSizeFoundForSelectedRedundancy",
|
|
852
|
+
// (undocumented)
|
|
853
|
+
NoDiskSizeFoundInSelectedLocation = "NoDiskSizeFoundInSelectedLocation",
|
|
854
|
+
// (undocumented)
|
|
855
|
+
NoEaPriceFoundForDiskSize = "NoEaPriceFoundForDiskSize",
|
|
856
|
+
// (undocumented)
|
|
857
|
+
NoSuitableDiskSizeForIops = "NoSuitableDiskSizeForIops",
|
|
858
|
+
// (undocumented)
|
|
859
|
+
NoSuitableDiskSizeForThroughput = "NoSuitableDiskSizeForThroughput",
|
|
860
|
+
// (undocumented)
|
|
861
|
+
NotApplicable = "NotApplicable",
|
|
862
|
+
// (undocumented)
|
|
863
|
+
Unknown = "Unknown"
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
// @public
|
|
867
|
+
export enum KnownAzureDiskType {
|
|
868
|
+
// (undocumented)
|
|
869
|
+
Premium = "Premium",
|
|
870
|
+
// (undocumented)
|
|
871
|
+
Standard = "Standard",
|
|
872
|
+
// (undocumented)
|
|
873
|
+
StandardOrPremium = "StandardOrPremium",
|
|
874
|
+
// (undocumented)
|
|
875
|
+
StandardSSD = "StandardSSD",
|
|
876
|
+
// (undocumented)
|
|
877
|
+
Unknown = "Unknown"
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
// @public
|
|
881
|
+
export enum KnownAzureHybridUseBenefit {
|
|
882
|
+
// (undocumented)
|
|
883
|
+
No = "No",
|
|
884
|
+
// (undocumented)
|
|
885
|
+
Unknown = "Unknown",
|
|
886
|
+
// (undocumented)
|
|
887
|
+
Yes = "Yes"
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
// @public
|
|
891
|
+
export enum KnownAzureLocation {
|
|
892
|
+
// (undocumented)
|
|
893
|
+
AustraliaEast = "AustraliaEast",
|
|
894
|
+
// (undocumented)
|
|
895
|
+
AustraliaSoutheast = "AustraliaSoutheast",
|
|
896
|
+
// (undocumented)
|
|
897
|
+
BrazilSouth = "BrazilSouth",
|
|
898
|
+
// (undocumented)
|
|
899
|
+
CanadaCentral = "CanadaCentral",
|
|
900
|
+
// (undocumented)
|
|
901
|
+
CanadaEast = "CanadaEast",
|
|
902
|
+
// (undocumented)
|
|
903
|
+
CentralIndia = "CentralIndia",
|
|
904
|
+
// (undocumented)
|
|
905
|
+
CentralUs = "CentralUs",
|
|
906
|
+
// (undocumented)
|
|
907
|
+
ChinaEast = "ChinaEast",
|
|
908
|
+
// (undocumented)
|
|
909
|
+
ChinaNorth = "ChinaNorth",
|
|
910
|
+
// (undocumented)
|
|
911
|
+
EastAsia = "EastAsia",
|
|
912
|
+
// (undocumented)
|
|
913
|
+
EastUs = "EastUs",
|
|
914
|
+
// (undocumented)
|
|
915
|
+
EastUs2 = "EastUs2",
|
|
916
|
+
// (undocumented)
|
|
917
|
+
GermanyCentral = "GermanyCentral",
|
|
918
|
+
// (undocumented)
|
|
919
|
+
GermanyNortheast = "GermanyNortheast",
|
|
920
|
+
// (undocumented)
|
|
921
|
+
JapanEast = "JapanEast",
|
|
922
|
+
// (undocumented)
|
|
923
|
+
JapanWest = "JapanWest",
|
|
924
|
+
// (undocumented)
|
|
925
|
+
KoreaCentral = "KoreaCentral",
|
|
926
|
+
// (undocumented)
|
|
927
|
+
KoreaSouth = "KoreaSouth",
|
|
928
|
+
// (undocumented)
|
|
929
|
+
NorthCentralUs = "NorthCentralUs",
|
|
930
|
+
// (undocumented)
|
|
931
|
+
NorthEurope = "NorthEurope",
|
|
932
|
+
// (undocumented)
|
|
933
|
+
SouthCentralUs = "SouthCentralUs",
|
|
934
|
+
// (undocumented)
|
|
935
|
+
SoutheastAsia = "SoutheastAsia",
|
|
936
|
+
// (undocumented)
|
|
937
|
+
SouthIndia = "SouthIndia",
|
|
938
|
+
// (undocumented)
|
|
939
|
+
UkSouth = "UkSouth",
|
|
940
|
+
// (undocumented)
|
|
941
|
+
UkWest = "UkWest",
|
|
942
|
+
// (undocumented)
|
|
943
|
+
Unknown = "Unknown",
|
|
944
|
+
// (undocumented)
|
|
945
|
+
USDoDCentral = "USDoDCentral",
|
|
946
|
+
// (undocumented)
|
|
947
|
+
USDoDEast = "USDoDEast",
|
|
948
|
+
// (undocumented)
|
|
949
|
+
USGovArizona = "USGovArizona",
|
|
950
|
+
// (undocumented)
|
|
951
|
+
USGovIowa = "USGovIowa",
|
|
952
|
+
// (undocumented)
|
|
953
|
+
USGovTexas = "USGovTexas",
|
|
954
|
+
// (undocumented)
|
|
955
|
+
USGovVirginia = "USGovVirginia",
|
|
956
|
+
// (undocumented)
|
|
957
|
+
WestCentralUs = "WestCentralUs",
|
|
958
|
+
// (undocumented)
|
|
959
|
+
WestEurope = "WestEurope",
|
|
960
|
+
// (undocumented)
|
|
961
|
+
WestIndia = "WestIndia",
|
|
962
|
+
// (undocumented)
|
|
963
|
+
WestUs = "WestUs",
|
|
964
|
+
// (undocumented)
|
|
965
|
+
WestUs2 = "WestUs2"
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
// @public
|
|
969
|
+
export enum KnownAzureNetworkAdapterSuitabilityDetail {
|
|
970
|
+
// (undocumented)
|
|
971
|
+
MegabytesOfDataTransmittedMissing = "MegabytesOfDataTransmittedMissing",
|
|
972
|
+
// (undocumented)
|
|
973
|
+
MegabytesOfDataTransmittedOutOfRange = "MegabytesOfDataTransmittedOutOfRange",
|
|
974
|
+
// (undocumented)
|
|
975
|
+
None = "None"
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
// @public
|
|
979
|
+
export enum KnownAzureNetworkAdapterSuitabilityExplanation {
|
|
980
|
+
// (undocumented)
|
|
981
|
+
InternalErrorOccurred = "InternalErrorOccurred",
|
|
982
|
+
// (undocumented)
|
|
983
|
+
NotApplicable = "NotApplicable",
|
|
984
|
+
// (undocumented)
|
|
985
|
+
Unknown = "Unknown"
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
// @public
|
|
989
|
+
export enum KnownAzureOfferCode {
|
|
990
|
+
// (undocumented)
|
|
991
|
+
EA = "EA",
|
|
992
|
+
// (undocumented)
|
|
993
|
+
Msazr0003P = "MSAZR0003P",
|
|
994
|
+
// (undocumented)
|
|
995
|
+
Msazr0022P = "MSAZR0022P",
|
|
996
|
+
// (undocumented)
|
|
997
|
+
Msazr0023P = "MSAZR0023P",
|
|
998
|
+
// (undocumented)
|
|
999
|
+
Msazr0025P = "MSAZR0025P",
|
|
1000
|
+
// (undocumented)
|
|
1001
|
+
Msazr0029P = "MSAZR0029P",
|
|
1002
|
+
// (undocumented)
|
|
1003
|
+
Msazr0036P = "MSAZR0036P",
|
|
1004
|
+
// (undocumented)
|
|
1005
|
+
Msazr0044P = "MSAZR0044P",
|
|
1006
|
+
// (undocumented)
|
|
1007
|
+
Msazr0059P = "MSAZR0059P",
|
|
1008
|
+
// (undocumented)
|
|
1009
|
+
Msazr0060P = "MSAZR0060P",
|
|
1010
|
+
// (undocumented)
|
|
1011
|
+
Msazr0062P = "MSAZR0062P",
|
|
1012
|
+
// (undocumented)
|
|
1013
|
+
Msazr0063P = "MSAZR0063P",
|
|
1014
|
+
// (undocumented)
|
|
1015
|
+
Msazr0064P = "MSAZR0064P",
|
|
1016
|
+
// (undocumented)
|
|
1017
|
+
Msazr0111P = "MSAZR0111P",
|
|
1018
|
+
// (undocumented)
|
|
1019
|
+
Msazr0120P = "MSAZR0120P",
|
|
1020
|
+
// (undocumented)
|
|
1021
|
+
Msazr0121P = "MSAZR0121P",
|
|
1022
|
+
// (undocumented)
|
|
1023
|
+
Msazr0122P = "MSAZR0122P",
|
|
1024
|
+
// (undocumented)
|
|
1025
|
+
Msazr0123P = "MSAZR0123P",
|
|
1026
|
+
// (undocumented)
|
|
1027
|
+
Msazr0124P = "MSAZR0124P",
|
|
1028
|
+
// (undocumented)
|
|
1029
|
+
Msazr0125P = "MSAZR0125P",
|
|
1030
|
+
// (undocumented)
|
|
1031
|
+
Msazr0126P = "MSAZR0126P",
|
|
1032
|
+
// (undocumented)
|
|
1033
|
+
Msazr0127P = "MSAZR0127P",
|
|
1034
|
+
// (undocumented)
|
|
1035
|
+
Msazr0128P = "MSAZR0128P",
|
|
1036
|
+
// (undocumented)
|
|
1037
|
+
Msazr0129P = "MSAZR0129P",
|
|
1038
|
+
// (undocumented)
|
|
1039
|
+
Msazr0130P = "MSAZR0130P",
|
|
1040
|
+
// (undocumented)
|
|
1041
|
+
Msazr0144P = "MSAZR0144P",
|
|
1042
|
+
// (undocumented)
|
|
1043
|
+
Msazr0148P = "MSAZR0148P",
|
|
1044
|
+
// (undocumented)
|
|
1045
|
+
Msazr0149P = "MSAZR0149P",
|
|
1046
|
+
// (undocumented)
|
|
1047
|
+
Msazrde0003P = "MSAZRDE0003P",
|
|
1048
|
+
// (undocumented)
|
|
1049
|
+
Msazrde0044P = "MSAZRDE0044P",
|
|
1050
|
+
// (undocumented)
|
|
1051
|
+
Msazrusgov0003P = "MSAZRUSGOV0003P",
|
|
1052
|
+
// (undocumented)
|
|
1053
|
+
Msmcazr0044P = "MSMCAZR0044P",
|
|
1054
|
+
// (undocumented)
|
|
1055
|
+
Msmcazr0059P = "MSMCAZR0059P",
|
|
1056
|
+
// (undocumented)
|
|
1057
|
+
Msmcazr0060P = "MSMCAZR0060P",
|
|
1058
|
+
// (undocumented)
|
|
1059
|
+
Msmcazr0063P = "MSMCAZR0063P",
|
|
1060
|
+
// (undocumented)
|
|
1061
|
+
Msmcazr0120P = "MSMCAZR0120P",
|
|
1062
|
+
// (undocumented)
|
|
1063
|
+
Msmcazr0121P = "MSMCAZR0121P",
|
|
1064
|
+
// (undocumented)
|
|
1065
|
+
Msmcazr0125P = "MSMCAZR0125P",
|
|
1066
|
+
// (undocumented)
|
|
1067
|
+
Msmcazr0128P = "MSMCAZR0128P",
|
|
1068
|
+
// (undocumented)
|
|
1069
|
+
Unknown = "Unknown"
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
// @public
|
|
1073
|
+
export enum KnownAzurePricingTier {
|
|
1074
|
+
// (undocumented)
|
|
1075
|
+
Basic = "Basic",
|
|
1076
|
+
// (undocumented)
|
|
1077
|
+
Standard = "Standard"
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
// @public
|
|
1081
|
+
export enum KnownAzureStorageRedundancy {
|
|
1082
|
+
// (undocumented)
|
|
1083
|
+
GeoRedundant = "GeoRedundant",
|
|
1084
|
+
// (undocumented)
|
|
1085
|
+
LocallyRedundant = "LocallyRedundant",
|
|
1086
|
+
// (undocumented)
|
|
1087
|
+
ReadAccessGeoRedundant = "ReadAccessGeoRedundant",
|
|
1088
|
+
// (undocumented)
|
|
1089
|
+
Unknown = "Unknown",
|
|
1090
|
+
// (undocumented)
|
|
1091
|
+
ZoneRedundant = "ZoneRedundant"
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
// @public
|
|
1095
|
+
export enum KnownAzureVmFamily {
|
|
1096
|
+
// (undocumented)
|
|
1097
|
+
Av2Series = "Av2_series",
|
|
1098
|
+
// (undocumented)
|
|
1099
|
+
BasicA0A4 = "Basic_A0_A4",
|
|
1100
|
+
// (undocumented)
|
|
1101
|
+
DCSeries = "DC_Series",
|
|
1102
|
+
// (undocumented)
|
|
1103
|
+
DSeries = "D_series",
|
|
1104
|
+
// (undocumented)
|
|
1105
|
+
DSSeries = "DS_series",
|
|
1106
|
+
// (undocumented)
|
|
1107
|
+
DSv2Series = "DSv2_series",
|
|
1108
|
+
// (undocumented)
|
|
1109
|
+
Dsv3Series = "Dsv3_series",
|
|
1110
|
+
// (undocumented)
|
|
1111
|
+
Dv2Series = "Dv2_series",
|
|
1112
|
+
// (undocumented)
|
|
1113
|
+
Dv3Series = "Dv3_series",
|
|
1114
|
+
// (undocumented)
|
|
1115
|
+
Esv3Series = "Esv3_series",
|
|
1116
|
+
// (undocumented)
|
|
1117
|
+
Ev3Series = "Ev3_series",
|
|
1118
|
+
// (undocumented)
|
|
1119
|
+
FSeries = "F_series",
|
|
1120
|
+
// (undocumented)
|
|
1121
|
+
FsSeries = "Fs_series",
|
|
1122
|
+
// (undocumented)
|
|
1123
|
+
Fsv2Series = "Fsv2_series",
|
|
1124
|
+
// (undocumented)
|
|
1125
|
+
GSeries = "G_series",
|
|
1126
|
+
// (undocumented)
|
|
1127
|
+
GSSeries = "GS_series",
|
|
1128
|
+
// (undocumented)
|
|
1129
|
+
HSeries = "H_series",
|
|
1130
|
+
// (undocumented)
|
|
1131
|
+
LsSeries = "Ls_series",
|
|
1132
|
+
// (undocumented)
|
|
1133
|
+
MSeries = "M_series",
|
|
1134
|
+
// (undocumented)
|
|
1135
|
+
StandardA0A7 = "Standard_A0_A7",
|
|
1136
|
+
// (undocumented)
|
|
1137
|
+
StandardA8A11 = "Standard_A8_A11",
|
|
1138
|
+
// (undocumented)
|
|
1139
|
+
Unknown = "Unknown"
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
// @public
|
|
1143
|
+
export enum KnownAzureVmSize {
|
|
1144
|
+
// (undocumented)
|
|
1145
|
+
BasicA0 = "Basic_A0",
|
|
1146
|
+
// (undocumented)
|
|
1147
|
+
BasicA1 = "Basic_A1",
|
|
1148
|
+
// (undocumented)
|
|
1149
|
+
BasicA2 = "Basic_A2",
|
|
1150
|
+
// (undocumented)
|
|
1151
|
+
BasicA3 = "Basic_A3",
|
|
1152
|
+
// (undocumented)
|
|
1153
|
+
BasicA4 = "Basic_A4",
|
|
1154
|
+
// (undocumented)
|
|
1155
|
+
StandardA0 = "Standard_A0",
|
|
1156
|
+
// (undocumented)
|
|
1157
|
+
StandardA1 = "Standard_A1",
|
|
1158
|
+
// (undocumented)
|
|
1159
|
+
StandardA10 = "Standard_A10",
|
|
1160
|
+
// (undocumented)
|
|
1161
|
+
StandardA11 = "Standard_A11",
|
|
1162
|
+
// (undocumented)
|
|
1163
|
+
StandardA1V2 = "Standard_A1_v2",
|
|
1164
|
+
// (undocumented)
|
|
1165
|
+
StandardA2 = "Standard_A2",
|
|
1166
|
+
// (undocumented)
|
|
1167
|
+
StandardA2MV2 = "Standard_A2m_v2",
|
|
1168
|
+
// (undocumented)
|
|
1169
|
+
StandardA2V2 = "Standard_A2_v2",
|
|
1170
|
+
// (undocumented)
|
|
1171
|
+
StandardA3 = "Standard_A3",
|
|
1172
|
+
// (undocumented)
|
|
1173
|
+
StandardA4 = "Standard_A4",
|
|
1174
|
+
// (undocumented)
|
|
1175
|
+
StandardA4MV2 = "Standard_A4m_v2",
|
|
1176
|
+
// (undocumented)
|
|
1177
|
+
StandardA4V2 = "Standard_A4_v2",
|
|
1178
|
+
// (undocumented)
|
|
1179
|
+
StandardA5 = "Standard_A5",
|
|
1180
|
+
// (undocumented)
|
|
1181
|
+
StandardA6 = "Standard_A6",
|
|
1182
|
+
// (undocumented)
|
|
1183
|
+
StandardA7 = "Standard_A7",
|
|
1184
|
+
// (undocumented)
|
|
1185
|
+
StandardA8 = "Standard_A8",
|
|
1186
|
+
// (undocumented)
|
|
1187
|
+
StandardA8MV2 = "Standard_A8m_v2",
|
|
1188
|
+
// (undocumented)
|
|
1189
|
+
StandardA8V2 = "Standard_A8_v2",
|
|
1190
|
+
// (undocumented)
|
|
1191
|
+
StandardA9 = "Standard_A9",
|
|
1192
|
+
// (undocumented)
|
|
1193
|
+
StandardD1 = "Standard_D1",
|
|
1194
|
+
// (undocumented)
|
|
1195
|
+
StandardD11 = "Standard_D11",
|
|
1196
|
+
// (undocumented)
|
|
1197
|
+
StandardD11V2 = "Standard_D11_v2",
|
|
1198
|
+
// (undocumented)
|
|
1199
|
+
StandardD12 = "Standard_D12",
|
|
1200
|
+
// (undocumented)
|
|
1201
|
+
StandardD12V2 = "Standard_D12_v2",
|
|
1202
|
+
// (undocumented)
|
|
1203
|
+
StandardD13 = "Standard_D13",
|
|
1204
|
+
// (undocumented)
|
|
1205
|
+
StandardD13V2 = "Standard_D13_v2",
|
|
1206
|
+
// (undocumented)
|
|
1207
|
+
StandardD14 = "Standard_D14",
|
|
1208
|
+
// (undocumented)
|
|
1209
|
+
StandardD14V2 = "Standard_D14_v2",
|
|
1210
|
+
// (undocumented)
|
|
1211
|
+
StandardD15V2 = "Standard_D15_v2",
|
|
1212
|
+
// (undocumented)
|
|
1213
|
+
StandardD16SV3 = "Standard_D16s_v3",
|
|
1214
|
+
// (undocumented)
|
|
1215
|
+
StandardD16V3 = "Standard_D16_v3",
|
|
1216
|
+
// (undocumented)
|
|
1217
|
+
StandardD1V2 = "Standard_D1_v2",
|
|
1218
|
+
// (undocumented)
|
|
1219
|
+
StandardD2 = "Standard_D2",
|
|
1220
|
+
// (undocumented)
|
|
1221
|
+
StandardD2SV3 = "Standard_D2s_v3",
|
|
1222
|
+
// (undocumented)
|
|
1223
|
+
StandardD2V2 = "Standard_D2_v2",
|
|
1224
|
+
// (undocumented)
|
|
1225
|
+
StandardD2V3 = "Standard_D2_v3",
|
|
1226
|
+
// (undocumented)
|
|
1227
|
+
StandardD3 = "Standard_D3",
|
|
1228
|
+
// (undocumented)
|
|
1229
|
+
StandardD32SV3 = "Standard_D32s_v3",
|
|
1230
|
+
// (undocumented)
|
|
1231
|
+
StandardD32V3 = "Standard_D32_v3",
|
|
1232
|
+
// (undocumented)
|
|
1233
|
+
StandardD3V2 = "Standard_D3_v2",
|
|
1234
|
+
// (undocumented)
|
|
1235
|
+
StandardD4 = "Standard_D4",
|
|
1236
|
+
// (undocumented)
|
|
1237
|
+
StandardD4SV3 = "Standard_D4s_v3",
|
|
1238
|
+
// (undocumented)
|
|
1239
|
+
StandardD4V2 = "Standard_D4_v2",
|
|
1240
|
+
// (undocumented)
|
|
1241
|
+
StandardD4V3 = "Standard_D4_v3",
|
|
1242
|
+
// (undocumented)
|
|
1243
|
+
StandardD5V2 = "Standard_D5_v2",
|
|
1244
|
+
// (undocumented)
|
|
1245
|
+
StandardD64SV3 = "Standard_D64s_v3",
|
|
1246
|
+
// (undocumented)
|
|
1247
|
+
StandardD64V3 = "Standard_D64_v3",
|
|
1248
|
+
// (undocumented)
|
|
1249
|
+
StandardD8SV3 = "Standard_D8s_v3",
|
|
1250
|
+
// (undocumented)
|
|
1251
|
+
StandardD8V3 = "Standard_D8_v3",
|
|
1252
|
+
// (undocumented)
|
|
1253
|
+
StandardDS1 = "Standard_DS1",
|
|
1254
|
+
// (undocumented)
|
|
1255
|
+
StandardDS11 = "Standard_DS11",
|
|
1256
|
+
// (undocumented)
|
|
1257
|
+
StandardDS11V2 = "Standard_DS11_v2",
|
|
1258
|
+
// (undocumented)
|
|
1259
|
+
StandardDS12 = "Standard_DS12",
|
|
1260
|
+
// (undocumented)
|
|
1261
|
+
StandardDS12V2 = "Standard_DS12_v2",
|
|
1262
|
+
// (undocumented)
|
|
1263
|
+
StandardDS13 = "Standard_DS13",
|
|
1264
|
+
// (undocumented)
|
|
1265
|
+
StandardDS13V2 = "Standard_DS13_v2",
|
|
1266
|
+
// (undocumented)
|
|
1267
|
+
StandardDS14 = "Standard_DS14",
|
|
1268
|
+
// (undocumented)
|
|
1269
|
+
StandardDS14V2 = "Standard_DS14_v2",
|
|
1270
|
+
// (undocumented)
|
|
1271
|
+
StandardDS15V2 = "Standard_DS15_v2",
|
|
1272
|
+
// (undocumented)
|
|
1273
|
+
StandardDS1V2 = "Standard_DS1_v2",
|
|
1274
|
+
// (undocumented)
|
|
1275
|
+
StandardDS2 = "Standard_DS2",
|
|
1276
|
+
// (undocumented)
|
|
1277
|
+
StandardDS2V2 = "Standard_DS2_v2",
|
|
1278
|
+
// (undocumented)
|
|
1279
|
+
StandardDS3 = "Standard_DS3",
|
|
1280
|
+
// (undocumented)
|
|
1281
|
+
StandardDS3V2 = "Standard_DS3_v2",
|
|
1282
|
+
// (undocumented)
|
|
1283
|
+
StandardDS4 = "Standard_DS4",
|
|
1284
|
+
// (undocumented)
|
|
1285
|
+
StandardDS4V2 = "Standard_DS4_v2",
|
|
1286
|
+
// (undocumented)
|
|
1287
|
+
StandardDS5V2 = "Standard_DS5_v2",
|
|
1288
|
+
// (undocumented)
|
|
1289
|
+
StandardE16SV3 = "Standard_E16s_v3",
|
|
1290
|
+
// (undocumented)
|
|
1291
|
+
StandardE16V3 = "Standard_E16_v3",
|
|
1292
|
+
// (undocumented)
|
|
1293
|
+
StandardE2SV3 = "Standard_E2s_v3",
|
|
1294
|
+
// (undocumented)
|
|
1295
|
+
StandardE2V3 = "Standard_E2_v3",
|
|
1296
|
+
// (undocumented)
|
|
1297
|
+
StandardE32SV3 = "Standard_E32s_v3",
|
|
1298
|
+
// (undocumented)
|
|
1299
|
+
StandardE32V3 = "Standard_E32_v3",
|
|
1300
|
+
// (undocumented)
|
|
1301
|
+
StandardE4SV3 = "Standard_E4s_v3",
|
|
1302
|
+
// (undocumented)
|
|
1303
|
+
StandardE4V3 = "Standard_E4_v3",
|
|
1304
|
+
// (undocumented)
|
|
1305
|
+
StandardE64SV3 = "Standard_E64s_v3",
|
|
1306
|
+
// (undocumented)
|
|
1307
|
+
StandardE64V3 = "Standard_E64_v3",
|
|
1308
|
+
// (undocumented)
|
|
1309
|
+
StandardE8SV3 = "Standard_E8s_v3",
|
|
1310
|
+
// (undocumented)
|
|
1311
|
+
StandardE8V3 = "Standard_E8_v3",
|
|
1312
|
+
// (undocumented)
|
|
1313
|
+
StandardF1 = "Standard_F1",
|
|
1314
|
+
// (undocumented)
|
|
1315
|
+
StandardF16 = "Standard_F16",
|
|
1316
|
+
// (undocumented)
|
|
1317
|
+
StandardF16S = "Standard_F16s",
|
|
1318
|
+
// (undocumented)
|
|
1319
|
+
StandardF16SV2 = "Standard_F16s_v2",
|
|
1320
|
+
// (undocumented)
|
|
1321
|
+
StandardF1S = "Standard_F1s",
|
|
1322
|
+
// (undocumented)
|
|
1323
|
+
StandardF2 = "Standard_F2",
|
|
1324
|
+
// (undocumented)
|
|
1325
|
+
StandardF2S = "Standard_F2s",
|
|
1326
|
+
// (undocumented)
|
|
1327
|
+
StandardF2SV2 = "Standard_F2s_v2",
|
|
1328
|
+
// (undocumented)
|
|
1329
|
+
StandardF32SV2 = "Standard_F32s_v2",
|
|
1330
|
+
// (undocumented)
|
|
1331
|
+
StandardF4 = "Standard_F4",
|
|
1332
|
+
// (undocumented)
|
|
1333
|
+
StandardF4S = "Standard_F4s",
|
|
1334
|
+
// (undocumented)
|
|
1335
|
+
StandardF4SV2 = "Standard_F4s_v2",
|
|
1336
|
+
// (undocumented)
|
|
1337
|
+
StandardF64SV2 = "Standard_F64s_v2",
|
|
1338
|
+
// (undocumented)
|
|
1339
|
+
StandardF72SV2 = "Standard_F72s_v2",
|
|
1340
|
+
// (undocumented)
|
|
1341
|
+
StandardF8 = "Standard_F8",
|
|
1342
|
+
// (undocumented)
|
|
1343
|
+
StandardF8S = "Standard_F8s",
|
|
1344
|
+
// (undocumented)
|
|
1345
|
+
StandardF8SV2 = "Standard_F8s_v2",
|
|
1346
|
+
// (undocumented)
|
|
1347
|
+
StandardG1 = "Standard_G1",
|
|
1348
|
+
// (undocumented)
|
|
1349
|
+
StandardG2 = "Standard_G2",
|
|
1350
|
+
// (undocumented)
|
|
1351
|
+
StandardG3 = "Standard_G3",
|
|
1352
|
+
// (undocumented)
|
|
1353
|
+
StandardG4 = "Standard_G4",
|
|
1354
|
+
// (undocumented)
|
|
1355
|
+
StandardG5 = "Standard_G5",
|
|
1356
|
+
// (undocumented)
|
|
1357
|
+
StandardGS1 = "Standard_GS1",
|
|
1358
|
+
// (undocumented)
|
|
1359
|
+
StandardGS2 = "Standard_GS2",
|
|
1360
|
+
// (undocumented)
|
|
1361
|
+
StandardGS3 = "Standard_GS3",
|
|
1362
|
+
// (undocumented)
|
|
1363
|
+
StandardGS4 = "Standard_GS4",
|
|
1364
|
+
// (undocumented)
|
|
1365
|
+
StandardGS5 = "Standard_GS5",
|
|
1366
|
+
// (undocumented)
|
|
1367
|
+
StandardH16 = "Standard_H16",
|
|
1368
|
+
// (undocumented)
|
|
1369
|
+
StandardH16M = "Standard_H16m",
|
|
1370
|
+
// (undocumented)
|
|
1371
|
+
StandardH16Mr = "Standard_H16mr",
|
|
1372
|
+
// (undocumented)
|
|
1373
|
+
StandardH16R = "Standard_H16r",
|
|
1374
|
+
// (undocumented)
|
|
1375
|
+
StandardH8 = "Standard_H8",
|
|
1376
|
+
// (undocumented)
|
|
1377
|
+
StandardH8M = "Standard_H8m",
|
|
1378
|
+
// (undocumented)
|
|
1379
|
+
StandardL16S = "Standard_L16s",
|
|
1380
|
+
// (undocumented)
|
|
1381
|
+
StandardL32S = "Standard_L32s",
|
|
1382
|
+
// (undocumented)
|
|
1383
|
+
StandardL4S = "Standard_L4s",
|
|
1384
|
+
// (undocumented)
|
|
1385
|
+
StandardL8S = "Standard_L8s",
|
|
1386
|
+
// (undocumented)
|
|
1387
|
+
StandardM128Ms = "Standard_M128ms",
|
|
1388
|
+
// (undocumented)
|
|
1389
|
+
StandardM128S = "Standard_M128s",
|
|
1390
|
+
// (undocumented)
|
|
1391
|
+
StandardM64Ms = "Standard_M64ms",
|
|
1392
|
+
// (undocumented)
|
|
1393
|
+
StandardM64S = "Standard_M64s",
|
|
1394
|
+
// (undocumented)
|
|
1395
|
+
Unknown = "Unknown"
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
// @public
|
|
1399
|
+
export enum KnownAzureVmSuitabilityDetail {
|
|
1400
|
+
// (undocumented)
|
|
1401
|
+
CannotReportBandwidthCosts = "CannotReportBandwidthCosts",
|
|
1402
|
+
// (undocumented)
|
|
1403
|
+
CannotReportComputeCost = "CannotReportComputeCost",
|
|
1404
|
+
// (undocumented)
|
|
1405
|
+
CannotReportStorageCost = "CannotReportStorageCost",
|
|
1406
|
+
// (undocumented)
|
|
1407
|
+
None = "None",
|
|
1408
|
+
// (undocumented)
|
|
1409
|
+
PercentageOfCoresUtilizedMissing = "PercentageOfCoresUtilizedMissing",
|
|
1410
|
+
// (undocumented)
|
|
1411
|
+
PercentageOfCoresUtilizedOutOfRange = "PercentageOfCoresUtilizedOutOfRange",
|
|
1412
|
+
// (undocumented)
|
|
1413
|
+
PercentageOfMemoryUtilizedMissing = "PercentageOfMemoryUtilizedMissing",
|
|
1414
|
+
// (undocumented)
|
|
1415
|
+
PercentageOfMemoryUtilizedOutOfRange = "PercentageOfMemoryUtilizedOutOfRange",
|
|
1416
|
+
// (undocumented)
|
|
1417
|
+
RecommendedSizeHasLessNetworkAdapters = "RecommendedSizeHasLessNetworkAdapters"
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
// @public
|
|
1421
|
+
export enum KnownAzureVmSuitabilityExplanation {
|
|
1422
|
+
// (undocumented)
|
|
1423
|
+
BootTypeNotSupported = "BootTypeNotSupported",
|
|
1424
|
+
// (undocumented)
|
|
1425
|
+
BootTypeUnknown = "BootTypeUnknown",
|
|
1426
|
+
// (undocumented)
|
|
1427
|
+
CheckCentOsVersion = "CheckCentOsVersion",
|
|
1428
|
+
// (undocumented)
|
|
1429
|
+
CheckCoreOsLinuxVersion = "CheckCoreOsLinuxVersion",
|
|
1430
|
+
// (undocumented)
|
|
1431
|
+
CheckDebianLinuxVersion = "CheckDebianLinuxVersion",
|
|
1432
|
+
// (undocumented)
|
|
1433
|
+
CheckOpenSuseLinuxVersion = "CheckOpenSuseLinuxVersion",
|
|
1434
|
+
// (undocumented)
|
|
1435
|
+
CheckOracleLinuxVersion = "CheckOracleLinuxVersion",
|
|
1436
|
+
// (undocumented)
|
|
1437
|
+
CheckRedHatLinuxVersion = "CheckRedHatLinuxVersion",
|
|
1438
|
+
// (undocumented)
|
|
1439
|
+
CheckSuseLinuxVersion = "CheckSuseLinuxVersion",
|
|
1440
|
+
// (undocumented)
|
|
1441
|
+
CheckUbuntuLinuxVersion = "CheckUbuntuLinuxVersion",
|
|
1442
|
+
// (undocumented)
|
|
1443
|
+
CheckWindowsServer2008R2Version = "CheckWindowsServer2008R2Version",
|
|
1444
|
+
// (undocumented)
|
|
1445
|
+
EndorsedWithConditionsLinuxDistributions = "EndorsedWithConditionsLinuxDistributions",
|
|
1446
|
+
// (undocumented)
|
|
1447
|
+
GuestOperatingSystemArchitectureNotSupported = "GuestOperatingSystemArchitectureNotSupported",
|
|
1448
|
+
// (undocumented)
|
|
1449
|
+
GuestOperatingSystemNotSupported = "GuestOperatingSystemNotSupported",
|
|
1450
|
+
// (undocumented)
|
|
1451
|
+
GuestOperatingSystemUnknown = "GuestOperatingSystemUnknown",
|
|
1452
|
+
// (undocumented)
|
|
1453
|
+
InternalErrorOccurredDuringComputeEvaluation = "InternalErrorOccurredDuringComputeEvaluation",
|
|
1454
|
+
// (undocumented)
|
|
1455
|
+
InternalErrorOccurredDuringNetworkEvaluation = "InternalErrorOccurredDuringNetworkEvaluation",
|
|
1456
|
+
// (undocumented)
|
|
1457
|
+
InternalErrorOccurredDuringStorageEvaluation = "InternalErrorOccurredDuringStorageEvaluation",
|
|
1458
|
+
// (undocumented)
|
|
1459
|
+
MoreDisksThanSupported = "MoreDisksThanSupported",
|
|
1460
|
+
// (undocumented)
|
|
1461
|
+
NoGuestOperatingSystemConditionallySupported = "NoGuestOperatingSystemConditionallySupported",
|
|
1462
|
+
// (undocumented)
|
|
1463
|
+
NoSuitableVmSizeFound = "NoSuitableVmSizeFound",
|
|
1464
|
+
// (undocumented)
|
|
1465
|
+
NotApplicable = "NotApplicable",
|
|
1466
|
+
// (undocumented)
|
|
1467
|
+
NoVmSizeForBasicPricingTier = "NoVmSizeForBasicPricingTier",
|
|
1468
|
+
// (undocumented)
|
|
1469
|
+
NoVmSizeForSelectedAzureLocation = "NoVmSizeForSelectedAzureLocation",
|
|
1470
|
+
// (undocumented)
|
|
1471
|
+
NoVmSizeForSelectedPricingTier = "NoVmSizeForSelectedPricingTier",
|
|
1472
|
+
// (undocumented)
|
|
1473
|
+
NoVmSizeForStandardPricingTier = "NoVmSizeForStandardPricingTier",
|
|
1474
|
+
// (undocumented)
|
|
1475
|
+
NoVmSizeSupportsNetworkPerformance = "NoVmSizeSupportsNetworkPerformance",
|
|
1476
|
+
// (undocumented)
|
|
1477
|
+
NoVmSizeSupportsStoragePerformance = "NoVmSizeSupportsStoragePerformance",
|
|
1478
|
+
// (undocumented)
|
|
1479
|
+
OneOrMoreAdaptersNotSuitable = "OneOrMoreAdaptersNotSuitable",
|
|
1480
|
+
// (undocumented)
|
|
1481
|
+
OneOrMoreDisksNotSuitable = "OneOrMoreDisksNotSuitable",
|
|
1482
|
+
// (undocumented)
|
|
1483
|
+
UnendorsedLinuxDistributions = "UnendorsedLinuxDistributions",
|
|
1484
|
+
// (undocumented)
|
|
1485
|
+
Unknown = "Unknown",
|
|
1486
|
+
// (undocumented)
|
|
1487
|
+
WindowsClientVersionsConditionallySupported = "WindowsClientVersionsConditionallySupported",
|
|
1488
|
+
// (undocumented)
|
|
1489
|
+
WindowsOSNoLongerUnderMSSupport = "WindowsOSNoLongerUnderMSSupport",
|
|
1490
|
+
// (undocumented)
|
|
1491
|
+
WindowsServerVersionConditionallySupported = "WindowsServerVersionConditionallySupported",
|
|
1492
|
+
// (undocumented)
|
|
1493
|
+
WindowsServerVersionsSupportedWithCaveat = "WindowsServerVersionsSupportedWithCaveat"
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1496
|
+
// @public
|
|
1497
|
+
export enum KnownCloudSuitability {
|
|
1498
|
+
// (undocumented)
|
|
1499
|
+
ConditionallySuitable = "ConditionallySuitable",
|
|
1500
|
+
// (undocumented)
|
|
1501
|
+
NotSuitable = "NotSuitable",
|
|
1502
|
+
// (undocumented)
|
|
1503
|
+
ReadinessUnknown = "ReadinessUnknown",
|
|
1504
|
+
// (undocumented)
|
|
1505
|
+
Suitable = "Suitable",
|
|
1506
|
+
// (undocumented)
|
|
1507
|
+
Unknown = "Unknown"
|
|
1508
|
+
}
|
|
1509
|
+
|
|
1510
|
+
// @public
|
|
1511
|
+
export enum KnownCurrency {
|
|
1512
|
+
// (undocumented)
|
|
1513
|
+
ARS = "ARS",
|
|
1514
|
+
// (undocumented)
|
|
1515
|
+
AUD = "AUD",
|
|
1516
|
+
// (undocumented)
|
|
1517
|
+
BRL = "BRL",
|
|
1518
|
+
// (undocumented)
|
|
1519
|
+
CAD = "CAD",
|
|
1520
|
+
// (undocumented)
|
|
1521
|
+
CHF = "CHF",
|
|
1522
|
+
// (undocumented)
|
|
1523
|
+
CNY = "CNY",
|
|
1524
|
+
// (undocumented)
|
|
1525
|
+
DKK = "DKK",
|
|
1526
|
+
// (undocumented)
|
|
1527
|
+
EUR = "EUR",
|
|
1528
|
+
// (undocumented)
|
|
1529
|
+
GBP = "GBP",
|
|
1530
|
+
// (undocumented)
|
|
1531
|
+
HKD = "HKD",
|
|
1532
|
+
// (undocumented)
|
|
1533
|
+
IDR = "IDR",
|
|
1534
|
+
// (undocumented)
|
|
1535
|
+
INR = "INR",
|
|
1536
|
+
// (undocumented)
|
|
1537
|
+
JPY = "JPY",
|
|
1538
|
+
// (undocumented)
|
|
1539
|
+
KRW = "KRW",
|
|
1540
|
+
// (undocumented)
|
|
1541
|
+
MXN = "MXN",
|
|
1542
|
+
// (undocumented)
|
|
1543
|
+
MYR = "MYR",
|
|
1544
|
+
// (undocumented)
|
|
1545
|
+
NOK = "NOK",
|
|
1546
|
+
// (undocumented)
|
|
1547
|
+
NZD = "NZD",
|
|
1548
|
+
// (undocumented)
|
|
1549
|
+
RUB = "RUB",
|
|
1550
|
+
// (undocumented)
|
|
1551
|
+
SAR = "SAR",
|
|
1552
|
+
// (undocumented)
|
|
1553
|
+
SEK = "SEK",
|
|
1554
|
+
// (undocumented)
|
|
1555
|
+
TRY = "TRY",
|
|
1556
|
+
// (undocumented)
|
|
1557
|
+
TWD = "TWD",
|
|
1558
|
+
// (undocumented)
|
|
1559
|
+
Unknown = "Unknown",
|
|
1560
|
+
// (undocumented)
|
|
1561
|
+
USD = "USD",
|
|
1562
|
+
// (undocumented)
|
|
1563
|
+
ZAR = "ZAR"
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1566
|
+
// @public
|
|
1567
|
+
export enum KnownGroupStatus {
|
|
1568
|
+
// (undocumented)
|
|
1569
|
+
Completed = "Completed",
|
|
1570
|
+
// (undocumented)
|
|
1571
|
+
Created = "Created",
|
|
1572
|
+
// (undocumented)
|
|
1573
|
+
Invalid = "Invalid",
|
|
1574
|
+
// (undocumented)
|
|
1575
|
+
Running = "Running",
|
|
1576
|
+
// (undocumented)
|
|
1577
|
+
Updated = "Updated"
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1580
|
+
// @public
|
|
1581
|
+
export enum KnownGroupUpdateOperation {
|
|
1582
|
+
// (undocumented)
|
|
1583
|
+
Add = "Add",
|
|
1584
|
+
// (undocumented)
|
|
1585
|
+
Remove = "Remove"
|
|
1586
|
+
}
|
|
1587
|
+
|
|
1588
|
+
// @public
|
|
1589
|
+
export enum KnownMachineBootType {
|
|
1590
|
+
// (undocumented)
|
|
1591
|
+
Bios = "BIOS",
|
|
1592
|
+
// (undocumented)
|
|
1593
|
+
EFI = "EFI",
|
|
1594
|
+
// (undocumented)
|
|
1595
|
+
Unknown = "Unknown"
|
|
1596
|
+
}
|
|
1597
|
+
|
|
1598
|
+
// @public
|
|
1599
|
+
export enum KnownPercentile {
|
|
1600
|
+
// (undocumented)
|
|
1601
|
+
Percentile50 = "Percentile50",
|
|
1602
|
+
// (undocumented)
|
|
1603
|
+
Percentile90 = "Percentile90",
|
|
1604
|
+
// (undocumented)
|
|
1605
|
+
Percentile95 = "Percentile95",
|
|
1606
|
+
// (undocumented)
|
|
1607
|
+
Percentile99 = "Percentile99"
|
|
1608
|
+
}
|
|
1609
|
+
|
|
1610
|
+
// @public
|
|
1611
|
+
export enum KnownPrivateEndpointConnectionPropertiesProvisioningState {
|
|
1612
|
+
// (undocumented)
|
|
1613
|
+
Accepted = "Accepted",
|
|
1614
|
+
// (undocumented)
|
|
1615
|
+
Failed = "Failed",
|
|
1616
|
+
// (undocumented)
|
|
1617
|
+
InProgress = "InProgress",
|
|
1618
|
+
// (undocumented)
|
|
1619
|
+
Succeeded = "Succeeded"
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
// @public
|
|
1623
|
+
export enum KnownPrivateLinkServiceConnectionStateStatus {
|
|
1624
|
+
// (undocumented)
|
|
1625
|
+
Approved = "Approved",
|
|
1626
|
+
// (undocumented)
|
|
1627
|
+
Disconnected = "Disconnected",
|
|
1628
|
+
// (undocumented)
|
|
1629
|
+
Pending = "Pending",
|
|
1630
|
+
// (undocumented)
|
|
1631
|
+
Rejected = "Rejected"
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1634
|
+
// @public
|
|
1635
|
+
export enum KnownProjectStatus {
|
|
1636
|
+
// (undocumented)
|
|
1637
|
+
Active = "Active",
|
|
1638
|
+
// (undocumented)
|
|
1639
|
+
Inactive = "Inactive"
|
|
1640
|
+
}
|
|
1641
|
+
|
|
1642
|
+
// @public
|
|
1643
|
+
export enum KnownProvisioningState {
|
|
1644
|
+
// (undocumented)
|
|
1645
|
+
Accepted = "Accepted",
|
|
1646
|
+
// (undocumented)
|
|
1647
|
+
Creating = "Creating",
|
|
1648
|
+
// (undocumented)
|
|
1649
|
+
Deleting = "Deleting",
|
|
1650
|
+
// (undocumented)
|
|
1651
|
+
Failed = "Failed",
|
|
1652
|
+
// (undocumented)
|
|
1653
|
+
Moving = "Moving",
|
|
1654
|
+
// (undocumented)
|
|
1655
|
+
Succeeded = "Succeeded"
|
|
1656
|
+
}
|
|
1657
|
+
|
|
1658
|
+
// @public
|
|
1659
|
+
export enum KnownReservedInstance {
|
|
1660
|
+
// (undocumented)
|
|
1661
|
+
None = "None",
|
|
1662
|
+
// (undocumented)
|
|
1663
|
+
RI1Year = "RI1Year",
|
|
1664
|
+
// (undocumented)
|
|
1665
|
+
RI3Year = "RI3Year"
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
// @public
|
|
1669
|
+
export enum KnownTimeRange {
|
|
1670
|
+
// (undocumented)
|
|
1671
|
+
Custom = "Custom",
|
|
1672
|
+
// (undocumented)
|
|
1673
|
+
Day = "Day",
|
|
1674
|
+
// (undocumented)
|
|
1675
|
+
Month = "Month",
|
|
1676
|
+
// (undocumented)
|
|
1677
|
+
Week = "Week"
|
|
1678
|
+
}
|
|
1679
|
+
|
|
1680
|
+
// @public
|
|
1681
|
+
export interface Machine {
|
|
1682
|
+
eTag?: string;
|
|
1683
|
+
readonly id?: string;
|
|
1684
|
+
readonly name?: string;
|
|
1685
|
+
properties?: MachineProperties;
|
|
1686
|
+
readonly type?: string;
|
|
1687
|
+
}
|
|
1688
|
+
|
|
1689
|
+
// @public
|
|
1690
|
+
export type MachineBootType = string;
|
|
1691
|
+
|
|
1692
|
+
// @public
|
|
1693
|
+
export interface MachineProperties {
|
|
1694
|
+
readonly bootType?: MachineBootType;
|
|
1695
|
+
readonly createdTimestamp?: Date;
|
|
1696
|
+
readonly datacenterManagementServerArmId?: string;
|
|
1697
|
+
readonly datacenterManagementServerName?: string;
|
|
1698
|
+
readonly description?: string;
|
|
1699
|
+
readonly discoveryMachineArmId?: string;
|
|
1700
|
+
readonly disks?: {
|
|
1701
|
+
[propertyName: string]: Disk;
|
|
1702
|
+
};
|
|
1703
|
+
readonly displayName?: string;
|
|
1704
|
+
readonly groups?: string[];
|
|
1705
|
+
readonly megabytesOfMemory?: number;
|
|
1706
|
+
readonly networkAdapters?: {
|
|
1707
|
+
[propertyName: string]: NetworkAdapter;
|
|
1708
|
+
};
|
|
1709
|
+
readonly numberOfCores?: number;
|
|
1710
|
+
readonly operatingSystemName?: string;
|
|
1711
|
+
readonly operatingSystemType?: string;
|
|
1712
|
+
readonly operatingSystemVersion?: string;
|
|
1713
|
+
readonly updatedTimestamp?: Date;
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
// @public
|
|
1717
|
+
export interface MachineResultList {
|
|
1718
|
+
// (undocumented)
|
|
1719
|
+
nextLink?: string;
|
|
1720
|
+
value?: Machine[];
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1723
|
+
// @public
|
|
1724
|
+
export interface Machines {
|
|
1725
|
+
get(resourceGroupName: string, projectName: string, machineName: string, options?: MachinesGetOptionalParams): Promise<MachinesGetResponse>;
|
|
1726
|
+
listByProject(resourceGroupName: string, projectName: string, options?: MachinesListByProjectOptionalParams): PagedAsyncIterableIterator<Machine>;
|
|
1727
|
+
}
|
|
1728
|
+
|
|
1729
|
+
// @public
|
|
1730
|
+
export interface MachinesGetHeaders {
|
|
1731
|
+
xMsRequestId?: string;
|
|
1732
|
+
}
|
|
1733
|
+
|
|
1734
|
+
// @public
|
|
1735
|
+
export interface MachinesGetOptionalParams extends coreClient.OperationOptions {
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
// @public
|
|
1739
|
+
export type MachinesGetResponse = MachinesGetHeaders & Machine;
|
|
1740
|
+
|
|
1741
|
+
// @public
|
|
1742
|
+
export interface MachinesListByProjectHeaders {
|
|
1743
|
+
xMsRequestId?: string;
|
|
1744
|
+
}
|
|
1745
|
+
|
|
1746
|
+
// @public
|
|
1747
|
+
export interface MachinesListByProjectNextHeaders {
|
|
1748
|
+
xMsRequestId?: string;
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
// @public
|
|
1752
|
+
export interface MachinesListByProjectNextOptionalParams extends coreClient.OperationOptions {
|
|
1753
|
+
}
|
|
1754
|
+
|
|
1755
|
+
// @public
|
|
1756
|
+
export type MachinesListByProjectNextResponse = MachinesListByProjectNextHeaders & MachineResultList;
|
|
1757
|
+
|
|
1758
|
+
// @public
|
|
1759
|
+
export interface MachinesListByProjectOptionalParams extends coreClient.OperationOptions {
|
|
1760
|
+
}
|
|
1761
|
+
|
|
1762
|
+
// @public
|
|
1763
|
+
export type MachinesListByProjectResponse = MachinesListByProjectHeaders & MachineResultList;
|
|
1764
|
+
|
|
1765
|
+
// @public
|
|
1766
|
+
export interface NetworkAdapter {
|
|
1767
|
+
readonly displayName?: string;
|
|
1768
|
+
readonly ipAddresses?: string[];
|
|
1769
|
+
readonly macAddress?: string;
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1772
|
+
// @public
|
|
1773
|
+
export interface Operation {
|
|
1774
|
+
readonly display?: OperationDisplay;
|
|
1775
|
+
readonly name?: string;
|
|
1776
|
+
readonly origin?: string;
|
|
1777
|
+
}
|
|
1778
|
+
|
|
1779
|
+
// @public
|
|
1780
|
+
export interface OperationDisplay {
|
|
1781
|
+
readonly description?: string;
|
|
1782
|
+
readonly operation?: string;
|
|
1783
|
+
readonly provider?: string;
|
|
1784
|
+
readonly resource?: string;
|
|
1785
|
+
}
|
|
1786
|
+
|
|
1787
|
+
// @public
|
|
1788
|
+
export interface OperationResultList {
|
|
1789
|
+
value?: Operation[];
|
|
1790
|
+
}
|
|
1791
|
+
|
|
1792
|
+
// @public
|
|
1793
|
+
export interface Operations {
|
|
1794
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1797
|
+
// @public
|
|
1798
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1799
|
+
}
|
|
1800
|
+
|
|
1801
|
+
// @public
|
|
1802
|
+
export type OperationsListResponse = OperationResultList;
|
|
1803
|
+
|
|
1804
|
+
// @public
|
|
1805
|
+
export type Percentile = string;
|
|
1806
|
+
|
|
1807
|
+
// @public
|
|
1808
|
+
export interface PrivateEndpointConnection {
|
|
1809
|
+
eTag?: string;
|
|
1810
|
+
readonly id?: string;
|
|
1811
|
+
readonly name?: string;
|
|
1812
|
+
properties: PrivateEndpointConnectionProperties;
|
|
1813
|
+
readonly type?: string;
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
// @public
|
|
1817
|
+
export interface PrivateEndpointConnectionCollection {
|
|
1818
|
+
readonly nextLink?: string;
|
|
1819
|
+
readonly value?: PrivateEndpointConnection[];
|
|
1820
|
+
}
|
|
1821
|
+
|
|
1822
|
+
// @public
|
|
1823
|
+
export interface PrivateEndpointConnectionDeleteHeaders {
|
|
1824
|
+
xMsRequestId?: string;
|
|
1825
|
+
}
|
|
1826
|
+
|
|
1827
|
+
// @public
|
|
1828
|
+
export interface PrivateEndpointConnectionDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1829
|
+
}
|
|
1830
|
+
|
|
1831
|
+
// @public
|
|
1832
|
+
export type PrivateEndpointConnectionDeleteResponse = PrivateEndpointConnectionDeleteHeaders;
|
|
1833
|
+
|
|
1834
|
+
// @public
|
|
1835
|
+
export interface PrivateEndpointConnectionGetHeaders {
|
|
1836
|
+
xMsRequestId?: string;
|
|
1837
|
+
}
|
|
1838
|
+
|
|
1839
|
+
// @public
|
|
1840
|
+
export interface PrivateEndpointConnectionGetOptionalParams extends coreClient.OperationOptions {
|
|
1841
|
+
}
|
|
1842
|
+
|
|
1843
|
+
// @public
|
|
1844
|
+
export type PrivateEndpointConnectionGetResponse = PrivateEndpointConnectionGetHeaders & PrivateEndpointConnection;
|
|
1845
|
+
|
|
1846
|
+
// @public
|
|
1847
|
+
export interface PrivateEndpointConnectionListByProjectHeaders {
|
|
1848
|
+
xMsRequestId?: string;
|
|
1849
|
+
}
|
|
1850
|
+
|
|
1851
|
+
// @public
|
|
1852
|
+
export interface PrivateEndpointConnectionListByProjectOptionalParams extends coreClient.OperationOptions {
|
|
1853
|
+
}
|
|
1854
|
+
|
|
1855
|
+
// @public
|
|
1856
|
+
export type PrivateEndpointConnectionListByProjectResponse = PrivateEndpointConnectionListByProjectHeaders & PrivateEndpointConnectionCollection;
|
|
1857
|
+
|
|
1858
|
+
// @public
|
|
1859
|
+
export interface PrivateEndpointConnectionOperations {
|
|
1860
|
+
delete(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<PrivateEndpointConnectionDeleteResponse>;
|
|
1861
|
+
get(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionGetOptionalParams): Promise<PrivateEndpointConnectionGetResponse>;
|
|
1862
|
+
listByProject(resourceGroupName: string, projectName: string, options?: PrivateEndpointConnectionListByProjectOptionalParams): Promise<PrivateEndpointConnectionListByProjectResponse>;
|
|
1863
|
+
update(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionUpdateOptionalParams): Promise<PrivateEndpointConnectionUpdateResponse>;
|
|
1864
|
+
}
|
|
1865
|
+
|
|
1866
|
+
// @public
|
|
1867
|
+
export interface PrivateEndpointConnectionProperties {
|
|
1868
|
+
readonly privateEndpoint?: ResourceId;
|
|
1869
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
1870
|
+
readonly provisioningState?: PrivateEndpointConnectionPropertiesProvisioningState;
|
|
1871
|
+
}
|
|
1872
|
+
|
|
1873
|
+
// @public
|
|
1874
|
+
export type PrivateEndpointConnectionPropertiesProvisioningState = string;
|
|
1875
|
+
|
|
1876
|
+
// @public
|
|
1877
|
+
export interface PrivateEndpointConnectionUpdateHeaders {
|
|
1878
|
+
xMsRequestId?: string;
|
|
1879
|
+
}
|
|
1880
|
+
|
|
1881
|
+
// @public
|
|
1882
|
+
export interface PrivateEndpointConnectionUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1883
|
+
privateEndpointConnectionBody?: PrivateEndpointConnection;
|
|
1884
|
+
}
|
|
1885
|
+
|
|
1886
|
+
// @public
|
|
1887
|
+
export type PrivateEndpointConnectionUpdateResponse = PrivateEndpointConnectionUpdateHeaders & PrivateEndpointConnection;
|
|
1888
|
+
|
|
1889
|
+
// @public
|
|
1890
|
+
export interface PrivateLinkResource {
|
|
1891
|
+
readonly id?: string;
|
|
1892
|
+
readonly name?: string;
|
|
1893
|
+
readonly properties?: PrivateLinkResourceProperties;
|
|
1894
|
+
readonly type?: string;
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1897
|
+
// @public
|
|
1898
|
+
export interface PrivateLinkResourceCollection {
|
|
1899
|
+
readonly nextLink?: string;
|
|
1900
|
+
readonly value?: PrivateLinkResource[];
|
|
1901
|
+
}
|
|
1902
|
+
|
|
1903
|
+
// @public
|
|
1904
|
+
export interface PrivateLinkResourceGetHeaders {
|
|
1905
|
+
xMsRequestId?: string;
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1908
|
+
// @public
|
|
1909
|
+
export interface PrivateLinkResourceGetOptionalParams extends coreClient.OperationOptions {
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
// @public
|
|
1913
|
+
export type PrivateLinkResourceGetResponse = PrivateLinkResourceGetHeaders & PrivateLinkResource;
|
|
1914
|
+
|
|
1915
|
+
// @public
|
|
1916
|
+
export interface PrivateLinkResourceListByProjectHeaders {
|
|
1917
|
+
xMsRequestId?: string;
|
|
1918
|
+
}
|
|
1919
|
+
|
|
1920
|
+
// @public
|
|
1921
|
+
export interface PrivateLinkResourceListByProjectOptionalParams extends coreClient.OperationOptions {
|
|
1922
|
+
}
|
|
1923
|
+
|
|
1924
|
+
// @public
|
|
1925
|
+
export type PrivateLinkResourceListByProjectResponse = PrivateLinkResourceListByProjectHeaders & PrivateLinkResourceCollection;
|
|
1926
|
+
|
|
1927
|
+
// @public
|
|
1928
|
+
export interface PrivateLinkResourceOperations {
|
|
1929
|
+
get(resourceGroupName: string, projectName: string, privateLinkResourceName: string, options?: PrivateLinkResourceGetOptionalParams): Promise<PrivateLinkResourceGetResponse>;
|
|
1930
|
+
listByProject(resourceGroupName: string, projectName: string, options?: PrivateLinkResourceListByProjectOptionalParams): Promise<PrivateLinkResourceListByProjectResponse>;
|
|
1931
|
+
}
|
|
1932
|
+
|
|
1933
|
+
// @public
|
|
1934
|
+
export interface PrivateLinkResourceProperties {
|
|
1935
|
+
readonly groupId?: string;
|
|
1936
|
+
readonly requiredMembers?: string[];
|
|
1937
|
+
readonly requiredZoneNames?: string[];
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1940
|
+
// @public
|
|
1941
|
+
export interface PrivateLinkServiceConnectionState {
|
|
1942
|
+
actionsRequired?: string;
|
|
1943
|
+
description?: string;
|
|
1944
|
+
status?: PrivateLinkServiceConnectionStateStatus;
|
|
1945
|
+
}
|
|
1946
|
+
|
|
1947
|
+
// @public
|
|
1948
|
+
export type PrivateLinkServiceConnectionStateStatus = string;
|
|
1949
|
+
|
|
1950
|
+
// @public
|
|
1951
|
+
export interface Project {
|
|
1952
|
+
eTag?: string;
|
|
1953
|
+
readonly id?: string;
|
|
1954
|
+
location?: string;
|
|
1955
|
+
readonly name?: string;
|
|
1956
|
+
properties?: ProjectProperties;
|
|
1957
|
+
tags?: Record<string, unknown>;
|
|
1958
|
+
readonly type?: string;
|
|
1959
|
+
}
|
|
1960
|
+
|
|
1961
|
+
// @public
|
|
1962
|
+
export interface ProjectProperties {
|
|
1963
|
+
assessmentSolutionId?: string;
|
|
1964
|
+
readonly createdTimestamp?: Date;
|
|
1965
|
+
customerStorageAccountArmId?: string;
|
|
1966
|
+
customerWorkspaceId?: string;
|
|
1967
|
+
customerWorkspaceLocation?: string;
|
|
1968
|
+
readonly lastAssessmentTimestamp?: Date;
|
|
1969
|
+
readonly numberOfAssessments?: number;
|
|
1970
|
+
readonly numberOfGroups?: number;
|
|
1971
|
+
readonly numberOfMachines?: number;
|
|
1972
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
1973
|
+
projectStatus?: ProjectStatus;
|
|
1974
|
+
readonly provisioningState?: ProvisioningState;
|
|
1975
|
+
publicNetworkAccess?: string;
|
|
1976
|
+
readonly serviceEndpoint?: string;
|
|
1977
|
+
readonly updatedTimestamp?: Date;
|
|
1978
|
+
}
|
|
1979
|
+
|
|
1980
|
+
// @public
|
|
1981
|
+
export interface ProjectResultList {
|
|
1982
|
+
// (undocumented)
|
|
1983
|
+
nextLink?: string;
|
|
1984
|
+
value?: Project[];
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1987
|
+
// @public
|
|
1988
|
+
export interface Projects {
|
|
1989
|
+
assessmentOptions(resourceGroupName: string, projectName: string, assessmentOptionsName: string, options?: ProjectsAssessmentOptionsOptionalParams): Promise<ProjectsAssessmentOptionsResponse>;
|
|
1990
|
+
create(resourceGroupName: string, projectName: string, options?: ProjectsCreateOptionalParams): Promise<ProjectsCreateResponse>;
|
|
1991
|
+
delete(resourceGroupName: string, projectName: string, options?: ProjectsDeleteOptionalParams): Promise<ProjectsDeleteResponse>;
|
|
1992
|
+
get(resourceGroupName: string, projectName: string, options?: ProjectsGetOptionalParams): Promise<ProjectsGetResponse>;
|
|
1993
|
+
list(resourceGroupName: string, options?: ProjectsListOptionalParams): PagedAsyncIterableIterator<Project>;
|
|
1994
|
+
listAssessmentOptionsList(resourceGroupName: string, projectName: string, options?: ProjectsAssessmentOptionsListOptionalParams): PagedAsyncIterableIterator<AssessmentOptions>;
|
|
1995
|
+
listBySubscription(options?: ProjectsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Project>;
|
|
1996
|
+
update(resourceGroupName: string, projectName: string, options?: ProjectsUpdateOptionalParams): Promise<ProjectsUpdateResponse>;
|
|
1997
|
+
}
|
|
1998
|
+
|
|
1999
|
+
// @public
|
|
2000
|
+
export interface ProjectsAssessmentOptionsHeaders {
|
|
2001
|
+
xMsRequestId?: string;
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
// @public
|
|
2005
|
+
export interface ProjectsAssessmentOptionsListHeaders {
|
|
2006
|
+
xMsRequestId?: string;
|
|
2007
|
+
}
|
|
2008
|
+
|
|
2009
|
+
// @public
|
|
2010
|
+
export interface ProjectsAssessmentOptionsListOptionalParams extends coreClient.OperationOptions {
|
|
2011
|
+
}
|
|
2012
|
+
|
|
2013
|
+
// @public
|
|
2014
|
+
export type ProjectsAssessmentOptionsListResponse = ProjectsAssessmentOptionsListHeaders & AssessmentOptionsResultList;
|
|
2015
|
+
|
|
2016
|
+
// @public
|
|
2017
|
+
export interface ProjectsAssessmentOptionsOptionalParams extends coreClient.OperationOptions {
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
// @public
|
|
2021
|
+
export type ProjectsAssessmentOptionsResponse = ProjectsAssessmentOptionsHeaders & AssessmentOptions;
|
|
2022
|
+
|
|
2023
|
+
// @public
|
|
2024
|
+
export interface ProjectsCreateHeaders {
|
|
2025
|
+
xMsRequestId?: string;
|
|
2026
|
+
}
|
|
2027
|
+
|
|
2028
|
+
// @public
|
|
2029
|
+
export interface ProjectsCreateOptionalParams extends coreClient.OperationOptions {
|
|
2030
|
+
project?: Project;
|
|
2031
|
+
}
|
|
2032
|
+
|
|
2033
|
+
// @public
|
|
2034
|
+
export type ProjectsCreateResponse = ProjectsCreateHeaders & Project;
|
|
2035
|
+
|
|
2036
|
+
// @public
|
|
2037
|
+
export interface ProjectsDeleteHeaders {
|
|
2038
|
+
xMsRequestId?: string;
|
|
2039
|
+
}
|
|
2040
|
+
|
|
2041
|
+
// @public
|
|
2042
|
+
export interface ProjectsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2045
|
+
// @public
|
|
2046
|
+
export type ProjectsDeleteResponse = ProjectsDeleteHeaders;
|
|
2047
|
+
|
|
2048
|
+
// @public
|
|
2049
|
+
export interface ProjectsGetHeaders {
|
|
2050
|
+
xMsRequestId?: string;
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2053
|
+
// @public
|
|
2054
|
+
export interface ProjectsGetOptionalParams extends coreClient.OperationOptions {
|
|
2055
|
+
}
|
|
2056
|
+
|
|
2057
|
+
// @public
|
|
2058
|
+
export type ProjectsGetResponse = ProjectsGetHeaders & Project;
|
|
2059
|
+
|
|
2060
|
+
// @public
|
|
2061
|
+
export interface ProjectsListBySubscriptionHeaders {
|
|
2062
|
+
xMsRequestId?: string;
|
|
2063
|
+
}
|
|
2064
|
+
|
|
2065
|
+
// @public
|
|
2066
|
+
export interface ProjectsListBySubscriptionNextHeaders {
|
|
2067
|
+
xMsRequestId?: string;
|
|
2068
|
+
}
|
|
2069
|
+
|
|
2070
|
+
// @public
|
|
2071
|
+
export interface ProjectsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2072
|
+
}
|
|
2073
|
+
|
|
2074
|
+
// @public
|
|
2075
|
+
export type ProjectsListBySubscriptionNextResponse = ProjectsListBySubscriptionNextHeaders & ProjectResultList;
|
|
2076
|
+
|
|
2077
|
+
// @public
|
|
2078
|
+
export interface ProjectsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2079
|
+
}
|
|
2080
|
+
|
|
2081
|
+
// @public
|
|
2082
|
+
export type ProjectsListBySubscriptionResponse = ProjectsListBySubscriptionHeaders & ProjectResultList;
|
|
2083
|
+
|
|
2084
|
+
// @public
|
|
2085
|
+
export interface ProjectsListHeaders {
|
|
2086
|
+
xMsRequestId?: string;
|
|
2087
|
+
}
|
|
2088
|
+
|
|
2089
|
+
// @public
|
|
2090
|
+
export interface ProjectsListNextHeaders {
|
|
2091
|
+
xMsRequestId?: string;
|
|
2092
|
+
}
|
|
2093
|
+
|
|
2094
|
+
// @public
|
|
2095
|
+
export interface ProjectsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2096
|
+
}
|
|
2097
|
+
|
|
2098
|
+
// @public
|
|
2099
|
+
export type ProjectsListNextResponse = ProjectsListNextHeaders & ProjectResultList;
|
|
2100
|
+
|
|
2101
|
+
// @public
|
|
2102
|
+
export interface ProjectsListOptionalParams extends coreClient.OperationOptions {
|
|
2103
|
+
}
|
|
2104
|
+
|
|
2105
|
+
// @public
|
|
2106
|
+
export type ProjectsListResponse = ProjectsListHeaders & ProjectResultList;
|
|
2107
|
+
|
|
2108
|
+
// @public
|
|
2109
|
+
export type ProjectStatus = string;
|
|
2110
|
+
|
|
2111
|
+
// @public
|
|
2112
|
+
export interface ProjectsUpdateHeaders {
|
|
2113
|
+
xMsRequestId?: string;
|
|
2114
|
+
}
|
|
2115
|
+
|
|
2116
|
+
// @public
|
|
2117
|
+
export interface ProjectsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2118
|
+
project?: Project;
|
|
2119
|
+
}
|
|
2120
|
+
|
|
2121
|
+
// @public
|
|
2122
|
+
export type ProjectsUpdateResponse = ProjectsUpdateHeaders & Project;
|
|
2123
|
+
|
|
2124
|
+
// @public
|
|
2125
|
+
export type ProvisioningState = string;
|
|
2126
|
+
|
|
2127
|
+
// @public
|
|
2128
|
+
export type ReservedInstance = string;
|
|
2129
|
+
|
|
2130
|
+
// @public
|
|
2131
|
+
export interface ResourceId {
|
|
2132
|
+
readonly id?: string;
|
|
2133
|
+
}
|
|
2134
|
+
|
|
2135
|
+
// @public (undocumented)
|
|
2136
|
+
export interface ServerCollector {
|
|
2137
|
+
// (undocumented)
|
|
2138
|
+
eTag?: string;
|
|
2139
|
+
readonly id?: string;
|
|
2140
|
+
readonly name?: string;
|
|
2141
|
+
// (undocumented)
|
|
2142
|
+
properties?: CollectorProperties;
|
|
2143
|
+
readonly type?: string;
|
|
2144
|
+
}
|
|
2145
|
+
|
|
2146
|
+
// @public
|
|
2147
|
+
export interface ServerCollectorList {
|
|
2148
|
+
value?: ServerCollector[];
|
|
2149
|
+
}
|
|
2150
|
+
|
|
2151
|
+
// @public
|
|
2152
|
+
export interface ServerCollectors {
|
|
2153
|
+
create(resourceGroupName: string, projectName: string, serverCollectorName: string, options?: ServerCollectorsCreateOptionalParams): Promise<ServerCollectorsCreateResponse>;
|
|
2154
|
+
delete(resourceGroupName: string, projectName: string, serverCollectorName: string, options?: ServerCollectorsDeleteOptionalParams): Promise<ServerCollectorsDeleteResponse>;
|
|
2155
|
+
get(resourceGroupName: string, projectName: string, serverCollectorName: string, options?: ServerCollectorsGetOptionalParams): Promise<ServerCollectorsGetResponse>;
|
|
2156
|
+
listByProject(resourceGroupName: string, projectName: string, options?: ServerCollectorsListByProjectOptionalParams): PagedAsyncIterableIterator<ServerCollector>;
|
|
2157
|
+
}
|
|
2158
|
+
|
|
2159
|
+
// @public
|
|
2160
|
+
export interface ServerCollectorsCreateHeaders {
|
|
2161
|
+
xMsRequestId?: string;
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
// @public
|
|
2165
|
+
export interface ServerCollectorsCreateOptionalParams extends coreClient.OperationOptions {
|
|
2166
|
+
collectorBody?: ServerCollector;
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2169
|
+
// @public
|
|
2170
|
+
export type ServerCollectorsCreateResponse = ServerCollectorsCreateHeaders & ServerCollector;
|
|
2171
|
+
|
|
2172
|
+
// @public
|
|
2173
|
+
export interface ServerCollectorsDeleteHeaders {
|
|
2174
|
+
xMsRequestId?: string;
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2177
|
+
// @public
|
|
2178
|
+
export interface ServerCollectorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2179
|
+
}
|
|
2180
|
+
|
|
2181
|
+
// @public
|
|
2182
|
+
export type ServerCollectorsDeleteResponse = ServerCollectorsDeleteHeaders;
|
|
2183
|
+
|
|
2184
|
+
// @public
|
|
2185
|
+
export interface ServerCollectorsGetHeaders {
|
|
2186
|
+
xMsRequestId?: string;
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2189
|
+
// @public
|
|
2190
|
+
export interface ServerCollectorsGetOptionalParams extends coreClient.OperationOptions {
|
|
2191
|
+
}
|
|
2192
|
+
|
|
2193
|
+
// @public
|
|
2194
|
+
export type ServerCollectorsGetResponse = ServerCollectorsGetHeaders & ServerCollector;
|
|
2195
|
+
|
|
2196
|
+
// @public
|
|
2197
|
+
export interface ServerCollectorsListByProjectHeaders {
|
|
2198
|
+
xMsRequestId?: string;
|
|
2199
|
+
}
|
|
2200
|
+
|
|
2201
|
+
// @public
|
|
2202
|
+
export interface ServerCollectorsListByProjectOptionalParams extends coreClient.OperationOptions {
|
|
2203
|
+
}
|
|
2204
|
+
|
|
2205
|
+
// @public
|
|
2206
|
+
export type ServerCollectorsListByProjectResponse = ServerCollectorsListByProjectHeaders & ServerCollectorList;
|
|
2207
|
+
|
|
2208
|
+
// @public
|
|
2209
|
+
export type TimeRange = string;
|
|
2210
|
+
|
|
2211
|
+
// @public
|
|
2212
|
+
export interface UpdateGroupBody {
|
|
2213
|
+
eTag?: string;
|
|
2214
|
+
properties?: GroupBodyProperties;
|
|
2215
|
+
}
|
|
2216
|
+
|
|
2217
|
+
// @public
|
|
2218
|
+
export interface VmFamily {
|
|
2219
|
+
readonly category?: string[];
|
|
2220
|
+
readonly familyName?: string;
|
|
2221
|
+
readonly targetLocations?: string[];
|
|
2222
|
+
}
|
|
2223
|
+
|
|
2224
|
+
// @public (undocumented)
|
|
2225
|
+
export interface VmUptime {
|
|
2226
|
+
daysPerMonth?: number;
|
|
2227
|
+
hoursPerDay?: number;
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
// @public (undocumented)
|
|
2231
|
+
export interface VMwareCollector {
|
|
2232
|
+
// (undocumented)
|
|
2233
|
+
eTag?: string;
|
|
2234
|
+
readonly id?: string;
|
|
2235
|
+
readonly name?: string;
|
|
2236
|
+
// (undocumented)
|
|
2237
|
+
properties?: CollectorProperties;
|
|
2238
|
+
readonly type?: string;
|
|
2239
|
+
}
|
|
2240
|
+
|
|
2241
|
+
// @public
|
|
2242
|
+
export interface VMwareCollectorList {
|
|
2243
|
+
value?: VMwareCollector[];
|
|
2244
|
+
}
|
|
2245
|
+
|
|
2246
|
+
// @public
|
|
2247
|
+
export interface VMwareCollectors {
|
|
2248
|
+
create(resourceGroupName: string, projectName: string, vmWareCollectorName: string, options?: VMwareCollectorsCreateOptionalParams): Promise<VMwareCollectorsCreateResponse>;
|
|
2249
|
+
delete(resourceGroupName: string, projectName: string, vmWareCollectorName: string, options?: VMwareCollectorsDeleteOptionalParams): Promise<VMwareCollectorsDeleteResponse>;
|
|
2250
|
+
get(resourceGroupName: string, projectName: string, vmWareCollectorName: string, options?: VMwareCollectorsGetOptionalParams): Promise<VMwareCollectorsGetResponse>;
|
|
2251
|
+
listByProject(resourceGroupName: string, projectName: string, options?: VMwareCollectorsListByProjectOptionalParams): PagedAsyncIterableIterator<VMwareCollector>;
|
|
2252
|
+
}
|
|
2253
|
+
|
|
2254
|
+
// @public
|
|
2255
|
+
export interface VMwareCollectorsCreateHeaders {
|
|
2256
|
+
xMsRequestId?: string;
|
|
2257
|
+
}
|
|
2258
|
+
|
|
2259
|
+
// @public
|
|
2260
|
+
export interface VMwareCollectorsCreateOptionalParams extends coreClient.OperationOptions {
|
|
2261
|
+
collectorBody?: VMwareCollector;
|
|
2262
|
+
}
|
|
2263
|
+
|
|
2264
|
+
// @public
|
|
2265
|
+
export type VMwareCollectorsCreateResponse = VMwareCollectorsCreateHeaders & VMwareCollector;
|
|
2266
|
+
|
|
2267
|
+
// @public
|
|
2268
|
+
export interface VMwareCollectorsDeleteHeaders {
|
|
2269
|
+
xMsRequestId?: string;
|
|
2270
|
+
}
|
|
2271
|
+
|
|
2272
|
+
// @public
|
|
2273
|
+
export interface VMwareCollectorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2274
|
+
}
|
|
2275
|
+
|
|
2276
|
+
// @public
|
|
2277
|
+
export type VMwareCollectorsDeleteResponse = VMwareCollectorsDeleteHeaders;
|
|
2278
|
+
|
|
2279
|
+
// @public
|
|
2280
|
+
export interface VMwareCollectorsGetHeaders {
|
|
2281
|
+
xMsRequestId?: string;
|
|
2282
|
+
}
|
|
2283
|
+
|
|
2284
|
+
// @public
|
|
2285
|
+
export interface VMwareCollectorsGetOptionalParams extends coreClient.OperationOptions {
|
|
2286
|
+
}
|
|
2287
|
+
|
|
2288
|
+
// @public
|
|
2289
|
+
export type VMwareCollectorsGetResponse = VMwareCollectorsGetHeaders & VMwareCollector;
|
|
2290
|
+
|
|
2291
|
+
// @public
|
|
2292
|
+
export interface VMwareCollectorsListByProjectHeaders {
|
|
2293
|
+
xMsRequestId?: string;
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2296
|
+
// @public
|
|
2297
|
+
export interface VMwareCollectorsListByProjectOptionalParams extends coreClient.OperationOptions {
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2300
|
+
// @public
|
|
2301
|
+
export type VMwareCollectorsListByProjectResponse = VMwareCollectorsListByProjectHeaders & VMwareCollectorList;
|
|
2302
|
+
|
|
2303
|
+
// (No @packageDocumentation comment for this package)
|
|
2304
|
+
|
|
2305
|
+
```
|