@azure/arm-connectedvmware 1.0.0-beta.1
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 +5 -0
- package/LICENSE +21 -0
- package/README.md +109 -0
- package/dist/index.js +10193 -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/clustersCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/clustersCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clustersCreateSample.js +41 -0
- package/dist-esm/samples-dev/clustersCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clustersDeleteSample.js +31 -0
- package/dist-esm/samples-dev/clustersDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/clustersGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/clustersGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clustersGetSample.js +31 -0
- package/dist-esm/samples-dev/clustersGetSample.js.map +1 -0
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +44 -0
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/clustersListSample.d.ts +2 -0
- package/dist-esm/samples-dev/clustersListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clustersListSample.js +43 -0
- package/dist-esm/samples-dev/clustersListSample.js.map +1 -0
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clustersUpdateSample.js +33 -0
- package/dist-esm/samples-dev/clustersUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/datastoresCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/datastoresCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/datastoresCreateSample.js +41 -0
- package/dist-esm/samples-dev/datastoresCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/datastoresDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/datastoresDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/datastoresDeleteSample.js +31 -0
- package/dist-esm/samples-dev/datastoresDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/datastoresGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/datastoresGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/datastoresGetSample.js +31 -0
- package/dist-esm/samples-dev/datastoresGetSample.js.map +1 -0
- package/dist-esm/samples-dev/datastoresListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/datastoresListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/datastoresListByResourceGroupSample.js +44 -0
- package/dist-esm/samples-dev/datastoresListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/datastoresListSample.d.ts +2 -0
- package/dist-esm/samples-dev/datastoresListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/datastoresListSample.js +43 -0
- package/dist-esm/samples-dev/datastoresListSample.js.map +1 -0
- package/dist-esm/samples-dev/datastoresUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/datastoresUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/datastoresUpdateSample.js +33 -0
- package/dist-esm/samples-dev/datastoresUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/guestAgentsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/guestAgentsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/guestAgentsCreateSample.js +38 -0
- package/dist-esm/samples-dev/guestAgentsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/guestAgentsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/guestAgentsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/guestAgentsDeleteSample.js +32 -0
- package/dist-esm/samples-dev/guestAgentsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/guestAgentsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/guestAgentsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/guestAgentsGetSample.js +32 -0
- package/dist-esm/samples-dev/guestAgentsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/guestAgentsListByVMSample.d.ts +2 -0
- package/dist-esm/samples-dev/guestAgentsListByVMSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/guestAgentsListByVMSample.js +45 -0
- package/dist-esm/samples-dev/guestAgentsListByVMSample.js.map +1 -0
- package/dist-esm/samples-dev/hostsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/hostsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/hostsCreateSample.js +41 -0
- package/dist-esm/samples-dev/hostsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/hostsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/hostsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/hostsDeleteSample.js +31 -0
- package/dist-esm/samples-dev/hostsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/hostsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/hostsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/hostsGetSample.js +31 -0
- package/dist-esm/samples-dev/hostsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/hostsListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/hostsListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/hostsListByResourceGroupSample.js +44 -0
- package/dist-esm/samples-dev/hostsListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/hostsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/hostsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/hostsListSample.js +43 -0
- package/dist-esm/samples-dev/hostsListSample.js.map +1 -0
- package/dist-esm/samples-dev/hostsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/hostsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/hostsUpdateSample.js +33 -0
- package/dist-esm/samples-dev/hostsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataCreateSample.js +37 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataDeleteSample.js +32 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.js +32 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.js.map +1 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataListByVMSample.d.ts +2 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataListByVMSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataListByVMSample.js +45 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataListByVMSample.js.map +1 -0
- package/dist-esm/samples-dev/inventoryItemsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/inventoryItemsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/inventoryItemsCreateSample.js +34 -0
- package/dist-esm/samples-dev/inventoryItemsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.js +32 -0
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/inventoryItemsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/inventoryItemsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/inventoryItemsGetSample.js +32 -0
- package/dist-esm/samples-dev/inventoryItemsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.d.ts +2 -0
- package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.js +45 -0
- package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.js.map +1 -0
- package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.js +41 -0
- package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/machineExtensionsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/machineExtensionsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/machineExtensionsDeleteSample.js +32 -0
- package/dist-esm/samples-dev/machineExtensionsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/machineExtensionsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/machineExtensionsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/machineExtensionsGetSample.js +32 -0
- package/dist-esm/samples-dev/machineExtensionsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/machineExtensionsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/machineExtensionsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/machineExtensionsListSample.js +45 -0
- package/dist-esm/samples-dev/machineExtensionsListSample.js.map +1 -0
- package/dist-esm/samples-dev/machineExtensionsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/machineExtensionsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/machineExtensionsUpdateSample.js +40 -0
- package/dist-esm/samples-dev/machineExtensionsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +43 -0
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
- package/dist-esm/samples-dev/resourcePoolsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/resourcePoolsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/resourcePoolsCreateSample.js +41 -0
- package/dist-esm/samples-dev/resourcePoolsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/resourcePoolsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/resourcePoolsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/resourcePoolsDeleteSample.js +31 -0
- package/dist-esm/samples-dev/resourcePoolsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/resourcePoolsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/resourcePoolsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/resourcePoolsGetSample.js +31 -0
- package/dist-esm/samples-dev/resourcePoolsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.js +44 -0
- package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/resourcePoolsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/resourcePoolsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/resourcePoolsListSample.js +43 -0
- package/dist-esm/samples-dev/resourcePoolsListSample.js.map +1 -0
- package/dist-esm/samples-dev/resourcePoolsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/resourcePoolsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/resourcePoolsUpdateSample.js +33 -0
- package/dist-esm/samples-dev/resourcePoolsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/vCentersCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/vCentersCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/vCentersCreateSample.js +42 -0
- package/dist-esm/samples-dev/vCentersCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/vCentersDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/vCentersDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/vCentersDeleteSample.js +31 -0
- package/dist-esm/samples-dev/vCentersDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/vCentersGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/vCentersGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/vCentersGetSample.js +31 -0
- package/dist-esm/samples-dev/vCentersGetSample.js.map +1 -0
- package/dist-esm/samples-dev/vCentersListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/vCentersListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/vCentersListByResourceGroupSample.js +44 -0
- package/dist-esm/samples-dev/vCentersListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/vCentersListSample.d.ts +2 -0
- package/dist-esm/samples-dev/vCentersListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/vCentersListSample.js +43 -0
- package/dist-esm/samples-dev/vCentersListSample.js.map +1 -0
- package/dist-esm/samples-dev/vCentersUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/vCentersUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/vCentersUpdateSample.js +33 -0
- package/dist-esm/samples-dev/vCentersUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.js +41 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.js +31 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.js +31 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js +44 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js +43 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.js +33 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachinesAssessPatchesSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachinesAssessPatchesSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachinesAssessPatchesSample.js +31 -0
- package/dist-esm/samples-dev/virtualMachinesAssessPatchesSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachinesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachinesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachinesCreateSample.js +43 -0
- package/dist-esm/samples-dev/virtualMachinesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.js +31 -0
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachinesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachinesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachinesGetSample.js +31 -0
- package/dist-esm/samples-dev/virtualMachinesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachinesInstallPatchesSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachinesInstallPatchesSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachinesInstallPatchesSample.js +39 -0
- package/dist-esm/samples-dev/virtualMachinesInstallPatchesSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js +44 -0
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachinesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachinesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachinesListSample.js +43 -0
- package/dist-esm/samples-dev/virtualMachinesListSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachinesRestartSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachinesRestartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachinesRestartSample.js +31 -0
- package/dist-esm/samples-dev/virtualMachinesRestartSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachinesStartSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachinesStartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachinesStartSample.js +31 -0
- package/dist-esm/samples-dev/virtualMachinesStartSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachinesStopSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachinesStopSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachinesStopSample.js +33 -0
- package/dist-esm/samples-dev/virtualMachinesStopSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.js +35 -0
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualNetworksCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualNetworksCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualNetworksCreateSample.js +41 -0
- package/dist-esm/samples-dev/virtualNetworksCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.js +31 -0
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualNetworksGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualNetworksGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualNetworksGetSample.js +31 -0
- package/dist-esm/samples-dev/virtualNetworksGetSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js +44 -0
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualNetworksListSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualNetworksListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualNetworksListSample.js +43 -0
- package/dist-esm/samples-dev/virtualNetworksListSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.js +33 -0
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.js.map +1 -0
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.d.ts +32 -0
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.d.ts.map +1 -0
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.js +115 -0
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.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/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +3004 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +306 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +96 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +3999 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +41 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +299 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/clusters.d.ts +96 -0
- package/dist-esm/src/operations/clusters.d.ts.map +1 -0
- package/dist-esm/src/operations/clusters.js +452 -0
- package/dist-esm/src/operations/clusters.js.map +1 -0
- package/dist-esm/src/operations/datastores.d.ts +96 -0
- package/dist-esm/src/operations/datastores.d.ts.map +1 -0
- package/dist-esm/src/operations/datastores.js +452 -0
- package/dist-esm/src/operations/datastores.js.map +1 -0
- package/dist-esm/src/operations/guestAgents.d.ts +79 -0
- package/dist-esm/src/operations/guestAgents.d.ts.map +1 -0
- package/dist-esm/src/operations/guestAgents.js +334 -0
- package/dist-esm/src/operations/guestAgents.js.map +1 -0
- package/dist-esm/src/operations/hosts.d.ts +96 -0
- package/dist-esm/src/operations/hosts.d.ts.map +1 -0
- package/dist-esm/src/operations/hosts.js +452 -0
- package/dist-esm/src/operations/hosts.js.map +1 -0
- package/dist-esm/src/operations/hybridIdentityMetadataOperations.d.ts +62 -0
- package/dist-esm/src/operations/hybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/hybridIdentityMetadataOperations.js +234 -0
- package/dist-esm/src/operations/hybridIdentityMetadataOperations.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +14 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +21 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/inventoryItems.d.ts +62 -0
- package/dist-esm/src/operations/inventoryItems.d.ts.map +1 -0
- package/dist-esm/src/operations/inventoryItems.js +234 -0
- package/dist-esm/src/operations/inventoryItems.js.map +1 -0
- package/dist-esm/src/operations/machineExtensions.d.ts +99 -0
- package/dist-esm/src/operations/machineExtensions.d.ts.map +1 -0
- package/dist-esm/src/operations/machineExtensions.js +424 -0
- package/dist-esm/src/operations/machineExtensions.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/resourcePools.d.ts +96 -0
- package/dist-esm/src/operations/resourcePools.d.ts.map +1 -0
- package/dist-esm/src/operations/resourcePools.js +452 -0
- package/dist-esm/src/operations/resourcePools.js.map +1 -0
- package/dist-esm/src/operations/vCenters.d.ts +96 -0
- package/dist-esm/src/operations/vCenters.d.ts.map +1 -0
- package/dist-esm/src/operations/vCenters.js +452 -0
- package/dist-esm/src/operations/vCenters.js.map +1 -0
- package/dist-esm/src/operations/virtualMachineTemplates.d.ts +96 -0
- package/dist-esm/src/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachineTemplates.js +452 -0
- package/dist-esm/src/operations/virtualMachineTemplates.js.map +1 -0
- package/dist-esm/src/operations/virtualMachines.d.ts +175 -0
- package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachines.js +892 -0
- package/dist-esm/src/operations/virtualMachines.js.map +1 -0
- package/dist-esm/src/operations/virtualNetworks.d.ts +96 -0
- package/dist-esm/src/operations/virtualNetworks.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualNetworks.js +452 -0
- package/dist-esm/src/operations/virtualNetworks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +60 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/clusters.js +9 -0
- package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/datastores.d.ts +60 -0
- package/dist-esm/src/operationsInterfaces/datastores.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/datastores.js +9 -0
- package/dist-esm/src/operationsInterfaces/datastores.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/guestAgents.d.ts +54 -0
- package/dist-esm/src/operationsInterfaces/guestAgents.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/guestAgents.js +9 -0
- package/dist-esm/src/operationsInterfaces/guestAgents.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/hosts.d.ts +60 -0
- package/dist-esm/src/operationsInterfaces/hosts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/hosts.js +9 -0
- package/dist-esm/src/operationsInterfaces/hosts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +21 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/inventoryItems.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/inventoryItems.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/inventoryItems.js +9 -0
- package/dist-esm/src/operationsInterfaces/inventoryItems.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/machineExtensions.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/machineExtensions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/machineExtensions.js +9 -0
- package/dist-esm/src/operationsInterfaces/machineExtensions.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/resourcePools.d.ts +60 -0
- package/dist-esm/src/operationsInterfaces/resourcePools.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/resourcePools.js +9 -0
- package/dist-esm/src/operationsInterfaces/resourcePools.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/vCenters.d.ts +60 -0
- package/dist-esm/src/operationsInterfaces/vCenters.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/vCenters.js +9 -0
- package/dist-esm/src/operationsInterfaces/vCenters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts +60 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +139 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts +60 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworks.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworks.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 +38 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +121 -0
- package/review/arm-connectedvmware.api.md +1996 -0
- package/rollup.config.js +122 -0
- package/src/azureArcVMwareManagementServiceAPI.ts +195 -0
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +3341 -0
- package/src/models/mappers.ts +4169 -0
- package/src/models/parameters.ts +361 -0
- package/src/operations/clusters.ts +588 -0
- package/src/operations/datastores.ts +588 -0
- package/src/operations/guestAgents.ts +476 -0
- package/src/operations/hosts.ts +575 -0
- package/src/operations/hybridIdentityMetadataOperations.ts +322 -0
- package/src/operations/index.ts +21 -0
- package/src/operations/inventoryItems.ts +321 -0
- package/src/operations/machineExtensions.ts +603 -0
- package/src/operations/operations.ts +137 -0
- package/src/operations/resourcePools.ts +588 -0
- package/src/operations/vCenters.ts +588 -0
- package/src/operations/virtualMachineTemplates.ts +588 -0
- package/src/operations/virtualMachines.ts +1237 -0
- package/src/operations/virtualNetworks.ts +588 -0
- package/src/operationsInterfaces/clusters.ts +114 -0
- package/src/operationsInterfaces/datastores.ts +114 -0
- package/src/operationsInterfaces/guestAgents.ts +105 -0
- package/src/operationsInterfaces/hosts.ts +109 -0
- package/src/operationsInterfaces/hybridIdentityMetadataOperations.ts +73 -0
- package/src/operationsInterfaces/index.ts +21 -0
- package/src/operationsInterfaces/inventoryItems.ts +73 -0
- package/src/operationsInterfaces/machineExtensions.ts +147 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/resourcePools.ts +114 -0
- package/src/operationsInterfaces/vCenters.ts +114 -0
- package/src/operationsInterfaces/virtualMachineTemplates.ts +114 -0
- package/src/operationsInterfaces/virtualMachines.ts +262 -0
- package/src/operationsInterfaces/virtualNetworks.ts +114 -0
- package/tsconfig.json +33 -0
- package/types/arm-connectedvmware.d.ts +4076 -0
- package/types/tsdoc-metadata.json +11 -0
|
@@ -0,0 +1,3341 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
10
|
+
|
|
11
|
+
export type InventoryItemPropertiesUnion =
|
|
12
|
+
| InventoryItemProperties
|
|
13
|
+
| ResourcePoolInventoryItem
|
|
14
|
+
| VirtualMachineInventoryItem
|
|
15
|
+
| VirtualMachineTemplateInventoryItem
|
|
16
|
+
| VirtualNetworkInventoryItem
|
|
17
|
+
| ClusterInventoryItem
|
|
18
|
+
| DatastoreInventoryItem
|
|
19
|
+
| HostInventoryItem;
|
|
20
|
+
|
|
21
|
+
/** Lists the operations available. */
|
|
22
|
+
export interface OperationsList {
|
|
23
|
+
/** Url to follow for getting next page of operations. */
|
|
24
|
+
nextLink?: string;
|
|
25
|
+
/** Array of operations */
|
|
26
|
+
value: Operation[];
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/** Operation provided by provider */
|
|
30
|
+
export interface Operation {
|
|
31
|
+
/** Name of the operation */
|
|
32
|
+
name?: string;
|
|
33
|
+
/** Indicates whether the operation is data action or not. */
|
|
34
|
+
isDataAction?: boolean;
|
|
35
|
+
/** Properties of the operation */
|
|
36
|
+
display?: OperationDisplay;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
/** Properties of the operation */
|
|
40
|
+
export interface OperationDisplay {
|
|
41
|
+
/** Provider name */
|
|
42
|
+
provider?: string;
|
|
43
|
+
/** Resource name */
|
|
44
|
+
resource?: string;
|
|
45
|
+
/** Operation name */
|
|
46
|
+
operation?: string;
|
|
47
|
+
/** Description of the operation */
|
|
48
|
+
description?: string;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
/** Error response. */
|
|
52
|
+
export interface ErrorResponse {
|
|
53
|
+
/** The error details. */
|
|
54
|
+
error?: ErrorDefinition;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/** Error definition. */
|
|
58
|
+
export interface ErrorDefinition {
|
|
59
|
+
/**
|
|
60
|
+
* Service specific error code which serves as the substatus for the HTTP error code.
|
|
61
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
62
|
+
*/
|
|
63
|
+
readonly code?: string;
|
|
64
|
+
/**
|
|
65
|
+
* Description of the error.
|
|
66
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
67
|
+
*/
|
|
68
|
+
readonly message?: string;
|
|
69
|
+
/**
|
|
70
|
+
* Internal error details.
|
|
71
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
72
|
+
*/
|
|
73
|
+
readonly details?: ErrorDefinition[];
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
/** Describes the properties of an AssessPatches result. */
|
|
77
|
+
export interface VirtualMachineAssessPatchesResult {
|
|
78
|
+
/**
|
|
79
|
+
* The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings."
|
|
80
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
81
|
+
*/
|
|
82
|
+
readonly status?: PatchOperationStatus;
|
|
83
|
+
/**
|
|
84
|
+
* The activity ID of the operation that produced this result.
|
|
85
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
86
|
+
*/
|
|
87
|
+
readonly assessmentActivityId?: string;
|
|
88
|
+
/**
|
|
89
|
+
* The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred.
|
|
90
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
91
|
+
*/
|
|
92
|
+
readonly rebootPending?: boolean;
|
|
93
|
+
/** Summarization of patches available for installation on the machine by classification. */
|
|
94
|
+
availablePatchCountByClassification?: AvailablePatchCountByClassification;
|
|
95
|
+
/**
|
|
96
|
+
* The UTC timestamp when the operation began.
|
|
97
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
98
|
+
*/
|
|
99
|
+
readonly startDateTime?: Date;
|
|
100
|
+
/**
|
|
101
|
+
* The UTC timestamp when the operation finished.
|
|
102
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
103
|
+
*/
|
|
104
|
+
readonly lastModifiedDateTime?: Date;
|
|
105
|
+
/**
|
|
106
|
+
* Indicates if operation was triggered by user or by platform.
|
|
107
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
108
|
+
*/
|
|
109
|
+
readonly startedBy?: PatchOperationStartedBy;
|
|
110
|
+
/**
|
|
111
|
+
* Specifies the patch service used for the operation.
|
|
112
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
113
|
+
*/
|
|
114
|
+
readonly patchServiceUsed?: PatchServiceUsed;
|
|
115
|
+
/**
|
|
116
|
+
* The operating system type of the machine.
|
|
117
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
118
|
+
*/
|
|
119
|
+
readonly osType?: OsTypeUM;
|
|
120
|
+
/**
|
|
121
|
+
* The errors that were encountered during execution of the operation. The details array contains the list of them.
|
|
122
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
123
|
+
*/
|
|
124
|
+
readonly errorDetails?: ErrorDetail;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
/** Summarization of patches available for installation on the machine by classification. */
|
|
128
|
+
export interface AvailablePatchCountByClassification {
|
|
129
|
+
/**
|
|
130
|
+
* Number of security patches available for installation.
|
|
131
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
132
|
+
*/
|
|
133
|
+
readonly security?: number;
|
|
134
|
+
/**
|
|
135
|
+
* Number of critical patches available for installation.
|
|
136
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
137
|
+
*/
|
|
138
|
+
readonly critical?: number;
|
|
139
|
+
/**
|
|
140
|
+
* Number of definition patches available for installation.
|
|
141
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
142
|
+
*/
|
|
143
|
+
readonly definition?: number;
|
|
144
|
+
/**
|
|
145
|
+
* Number of update Rollup patches available for installation.
|
|
146
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
147
|
+
*/
|
|
148
|
+
readonly updateRollup?: number;
|
|
149
|
+
/**
|
|
150
|
+
* Number of feature pack patches available for installation.
|
|
151
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
152
|
+
*/
|
|
153
|
+
readonly featurePack?: number;
|
|
154
|
+
/**
|
|
155
|
+
* Number of service pack patches available for installation.
|
|
156
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
157
|
+
*/
|
|
158
|
+
readonly servicePack?: number;
|
|
159
|
+
/**
|
|
160
|
+
* Number of tools patches available for installation.
|
|
161
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
162
|
+
*/
|
|
163
|
+
readonly tools?: number;
|
|
164
|
+
/**
|
|
165
|
+
* Number of updates category patches available for installation.
|
|
166
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
167
|
+
*/
|
|
168
|
+
readonly updates?: number;
|
|
169
|
+
/**
|
|
170
|
+
* Number of other patches available for installation.
|
|
171
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
172
|
+
*/
|
|
173
|
+
readonly other?: number;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
/** Error details. */
|
|
177
|
+
export interface ErrorDetail {
|
|
178
|
+
/** The error's code. */
|
|
179
|
+
code: string;
|
|
180
|
+
/** A human readable error message. */
|
|
181
|
+
message: string;
|
|
182
|
+
/** Indicates which property in the request is responsible for the error. */
|
|
183
|
+
target?: string;
|
|
184
|
+
/** Additional error details. */
|
|
185
|
+
details?: ErrorDetail[];
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
/** Input for InstallPatches as directly received by the API */
|
|
189
|
+
export interface VirtualMachineInstallPatchesParameters {
|
|
190
|
+
/** Specifies the maximum amount of time that the operation will run. It must be an ISO 8601-compliant duration string such as PT4H (4 hours) */
|
|
191
|
+
maximumDuration: string;
|
|
192
|
+
/** Defines when it is acceptable to reboot a VM during a software update operation. */
|
|
193
|
+
rebootSetting: VMGuestPatchRebootSetting;
|
|
194
|
+
/** Input for InstallPatches on a Windows VM, as directly received by the API */
|
|
195
|
+
windowsParameters?: WindowsParameters;
|
|
196
|
+
/** Input for InstallPatches on a Linux VM, as directly received by the API */
|
|
197
|
+
linuxParameters?: LinuxParameters;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
/** Input for InstallPatches on a Windows VM, as directly received by the API */
|
|
201
|
+
export interface WindowsParameters {
|
|
202
|
+
/** The update classifications to select when installing patches for Windows. */
|
|
203
|
+
classificationsToInclude?: VMGuestPatchClassificationWindows[];
|
|
204
|
+
/** Kbs to include in the patch operation */
|
|
205
|
+
kbNumbersToInclude?: string[];
|
|
206
|
+
/** Kbs to exclude in the patch operation */
|
|
207
|
+
kbNumbersToExclude?: string[];
|
|
208
|
+
/** Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true. */
|
|
209
|
+
excludeKbsRequiringReboot?: boolean;
|
|
210
|
+
/** This is used to install patches that were published on or before this given max published date. */
|
|
211
|
+
maxPatchPublishDate?: Date;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
/** Input for InstallPatches on a Linux VM, as directly received by the API */
|
|
215
|
+
export interface LinuxParameters {
|
|
216
|
+
/** The update classifications to select when installing patches for Linux. */
|
|
217
|
+
classificationsToInclude?: VMGuestPatchClassificationLinux[];
|
|
218
|
+
/** packages to include in the patch operation. Format: packageName_packageVersion */
|
|
219
|
+
packageNameMasksToInclude?: string[];
|
|
220
|
+
/** packages to exclude in the patch operation. Format: packageName_packageVersion */
|
|
221
|
+
packageNameMasksToExclude?: string[];
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
/** The result summary of an installation operation. */
|
|
225
|
+
export interface VirtualMachineInstallPatchesResult {
|
|
226
|
+
/**
|
|
227
|
+
* The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Failed", "Succeeded", "Unknown" or "CompletedWithWarnings."
|
|
228
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
229
|
+
*/
|
|
230
|
+
readonly status?: PatchOperationStatus;
|
|
231
|
+
/**
|
|
232
|
+
* The activity ID of the operation that produced this result.
|
|
233
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
234
|
+
*/
|
|
235
|
+
readonly installationActivityId?: string;
|
|
236
|
+
/**
|
|
237
|
+
* The reboot state of the VM following completion of the operation.
|
|
238
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
239
|
+
*/
|
|
240
|
+
readonly rebootStatus?: VMGuestPatchRebootStatus;
|
|
241
|
+
/**
|
|
242
|
+
* Whether the operation ran out of time before it completed all its intended actions.
|
|
243
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
244
|
+
*/
|
|
245
|
+
readonly maintenanceWindowExceeded?: boolean;
|
|
246
|
+
/**
|
|
247
|
+
* The number of patches that were not installed due to the user blocking their installation.
|
|
248
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
249
|
+
*/
|
|
250
|
+
readonly excludedPatchCount?: number;
|
|
251
|
+
/**
|
|
252
|
+
* The number of patches that were detected as available for install, but did not meet the operation's criteria.
|
|
253
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
254
|
+
*/
|
|
255
|
+
readonly notSelectedPatchCount?: number;
|
|
256
|
+
/**
|
|
257
|
+
* The number of patches that were identified as meeting the installation criteria, but were not able to be installed. Typically this happens when maintenanceWindowExceeded == true.
|
|
258
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
259
|
+
*/
|
|
260
|
+
readonly pendingPatchCount?: number;
|
|
261
|
+
/**
|
|
262
|
+
* The number of patches successfully installed.
|
|
263
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
264
|
+
*/
|
|
265
|
+
readonly installedPatchCount?: number;
|
|
266
|
+
/**
|
|
267
|
+
* The number of patches that could not be installed due to some issue. See errors for details.
|
|
268
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
269
|
+
*/
|
|
270
|
+
readonly failedPatchCount?: number;
|
|
271
|
+
/**
|
|
272
|
+
* The UTC timestamp when the operation began.
|
|
273
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
274
|
+
*/
|
|
275
|
+
readonly startDateTime?: Date;
|
|
276
|
+
/**
|
|
277
|
+
* The UTC timestamp when the operation finished.
|
|
278
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
279
|
+
*/
|
|
280
|
+
readonly lastModifiedDateTime?: Date;
|
|
281
|
+
/**
|
|
282
|
+
* Indicates if operation was triggered by user or by platform.
|
|
283
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
284
|
+
*/
|
|
285
|
+
readonly startedBy?: PatchOperationStartedBy;
|
|
286
|
+
/**
|
|
287
|
+
* Specifies the patch service used for the operation.
|
|
288
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
289
|
+
*/
|
|
290
|
+
readonly patchServiceUsed?: PatchServiceUsed;
|
|
291
|
+
/**
|
|
292
|
+
* The operating system type of the machine.
|
|
293
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
294
|
+
*/
|
|
295
|
+
readonly osType?: OsTypeUM;
|
|
296
|
+
/**
|
|
297
|
+
* The errors that were encountered during execution of the operation. The details array contains the list of them.
|
|
298
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
299
|
+
*/
|
|
300
|
+
readonly errorDetails?: ErrorDetail;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
/** Define the resourcePool. */
|
|
304
|
+
export interface ResourcePool {
|
|
305
|
+
/** Gets or sets the location. */
|
|
306
|
+
location: string;
|
|
307
|
+
/** Gets or sets the extended location. */
|
|
308
|
+
extendedLocation?: ExtendedLocation;
|
|
309
|
+
/**
|
|
310
|
+
* The system data.
|
|
311
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
312
|
+
*/
|
|
313
|
+
readonly systemData?: SystemData;
|
|
314
|
+
/** Gets or sets the Resource tags. */
|
|
315
|
+
tags?: { [propertyName: string]: string };
|
|
316
|
+
/**
|
|
317
|
+
* Gets or sets the name.
|
|
318
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
319
|
+
*/
|
|
320
|
+
readonly name?: string;
|
|
321
|
+
/**
|
|
322
|
+
* Gets or sets the Id.
|
|
323
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
324
|
+
*/
|
|
325
|
+
readonly id?: string;
|
|
326
|
+
/**
|
|
327
|
+
* Gets or sets the type of the resource.
|
|
328
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
329
|
+
*/
|
|
330
|
+
readonly type?: string;
|
|
331
|
+
/** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
|
|
332
|
+
kind?: string;
|
|
333
|
+
/**
|
|
334
|
+
* Gets or sets a unique identifier for this resource.
|
|
335
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
336
|
+
*/
|
|
337
|
+
readonly uuid?: string;
|
|
338
|
+
/** Gets or sets the ARM Id of the vCenter resource in which this resource pool resides. */
|
|
339
|
+
vCenterId?: string;
|
|
340
|
+
/** Gets or sets the vCenter MoRef (Managed Object Reference) ID for the resource pool. */
|
|
341
|
+
moRefId?: string;
|
|
342
|
+
/** Gets or sets the inventory Item ID for the resource pool. */
|
|
343
|
+
inventoryItemId?: string;
|
|
344
|
+
/**
|
|
345
|
+
* Gets or sets the vCenter Managed Object name for the resource pool.
|
|
346
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
347
|
+
*/
|
|
348
|
+
readonly moName?: string;
|
|
349
|
+
/**
|
|
350
|
+
* Gets or sets CPUSharesLevel which specifies the CPU allocation level for this pool.
|
|
351
|
+
* This property is used in relative allocation between resource consumers.
|
|
352
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
353
|
+
*/
|
|
354
|
+
readonly cpuSharesLevel?: string;
|
|
355
|
+
/**
|
|
356
|
+
* Gets or sets CPUReservationMHz which specifies the CPU size in MHz that is guaranteed
|
|
357
|
+
* to be available.
|
|
358
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
359
|
+
*/
|
|
360
|
+
readonly cpuReservationMHz?: number;
|
|
361
|
+
/**
|
|
362
|
+
* Gets or sets CPULimitMHz which specifies a CPU usage limit in MHz.
|
|
363
|
+
* Utilization will not exceed this limit even if there are available resources.
|
|
364
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
365
|
+
*/
|
|
366
|
+
readonly cpuLimitMHz?: number;
|
|
367
|
+
/**
|
|
368
|
+
* Gets or sets CPUSharesLevel which specifies the memory allocation level for this pool.
|
|
369
|
+
* This property is used in relative allocation between resource consumers.
|
|
370
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
371
|
+
*/
|
|
372
|
+
readonly memSharesLevel?: string;
|
|
373
|
+
/**
|
|
374
|
+
* Gets or sets MemReservationMB which specifies the guaranteed available memory in
|
|
375
|
+
* megabytes.
|
|
376
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
377
|
+
*/
|
|
378
|
+
readonly memReservationMB?: number;
|
|
379
|
+
/**
|
|
380
|
+
* Gets or sets MemLimitMB specifies a memory usage limit in megabytes.
|
|
381
|
+
* Utilization will not exceed the specified limit even if there are available resources.
|
|
382
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
383
|
+
*/
|
|
384
|
+
readonly memLimitMB?: number;
|
|
385
|
+
/**
|
|
386
|
+
* Gets the name of the corresponding resource in Kubernetes.
|
|
387
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
388
|
+
*/
|
|
389
|
+
readonly customResourceName?: string;
|
|
390
|
+
/**
|
|
391
|
+
* The resource status information.
|
|
392
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
393
|
+
*/
|
|
394
|
+
readonly statuses?: ResourceStatus[];
|
|
395
|
+
/**
|
|
396
|
+
* Gets or sets the provisioning state.
|
|
397
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
398
|
+
*/
|
|
399
|
+
readonly provisioningState?: string;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
/** The resource status information. */
|
|
403
|
+
export interface ResourceStatus {
|
|
404
|
+
/**
|
|
405
|
+
* The type of the condition.
|
|
406
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
407
|
+
*/
|
|
408
|
+
readonly type?: string;
|
|
409
|
+
/**
|
|
410
|
+
* Status of the condition.
|
|
411
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
412
|
+
*/
|
|
413
|
+
readonly status?: string;
|
|
414
|
+
/**
|
|
415
|
+
* The reason for the condition's status.
|
|
416
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
417
|
+
*/
|
|
418
|
+
readonly reason?: string;
|
|
419
|
+
/**
|
|
420
|
+
* A human readable message indicating details about the status.
|
|
421
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
422
|
+
*/
|
|
423
|
+
readonly message?: string;
|
|
424
|
+
/**
|
|
425
|
+
* Severity with which to treat failures of this type of condition.
|
|
426
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
427
|
+
*/
|
|
428
|
+
readonly severity?: string;
|
|
429
|
+
/**
|
|
430
|
+
* The last update time for this condition.
|
|
431
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
432
|
+
*/
|
|
433
|
+
readonly lastUpdatedAt?: Date;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
/** The extended location. */
|
|
437
|
+
export interface ExtendedLocation {
|
|
438
|
+
/** The extended location type. */
|
|
439
|
+
type?: string;
|
|
440
|
+
/** The extended location name. */
|
|
441
|
+
name?: string;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
445
|
+
export interface SystemData {
|
|
446
|
+
/** The identity that created the resource. */
|
|
447
|
+
createdBy?: string;
|
|
448
|
+
/** The type of identity that created the resource. */
|
|
449
|
+
createdByType?: CreatedByType;
|
|
450
|
+
/** The timestamp of resource creation (UTC). */
|
|
451
|
+
createdAt?: Date;
|
|
452
|
+
/** The identity that last modified the resource. */
|
|
453
|
+
lastModifiedBy?: string;
|
|
454
|
+
/** The type of identity that last modified the resource. */
|
|
455
|
+
lastModifiedByType?: CreatedByType;
|
|
456
|
+
/** The timestamp of resource last modification (UTC) */
|
|
457
|
+
lastModifiedAt?: Date;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
/** Object containing updates for patch operations. */
|
|
461
|
+
export interface ResourcePatch {
|
|
462
|
+
/** Resource tags. */
|
|
463
|
+
tags?: { [propertyName: string]: string };
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
/** List of ResourcePools. */
|
|
467
|
+
export interface ResourcePoolsList {
|
|
468
|
+
/** Url to follow for getting next page of ResourcePools. */
|
|
469
|
+
nextLink?: string;
|
|
470
|
+
/** Array of ResourcePools */
|
|
471
|
+
value: ResourcePool[];
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
/** Define the cluster. */
|
|
475
|
+
export interface Cluster {
|
|
476
|
+
/** Gets or sets the location. */
|
|
477
|
+
location: string;
|
|
478
|
+
/** Gets or sets the extended location. */
|
|
479
|
+
extendedLocation?: ExtendedLocation;
|
|
480
|
+
/**
|
|
481
|
+
* The system data.
|
|
482
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
483
|
+
*/
|
|
484
|
+
readonly systemData?: SystemData;
|
|
485
|
+
/** Gets or sets the Resource tags. */
|
|
486
|
+
tags?: { [propertyName: string]: string };
|
|
487
|
+
/**
|
|
488
|
+
* Gets or sets the name.
|
|
489
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
490
|
+
*/
|
|
491
|
+
readonly name?: string;
|
|
492
|
+
/**
|
|
493
|
+
* Gets or sets the Id.
|
|
494
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
495
|
+
*/
|
|
496
|
+
readonly id?: string;
|
|
497
|
+
/**
|
|
498
|
+
* Gets or sets the type of the resource.
|
|
499
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
500
|
+
*/
|
|
501
|
+
readonly type?: string;
|
|
502
|
+
/** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
|
|
503
|
+
kind?: string;
|
|
504
|
+
/**
|
|
505
|
+
* Gets or sets a unique identifier for this resource.
|
|
506
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
507
|
+
*/
|
|
508
|
+
readonly uuid?: string;
|
|
509
|
+
/** Gets or sets the ARM Id of the vCenter resource in which this cluster resides. */
|
|
510
|
+
vCenterId?: string;
|
|
511
|
+
/** Gets or sets the vCenter MoRef (Managed Object Reference) ID for the cluster. */
|
|
512
|
+
moRefId?: string;
|
|
513
|
+
/** Gets or sets the inventory Item ID for the cluster. */
|
|
514
|
+
inventoryItemId?: string;
|
|
515
|
+
/**
|
|
516
|
+
* Gets or sets the vCenter Managed Object name for the cluster.
|
|
517
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
518
|
+
*/
|
|
519
|
+
readonly moName?: string;
|
|
520
|
+
/**
|
|
521
|
+
* The resource status information.
|
|
522
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
523
|
+
*/
|
|
524
|
+
readonly statuses?: ResourceStatus[];
|
|
525
|
+
/**
|
|
526
|
+
* Gets the name of the corresponding resource in Kubernetes.
|
|
527
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
528
|
+
*/
|
|
529
|
+
readonly customResourceName?: string;
|
|
530
|
+
/**
|
|
531
|
+
* Gets or sets the datastore ARM ids.
|
|
532
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
533
|
+
*/
|
|
534
|
+
readonly datastoreIds?: string[];
|
|
535
|
+
/**
|
|
536
|
+
* Gets or sets the network ARM ids.
|
|
537
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
538
|
+
*/
|
|
539
|
+
readonly networkIds?: string[];
|
|
540
|
+
/**
|
|
541
|
+
* Gets or sets the provisioning state.
|
|
542
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
543
|
+
*/
|
|
544
|
+
readonly provisioningState?: string;
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
/** List of Clusters. */
|
|
548
|
+
export interface ClustersList {
|
|
549
|
+
/** Url to follow for getting next page of Clusters. */
|
|
550
|
+
nextLink?: string;
|
|
551
|
+
/** Array of Clusters */
|
|
552
|
+
value: Cluster[];
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
/** Define the host. */
|
|
556
|
+
export interface Host {
|
|
557
|
+
/** Gets or sets the location. */
|
|
558
|
+
location: string;
|
|
559
|
+
/** Gets or sets the extended location. */
|
|
560
|
+
extendedLocation?: ExtendedLocation;
|
|
561
|
+
/**
|
|
562
|
+
* The system data.
|
|
563
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
564
|
+
*/
|
|
565
|
+
readonly systemData?: SystemData;
|
|
566
|
+
/** Gets or sets the Resource tags. */
|
|
567
|
+
tags?: { [propertyName: string]: string };
|
|
568
|
+
/**
|
|
569
|
+
* Gets or sets the name.
|
|
570
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
571
|
+
*/
|
|
572
|
+
readonly name?: string;
|
|
573
|
+
/**
|
|
574
|
+
* Gets or sets the Id.
|
|
575
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
576
|
+
*/
|
|
577
|
+
readonly id?: string;
|
|
578
|
+
/**
|
|
579
|
+
* Gets or sets the type of the resource.
|
|
580
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
581
|
+
*/
|
|
582
|
+
readonly type?: string;
|
|
583
|
+
/** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
|
|
584
|
+
kind?: string;
|
|
585
|
+
/**
|
|
586
|
+
* Gets or sets a unique identifier for this resource.
|
|
587
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
588
|
+
*/
|
|
589
|
+
readonly uuid?: string;
|
|
590
|
+
/** Gets or sets the ARM Id of the vCenter resource in which this host resides. */
|
|
591
|
+
vCenterId?: string;
|
|
592
|
+
/** Gets or sets the vCenter MoRef (Managed Object Reference) ID for the host. */
|
|
593
|
+
moRefId?: string;
|
|
594
|
+
/** Gets or sets the inventory Item ID for the host. */
|
|
595
|
+
inventoryItemId?: string;
|
|
596
|
+
/**
|
|
597
|
+
* Gets or sets the vCenter Managed Object name for the host.
|
|
598
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
599
|
+
*/
|
|
600
|
+
readonly moName?: string;
|
|
601
|
+
/**
|
|
602
|
+
* The resource status information.
|
|
603
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
604
|
+
*/
|
|
605
|
+
readonly statuses?: ResourceStatus[];
|
|
606
|
+
/**
|
|
607
|
+
* Gets the name of the corresponding resource in Kubernetes.
|
|
608
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
609
|
+
*/
|
|
610
|
+
readonly customResourceName?: string;
|
|
611
|
+
/**
|
|
612
|
+
* Gets or sets the provisioning state.
|
|
613
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
614
|
+
*/
|
|
615
|
+
readonly provisioningState?: string;
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
/** List of Hosts. */
|
|
619
|
+
export interface HostsList {
|
|
620
|
+
/** Url to follow for getting next page of Hosts. */
|
|
621
|
+
nextLink?: string;
|
|
622
|
+
/** Array of Hosts */
|
|
623
|
+
value: Host[];
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
/** Define the datastore. */
|
|
627
|
+
export interface Datastore {
|
|
628
|
+
/** Gets or sets the location. */
|
|
629
|
+
location: string;
|
|
630
|
+
/** Gets or sets the extended location. */
|
|
631
|
+
extendedLocation?: ExtendedLocation;
|
|
632
|
+
/**
|
|
633
|
+
* The system data.
|
|
634
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
635
|
+
*/
|
|
636
|
+
readonly systemData?: SystemData;
|
|
637
|
+
/** Gets or sets the Resource tags. */
|
|
638
|
+
tags?: { [propertyName: string]: string };
|
|
639
|
+
/**
|
|
640
|
+
* Gets or sets the name.
|
|
641
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
642
|
+
*/
|
|
643
|
+
readonly name?: string;
|
|
644
|
+
/**
|
|
645
|
+
* Gets or sets the Id.
|
|
646
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
647
|
+
*/
|
|
648
|
+
readonly id?: string;
|
|
649
|
+
/**
|
|
650
|
+
* Gets or sets the type of the resource.
|
|
651
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
652
|
+
*/
|
|
653
|
+
readonly type?: string;
|
|
654
|
+
/** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
|
|
655
|
+
kind?: string;
|
|
656
|
+
/**
|
|
657
|
+
* Gets or sets a unique identifier for this resource.
|
|
658
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
659
|
+
*/
|
|
660
|
+
readonly uuid?: string;
|
|
661
|
+
/** Gets or sets the ARM Id of the vCenter resource in which this datastore resides. */
|
|
662
|
+
vCenterId?: string;
|
|
663
|
+
/** Gets or sets the vCenter MoRef (Managed Object Reference) ID for the datastore. */
|
|
664
|
+
moRefId?: string;
|
|
665
|
+
/** Gets or sets the inventory Item ID for the datastore. */
|
|
666
|
+
inventoryItemId?: string;
|
|
667
|
+
/**
|
|
668
|
+
* Gets or sets the vCenter Managed Object name for the datastore.
|
|
669
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
670
|
+
*/
|
|
671
|
+
readonly moName?: string;
|
|
672
|
+
/**
|
|
673
|
+
* The resource status information.
|
|
674
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
675
|
+
*/
|
|
676
|
+
readonly statuses?: ResourceStatus[];
|
|
677
|
+
/**
|
|
678
|
+
* Gets the name of the corresponding resource in Kubernetes.
|
|
679
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
680
|
+
*/
|
|
681
|
+
readonly customResourceName?: string;
|
|
682
|
+
/**
|
|
683
|
+
* Provisioning state of the resource.
|
|
684
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
685
|
+
*/
|
|
686
|
+
readonly provisioningState?: ProvisioningState;
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
/** List of Datastores. */
|
|
690
|
+
export interface DatastoresList {
|
|
691
|
+
/** Url to follow for getting next page of Datastores. */
|
|
692
|
+
nextLink?: string;
|
|
693
|
+
/** Array of Datastores */
|
|
694
|
+
value: Datastore[];
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
/** Defines the vCenter. */
|
|
698
|
+
export interface VCenter {
|
|
699
|
+
/** Gets or sets the location. */
|
|
700
|
+
location: string;
|
|
701
|
+
/** Gets or sets the extended location. */
|
|
702
|
+
extendedLocation?: ExtendedLocation;
|
|
703
|
+
/**
|
|
704
|
+
* The system data.
|
|
705
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
706
|
+
*/
|
|
707
|
+
readonly systemData?: SystemData;
|
|
708
|
+
/** Gets or sets the Resource tags. */
|
|
709
|
+
tags?: { [propertyName: string]: string };
|
|
710
|
+
/**
|
|
711
|
+
* Gets or sets the name.
|
|
712
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
713
|
+
*/
|
|
714
|
+
readonly name?: string;
|
|
715
|
+
/**
|
|
716
|
+
* Gets or sets the Id.
|
|
717
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
718
|
+
*/
|
|
719
|
+
readonly id?: string;
|
|
720
|
+
/**
|
|
721
|
+
* Gets or sets the type of the resource.
|
|
722
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
723
|
+
*/
|
|
724
|
+
readonly type?: string;
|
|
725
|
+
/** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
|
|
726
|
+
kind?: string;
|
|
727
|
+
/**
|
|
728
|
+
* Gets or sets a unique identifier for this resource.
|
|
729
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
730
|
+
*/
|
|
731
|
+
readonly uuid?: string;
|
|
732
|
+
/** Gets or sets the FQDN/IPAddress of the vCenter. */
|
|
733
|
+
fqdn: string;
|
|
734
|
+
/** Gets or sets the port of the vCenter. */
|
|
735
|
+
port?: number;
|
|
736
|
+
/**
|
|
737
|
+
* Gets or sets the version of the vCenter.
|
|
738
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
739
|
+
*/
|
|
740
|
+
readonly version?: string;
|
|
741
|
+
/**
|
|
742
|
+
* Gets or sets the instance UUID of the vCenter.
|
|
743
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
744
|
+
*/
|
|
745
|
+
readonly instanceUuid?: string;
|
|
746
|
+
/**
|
|
747
|
+
* Gets or sets the connection status to the vCenter.
|
|
748
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
749
|
+
*/
|
|
750
|
+
readonly connectionStatus?: string;
|
|
751
|
+
/**
|
|
752
|
+
* Gets the name of the corresponding resource in Kubernetes.
|
|
753
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
754
|
+
*/
|
|
755
|
+
readonly customResourceName?: string;
|
|
756
|
+
/** Username / Password Credentials to connect to vcenter. */
|
|
757
|
+
credentials?: VICredential;
|
|
758
|
+
/**
|
|
759
|
+
* The resource status information.
|
|
760
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
761
|
+
*/
|
|
762
|
+
readonly statuses?: ResourceStatus[];
|
|
763
|
+
/**
|
|
764
|
+
* Gets or sets the provisioning state.
|
|
765
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
766
|
+
*/
|
|
767
|
+
readonly provisioningState?: string;
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
/** Username / Password Credentials to connect to vcenter. */
|
|
771
|
+
export interface VICredential {
|
|
772
|
+
/** Gets or sets username to connect with the vCenter. */
|
|
773
|
+
username?: string;
|
|
774
|
+
/** Gets or sets the password to connect with the vCenter. */
|
|
775
|
+
password?: string;
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
/** List of VCenters. */
|
|
779
|
+
export interface VCentersList {
|
|
780
|
+
/** Url to follow for getting next page of VCenters. */
|
|
781
|
+
nextLink?: string;
|
|
782
|
+
/** Array of VCenters */
|
|
783
|
+
value: VCenter[];
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
/** Define the virtualMachine. */
|
|
787
|
+
export interface VirtualMachine {
|
|
788
|
+
/** Gets or sets the location. */
|
|
789
|
+
location: string;
|
|
790
|
+
/** Gets or sets the extended location. */
|
|
791
|
+
extendedLocation?: ExtendedLocation;
|
|
792
|
+
/**
|
|
793
|
+
* The system data.
|
|
794
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
795
|
+
*/
|
|
796
|
+
readonly systemData?: SystemData;
|
|
797
|
+
/** Gets or sets the Resource tags. */
|
|
798
|
+
tags?: { [propertyName: string]: string };
|
|
799
|
+
/**
|
|
800
|
+
* Gets or sets the name.
|
|
801
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
802
|
+
*/
|
|
803
|
+
readonly name?: string;
|
|
804
|
+
/**
|
|
805
|
+
* Gets or sets the Id.
|
|
806
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
807
|
+
*/
|
|
808
|
+
readonly id?: string;
|
|
809
|
+
/**
|
|
810
|
+
* Gets or sets the type of the resource.
|
|
811
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
812
|
+
*/
|
|
813
|
+
readonly type?: string;
|
|
814
|
+
/** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
|
|
815
|
+
kind?: string;
|
|
816
|
+
/** The identity of the resource. */
|
|
817
|
+
identity?: Identity;
|
|
818
|
+
/**
|
|
819
|
+
* Gets or sets the ARM Id of the resourcePool resource on which this virtual machine will
|
|
820
|
+
* deploy.
|
|
821
|
+
*/
|
|
822
|
+
resourcePoolId?: string;
|
|
823
|
+
/** Gets or sets the ARM Id of the template resource to deploy the virtual machine. */
|
|
824
|
+
templateId?: string;
|
|
825
|
+
/** Gets or sets the ARM Id of the vCenter resource in which this resource pool resides. */
|
|
826
|
+
vCenterId?: string;
|
|
827
|
+
/** Placement properties. */
|
|
828
|
+
placementProfile?: PlacementProfile;
|
|
829
|
+
/** OS properties. */
|
|
830
|
+
osProfile?: OsProfile;
|
|
831
|
+
/** Hardware properties. */
|
|
832
|
+
hardwareProfile?: HardwareProfile;
|
|
833
|
+
/** Network properties. */
|
|
834
|
+
networkProfile?: NetworkProfile;
|
|
835
|
+
/** Storage properties. */
|
|
836
|
+
storageProfile?: StorageProfile;
|
|
837
|
+
/** Guest agent status properties. */
|
|
838
|
+
guestAgentProfile?: GuestAgentProfile;
|
|
839
|
+
/** Gets the security profile. */
|
|
840
|
+
securityProfile?: SecurityProfile;
|
|
841
|
+
/** Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine. */
|
|
842
|
+
moRefId?: string;
|
|
843
|
+
/** Gets or sets the inventory Item ID for the virtual machine. */
|
|
844
|
+
inventoryItemId?: string;
|
|
845
|
+
/**
|
|
846
|
+
* Gets or sets the vCenter Managed Object name for the virtual machine.
|
|
847
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
848
|
+
*/
|
|
849
|
+
readonly moName?: string;
|
|
850
|
+
/**
|
|
851
|
+
* Gets or sets the folder path of the vm.
|
|
852
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
853
|
+
*/
|
|
854
|
+
readonly folderPath?: string;
|
|
855
|
+
/**
|
|
856
|
+
* Gets or sets the instance uuid of the vm.
|
|
857
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
858
|
+
*/
|
|
859
|
+
readonly instanceUuid?: string;
|
|
860
|
+
/** Gets or sets the SMBIOS UUID of the vm. */
|
|
861
|
+
smbiosUuid?: string;
|
|
862
|
+
/** Firmware type */
|
|
863
|
+
firmwareType?: FirmwareType;
|
|
864
|
+
/**
|
|
865
|
+
* Gets the power state of the virtual machine.
|
|
866
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
867
|
+
*/
|
|
868
|
+
readonly powerState?: string;
|
|
869
|
+
/**
|
|
870
|
+
* Gets the name of the corresponding resource in Kubernetes.
|
|
871
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
872
|
+
*/
|
|
873
|
+
readonly customResourceName?: string;
|
|
874
|
+
/**
|
|
875
|
+
* Gets or sets a unique identifier for this resource.
|
|
876
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
877
|
+
*/
|
|
878
|
+
readonly uuid?: string;
|
|
879
|
+
/**
|
|
880
|
+
* The resource status information.
|
|
881
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
882
|
+
*/
|
|
883
|
+
readonly statuses?: ResourceStatus[];
|
|
884
|
+
/**
|
|
885
|
+
* Gets or sets the provisioning state.
|
|
886
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
887
|
+
*/
|
|
888
|
+
readonly provisioningState?: string;
|
|
889
|
+
/**
|
|
890
|
+
* Gets or sets a unique identifier for the vm resource.
|
|
891
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
892
|
+
*/
|
|
893
|
+
readonly vmId?: string;
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
/** Defines the resource properties. */
|
|
897
|
+
export interface PlacementProfile {
|
|
898
|
+
/** Gets or sets the ARM Id of the resourcePool resource on which this virtual machine will deploy. */
|
|
899
|
+
resourcePoolId?: string;
|
|
900
|
+
/** Gets or sets the ARM Id of the cluster resource on which this virtual machine will deploy. */
|
|
901
|
+
clusterId?: string;
|
|
902
|
+
/** Gets or sets the ARM Id of the host resource on which this virtual machine will deploy. */
|
|
903
|
+
hostId?: string;
|
|
904
|
+
/** Gets or sets the ARM Id of the datastore resource on which the data for the virtual machine will be kept. */
|
|
905
|
+
datastoreId?: string;
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
/** Defines the resource properties. */
|
|
909
|
+
export interface OsProfile {
|
|
910
|
+
/** Gets or sets computer name. */
|
|
911
|
+
computerName?: string;
|
|
912
|
+
/** Gets or sets administrator username. */
|
|
913
|
+
adminUsername?: string;
|
|
914
|
+
/** Gets or sets administrator password. */
|
|
915
|
+
adminPassword?: string;
|
|
916
|
+
/** Gets or sets the guestId. */
|
|
917
|
+
guestId?: string;
|
|
918
|
+
/**
|
|
919
|
+
* Gets or sets a value indicating whether the VM is ready for extension operations.
|
|
920
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
921
|
+
*/
|
|
922
|
+
readonly allowExtensionOperations?: boolean;
|
|
923
|
+
/** Gets or sets the type of the os. */
|
|
924
|
+
osType?: OsType;
|
|
925
|
+
/**
|
|
926
|
+
* Gets or sets os name.
|
|
927
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
928
|
+
*/
|
|
929
|
+
readonly osName?: string;
|
|
930
|
+
/**
|
|
931
|
+
* Gets or sets the current running status of VMware Tools running in the guest operating system.
|
|
932
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
933
|
+
*/
|
|
934
|
+
readonly toolsRunningStatus?: string;
|
|
935
|
+
/**
|
|
936
|
+
* Gets or sets the current version status of VMware Tools installed in the guest operating system.
|
|
937
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
938
|
+
*/
|
|
939
|
+
readonly toolsVersionStatus?: string;
|
|
940
|
+
/**
|
|
941
|
+
* Gets or sets the current version of VMware Tools.
|
|
942
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
943
|
+
*/
|
|
944
|
+
readonly toolsVersion?: string;
|
|
945
|
+
/** Specifies the windows configuration for update management. */
|
|
946
|
+
windowsConfiguration?: OsProfileWindowsConfiguration;
|
|
947
|
+
/** Specifies the linux configuration for update management. */
|
|
948
|
+
linuxConfiguration?: OsProfileLinuxConfiguration;
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
/** Specifies the windows configuration for update management. */
|
|
952
|
+
export interface OsProfileWindowsConfiguration {
|
|
953
|
+
/** Specifies the assessment mode. */
|
|
954
|
+
assessmentMode?: string;
|
|
955
|
+
/** Specifies the patch mode. */
|
|
956
|
+
patchMode?: string;
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
/** Specifies the linux configuration for update management. */
|
|
960
|
+
export interface OsProfileLinuxConfiguration {
|
|
961
|
+
/** Specifies the assessment mode. */
|
|
962
|
+
assessmentMode?: string;
|
|
963
|
+
/** Specifies the patch mode. */
|
|
964
|
+
patchMode?: string;
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
/** Defines the resource properties. */
|
|
968
|
+
export interface HardwareProfile {
|
|
969
|
+
/** Gets or sets memory size in MBs for the vm. */
|
|
970
|
+
memorySizeMB?: number;
|
|
971
|
+
/** Gets or sets the number of vCPUs for the vm. */
|
|
972
|
+
numCPUs?: number;
|
|
973
|
+
/** Gets or sets the number of cores per socket for the vm. Defaults to 1 if unspecified. */
|
|
974
|
+
numCoresPerSocket?: number;
|
|
975
|
+
/**
|
|
976
|
+
* Gets or sets a value indicating whether virtual processors can be added while this virtual machine is running.
|
|
977
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
978
|
+
*/
|
|
979
|
+
readonly cpuHotAddEnabled?: boolean;
|
|
980
|
+
/**
|
|
981
|
+
* Gets or sets a value indicating whether virtual processors can be removed while this virtual machine is running.
|
|
982
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
983
|
+
*/
|
|
984
|
+
readonly cpuHotRemoveEnabled?: boolean;
|
|
985
|
+
/**
|
|
986
|
+
* Gets or sets a value indicating whether memory can be added while this virtual machine is running.
|
|
987
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
988
|
+
*/
|
|
989
|
+
readonly memoryHotAddEnabled?: boolean;
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
/** Defines the resource properties. */
|
|
993
|
+
export interface NetworkProfile {
|
|
994
|
+
/** Gets or sets the list of network interfaces associated with the virtual machine. */
|
|
995
|
+
networkInterfaces?: NetworkInterface[];
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
/** Network Interface model */
|
|
999
|
+
export interface NetworkInterface {
|
|
1000
|
+
/** Gets or sets the name of the network interface. */
|
|
1001
|
+
name?: string;
|
|
1002
|
+
/**
|
|
1003
|
+
* Gets or sets the label of the virtual network in vCenter that the nic is connected to.
|
|
1004
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1005
|
+
*/
|
|
1006
|
+
readonly label?: string;
|
|
1007
|
+
/**
|
|
1008
|
+
* Gets or sets the nic ip addresses.
|
|
1009
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1010
|
+
*/
|
|
1011
|
+
readonly ipAddresses?: string[];
|
|
1012
|
+
/**
|
|
1013
|
+
* Gets or sets the NIC MAC address.
|
|
1014
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1015
|
+
*/
|
|
1016
|
+
readonly macAddress?: string;
|
|
1017
|
+
/** Gets or sets the ARM Id of the network resource to connect the virtual machine. */
|
|
1018
|
+
networkId?: string;
|
|
1019
|
+
/** NIC type */
|
|
1020
|
+
nicType?: NICType;
|
|
1021
|
+
/** Gets or sets the power on boot. */
|
|
1022
|
+
powerOnBoot?: PowerOnBootOption;
|
|
1023
|
+
/**
|
|
1024
|
+
* Gets or sets the vCenter MoRef (Managed Object Reference) ID of the virtual network
|
|
1025
|
+
* that the nic is connected to.
|
|
1026
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1027
|
+
*/
|
|
1028
|
+
readonly networkMoRefId?: string;
|
|
1029
|
+
/**
|
|
1030
|
+
* Gets or sets the name of the virtual network in vCenter that the nic is connected to.
|
|
1031
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1032
|
+
*/
|
|
1033
|
+
readonly networkMoName?: string;
|
|
1034
|
+
/** Gets or sets the device key value. */
|
|
1035
|
+
deviceKey?: number;
|
|
1036
|
+
/** Gets or sets the ipsettings. */
|
|
1037
|
+
ipSettings?: NicIPSettings;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
/** Defines the network interface ip settings. */
|
|
1041
|
+
export interface NicIPSettings {
|
|
1042
|
+
/** Gets or sets the nic allocation method. */
|
|
1043
|
+
allocationMethod?: IPAddressAllocationMethod;
|
|
1044
|
+
/** Gets or sets the dns servers. */
|
|
1045
|
+
dnsServers?: string[];
|
|
1046
|
+
/** Gets or sets the gateway. */
|
|
1047
|
+
gateway?: string[];
|
|
1048
|
+
/** Gets or sets the ip address for the nic. */
|
|
1049
|
+
ipAddress?: string;
|
|
1050
|
+
/** Gets or sets the mask. */
|
|
1051
|
+
subnetMask?: string;
|
|
1052
|
+
/**
|
|
1053
|
+
* Gets or sets the primary server.
|
|
1054
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1055
|
+
*/
|
|
1056
|
+
readonly primaryWinsServer?: string;
|
|
1057
|
+
/**
|
|
1058
|
+
* Gets or sets the secondary server.
|
|
1059
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1060
|
+
*/
|
|
1061
|
+
readonly secondaryWinsServer?: string;
|
|
1062
|
+
/**
|
|
1063
|
+
* Gets or sets the IP address information being reported for this NIC. This contains the same IPv4 information above plus IPV6 information.
|
|
1064
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1065
|
+
*/
|
|
1066
|
+
readonly ipAddressInfo?: NicIPAddressSettings[];
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
/** IP address information for a virtual network adapter reported by the fabric. */
|
|
1070
|
+
export interface NicIPAddressSettings {
|
|
1071
|
+
/**
|
|
1072
|
+
* Gets the ip address allocation method.
|
|
1073
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1074
|
+
*/
|
|
1075
|
+
readonly allocationMethod?: string;
|
|
1076
|
+
/**
|
|
1077
|
+
* Gets the ip address for the nic.
|
|
1078
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1079
|
+
*/
|
|
1080
|
+
readonly ipAddress?: string;
|
|
1081
|
+
/**
|
|
1082
|
+
* Gets the mask.
|
|
1083
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1084
|
+
*/
|
|
1085
|
+
readonly subnetMask?: string;
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
/** Defines the resource properties. */
|
|
1089
|
+
export interface StorageProfile {
|
|
1090
|
+
/** Gets or sets the list of virtual disks associated with the virtual machine. */
|
|
1091
|
+
disks?: VirtualDisk[];
|
|
1092
|
+
/**
|
|
1093
|
+
* Gets or sets the list of virtual SCSI controllers associated with the virtual machine.
|
|
1094
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1095
|
+
*/
|
|
1096
|
+
readonly scsiControllers?: VirtualScsiController[];
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
/** Virtual disk model */
|
|
1100
|
+
export interface VirtualDisk {
|
|
1101
|
+
/** Gets or sets the name of the virtual disk. */
|
|
1102
|
+
name?: string;
|
|
1103
|
+
/**
|
|
1104
|
+
* Gets or sets the label of the virtual disk in vCenter.
|
|
1105
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1106
|
+
*/
|
|
1107
|
+
readonly label?: string;
|
|
1108
|
+
/**
|
|
1109
|
+
* Gets or sets the disk object id.
|
|
1110
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1111
|
+
*/
|
|
1112
|
+
readonly diskObjectId?: string;
|
|
1113
|
+
/** Gets or sets the disk total size. */
|
|
1114
|
+
diskSizeGB?: number;
|
|
1115
|
+
/** Gets or sets the device key value. */
|
|
1116
|
+
deviceKey?: number;
|
|
1117
|
+
/** Gets or sets the disk mode. */
|
|
1118
|
+
diskMode?: DiskMode;
|
|
1119
|
+
/** Gets or sets the controller id. */
|
|
1120
|
+
controllerKey?: number;
|
|
1121
|
+
/** Gets or sets the unit number of the disk on the controller. */
|
|
1122
|
+
unitNumber?: number;
|
|
1123
|
+
/** Gets or sets the device name. */
|
|
1124
|
+
deviceName?: string;
|
|
1125
|
+
/** Gets or sets the disk backing type. */
|
|
1126
|
+
diskType?: DiskType;
|
|
1127
|
+
}
|
|
1128
|
+
|
|
1129
|
+
/** This data object type contains the properties of a SCSI controller device attached to a virtual machine that is reported by the controller. */
|
|
1130
|
+
export interface VirtualScsiController {
|
|
1131
|
+
/** Gets or sets the controller type. */
|
|
1132
|
+
type?: ScsiControllerType;
|
|
1133
|
+
/** Gets or sets the key of the controller. */
|
|
1134
|
+
controllerKey?: number;
|
|
1135
|
+
/** Gets or sets the bus number of the controller. */
|
|
1136
|
+
busNumber?: number;
|
|
1137
|
+
/** Gets or sets the SCSI controller unit number. */
|
|
1138
|
+
scsiCtlrUnitNumber?: number;
|
|
1139
|
+
/** Gets or sets the sharing mode. */
|
|
1140
|
+
sharing?: VirtualScsiSharing;
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
/** Defines the resource properties. */
|
|
1144
|
+
export interface GuestAgentProfile {
|
|
1145
|
+
/**
|
|
1146
|
+
* Specifies the VM's unique SMBIOS ID.
|
|
1147
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1148
|
+
*/
|
|
1149
|
+
readonly vmUuid?: string;
|
|
1150
|
+
/**
|
|
1151
|
+
* The status of the hybrid machine agent.
|
|
1152
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1153
|
+
*/
|
|
1154
|
+
readonly status?: StatusTypes;
|
|
1155
|
+
/**
|
|
1156
|
+
* The time of the last status change.
|
|
1157
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1158
|
+
*/
|
|
1159
|
+
readonly lastStatusChange?: Date;
|
|
1160
|
+
/**
|
|
1161
|
+
* The hybrid machine agent full version.
|
|
1162
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1163
|
+
*/
|
|
1164
|
+
readonly agentVersion?: string;
|
|
1165
|
+
/**
|
|
1166
|
+
* Details about the error state.
|
|
1167
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1168
|
+
*/
|
|
1169
|
+
readonly errorDetails?: ErrorDetail[];
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
/** Specifies the Security profile settings for the virtual machine. */
|
|
1173
|
+
export interface SecurityProfile {
|
|
1174
|
+
/** Specifies the security settings like secure boot used while creating the virtual machine. */
|
|
1175
|
+
uefiSettings?: UefiSettings;
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
/** Specifies the security settings like secure boot used while creating the virtual machine. */
|
|
1179
|
+
export interface UefiSettings {
|
|
1180
|
+
/** Specifies whether secure boot should be enabled on the virtual machine. */
|
|
1181
|
+
secureBootEnabled?: boolean;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
/** Managed service identity. */
|
|
1185
|
+
export interface Identity {
|
|
1186
|
+
/**
|
|
1187
|
+
* The principal id of managed service identity.
|
|
1188
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1189
|
+
*/
|
|
1190
|
+
readonly principalId?: string;
|
|
1191
|
+
/**
|
|
1192
|
+
* The tenant of managed service identity.
|
|
1193
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1194
|
+
*/
|
|
1195
|
+
readonly tenantId?: string;
|
|
1196
|
+
/** The type of managed service identity. */
|
|
1197
|
+
type: IdentityType;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
/** Defines the virtualMachineUpdate. */
|
|
1201
|
+
export interface VirtualMachineUpdate {
|
|
1202
|
+
/** Gets or sets the Resource tags. */
|
|
1203
|
+
tags?: { [propertyName: string]: string };
|
|
1204
|
+
/** The identity of the resource. */
|
|
1205
|
+
identity?: Identity;
|
|
1206
|
+
/** Defines the resource properties. */
|
|
1207
|
+
hardwareProfile?: HardwareProfile;
|
|
1208
|
+
/** OS properties. */
|
|
1209
|
+
osProfile?: OsProfileUpdate;
|
|
1210
|
+
/** Defines the resource update properties. */
|
|
1211
|
+
storageProfile?: StorageProfileUpdate;
|
|
1212
|
+
/** Defines the update resource properties. */
|
|
1213
|
+
networkProfile?: NetworkProfileUpdate;
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1216
|
+
/** Defines the os update properties. */
|
|
1217
|
+
export interface OsProfileUpdate {
|
|
1218
|
+
/** Specifies the windows configuration for update management. */
|
|
1219
|
+
windowsConfiguration?: OsProfileUpdateWindowsConfiguration;
|
|
1220
|
+
/** Specifies the linux configuration for update management. */
|
|
1221
|
+
linuxConfiguration?: OsProfileUpdateLinuxConfiguration;
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
/** Specifies the windows configuration for update management. */
|
|
1225
|
+
export interface OsProfileUpdateWindowsConfiguration {
|
|
1226
|
+
/** Specifies the assessment mode. */
|
|
1227
|
+
assessmentMode?: string;
|
|
1228
|
+
/** Specifies the patch mode. */
|
|
1229
|
+
patchMode?: string;
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
/** Specifies the linux configuration for update management. */
|
|
1233
|
+
export interface OsProfileUpdateLinuxConfiguration {
|
|
1234
|
+
/** Specifies the assessment mode. */
|
|
1235
|
+
assessmentMode?: string;
|
|
1236
|
+
/** Specifies the patch mode. */
|
|
1237
|
+
patchMode?: string;
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
/** Defines the resource update properties. */
|
|
1241
|
+
export interface StorageProfileUpdate {
|
|
1242
|
+
/** Gets or sets the list of virtual disks associated with the virtual machine. */
|
|
1243
|
+
disks?: VirtualDiskUpdate[];
|
|
1244
|
+
}
|
|
1245
|
+
|
|
1246
|
+
/** Defines the virtual disk update. */
|
|
1247
|
+
export interface VirtualDiskUpdate {
|
|
1248
|
+
/** Gets or sets the name of the virtual disk. */
|
|
1249
|
+
name?: string;
|
|
1250
|
+
/** Gets or sets the disk total size. */
|
|
1251
|
+
diskSizeGB?: number;
|
|
1252
|
+
/** Gets or sets the device key value. */
|
|
1253
|
+
deviceKey?: number;
|
|
1254
|
+
/** Gets or sets the disk mode. */
|
|
1255
|
+
diskMode?: DiskMode;
|
|
1256
|
+
/** Gets or sets the controller id. */
|
|
1257
|
+
controllerKey?: number;
|
|
1258
|
+
/** Gets or sets the unit number of the disk on the controller. */
|
|
1259
|
+
unitNumber?: number;
|
|
1260
|
+
/** Gets or sets the device name. */
|
|
1261
|
+
deviceName?: string;
|
|
1262
|
+
/** Gets or sets the disk backing type. */
|
|
1263
|
+
diskType?: DiskType;
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
/** Defines the update resource properties. */
|
|
1267
|
+
export interface NetworkProfileUpdate {
|
|
1268
|
+
/** Gets or sets the list of network interfaces associated with the virtual machine. */
|
|
1269
|
+
networkInterfaces?: NetworkInterfaceUpdate[];
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
/** Defines the network interface update. */
|
|
1273
|
+
export interface NetworkInterfaceUpdate {
|
|
1274
|
+
/** Gets or sets the name of the network interface. */
|
|
1275
|
+
name?: string;
|
|
1276
|
+
/** Gets or sets the ARM Id of the network resource to connect the virtual machine. */
|
|
1277
|
+
networkId?: string;
|
|
1278
|
+
/** NIC type */
|
|
1279
|
+
nicType?: NICType;
|
|
1280
|
+
/** Gets or sets the power on boot. */
|
|
1281
|
+
powerOnBoot?: PowerOnBootOption;
|
|
1282
|
+
/** Gets or sets the device key value. */
|
|
1283
|
+
deviceKey?: number;
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
/** Defines the stop action properties. */
|
|
1287
|
+
export interface StopVirtualMachineOptions {
|
|
1288
|
+
/** Gets or sets a value indicating whether to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Defaults to false. */
|
|
1289
|
+
skipShutdown?: boolean;
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
/** List of VirtualMachines. */
|
|
1293
|
+
export interface VirtualMachinesList {
|
|
1294
|
+
/** Url to follow for getting next page of VirtualMachines. */
|
|
1295
|
+
nextLink?: string;
|
|
1296
|
+
/** Array of VirtualMachines */
|
|
1297
|
+
value: VirtualMachine[];
|
|
1298
|
+
}
|
|
1299
|
+
|
|
1300
|
+
/** Define the virtualMachineTemplate. */
|
|
1301
|
+
export interface VirtualMachineTemplate {
|
|
1302
|
+
/** Gets or sets the location. */
|
|
1303
|
+
location: string;
|
|
1304
|
+
/** Gets or sets the extended location. */
|
|
1305
|
+
extendedLocation?: ExtendedLocation;
|
|
1306
|
+
/**
|
|
1307
|
+
* The system data.
|
|
1308
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1309
|
+
*/
|
|
1310
|
+
readonly systemData?: SystemData;
|
|
1311
|
+
/** Gets or sets the Resource tags. */
|
|
1312
|
+
tags?: { [propertyName: string]: string };
|
|
1313
|
+
/**
|
|
1314
|
+
* Gets or sets the name.
|
|
1315
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1316
|
+
*/
|
|
1317
|
+
readonly name?: string;
|
|
1318
|
+
/**
|
|
1319
|
+
* Gets or sets the Id.
|
|
1320
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1321
|
+
*/
|
|
1322
|
+
readonly id?: string;
|
|
1323
|
+
/**
|
|
1324
|
+
* Gets or sets the type of the resource.
|
|
1325
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1326
|
+
*/
|
|
1327
|
+
readonly type?: string;
|
|
1328
|
+
/** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
|
|
1329
|
+
kind?: string;
|
|
1330
|
+
/**
|
|
1331
|
+
* Gets or sets a unique identifier for this resource.
|
|
1332
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1333
|
+
*/
|
|
1334
|
+
readonly uuid?: string;
|
|
1335
|
+
/** Gets or sets the ARM Id of the vCenter resource in which this template resides. */
|
|
1336
|
+
vCenterId?: string;
|
|
1337
|
+
/**
|
|
1338
|
+
* Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine
|
|
1339
|
+
* template.
|
|
1340
|
+
*/
|
|
1341
|
+
moRefId?: string;
|
|
1342
|
+
/** Gets or sets the inventory Item ID for the virtual machine template. */
|
|
1343
|
+
inventoryItemId?: string;
|
|
1344
|
+
/**
|
|
1345
|
+
* Gets or sets the vCenter Managed Object name for the virtual machine template.
|
|
1346
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1347
|
+
*/
|
|
1348
|
+
readonly moName?: string;
|
|
1349
|
+
/**
|
|
1350
|
+
* Gets or sets memory size in MBs for the template.
|
|
1351
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1352
|
+
*/
|
|
1353
|
+
readonly memorySizeMB?: number;
|
|
1354
|
+
/**
|
|
1355
|
+
* Gets or sets the number of vCPUs for the template.
|
|
1356
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1357
|
+
*/
|
|
1358
|
+
readonly numCPUs?: number;
|
|
1359
|
+
/**
|
|
1360
|
+
* Gets or sets the number of cores per socket for the template.
|
|
1361
|
+
* Defaults to 1 if unspecified.
|
|
1362
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1363
|
+
*/
|
|
1364
|
+
readonly numCoresPerSocket?: number;
|
|
1365
|
+
/**
|
|
1366
|
+
* Gets or sets the type of the os.
|
|
1367
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1368
|
+
*/
|
|
1369
|
+
readonly osType?: OsType;
|
|
1370
|
+
/**
|
|
1371
|
+
* Gets or sets os name.
|
|
1372
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1373
|
+
*/
|
|
1374
|
+
readonly osName?: string;
|
|
1375
|
+
/**
|
|
1376
|
+
* Gets or sets the folder path of the template.
|
|
1377
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1378
|
+
*/
|
|
1379
|
+
readonly folderPath?: string;
|
|
1380
|
+
/**
|
|
1381
|
+
* Gets or sets the network interfaces of the template.
|
|
1382
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1383
|
+
*/
|
|
1384
|
+
readonly networkInterfaces?: NetworkInterface[];
|
|
1385
|
+
/**
|
|
1386
|
+
* Gets or sets the disks the template.
|
|
1387
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1388
|
+
*/
|
|
1389
|
+
readonly disks?: VirtualDisk[];
|
|
1390
|
+
/**
|
|
1391
|
+
* Gets the name of the corresponding resource in Kubernetes.
|
|
1392
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1393
|
+
*/
|
|
1394
|
+
readonly customResourceName?: string;
|
|
1395
|
+
/**
|
|
1396
|
+
* Gets or sets the current version status of VMware Tools installed in the guest operating system.
|
|
1397
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1398
|
+
*/
|
|
1399
|
+
readonly toolsVersionStatus?: string;
|
|
1400
|
+
/**
|
|
1401
|
+
* Gets or sets the current version of VMware Tools.
|
|
1402
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1403
|
+
*/
|
|
1404
|
+
readonly toolsVersion?: string;
|
|
1405
|
+
/**
|
|
1406
|
+
* Firmware type
|
|
1407
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1408
|
+
*/
|
|
1409
|
+
readonly firmwareType?: FirmwareType;
|
|
1410
|
+
/**
|
|
1411
|
+
* The resource status information.
|
|
1412
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1413
|
+
*/
|
|
1414
|
+
readonly statuses?: ResourceStatus[];
|
|
1415
|
+
/**
|
|
1416
|
+
* Gets or sets the provisioning state.
|
|
1417
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1418
|
+
*/
|
|
1419
|
+
readonly provisioningState?: string;
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
/** List of VirtualMachineTemplates. */
|
|
1423
|
+
export interface VirtualMachineTemplatesList {
|
|
1424
|
+
/** Url to follow for getting next page of VirtualMachineTemplates. */
|
|
1425
|
+
nextLink?: string;
|
|
1426
|
+
/** Array of VirtualMachineTemplates */
|
|
1427
|
+
value: VirtualMachineTemplate[];
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
/** Define the virtualNetwork. */
|
|
1431
|
+
export interface VirtualNetwork {
|
|
1432
|
+
/** Gets or sets the location. */
|
|
1433
|
+
location: string;
|
|
1434
|
+
/** Gets or sets the extended location. */
|
|
1435
|
+
extendedLocation?: ExtendedLocation;
|
|
1436
|
+
/**
|
|
1437
|
+
* The system data.
|
|
1438
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1439
|
+
*/
|
|
1440
|
+
readonly systemData?: SystemData;
|
|
1441
|
+
/** Gets or sets the Resource tags. */
|
|
1442
|
+
tags?: { [propertyName: string]: string };
|
|
1443
|
+
/**
|
|
1444
|
+
* Gets or sets the name.
|
|
1445
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1446
|
+
*/
|
|
1447
|
+
readonly name?: string;
|
|
1448
|
+
/**
|
|
1449
|
+
* Gets or sets the Id.
|
|
1450
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1451
|
+
*/
|
|
1452
|
+
readonly id?: string;
|
|
1453
|
+
/**
|
|
1454
|
+
* Gets or sets the type of the resource.
|
|
1455
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1456
|
+
*/
|
|
1457
|
+
readonly type?: string;
|
|
1458
|
+
/** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
|
|
1459
|
+
kind?: string;
|
|
1460
|
+
/**
|
|
1461
|
+
* Gets or sets a unique identifier for this resource.
|
|
1462
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1463
|
+
*/
|
|
1464
|
+
readonly uuid?: string;
|
|
1465
|
+
/** Gets or sets the ARM Id of the vCenter resource in which this template resides. */
|
|
1466
|
+
vCenterId?: string;
|
|
1467
|
+
/** Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual network. */
|
|
1468
|
+
moRefId?: string;
|
|
1469
|
+
/** Gets or sets the inventory Item ID for the virtual network. */
|
|
1470
|
+
inventoryItemId?: string;
|
|
1471
|
+
/**
|
|
1472
|
+
* Gets or sets the vCenter Managed Object name for the virtual network.
|
|
1473
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1474
|
+
*/
|
|
1475
|
+
readonly moName?: string;
|
|
1476
|
+
/**
|
|
1477
|
+
* Gets the name of the corresponding resource in Kubernetes.
|
|
1478
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1479
|
+
*/
|
|
1480
|
+
readonly customResourceName?: string;
|
|
1481
|
+
/**
|
|
1482
|
+
* The resource status information.
|
|
1483
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1484
|
+
*/
|
|
1485
|
+
readonly statuses?: ResourceStatus[];
|
|
1486
|
+
/**
|
|
1487
|
+
* Gets or sets the provisioning state.
|
|
1488
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1489
|
+
*/
|
|
1490
|
+
readonly provisioningState?: string;
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1493
|
+
/** List of VirtualNetworks. */
|
|
1494
|
+
export interface VirtualNetworksList {
|
|
1495
|
+
/** Url to follow for getting next page of VirtualNetworks. */
|
|
1496
|
+
nextLink?: string;
|
|
1497
|
+
/** Array of VirtualNetworks */
|
|
1498
|
+
value: VirtualNetwork[];
|
|
1499
|
+
}
|
|
1500
|
+
|
|
1501
|
+
/** Defines the resource properties. */
|
|
1502
|
+
export interface InventoryItemProperties {
|
|
1503
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1504
|
+
inventoryType:
|
|
1505
|
+
| "ResourcePool"
|
|
1506
|
+
| "VirtualMachine"
|
|
1507
|
+
| "VirtualMachineTemplate"
|
|
1508
|
+
| "VirtualNetwork"
|
|
1509
|
+
| "Cluster"
|
|
1510
|
+
| "Datastore"
|
|
1511
|
+
| "Host";
|
|
1512
|
+
/** Gets or sets the tracked resource id corresponding to the inventory resource. */
|
|
1513
|
+
managedResourceId?: string;
|
|
1514
|
+
/** Gets or sets the MoRef (Managed Object Reference) ID for the inventory item. */
|
|
1515
|
+
moRefId?: string;
|
|
1516
|
+
/** Gets or sets the vCenter Managed Object name for the inventory item. */
|
|
1517
|
+
moName?: string;
|
|
1518
|
+
/**
|
|
1519
|
+
* Gets or sets the provisioning state.
|
|
1520
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1521
|
+
*/
|
|
1522
|
+
readonly provisioningState?: string;
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1525
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
1526
|
+
export interface Resource {
|
|
1527
|
+
/**
|
|
1528
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
1529
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1530
|
+
*/
|
|
1531
|
+
readonly id?: string;
|
|
1532
|
+
/**
|
|
1533
|
+
* The name of the resource
|
|
1534
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1535
|
+
*/
|
|
1536
|
+
readonly name?: string;
|
|
1537
|
+
/**
|
|
1538
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
1539
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1540
|
+
*/
|
|
1541
|
+
readonly type?: string;
|
|
1542
|
+
}
|
|
1543
|
+
|
|
1544
|
+
/** List of InventoryItems. */
|
|
1545
|
+
export interface InventoryItemsList {
|
|
1546
|
+
/** Url to follow for getting next page of InventoryItems. */
|
|
1547
|
+
nextLink?: string;
|
|
1548
|
+
/** Array of InventoryItems */
|
|
1549
|
+
value: InventoryItem[];
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
/** List of HybridIdentityMetadata. */
|
|
1553
|
+
export interface HybridIdentityMetadataList {
|
|
1554
|
+
/** Url to follow for getting next page of HybridIdentityMetadata. */
|
|
1555
|
+
nextLink?: string;
|
|
1556
|
+
/** Array of HybridIdentityMetadata */
|
|
1557
|
+
value: HybridIdentityMetadata[];
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
/** Describes a Machine Extension. */
|
|
1561
|
+
export interface MachineExtension {
|
|
1562
|
+
/** Gets or sets the location. */
|
|
1563
|
+
location?: string;
|
|
1564
|
+
/**
|
|
1565
|
+
* The system data.
|
|
1566
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1567
|
+
*/
|
|
1568
|
+
readonly systemData?: SystemData;
|
|
1569
|
+
/** Gets or sets the Resource tags. */
|
|
1570
|
+
tags?: { [propertyName: string]: string };
|
|
1571
|
+
/**
|
|
1572
|
+
* Gets or sets the name.
|
|
1573
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1574
|
+
*/
|
|
1575
|
+
readonly name?: string;
|
|
1576
|
+
/**
|
|
1577
|
+
* Gets or sets the Id.
|
|
1578
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1579
|
+
*/
|
|
1580
|
+
readonly id?: string;
|
|
1581
|
+
/**
|
|
1582
|
+
* Gets or sets the type of the resource.
|
|
1583
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1584
|
+
*/
|
|
1585
|
+
readonly type?: string;
|
|
1586
|
+
/** How the extension handler should be forced to update even if the extension configuration has not changed. */
|
|
1587
|
+
forceUpdateTag?: string;
|
|
1588
|
+
/** The name of the extension handler publisher. */
|
|
1589
|
+
publisher?: string;
|
|
1590
|
+
/** Specifies the type of the extension; an example is "CustomScriptExtension". */
|
|
1591
|
+
typePropertiesType?: string;
|
|
1592
|
+
/** Specifies the version of the script handler. */
|
|
1593
|
+
typeHandlerVersion?: string;
|
|
1594
|
+
/** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */
|
|
1595
|
+
enableAutomaticUpgrade?: boolean;
|
|
1596
|
+
/** Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. */
|
|
1597
|
+
autoUpgradeMinorVersion?: boolean;
|
|
1598
|
+
/** Json formatted public settings for the extension. */
|
|
1599
|
+
settings?: Record<string, unknown>;
|
|
1600
|
+
/** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */
|
|
1601
|
+
protectedSettings?: Record<string, unknown>;
|
|
1602
|
+
/**
|
|
1603
|
+
* The provisioning state, which only appears in the response.
|
|
1604
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1605
|
+
*/
|
|
1606
|
+
readonly provisioningState?: string;
|
|
1607
|
+
/** The machine extension instance view. */
|
|
1608
|
+
instanceView?: MachineExtensionPropertiesInstanceView;
|
|
1609
|
+
}
|
|
1610
|
+
|
|
1611
|
+
/** Describes the Machine Extension Instance View. */
|
|
1612
|
+
export interface MachineExtensionInstanceView {
|
|
1613
|
+
/**
|
|
1614
|
+
* The machine extension name.
|
|
1615
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1616
|
+
*/
|
|
1617
|
+
readonly name?: string;
|
|
1618
|
+
/**
|
|
1619
|
+
* Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
1620
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1621
|
+
*/
|
|
1622
|
+
readonly type?: string;
|
|
1623
|
+
/**
|
|
1624
|
+
* Specifies the version of the script handler.
|
|
1625
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1626
|
+
*/
|
|
1627
|
+
readonly typeHandlerVersion?: string;
|
|
1628
|
+
/** Instance view status. */
|
|
1629
|
+
status?: MachineExtensionInstanceViewStatus;
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
/** Instance view status. */
|
|
1633
|
+
export interface MachineExtensionInstanceViewStatus {
|
|
1634
|
+
/**
|
|
1635
|
+
* The status code.
|
|
1636
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1637
|
+
*/
|
|
1638
|
+
readonly code?: string;
|
|
1639
|
+
/**
|
|
1640
|
+
* The level code.
|
|
1641
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1642
|
+
*/
|
|
1643
|
+
readonly level?: StatusLevelTypes;
|
|
1644
|
+
/**
|
|
1645
|
+
* The short localizable label for the status.
|
|
1646
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1647
|
+
*/
|
|
1648
|
+
readonly displayStatus?: string;
|
|
1649
|
+
/**
|
|
1650
|
+
* The detailed status message, including for alerts and error messages.
|
|
1651
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1652
|
+
*/
|
|
1653
|
+
readonly message?: string;
|
|
1654
|
+
/**
|
|
1655
|
+
* The time of the status.
|
|
1656
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1657
|
+
*/
|
|
1658
|
+
readonly time?: Date;
|
|
1659
|
+
}
|
|
1660
|
+
|
|
1661
|
+
/** Describes the Machine Extensions List Result. */
|
|
1662
|
+
export interface MachineExtensionsListResult {
|
|
1663
|
+
/** The list of extensions */
|
|
1664
|
+
value?: MachineExtension[];
|
|
1665
|
+
/** The uri to fetch the next page of machine extensions. Call ListNext() with this to fetch the next page of extensions. */
|
|
1666
|
+
nextLink?: string;
|
|
1667
|
+
}
|
|
1668
|
+
|
|
1669
|
+
/** Username / Password Credentials to connect to guest. */
|
|
1670
|
+
export interface GuestCredential {
|
|
1671
|
+
/** Gets or sets username to connect with the guest. */
|
|
1672
|
+
username?: string;
|
|
1673
|
+
/** Gets or sets the password to connect with the guest. */
|
|
1674
|
+
password?: string;
|
|
1675
|
+
}
|
|
1676
|
+
|
|
1677
|
+
/** HTTP Proxy configuration for the VM. */
|
|
1678
|
+
export interface HttpProxyConfiguration {
|
|
1679
|
+
/** Gets or sets httpsProxy url. */
|
|
1680
|
+
httpsProxy?: string;
|
|
1681
|
+
}
|
|
1682
|
+
|
|
1683
|
+
/** List of GuestAgent. */
|
|
1684
|
+
export interface GuestAgentList {
|
|
1685
|
+
/** Url to follow for getting next page of GuestAgent. */
|
|
1686
|
+
nextLink?: string;
|
|
1687
|
+
/** Array of GuestAgent */
|
|
1688
|
+
value: GuestAgent[];
|
|
1689
|
+
}
|
|
1690
|
+
|
|
1691
|
+
/** Condition defines an extension to status. */
|
|
1692
|
+
export interface Condition {
|
|
1693
|
+
/**
|
|
1694
|
+
* Status of the condition.
|
|
1695
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1696
|
+
*/
|
|
1697
|
+
readonly status?: string;
|
|
1698
|
+
/**
|
|
1699
|
+
* The reason for the condition's status.
|
|
1700
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1701
|
+
*/
|
|
1702
|
+
readonly reason?: string;
|
|
1703
|
+
/**
|
|
1704
|
+
* A human readable message indicating details about the status.
|
|
1705
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1706
|
+
*/
|
|
1707
|
+
readonly message?: string;
|
|
1708
|
+
/**
|
|
1709
|
+
* Severity with which to treat failures of this type of condition.
|
|
1710
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1711
|
+
*/
|
|
1712
|
+
readonly severity?: string;
|
|
1713
|
+
}
|
|
1714
|
+
|
|
1715
|
+
/** Defines the resource properties. */
|
|
1716
|
+
export interface InventoryItemDetails {
|
|
1717
|
+
/** Gets or sets the inventory Item ID for the resource. */
|
|
1718
|
+
inventoryItemId?: string;
|
|
1719
|
+
/** Gets or sets the vCenter Managed Object name for the resource. */
|
|
1720
|
+
moName?: string;
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1723
|
+
/** Describes a Machine Extension Update. */
|
|
1724
|
+
export interface MachineExtensionUpdate extends ResourcePatch {
|
|
1725
|
+
/** How the extension handler should be forced to update even if the extension configuration has not changed. */
|
|
1726
|
+
forceUpdateTag?: string;
|
|
1727
|
+
/** The name of the extension handler publisher. */
|
|
1728
|
+
publisher?: string;
|
|
1729
|
+
/** Specifies the type of the extension; an example is "CustomScriptExtension". */
|
|
1730
|
+
type?: string;
|
|
1731
|
+
/** Specifies the version of the script handler. */
|
|
1732
|
+
typeHandlerVersion?: string;
|
|
1733
|
+
/** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */
|
|
1734
|
+
enableAutomaticUpgrade?: boolean;
|
|
1735
|
+
/** Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. */
|
|
1736
|
+
autoUpgradeMinorVersion?: boolean;
|
|
1737
|
+
/** Json formatted public settings for the extension. */
|
|
1738
|
+
settings?: Record<string, unknown>;
|
|
1739
|
+
/** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */
|
|
1740
|
+
protectedSettings?: Record<string, unknown>;
|
|
1741
|
+
}
|
|
1742
|
+
|
|
1743
|
+
/** The resource pool inventory item. */
|
|
1744
|
+
export interface ResourcePoolInventoryItem extends InventoryItemProperties {
|
|
1745
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1746
|
+
inventoryType: "ResourcePool";
|
|
1747
|
+
/** Parent resourcePool inventory resource details. */
|
|
1748
|
+
parent?: InventoryItemDetails;
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
/** The VM inventory item. */
|
|
1752
|
+
export interface VirtualMachineInventoryItem extends InventoryItemProperties {
|
|
1753
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1754
|
+
inventoryType: "VirtualMachine";
|
|
1755
|
+
/** Gets or sets the type of the os. */
|
|
1756
|
+
osType?: OsType;
|
|
1757
|
+
/** Gets or sets os name. */
|
|
1758
|
+
osName?: string;
|
|
1759
|
+
/** Gets or sets the nic ip addresses. */
|
|
1760
|
+
ipAddresses?: string[];
|
|
1761
|
+
/** Gets or sets the folder path of the vm. */
|
|
1762
|
+
folderPath?: string;
|
|
1763
|
+
/** Host inventory resource details. */
|
|
1764
|
+
host?: InventoryItemDetails;
|
|
1765
|
+
/** ResourcePool inventory resource details. */
|
|
1766
|
+
resourcePool?: InventoryItemDetails;
|
|
1767
|
+
/** Gets or sets the instance uuid of the vm. */
|
|
1768
|
+
instanceUuid?: string;
|
|
1769
|
+
/** Gets or sets the SMBIOS UUID of the vm. */
|
|
1770
|
+
smbiosUuid?: string;
|
|
1771
|
+
/**
|
|
1772
|
+
* Gets the power state of the virtual machine.
|
|
1773
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1774
|
+
*/
|
|
1775
|
+
readonly powerState?: string;
|
|
1776
|
+
/**
|
|
1777
|
+
* Gets or sets the current running status of VMware Tools running in the guest operating system.
|
|
1778
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1779
|
+
*/
|
|
1780
|
+
readonly toolsRunningStatus?: string;
|
|
1781
|
+
/**
|
|
1782
|
+
* Gets or sets the current version status of VMware Tools installed in the guest operating system.
|
|
1783
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1784
|
+
*/
|
|
1785
|
+
readonly toolsVersionStatus?: string;
|
|
1786
|
+
/**
|
|
1787
|
+
* Gets or sets the current version of VMware Tools.
|
|
1788
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1789
|
+
*/
|
|
1790
|
+
readonly toolsVersion?: string;
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
/** The VM Template inventory item. */
|
|
1794
|
+
export interface VirtualMachineTemplateInventoryItem
|
|
1795
|
+
extends InventoryItemProperties {
|
|
1796
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1797
|
+
inventoryType: "VirtualMachineTemplate";
|
|
1798
|
+
/** Gets or sets memory size in MBs for the template. */
|
|
1799
|
+
memorySizeMB?: number;
|
|
1800
|
+
/** Gets or sets the number of vCPUs for the template. */
|
|
1801
|
+
numCPUs?: number;
|
|
1802
|
+
/**
|
|
1803
|
+
* Gets or sets the number of cores per socket for the template.
|
|
1804
|
+
* Defaults to 1 if unspecified.
|
|
1805
|
+
*/
|
|
1806
|
+
numCoresPerSocket?: number;
|
|
1807
|
+
/** Gets or sets the type of the os. */
|
|
1808
|
+
osType?: OsType;
|
|
1809
|
+
/** Gets or sets os name. */
|
|
1810
|
+
osName?: string;
|
|
1811
|
+
/** Gets or sets the folder path of the template. */
|
|
1812
|
+
folderPath?: string;
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
/** The Virtual network inventory item. */
|
|
1816
|
+
export interface VirtualNetworkInventoryItem extends InventoryItemProperties {
|
|
1817
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1818
|
+
inventoryType: "VirtualNetwork";
|
|
1819
|
+
}
|
|
1820
|
+
|
|
1821
|
+
/** The cluster inventory item. */
|
|
1822
|
+
export interface ClusterInventoryItem extends InventoryItemProperties {
|
|
1823
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1824
|
+
inventoryType: "Cluster";
|
|
1825
|
+
}
|
|
1826
|
+
|
|
1827
|
+
/** The datastore inventory item. */
|
|
1828
|
+
export interface DatastoreInventoryItem extends InventoryItemProperties {
|
|
1829
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1830
|
+
inventoryType: "Datastore";
|
|
1831
|
+
/** Gets or sets Maximum capacity of this datastore, in GBs. */
|
|
1832
|
+
capacityGB?: number;
|
|
1833
|
+
/** Gets or sets Available space of this datastore, in GBs. */
|
|
1834
|
+
freeSpaceGB?: number;
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
/** The host inventory item. */
|
|
1838
|
+
export interface HostInventoryItem extends InventoryItemProperties {
|
|
1839
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1840
|
+
inventoryType: "Host";
|
|
1841
|
+
/** Parent host inventory resource details. */
|
|
1842
|
+
parent?: InventoryItemDetails;
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1845
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1846
|
+
export interface ProxyResource extends Resource {}
|
|
1847
|
+
|
|
1848
|
+
/** The machine extension instance view. */
|
|
1849
|
+
export interface MachineExtensionPropertiesInstanceView
|
|
1850
|
+
extends MachineExtensionInstanceView {}
|
|
1851
|
+
|
|
1852
|
+
/** Defines the inventory item. */
|
|
1853
|
+
export interface InventoryItem extends ProxyResource {
|
|
1854
|
+
/**
|
|
1855
|
+
* The system data.
|
|
1856
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1857
|
+
*/
|
|
1858
|
+
readonly systemData?: SystemData;
|
|
1859
|
+
/** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
|
|
1860
|
+
kind?: string;
|
|
1861
|
+
/** They inventory type. */
|
|
1862
|
+
inventoryType: InventoryType;
|
|
1863
|
+
/** Gets or sets the tracked resource id corresponding to the inventory resource. */
|
|
1864
|
+
managedResourceId?: string;
|
|
1865
|
+
/** Gets or sets the MoRef (Managed Object Reference) ID for the inventory item. */
|
|
1866
|
+
moRefId?: string;
|
|
1867
|
+
/** Gets or sets the vCenter Managed Object name for the inventory item. */
|
|
1868
|
+
moName?: string;
|
|
1869
|
+
/**
|
|
1870
|
+
* Gets or sets the provisioning state.
|
|
1871
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1872
|
+
*/
|
|
1873
|
+
readonly provisioningState?: string;
|
|
1874
|
+
}
|
|
1875
|
+
|
|
1876
|
+
/** Defines the HybridIdentityMetadata. */
|
|
1877
|
+
export interface HybridIdentityMetadata extends ProxyResource {
|
|
1878
|
+
/**
|
|
1879
|
+
* The system data.
|
|
1880
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1881
|
+
*/
|
|
1882
|
+
readonly systemData?: SystemData;
|
|
1883
|
+
/** Gets or sets the Vm Id. */
|
|
1884
|
+
vmId?: string;
|
|
1885
|
+
/** Gets or sets the Public Key. */
|
|
1886
|
+
publicKey?: string;
|
|
1887
|
+
/**
|
|
1888
|
+
* The identity of the resource.
|
|
1889
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1890
|
+
*/
|
|
1891
|
+
readonly identity?: Identity;
|
|
1892
|
+
/**
|
|
1893
|
+
* Gets or sets the provisioning state.
|
|
1894
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1895
|
+
*/
|
|
1896
|
+
readonly provisioningState?: string;
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1899
|
+
/** Defines the GuestAgent. */
|
|
1900
|
+
export interface GuestAgent extends ProxyResource {
|
|
1901
|
+
/**
|
|
1902
|
+
* The system data.
|
|
1903
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1904
|
+
*/
|
|
1905
|
+
readonly systemData?: SystemData;
|
|
1906
|
+
/**
|
|
1907
|
+
* Gets or sets a unique identifier for this resource.
|
|
1908
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1909
|
+
*/
|
|
1910
|
+
readonly uuid?: string;
|
|
1911
|
+
/** Username / Password Credentials to provision guest agent. */
|
|
1912
|
+
credentials?: GuestCredential;
|
|
1913
|
+
/** HTTP Proxy configuration for the VM. */
|
|
1914
|
+
httpProxyConfig?: HttpProxyConfiguration;
|
|
1915
|
+
/** Gets or sets the guest agent provisioning action. */
|
|
1916
|
+
provisioningAction?: ProvisioningAction;
|
|
1917
|
+
/**
|
|
1918
|
+
* Gets or sets the guest agent status.
|
|
1919
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1920
|
+
*/
|
|
1921
|
+
readonly status?: string;
|
|
1922
|
+
/**
|
|
1923
|
+
* Gets the name of the corresponding resource in Kubernetes.
|
|
1924
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1925
|
+
*/
|
|
1926
|
+
readonly customResourceName?: string;
|
|
1927
|
+
/**
|
|
1928
|
+
* The resource status information.
|
|
1929
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1930
|
+
*/
|
|
1931
|
+
readonly statuses?: ResourceStatus[];
|
|
1932
|
+
/**
|
|
1933
|
+
* Gets or sets the provisioning state.
|
|
1934
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1935
|
+
*/
|
|
1936
|
+
readonly provisioningState?: string;
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1939
|
+
/** Known values of {@link PatchOperationStatus} that the service accepts. */
|
|
1940
|
+
export enum KnownPatchOperationStatus {
|
|
1941
|
+
/** Unknown */
|
|
1942
|
+
Unknown = "Unknown",
|
|
1943
|
+
/** InProgress */
|
|
1944
|
+
InProgress = "InProgress",
|
|
1945
|
+
/** Failed */
|
|
1946
|
+
Failed = "Failed",
|
|
1947
|
+
/** Succeeded */
|
|
1948
|
+
Succeeded = "Succeeded",
|
|
1949
|
+
/** CompletedWithWarnings */
|
|
1950
|
+
CompletedWithWarnings = "CompletedWithWarnings"
|
|
1951
|
+
}
|
|
1952
|
+
|
|
1953
|
+
/**
|
|
1954
|
+
* Defines values for PatchOperationStatus. \
|
|
1955
|
+
* {@link KnownPatchOperationStatus} can be used interchangeably with PatchOperationStatus,
|
|
1956
|
+
* this enum contains the known values that the service supports.
|
|
1957
|
+
* ### Known values supported by the service
|
|
1958
|
+
* **Unknown** \
|
|
1959
|
+
* **InProgress** \
|
|
1960
|
+
* **Failed** \
|
|
1961
|
+
* **Succeeded** \
|
|
1962
|
+
* **CompletedWithWarnings**
|
|
1963
|
+
*/
|
|
1964
|
+
export type PatchOperationStatus = string;
|
|
1965
|
+
|
|
1966
|
+
/** Known values of {@link PatchOperationStartedBy} that the service accepts. */
|
|
1967
|
+
export enum KnownPatchOperationStartedBy {
|
|
1968
|
+
/** User */
|
|
1969
|
+
User = "User",
|
|
1970
|
+
/** Platform */
|
|
1971
|
+
Platform = "Platform"
|
|
1972
|
+
}
|
|
1973
|
+
|
|
1974
|
+
/**
|
|
1975
|
+
* Defines values for PatchOperationStartedBy. \
|
|
1976
|
+
* {@link KnownPatchOperationStartedBy} can be used interchangeably with PatchOperationStartedBy,
|
|
1977
|
+
* this enum contains the known values that the service supports.
|
|
1978
|
+
* ### Known values supported by the service
|
|
1979
|
+
* **User** \
|
|
1980
|
+
* **Platform**
|
|
1981
|
+
*/
|
|
1982
|
+
export type PatchOperationStartedBy = string;
|
|
1983
|
+
|
|
1984
|
+
/** Known values of {@link PatchServiceUsed} that the service accepts. */
|
|
1985
|
+
export enum KnownPatchServiceUsed {
|
|
1986
|
+
/** Unknown */
|
|
1987
|
+
Unknown = "Unknown",
|
|
1988
|
+
/** WU */
|
|
1989
|
+
WU = "WU",
|
|
1990
|
+
/** WUWsus */
|
|
1991
|
+
WUWsus = "WU_WSUS",
|
|
1992
|
+
/** YUM */
|
|
1993
|
+
YUM = "YUM",
|
|
1994
|
+
/** APT */
|
|
1995
|
+
APT = "APT",
|
|
1996
|
+
/** Zypper */
|
|
1997
|
+
Zypper = "Zypper"
|
|
1998
|
+
}
|
|
1999
|
+
|
|
2000
|
+
/**
|
|
2001
|
+
* Defines values for PatchServiceUsed. \
|
|
2002
|
+
* {@link KnownPatchServiceUsed} can be used interchangeably with PatchServiceUsed,
|
|
2003
|
+
* this enum contains the known values that the service supports.
|
|
2004
|
+
* ### Known values supported by the service
|
|
2005
|
+
* **Unknown** \
|
|
2006
|
+
* **WU** \
|
|
2007
|
+
* **WU_WSUS** \
|
|
2008
|
+
* **YUM** \
|
|
2009
|
+
* **APT** \
|
|
2010
|
+
* **Zypper**
|
|
2011
|
+
*/
|
|
2012
|
+
export type PatchServiceUsed = string;
|
|
2013
|
+
|
|
2014
|
+
/** Known values of {@link OsTypeUM} that the service accepts. */
|
|
2015
|
+
export enum KnownOsTypeUM {
|
|
2016
|
+
/** Windows */
|
|
2017
|
+
Windows = "Windows",
|
|
2018
|
+
/** Linux */
|
|
2019
|
+
Linux = "Linux"
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
/**
|
|
2023
|
+
* Defines values for OsTypeUM. \
|
|
2024
|
+
* {@link KnownOsTypeUM} can be used interchangeably with OsTypeUM,
|
|
2025
|
+
* this enum contains the known values that the service supports.
|
|
2026
|
+
* ### Known values supported by the service
|
|
2027
|
+
* **Windows** \
|
|
2028
|
+
* **Linux**
|
|
2029
|
+
*/
|
|
2030
|
+
export type OsTypeUM = string;
|
|
2031
|
+
|
|
2032
|
+
/** Known values of {@link VMGuestPatchRebootSetting} that the service accepts. */
|
|
2033
|
+
export enum KnownVMGuestPatchRebootSetting {
|
|
2034
|
+
/** IfRequired */
|
|
2035
|
+
IfRequired = "IfRequired",
|
|
2036
|
+
/** Never */
|
|
2037
|
+
Never = "Never",
|
|
2038
|
+
/** Always */
|
|
2039
|
+
Always = "Always"
|
|
2040
|
+
}
|
|
2041
|
+
|
|
2042
|
+
/**
|
|
2043
|
+
* Defines values for VMGuestPatchRebootSetting. \
|
|
2044
|
+
* {@link KnownVMGuestPatchRebootSetting} can be used interchangeably with VMGuestPatchRebootSetting,
|
|
2045
|
+
* this enum contains the known values that the service supports.
|
|
2046
|
+
* ### Known values supported by the service
|
|
2047
|
+
* **IfRequired** \
|
|
2048
|
+
* **Never** \
|
|
2049
|
+
* **Always**
|
|
2050
|
+
*/
|
|
2051
|
+
export type VMGuestPatchRebootSetting = string;
|
|
2052
|
+
|
|
2053
|
+
/** Known values of {@link VMGuestPatchClassificationWindows} that the service accepts. */
|
|
2054
|
+
export enum KnownVMGuestPatchClassificationWindows {
|
|
2055
|
+
/** Critical */
|
|
2056
|
+
Critical = "Critical",
|
|
2057
|
+
/** Security */
|
|
2058
|
+
Security = "Security",
|
|
2059
|
+
/** UpdateRollUp */
|
|
2060
|
+
UpdateRollUp = "UpdateRollUp",
|
|
2061
|
+
/** FeaturePack */
|
|
2062
|
+
FeaturePack = "FeaturePack",
|
|
2063
|
+
/** ServicePack */
|
|
2064
|
+
ServicePack = "ServicePack",
|
|
2065
|
+
/** Definition */
|
|
2066
|
+
Definition = "Definition",
|
|
2067
|
+
/** Tools */
|
|
2068
|
+
Tools = "Tools",
|
|
2069
|
+
/** Updates */
|
|
2070
|
+
Updates = "Updates"
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2073
|
+
/**
|
|
2074
|
+
* Defines values for VMGuestPatchClassificationWindows. \
|
|
2075
|
+
* {@link KnownVMGuestPatchClassificationWindows} can be used interchangeably with VMGuestPatchClassificationWindows,
|
|
2076
|
+
* this enum contains the known values that the service supports.
|
|
2077
|
+
* ### Known values supported by the service
|
|
2078
|
+
* **Critical** \
|
|
2079
|
+
* **Security** \
|
|
2080
|
+
* **UpdateRollUp** \
|
|
2081
|
+
* **FeaturePack** \
|
|
2082
|
+
* **ServicePack** \
|
|
2083
|
+
* **Definition** \
|
|
2084
|
+
* **Tools** \
|
|
2085
|
+
* **Updates**
|
|
2086
|
+
*/
|
|
2087
|
+
export type VMGuestPatchClassificationWindows = string;
|
|
2088
|
+
|
|
2089
|
+
/** Known values of {@link VMGuestPatchClassificationLinux} that the service accepts. */
|
|
2090
|
+
export enum KnownVMGuestPatchClassificationLinux {
|
|
2091
|
+
/** Critical */
|
|
2092
|
+
Critical = "Critical",
|
|
2093
|
+
/** Security */
|
|
2094
|
+
Security = "Security",
|
|
2095
|
+
/** Other */
|
|
2096
|
+
Other = "Other"
|
|
2097
|
+
}
|
|
2098
|
+
|
|
2099
|
+
/**
|
|
2100
|
+
* Defines values for VMGuestPatchClassificationLinux. \
|
|
2101
|
+
* {@link KnownVMGuestPatchClassificationLinux} can be used interchangeably with VMGuestPatchClassificationLinux,
|
|
2102
|
+
* this enum contains the known values that the service supports.
|
|
2103
|
+
* ### Known values supported by the service
|
|
2104
|
+
* **Critical** \
|
|
2105
|
+
* **Security** \
|
|
2106
|
+
* **Other**
|
|
2107
|
+
*/
|
|
2108
|
+
export type VMGuestPatchClassificationLinux = string;
|
|
2109
|
+
|
|
2110
|
+
/** Known values of {@link VMGuestPatchRebootStatus} that the service accepts. */
|
|
2111
|
+
export enum KnownVMGuestPatchRebootStatus {
|
|
2112
|
+
/** Unknown */
|
|
2113
|
+
Unknown = "Unknown",
|
|
2114
|
+
/** NotNeeded */
|
|
2115
|
+
NotNeeded = "NotNeeded",
|
|
2116
|
+
/** Required */
|
|
2117
|
+
Required = "Required",
|
|
2118
|
+
/** Started */
|
|
2119
|
+
Started = "Started",
|
|
2120
|
+
/** Failed */
|
|
2121
|
+
Failed = "Failed",
|
|
2122
|
+
/** Completed */
|
|
2123
|
+
Completed = "Completed"
|
|
2124
|
+
}
|
|
2125
|
+
|
|
2126
|
+
/**
|
|
2127
|
+
* Defines values for VMGuestPatchRebootStatus. \
|
|
2128
|
+
* {@link KnownVMGuestPatchRebootStatus} can be used interchangeably with VMGuestPatchRebootStatus,
|
|
2129
|
+
* this enum contains the known values that the service supports.
|
|
2130
|
+
* ### Known values supported by the service
|
|
2131
|
+
* **Unknown** \
|
|
2132
|
+
* **NotNeeded** \
|
|
2133
|
+
* **Required** \
|
|
2134
|
+
* **Started** \
|
|
2135
|
+
* **Failed** \
|
|
2136
|
+
* **Completed**
|
|
2137
|
+
*/
|
|
2138
|
+
export type VMGuestPatchRebootStatus = string;
|
|
2139
|
+
|
|
2140
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
2141
|
+
export enum KnownCreatedByType {
|
|
2142
|
+
/** User */
|
|
2143
|
+
User = "User",
|
|
2144
|
+
/** Application */
|
|
2145
|
+
Application = "Application",
|
|
2146
|
+
/** ManagedIdentity */
|
|
2147
|
+
ManagedIdentity = "ManagedIdentity",
|
|
2148
|
+
/** Key */
|
|
2149
|
+
Key = "Key"
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2152
|
+
/**
|
|
2153
|
+
* Defines values for CreatedByType. \
|
|
2154
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
2155
|
+
* this enum contains the known values that the service supports.
|
|
2156
|
+
* ### Known values supported by the service
|
|
2157
|
+
* **User** \
|
|
2158
|
+
* **Application** \
|
|
2159
|
+
* **ManagedIdentity** \
|
|
2160
|
+
* **Key**
|
|
2161
|
+
*/
|
|
2162
|
+
export type CreatedByType = string;
|
|
2163
|
+
|
|
2164
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
2165
|
+
export enum KnownProvisioningState {
|
|
2166
|
+
/** Succeeded */
|
|
2167
|
+
Succeeded = "Succeeded",
|
|
2168
|
+
/** Failed */
|
|
2169
|
+
Failed = "Failed",
|
|
2170
|
+
/** Canceled */
|
|
2171
|
+
Canceled = "Canceled",
|
|
2172
|
+
/** Provisioning */
|
|
2173
|
+
Provisioning = "Provisioning",
|
|
2174
|
+
/** Updating */
|
|
2175
|
+
Updating = "Updating",
|
|
2176
|
+
/** Deleting */
|
|
2177
|
+
Deleting = "Deleting",
|
|
2178
|
+
/** Accepted */
|
|
2179
|
+
Accepted = "Accepted",
|
|
2180
|
+
/** Created */
|
|
2181
|
+
Created = "Created"
|
|
2182
|
+
}
|
|
2183
|
+
|
|
2184
|
+
/**
|
|
2185
|
+
* Defines values for ProvisioningState. \
|
|
2186
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
2187
|
+
* this enum contains the known values that the service supports.
|
|
2188
|
+
* ### Known values supported by the service
|
|
2189
|
+
* **Succeeded** \
|
|
2190
|
+
* **Failed** \
|
|
2191
|
+
* **Canceled** \
|
|
2192
|
+
* **Provisioning** \
|
|
2193
|
+
* **Updating** \
|
|
2194
|
+
* **Deleting** \
|
|
2195
|
+
* **Accepted** \
|
|
2196
|
+
* **Created**
|
|
2197
|
+
*/
|
|
2198
|
+
export type ProvisioningState = string;
|
|
2199
|
+
|
|
2200
|
+
/** Known values of {@link OsType} that the service accepts. */
|
|
2201
|
+
export enum KnownOsType {
|
|
2202
|
+
/** Windows */
|
|
2203
|
+
Windows = "Windows",
|
|
2204
|
+
/** Linux */
|
|
2205
|
+
Linux = "Linux",
|
|
2206
|
+
/** Other */
|
|
2207
|
+
Other = "Other"
|
|
2208
|
+
}
|
|
2209
|
+
|
|
2210
|
+
/**
|
|
2211
|
+
* Defines values for OsType. \
|
|
2212
|
+
* {@link KnownOsType} can be used interchangeably with OsType,
|
|
2213
|
+
* this enum contains the known values that the service supports.
|
|
2214
|
+
* ### Known values supported by the service
|
|
2215
|
+
* **Windows** \
|
|
2216
|
+
* **Linux** \
|
|
2217
|
+
* **Other**
|
|
2218
|
+
*/
|
|
2219
|
+
export type OsType = string;
|
|
2220
|
+
|
|
2221
|
+
/** Known values of {@link NICType} that the service accepts. */
|
|
2222
|
+
export enum KnownNICType {
|
|
2223
|
+
/** Vmxnet3 */
|
|
2224
|
+
Vmxnet3 = "vmxnet3",
|
|
2225
|
+
/** Vmxnet2 */
|
|
2226
|
+
Vmxnet2 = "vmxnet2",
|
|
2227
|
+
/** Vmxnet */
|
|
2228
|
+
Vmxnet = "vmxnet",
|
|
2229
|
+
/** E1000 */
|
|
2230
|
+
E1000 = "e1000",
|
|
2231
|
+
/** E1000E */
|
|
2232
|
+
E1000E = "e1000e",
|
|
2233
|
+
/** Pcnet32 */
|
|
2234
|
+
Pcnet32 = "pcnet32"
|
|
2235
|
+
}
|
|
2236
|
+
|
|
2237
|
+
/**
|
|
2238
|
+
* Defines values for NICType. \
|
|
2239
|
+
* {@link KnownNICType} can be used interchangeably with NICType,
|
|
2240
|
+
* this enum contains the known values that the service supports.
|
|
2241
|
+
* ### Known values supported by the service
|
|
2242
|
+
* **vmxnet3** \
|
|
2243
|
+
* **vmxnet2** \
|
|
2244
|
+
* **vmxnet** \
|
|
2245
|
+
* **e1000** \
|
|
2246
|
+
* **e1000e** \
|
|
2247
|
+
* **pcnet32**
|
|
2248
|
+
*/
|
|
2249
|
+
export type NICType = string;
|
|
2250
|
+
|
|
2251
|
+
/** Known values of {@link PowerOnBootOption} that the service accepts. */
|
|
2252
|
+
export enum KnownPowerOnBootOption {
|
|
2253
|
+
/** Enabled */
|
|
2254
|
+
Enabled = "enabled",
|
|
2255
|
+
/** Disabled */
|
|
2256
|
+
Disabled = "disabled"
|
|
2257
|
+
}
|
|
2258
|
+
|
|
2259
|
+
/**
|
|
2260
|
+
* Defines values for PowerOnBootOption. \
|
|
2261
|
+
* {@link KnownPowerOnBootOption} can be used interchangeably with PowerOnBootOption,
|
|
2262
|
+
* this enum contains the known values that the service supports.
|
|
2263
|
+
* ### Known values supported by the service
|
|
2264
|
+
* **enabled** \
|
|
2265
|
+
* **disabled**
|
|
2266
|
+
*/
|
|
2267
|
+
export type PowerOnBootOption = string;
|
|
2268
|
+
|
|
2269
|
+
/** Known values of {@link IPAddressAllocationMethod} that the service accepts. */
|
|
2270
|
+
export enum KnownIPAddressAllocationMethod {
|
|
2271
|
+
/** Unset */
|
|
2272
|
+
Unset = "unset",
|
|
2273
|
+
/** Dynamic */
|
|
2274
|
+
Dynamic = "dynamic",
|
|
2275
|
+
/** Static */
|
|
2276
|
+
Static = "static",
|
|
2277
|
+
/** Linklayer */
|
|
2278
|
+
Linklayer = "linklayer",
|
|
2279
|
+
/** Random */
|
|
2280
|
+
Random = "random",
|
|
2281
|
+
/** Other */
|
|
2282
|
+
Other = "other"
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2285
|
+
/**
|
|
2286
|
+
* Defines values for IPAddressAllocationMethod. \
|
|
2287
|
+
* {@link KnownIPAddressAllocationMethod} can be used interchangeably with IPAddressAllocationMethod,
|
|
2288
|
+
* this enum contains the known values that the service supports.
|
|
2289
|
+
* ### Known values supported by the service
|
|
2290
|
+
* **unset** \
|
|
2291
|
+
* **dynamic** \
|
|
2292
|
+
* **static** \
|
|
2293
|
+
* **linklayer** \
|
|
2294
|
+
* **random** \
|
|
2295
|
+
* **other**
|
|
2296
|
+
*/
|
|
2297
|
+
export type IPAddressAllocationMethod = string;
|
|
2298
|
+
|
|
2299
|
+
/** Known values of {@link DiskMode} that the service accepts. */
|
|
2300
|
+
export enum KnownDiskMode {
|
|
2301
|
+
/** Persistent */
|
|
2302
|
+
Persistent = "persistent",
|
|
2303
|
+
/** IndependentPersistent */
|
|
2304
|
+
IndependentPersistent = "independent_persistent",
|
|
2305
|
+
/** IndependentNonpersistent */
|
|
2306
|
+
IndependentNonpersistent = "independent_nonpersistent"
|
|
2307
|
+
}
|
|
2308
|
+
|
|
2309
|
+
/**
|
|
2310
|
+
* Defines values for DiskMode. \
|
|
2311
|
+
* {@link KnownDiskMode} can be used interchangeably with DiskMode,
|
|
2312
|
+
* this enum contains the known values that the service supports.
|
|
2313
|
+
* ### Known values supported by the service
|
|
2314
|
+
* **persistent** \
|
|
2315
|
+
* **independent_persistent** \
|
|
2316
|
+
* **independent_nonpersistent**
|
|
2317
|
+
*/
|
|
2318
|
+
export type DiskMode = string;
|
|
2319
|
+
|
|
2320
|
+
/** Known values of {@link DiskType} that the service accepts. */
|
|
2321
|
+
export enum KnownDiskType {
|
|
2322
|
+
/** Flat */
|
|
2323
|
+
Flat = "flat",
|
|
2324
|
+
/** Pmem */
|
|
2325
|
+
Pmem = "pmem",
|
|
2326
|
+
/** Rawphysical */
|
|
2327
|
+
Rawphysical = "rawphysical",
|
|
2328
|
+
/** Rawvirtual */
|
|
2329
|
+
Rawvirtual = "rawvirtual",
|
|
2330
|
+
/** Sparse */
|
|
2331
|
+
Sparse = "sparse",
|
|
2332
|
+
/** Sesparse */
|
|
2333
|
+
Sesparse = "sesparse",
|
|
2334
|
+
/** Unknown */
|
|
2335
|
+
Unknown = "unknown"
|
|
2336
|
+
}
|
|
2337
|
+
|
|
2338
|
+
/**
|
|
2339
|
+
* Defines values for DiskType. \
|
|
2340
|
+
* {@link KnownDiskType} can be used interchangeably with DiskType,
|
|
2341
|
+
* this enum contains the known values that the service supports.
|
|
2342
|
+
* ### Known values supported by the service
|
|
2343
|
+
* **flat** \
|
|
2344
|
+
* **pmem** \
|
|
2345
|
+
* **rawphysical** \
|
|
2346
|
+
* **rawvirtual** \
|
|
2347
|
+
* **sparse** \
|
|
2348
|
+
* **sesparse** \
|
|
2349
|
+
* **unknown**
|
|
2350
|
+
*/
|
|
2351
|
+
export type DiskType = string;
|
|
2352
|
+
|
|
2353
|
+
/** Known values of {@link ScsiControllerType} that the service accepts. */
|
|
2354
|
+
export enum KnownScsiControllerType {
|
|
2355
|
+
/** Lsilogic */
|
|
2356
|
+
Lsilogic = "lsilogic",
|
|
2357
|
+
/** Buslogic */
|
|
2358
|
+
Buslogic = "buslogic",
|
|
2359
|
+
/** Pvscsi */
|
|
2360
|
+
Pvscsi = "pvscsi",
|
|
2361
|
+
/** Lsilogicsas */
|
|
2362
|
+
Lsilogicsas = "lsilogicsas"
|
|
2363
|
+
}
|
|
2364
|
+
|
|
2365
|
+
/**
|
|
2366
|
+
* Defines values for ScsiControllerType. \
|
|
2367
|
+
* {@link KnownScsiControllerType} can be used interchangeably with ScsiControllerType,
|
|
2368
|
+
* this enum contains the known values that the service supports.
|
|
2369
|
+
* ### Known values supported by the service
|
|
2370
|
+
* **lsilogic** \
|
|
2371
|
+
* **buslogic** \
|
|
2372
|
+
* **pvscsi** \
|
|
2373
|
+
* **lsilogicsas**
|
|
2374
|
+
*/
|
|
2375
|
+
export type ScsiControllerType = string;
|
|
2376
|
+
|
|
2377
|
+
/** Known values of {@link VirtualScsiSharing} that the service accepts. */
|
|
2378
|
+
export enum KnownVirtualScsiSharing {
|
|
2379
|
+
/** NoSharing */
|
|
2380
|
+
NoSharing = "noSharing",
|
|
2381
|
+
/** PhysicalSharing */
|
|
2382
|
+
PhysicalSharing = "physicalSharing",
|
|
2383
|
+
/** VirtualSharing */
|
|
2384
|
+
VirtualSharing = "virtualSharing"
|
|
2385
|
+
}
|
|
2386
|
+
|
|
2387
|
+
/**
|
|
2388
|
+
* Defines values for VirtualScsiSharing. \
|
|
2389
|
+
* {@link KnownVirtualScsiSharing} can be used interchangeably with VirtualScsiSharing,
|
|
2390
|
+
* this enum contains the known values that the service supports.
|
|
2391
|
+
* ### Known values supported by the service
|
|
2392
|
+
* **noSharing** \
|
|
2393
|
+
* **physicalSharing** \
|
|
2394
|
+
* **virtualSharing**
|
|
2395
|
+
*/
|
|
2396
|
+
export type VirtualScsiSharing = string;
|
|
2397
|
+
|
|
2398
|
+
/** Known values of {@link StatusTypes} that the service accepts. */
|
|
2399
|
+
export enum KnownStatusTypes {
|
|
2400
|
+
/** Connected */
|
|
2401
|
+
Connected = "Connected",
|
|
2402
|
+
/** Disconnected */
|
|
2403
|
+
Disconnected = "Disconnected",
|
|
2404
|
+
/** Error */
|
|
2405
|
+
Error = "Error"
|
|
2406
|
+
}
|
|
2407
|
+
|
|
2408
|
+
/**
|
|
2409
|
+
* Defines values for StatusTypes. \
|
|
2410
|
+
* {@link KnownStatusTypes} can be used interchangeably with StatusTypes,
|
|
2411
|
+
* this enum contains the known values that the service supports.
|
|
2412
|
+
* ### Known values supported by the service
|
|
2413
|
+
* **Connected** \
|
|
2414
|
+
* **Disconnected** \
|
|
2415
|
+
* **Error**
|
|
2416
|
+
*/
|
|
2417
|
+
export type StatusTypes = string;
|
|
2418
|
+
|
|
2419
|
+
/** Known values of {@link FirmwareType} that the service accepts. */
|
|
2420
|
+
export enum KnownFirmwareType {
|
|
2421
|
+
/** Bios */
|
|
2422
|
+
Bios = "bios",
|
|
2423
|
+
/** Efi */
|
|
2424
|
+
Efi = "efi"
|
|
2425
|
+
}
|
|
2426
|
+
|
|
2427
|
+
/**
|
|
2428
|
+
* Defines values for FirmwareType. \
|
|
2429
|
+
* {@link KnownFirmwareType} can be used interchangeably with FirmwareType,
|
|
2430
|
+
* this enum contains the known values that the service supports.
|
|
2431
|
+
* ### Known values supported by the service
|
|
2432
|
+
* **bios** \
|
|
2433
|
+
* **efi**
|
|
2434
|
+
*/
|
|
2435
|
+
export type FirmwareType = string;
|
|
2436
|
+
|
|
2437
|
+
/** Known values of {@link IdentityType} that the service accepts. */
|
|
2438
|
+
export enum KnownIdentityType {
|
|
2439
|
+
/** None */
|
|
2440
|
+
None = "None",
|
|
2441
|
+
/** SystemAssigned */
|
|
2442
|
+
SystemAssigned = "SystemAssigned"
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
/**
|
|
2446
|
+
* Defines values for IdentityType. \
|
|
2447
|
+
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
2448
|
+
* this enum contains the known values that the service supports.
|
|
2449
|
+
* ### Known values supported by the service
|
|
2450
|
+
* **None** \
|
|
2451
|
+
* **SystemAssigned**
|
|
2452
|
+
*/
|
|
2453
|
+
export type IdentityType = string;
|
|
2454
|
+
|
|
2455
|
+
/** Known values of {@link InventoryType} that the service accepts. */
|
|
2456
|
+
export enum KnownInventoryType {
|
|
2457
|
+
/** ResourcePool */
|
|
2458
|
+
ResourcePool = "ResourcePool",
|
|
2459
|
+
/** VirtualMachine */
|
|
2460
|
+
VirtualMachine = "VirtualMachine",
|
|
2461
|
+
/** VirtualMachineTemplate */
|
|
2462
|
+
VirtualMachineTemplate = "VirtualMachineTemplate",
|
|
2463
|
+
/** VirtualNetwork */
|
|
2464
|
+
VirtualNetwork = "VirtualNetwork",
|
|
2465
|
+
/** Cluster */
|
|
2466
|
+
Cluster = "Cluster",
|
|
2467
|
+
/** Datastore */
|
|
2468
|
+
Datastore = "Datastore",
|
|
2469
|
+
/** Host */
|
|
2470
|
+
Host = "Host"
|
|
2471
|
+
}
|
|
2472
|
+
|
|
2473
|
+
/**
|
|
2474
|
+
* Defines values for InventoryType. \
|
|
2475
|
+
* {@link KnownInventoryType} can be used interchangeably with InventoryType,
|
|
2476
|
+
* this enum contains the known values that the service supports.
|
|
2477
|
+
* ### Known values supported by the service
|
|
2478
|
+
* **ResourcePool** \
|
|
2479
|
+
* **VirtualMachine** \
|
|
2480
|
+
* **VirtualMachineTemplate** \
|
|
2481
|
+
* **VirtualNetwork** \
|
|
2482
|
+
* **Cluster** \
|
|
2483
|
+
* **Datastore** \
|
|
2484
|
+
* **Host**
|
|
2485
|
+
*/
|
|
2486
|
+
export type InventoryType = string;
|
|
2487
|
+
|
|
2488
|
+
/** Known values of {@link StatusLevelTypes} that the service accepts. */
|
|
2489
|
+
export enum KnownStatusLevelTypes {
|
|
2490
|
+
/** Info */
|
|
2491
|
+
Info = "Info",
|
|
2492
|
+
/** Warning */
|
|
2493
|
+
Warning = "Warning",
|
|
2494
|
+
/** Error */
|
|
2495
|
+
Error = "Error"
|
|
2496
|
+
}
|
|
2497
|
+
|
|
2498
|
+
/**
|
|
2499
|
+
* Defines values for StatusLevelTypes. \
|
|
2500
|
+
* {@link KnownStatusLevelTypes} can be used interchangeably with StatusLevelTypes,
|
|
2501
|
+
* this enum contains the known values that the service supports.
|
|
2502
|
+
* ### Known values supported by the service
|
|
2503
|
+
* **Info** \
|
|
2504
|
+
* **Warning** \
|
|
2505
|
+
* **Error**
|
|
2506
|
+
*/
|
|
2507
|
+
export type StatusLevelTypes = string;
|
|
2508
|
+
|
|
2509
|
+
/** Known values of {@link ProvisioningAction} that the service accepts. */
|
|
2510
|
+
export enum KnownProvisioningAction {
|
|
2511
|
+
/** Install */
|
|
2512
|
+
Install = "install",
|
|
2513
|
+
/** Uninstall */
|
|
2514
|
+
Uninstall = "uninstall",
|
|
2515
|
+
/** Repair */
|
|
2516
|
+
Repair = "repair"
|
|
2517
|
+
}
|
|
2518
|
+
|
|
2519
|
+
/**
|
|
2520
|
+
* Defines values for ProvisioningAction. \
|
|
2521
|
+
* {@link KnownProvisioningAction} can be used interchangeably with ProvisioningAction,
|
|
2522
|
+
* this enum contains the known values that the service supports.
|
|
2523
|
+
* ### Known values supported by the service
|
|
2524
|
+
* **install** \
|
|
2525
|
+
* **uninstall** \
|
|
2526
|
+
* **repair**
|
|
2527
|
+
*/
|
|
2528
|
+
export type ProvisioningAction = string;
|
|
2529
|
+
|
|
2530
|
+
/** Optional parameters. */
|
|
2531
|
+
export interface OperationsListOptionalParams
|
|
2532
|
+
extends coreClient.OperationOptions {}
|
|
2533
|
+
|
|
2534
|
+
/** Contains response data for the list operation. */
|
|
2535
|
+
export type OperationsListResponse = OperationsList;
|
|
2536
|
+
|
|
2537
|
+
/** Optional parameters. */
|
|
2538
|
+
export interface OperationsListNextOptionalParams
|
|
2539
|
+
extends coreClient.OperationOptions {}
|
|
2540
|
+
|
|
2541
|
+
/** Contains response data for the listNext operation. */
|
|
2542
|
+
export type OperationsListNextResponse = OperationsList;
|
|
2543
|
+
|
|
2544
|
+
/** Optional parameters. */
|
|
2545
|
+
export interface VirtualMachinesAssessPatchesOptionalParams
|
|
2546
|
+
extends coreClient.OperationOptions {
|
|
2547
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2548
|
+
updateIntervalInMs?: number;
|
|
2549
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2550
|
+
resumeFrom?: string;
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2553
|
+
/** Contains response data for the assessPatches operation. */
|
|
2554
|
+
export type VirtualMachinesAssessPatchesResponse = VirtualMachineAssessPatchesResult;
|
|
2555
|
+
|
|
2556
|
+
/** Optional parameters. */
|
|
2557
|
+
export interface VirtualMachinesInstallPatchesOptionalParams
|
|
2558
|
+
extends coreClient.OperationOptions {
|
|
2559
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2560
|
+
updateIntervalInMs?: number;
|
|
2561
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2562
|
+
resumeFrom?: string;
|
|
2563
|
+
}
|
|
2564
|
+
|
|
2565
|
+
/** Contains response data for the installPatches operation. */
|
|
2566
|
+
export type VirtualMachinesInstallPatchesResponse = VirtualMachineInstallPatchesResult;
|
|
2567
|
+
|
|
2568
|
+
/** Optional parameters. */
|
|
2569
|
+
export interface VirtualMachinesCreateOptionalParams
|
|
2570
|
+
extends coreClient.OperationOptions {
|
|
2571
|
+
/** Request payload. */
|
|
2572
|
+
body?: VirtualMachine;
|
|
2573
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2574
|
+
updateIntervalInMs?: number;
|
|
2575
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2576
|
+
resumeFrom?: string;
|
|
2577
|
+
}
|
|
2578
|
+
|
|
2579
|
+
/** Contains response data for the create operation. */
|
|
2580
|
+
export type VirtualMachinesCreateResponse = VirtualMachine;
|
|
2581
|
+
|
|
2582
|
+
/** Optional parameters. */
|
|
2583
|
+
export interface VirtualMachinesGetOptionalParams
|
|
2584
|
+
extends coreClient.OperationOptions {}
|
|
2585
|
+
|
|
2586
|
+
/** Contains response data for the get operation. */
|
|
2587
|
+
export type VirtualMachinesGetResponse = VirtualMachine;
|
|
2588
|
+
|
|
2589
|
+
/** Optional parameters. */
|
|
2590
|
+
export interface VirtualMachinesUpdateOptionalParams
|
|
2591
|
+
extends coreClient.OperationOptions {
|
|
2592
|
+
/** Resource properties to update. */
|
|
2593
|
+
body?: VirtualMachineUpdate;
|
|
2594
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2595
|
+
updateIntervalInMs?: number;
|
|
2596
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2597
|
+
resumeFrom?: string;
|
|
2598
|
+
}
|
|
2599
|
+
|
|
2600
|
+
/** Contains response data for the update operation. */
|
|
2601
|
+
export type VirtualMachinesUpdateResponse = VirtualMachine;
|
|
2602
|
+
|
|
2603
|
+
/** Optional parameters. */
|
|
2604
|
+
export interface VirtualMachinesDeleteOptionalParams
|
|
2605
|
+
extends coreClient.OperationOptions {
|
|
2606
|
+
/** Whether force delete was specified. */
|
|
2607
|
+
force?: boolean;
|
|
2608
|
+
/** Whether to just disable the VM from azure and retain the VM in the VMM. */
|
|
2609
|
+
retain?: boolean;
|
|
2610
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2611
|
+
updateIntervalInMs?: number;
|
|
2612
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2613
|
+
resumeFrom?: string;
|
|
2614
|
+
}
|
|
2615
|
+
|
|
2616
|
+
/** Optional parameters. */
|
|
2617
|
+
export interface VirtualMachinesStopOptionalParams
|
|
2618
|
+
extends coreClient.OperationOptions {
|
|
2619
|
+
/** Virtualmachine stop action payload. */
|
|
2620
|
+
body?: StopVirtualMachineOptions;
|
|
2621
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2622
|
+
updateIntervalInMs?: number;
|
|
2623
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2624
|
+
resumeFrom?: string;
|
|
2625
|
+
}
|
|
2626
|
+
|
|
2627
|
+
/** Optional parameters. */
|
|
2628
|
+
export interface VirtualMachinesStartOptionalParams
|
|
2629
|
+
extends coreClient.OperationOptions {
|
|
2630
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2631
|
+
updateIntervalInMs?: number;
|
|
2632
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2633
|
+
resumeFrom?: string;
|
|
2634
|
+
}
|
|
2635
|
+
|
|
2636
|
+
/** Optional parameters. */
|
|
2637
|
+
export interface VirtualMachinesRestartOptionalParams
|
|
2638
|
+
extends coreClient.OperationOptions {
|
|
2639
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2640
|
+
updateIntervalInMs?: number;
|
|
2641
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2642
|
+
resumeFrom?: string;
|
|
2643
|
+
}
|
|
2644
|
+
|
|
2645
|
+
/** Optional parameters. */
|
|
2646
|
+
export interface VirtualMachinesListOptionalParams
|
|
2647
|
+
extends coreClient.OperationOptions {}
|
|
2648
|
+
|
|
2649
|
+
/** Contains response data for the list operation. */
|
|
2650
|
+
export type VirtualMachinesListResponse = VirtualMachinesList;
|
|
2651
|
+
|
|
2652
|
+
/** Optional parameters. */
|
|
2653
|
+
export interface VirtualMachinesListByResourceGroupOptionalParams
|
|
2654
|
+
extends coreClient.OperationOptions {}
|
|
2655
|
+
|
|
2656
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2657
|
+
export type VirtualMachinesListByResourceGroupResponse = VirtualMachinesList;
|
|
2658
|
+
|
|
2659
|
+
/** Optional parameters. */
|
|
2660
|
+
export interface VirtualMachinesListNextOptionalParams
|
|
2661
|
+
extends coreClient.OperationOptions {}
|
|
2662
|
+
|
|
2663
|
+
/** Contains response data for the listNext operation. */
|
|
2664
|
+
export type VirtualMachinesListNextResponse = VirtualMachinesList;
|
|
2665
|
+
|
|
2666
|
+
/** Optional parameters. */
|
|
2667
|
+
export interface VirtualMachinesListByResourceGroupNextOptionalParams
|
|
2668
|
+
extends coreClient.OperationOptions {}
|
|
2669
|
+
|
|
2670
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2671
|
+
export type VirtualMachinesListByResourceGroupNextResponse = VirtualMachinesList;
|
|
2672
|
+
|
|
2673
|
+
/** Optional parameters. */
|
|
2674
|
+
export interface ResourcePoolsCreateOptionalParams
|
|
2675
|
+
extends coreClient.OperationOptions {
|
|
2676
|
+
/** Request payload. */
|
|
2677
|
+
body?: ResourcePool;
|
|
2678
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2679
|
+
updateIntervalInMs?: number;
|
|
2680
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2681
|
+
resumeFrom?: string;
|
|
2682
|
+
}
|
|
2683
|
+
|
|
2684
|
+
/** Contains response data for the create operation. */
|
|
2685
|
+
export type ResourcePoolsCreateResponse = ResourcePool;
|
|
2686
|
+
|
|
2687
|
+
/** Optional parameters. */
|
|
2688
|
+
export interface ResourcePoolsGetOptionalParams
|
|
2689
|
+
extends coreClient.OperationOptions {}
|
|
2690
|
+
|
|
2691
|
+
/** Contains response data for the get operation. */
|
|
2692
|
+
export type ResourcePoolsGetResponse = ResourcePool;
|
|
2693
|
+
|
|
2694
|
+
/** Optional parameters. */
|
|
2695
|
+
export interface ResourcePoolsUpdateOptionalParams
|
|
2696
|
+
extends coreClient.OperationOptions {
|
|
2697
|
+
/** Resource properties to update. */
|
|
2698
|
+
body?: ResourcePatch;
|
|
2699
|
+
}
|
|
2700
|
+
|
|
2701
|
+
/** Contains response data for the update operation. */
|
|
2702
|
+
export type ResourcePoolsUpdateResponse = ResourcePool;
|
|
2703
|
+
|
|
2704
|
+
/** Optional parameters. */
|
|
2705
|
+
export interface ResourcePoolsDeleteOptionalParams
|
|
2706
|
+
extends coreClient.OperationOptions {
|
|
2707
|
+
/** Whether force delete was specified. */
|
|
2708
|
+
force?: boolean;
|
|
2709
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2710
|
+
updateIntervalInMs?: number;
|
|
2711
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2712
|
+
resumeFrom?: string;
|
|
2713
|
+
}
|
|
2714
|
+
|
|
2715
|
+
/** Optional parameters. */
|
|
2716
|
+
export interface ResourcePoolsListOptionalParams
|
|
2717
|
+
extends coreClient.OperationOptions {}
|
|
2718
|
+
|
|
2719
|
+
/** Contains response data for the list operation. */
|
|
2720
|
+
export type ResourcePoolsListResponse = ResourcePoolsList;
|
|
2721
|
+
|
|
2722
|
+
/** Optional parameters. */
|
|
2723
|
+
export interface ResourcePoolsListByResourceGroupOptionalParams
|
|
2724
|
+
extends coreClient.OperationOptions {}
|
|
2725
|
+
|
|
2726
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2727
|
+
export type ResourcePoolsListByResourceGroupResponse = ResourcePoolsList;
|
|
2728
|
+
|
|
2729
|
+
/** Optional parameters. */
|
|
2730
|
+
export interface ResourcePoolsListNextOptionalParams
|
|
2731
|
+
extends coreClient.OperationOptions {}
|
|
2732
|
+
|
|
2733
|
+
/** Contains response data for the listNext operation. */
|
|
2734
|
+
export type ResourcePoolsListNextResponse = ResourcePoolsList;
|
|
2735
|
+
|
|
2736
|
+
/** Optional parameters. */
|
|
2737
|
+
export interface ResourcePoolsListByResourceGroupNextOptionalParams
|
|
2738
|
+
extends coreClient.OperationOptions {}
|
|
2739
|
+
|
|
2740
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2741
|
+
export type ResourcePoolsListByResourceGroupNextResponse = ResourcePoolsList;
|
|
2742
|
+
|
|
2743
|
+
/** Optional parameters. */
|
|
2744
|
+
export interface ClustersCreateOptionalParams
|
|
2745
|
+
extends coreClient.OperationOptions {
|
|
2746
|
+
/** Request payload. */
|
|
2747
|
+
body?: Cluster;
|
|
2748
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2749
|
+
updateIntervalInMs?: number;
|
|
2750
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2751
|
+
resumeFrom?: string;
|
|
2752
|
+
}
|
|
2753
|
+
|
|
2754
|
+
/** Contains response data for the create operation. */
|
|
2755
|
+
export type ClustersCreateResponse = Cluster;
|
|
2756
|
+
|
|
2757
|
+
/** Optional parameters. */
|
|
2758
|
+
export interface ClustersGetOptionalParams
|
|
2759
|
+
extends coreClient.OperationOptions {}
|
|
2760
|
+
|
|
2761
|
+
/** Contains response data for the get operation. */
|
|
2762
|
+
export type ClustersGetResponse = Cluster;
|
|
2763
|
+
|
|
2764
|
+
/** Optional parameters. */
|
|
2765
|
+
export interface ClustersUpdateOptionalParams
|
|
2766
|
+
extends coreClient.OperationOptions {
|
|
2767
|
+
/** Resource properties to update. */
|
|
2768
|
+
body?: ResourcePatch;
|
|
2769
|
+
}
|
|
2770
|
+
|
|
2771
|
+
/** Contains response data for the update operation. */
|
|
2772
|
+
export type ClustersUpdateResponse = Cluster;
|
|
2773
|
+
|
|
2774
|
+
/** Optional parameters. */
|
|
2775
|
+
export interface ClustersDeleteOptionalParams
|
|
2776
|
+
extends coreClient.OperationOptions {
|
|
2777
|
+
/** Whether force delete was specified. */
|
|
2778
|
+
force?: boolean;
|
|
2779
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2780
|
+
updateIntervalInMs?: number;
|
|
2781
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2782
|
+
resumeFrom?: string;
|
|
2783
|
+
}
|
|
2784
|
+
|
|
2785
|
+
/** Optional parameters. */
|
|
2786
|
+
export interface ClustersListOptionalParams
|
|
2787
|
+
extends coreClient.OperationOptions {}
|
|
2788
|
+
|
|
2789
|
+
/** Contains response data for the list operation. */
|
|
2790
|
+
export type ClustersListResponse = ClustersList;
|
|
2791
|
+
|
|
2792
|
+
/** Optional parameters. */
|
|
2793
|
+
export interface ClustersListByResourceGroupOptionalParams
|
|
2794
|
+
extends coreClient.OperationOptions {}
|
|
2795
|
+
|
|
2796
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2797
|
+
export type ClustersListByResourceGroupResponse = ClustersList;
|
|
2798
|
+
|
|
2799
|
+
/** Optional parameters. */
|
|
2800
|
+
export interface ClustersListNextOptionalParams
|
|
2801
|
+
extends coreClient.OperationOptions {}
|
|
2802
|
+
|
|
2803
|
+
/** Contains response data for the listNext operation. */
|
|
2804
|
+
export type ClustersListNextResponse = ClustersList;
|
|
2805
|
+
|
|
2806
|
+
/** Optional parameters. */
|
|
2807
|
+
export interface ClustersListByResourceGroupNextOptionalParams
|
|
2808
|
+
extends coreClient.OperationOptions {}
|
|
2809
|
+
|
|
2810
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2811
|
+
export type ClustersListByResourceGroupNextResponse = ClustersList;
|
|
2812
|
+
|
|
2813
|
+
/** Optional parameters. */
|
|
2814
|
+
export interface HostsCreateOptionalParams extends coreClient.OperationOptions {
|
|
2815
|
+
/** Request payload. */
|
|
2816
|
+
body?: Host;
|
|
2817
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2818
|
+
updateIntervalInMs?: number;
|
|
2819
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2820
|
+
resumeFrom?: string;
|
|
2821
|
+
}
|
|
2822
|
+
|
|
2823
|
+
/** Contains response data for the create operation. */
|
|
2824
|
+
export type HostsCreateResponse = Host;
|
|
2825
|
+
|
|
2826
|
+
/** Optional parameters. */
|
|
2827
|
+
export interface HostsGetOptionalParams extends coreClient.OperationOptions {}
|
|
2828
|
+
|
|
2829
|
+
/** Contains response data for the get operation. */
|
|
2830
|
+
export type HostsGetResponse = Host;
|
|
2831
|
+
|
|
2832
|
+
/** Optional parameters. */
|
|
2833
|
+
export interface HostsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2834
|
+
/** Resource properties to update. */
|
|
2835
|
+
body?: ResourcePatch;
|
|
2836
|
+
}
|
|
2837
|
+
|
|
2838
|
+
/** Contains response data for the update operation. */
|
|
2839
|
+
export type HostsUpdateResponse = Host;
|
|
2840
|
+
|
|
2841
|
+
/** Optional parameters. */
|
|
2842
|
+
export interface HostsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2843
|
+
/** Whether force delete was specified. */
|
|
2844
|
+
force?: boolean;
|
|
2845
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2846
|
+
updateIntervalInMs?: number;
|
|
2847
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2848
|
+
resumeFrom?: string;
|
|
2849
|
+
}
|
|
2850
|
+
|
|
2851
|
+
/** Optional parameters. */
|
|
2852
|
+
export interface HostsListOptionalParams extends coreClient.OperationOptions {}
|
|
2853
|
+
|
|
2854
|
+
/** Contains response data for the list operation. */
|
|
2855
|
+
export type HostsListResponse = HostsList;
|
|
2856
|
+
|
|
2857
|
+
/** Optional parameters. */
|
|
2858
|
+
export interface HostsListByResourceGroupOptionalParams
|
|
2859
|
+
extends coreClient.OperationOptions {}
|
|
2860
|
+
|
|
2861
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2862
|
+
export type HostsListByResourceGroupResponse = HostsList;
|
|
2863
|
+
|
|
2864
|
+
/** Optional parameters. */
|
|
2865
|
+
export interface HostsListNextOptionalParams
|
|
2866
|
+
extends coreClient.OperationOptions {}
|
|
2867
|
+
|
|
2868
|
+
/** Contains response data for the listNext operation. */
|
|
2869
|
+
export type HostsListNextResponse = HostsList;
|
|
2870
|
+
|
|
2871
|
+
/** Optional parameters. */
|
|
2872
|
+
export interface HostsListByResourceGroupNextOptionalParams
|
|
2873
|
+
extends coreClient.OperationOptions {}
|
|
2874
|
+
|
|
2875
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2876
|
+
export type HostsListByResourceGroupNextResponse = HostsList;
|
|
2877
|
+
|
|
2878
|
+
/** Optional parameters. */
|
|
2879
|
+
export interface DatastoresCreateOptionalParams
|
|
2880
|
+
extends coreClient.OperationOptions {
|
|
2881
|
+
/** Request payload. */
|
|
2882
|
+
body?: Datastore;
|
|
2883
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2884
|
+
updateIntervalInMs?: number;
|
|
2885
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2886
|
+
resumeFrom?: string;
|
|
2887
|
+
}
|
|
2888
|
+
|
|
2889
|
+
/** Contains response data for the create operation. */
|
|
2890
|
+
export type DatastoresCreateResponse = Datastore;
|
|
2891
|
+
|
|
2892
|
+
/** Optional parameters. */
|
|
2893
|
+
export interface DatastoresGetOptionalParams
|
|
2894
|
+
extends coreClient.OperationOptions {}
|
|
2895
|
+
|
|
2896
|
+
/** Contains response data for the get operation. */
|
|
2897
|
+
export type DatastoresGetResponse = Datastore;
|
|
2898
|
+
|
|
2899
|
+
/** Optional parameters. */
|
|
2900
|
+
export interface DatastoresUpdateOptionalParams
|
|
2901
|
+
extends coreClient.OperationOptions {
|
|
2902
|
+
/** Resource properties to update. */
|
|
2903
|
+
body?: ResourcePatch;
|
|
2904
|
+
}
|
|
2905
|
+
|
|
2906
|
+
/** Contains response data for the update operation. */
|
|
2907
|
+
export type DatastoresUpdateResponse = Datastore;
|
|
2908
|
+
|
|
2909
|
+
/** Optional parameters. */
|
|
2910
|
+
export interface DatastoresDeleteOptionalParams
|
|
2911
|
+
extends coreClient.OperationOptions {
|
|
2912
|
+
/** Whether force delete was specified. */
|
|
2913
|
+
force?: boolean;
|
|
2914
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2915
|
+
updateIntervalInMs?: number;
|
|
2916
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2917
|
+
resumeFrom?: string;
|
|
2918
|
+
}
|
|
2919
|
+
|
|
2920
|
+
/** Optional parameters. */
|
|
2921
|
+
export interface DatastoresListOptionalParams
|
|
2922
|
+
extends coreClient.OperationOptions {}
|
|
2923
|
+
|
|
2924
|
+
/** Contains response data for the list operation. */
|
|
2925
|
+
export type DatastoresListResponse = DatastoresList;
|
|
2926
|
+
|
|
2927
|
+
/** Optional parameters. */
|
|
2928
|
+
export interface DatastoresListByResourceGroupOptionalParams
|
|
2929
|
+
extends coreClient.OperationOptions {}
|
|
2930
|
+
|
|
2931
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2932
|
+
export type DatastoresListByResourceGroupResponse = DatastoresList;
|
|
2933
|
+
|
|
2934
|
+
/** Optional parameters. */
|
|
2935
|
+
export interface DatastoresListNextOptionalParams
|
|
2936
|
+
extends coreClient.OperationOptions {}
|
|
2937
|
+
|
|
2938
|
+
/** Contains response data for the listNext operation. */
|
|
2939
|
+
export type DatastoresListNextResponse = DatastoresList;
|
|
2940
|
+
|
|
2941
|
+
/** Optional parameters. */
|
|
2942
|
+
export interface DatastoresListByResourceGroupNextOptionalParams
|
|
2943
|
+
extends coreClient.OperationOptions {}
|
|
2944
|
+
|
|
2945
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2946
|
+
export type DatastoresListByResourceGroupNextResponse = DatastoresList;
|
|
2947
|
+
|
|
2948
|
+
/** Optional parameters. */
|
|
2949
|
+
export interface VCentersCreateOptionalParams
|
|
2950
|
+
extends coreClient.OperationOptions {
|
|
2951
|
+
/** Request payload. */
|
|
2952
|
+
body?: VCenter;
|
|
2953
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2954
|
+
updateIntervalInMs?: number;
|
|
2955
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2956
|
+
resumeFrom?: string;
|
|
2957
|
+
}
|
|
2958
|
+
|
|
2959
|
+
/** Contains response data for the create operation. */
|
|
2960
|
+
export type VCentersCreateResponse = VCenter;
|
|
2961
|
+
|
|
2962
|
+
/** Optional parameters. */
|
|
2963
|
+
export interface VCentersGetOptionalParams
|
|
2964
|
+
extends coreClient.OperationOptions {}
|
|
2965
|
+
|
|
2966
|
+
/** Contains response data for the get operation. */
|
|
2967
|
+
export type VCentersGetResponse = VCenter;
|
|
2968
|
+
|
|
2969
|
+
/** Optional parameters. */
|
|
2970
|
+
export interface VCentersUpdateOptionalParams
|
|
2971
|
+
extends coreClient.OperationOptions {
|
|
2972
|
+
/** Resource properties to update. */
|
|
2973
|
+
body?: ResourcePatch;
|
|
2974
|
+
}
|
|
2975
|
+
|
|
2976
|
+
/** Contains response data for the update operation. */
|
|
2977
|
+
export type VCentersUpdateResponse = VCenter;
|
|
2978
|
+
|
|
2979
|
+
/** Optional parameters. */
|
|
2980
|
+
export interface VCentersDeleteOptionalParams
|
|
2981
|
+
extends coreClient.OperationOptions {
|
|
2982
|
+
/** Whether force delete was specified. */
|
|
2983
|
+
force?: boolean;
|
|
2984
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2985
|
+
updateIntervalInMs?: number;
|
|
2986
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2987
|
+
resumeFrom?: string;
|
|
2988
|
+
}
|
|
2989
|
+
|
|
2990
|
+
/** Optional parameters. */
|
|
2991
|
+
export interface VCentersListOptionalParams
|
|
2992
|
+
extends coreClient.OperationOptions {}
|
|
2993
|
+
|
|
2994
|
+
/** Contains response data for the list operation. */
|
|
2995
|
+
export type VCentersListResponse = VCentersList;
|
|
2996
|
+
|
|
2997
|
+
/** Optional parameters. */
|
|
2998
|
+
export interface VCentersListByResourceGroupOptionalParams
|
|
2999
|
+
extends coreClient.OperationOptions {}
|
|
3000
|
+
|
|
3001
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
3002
|
+
export type VCentersListByResourceGroupResponse = VCentersList;
|
|
3003
|
+
|
|
3004
|
+
/** Optional parameters. */
|
|
3005
|
+
export interface VCentersListNextOptionalParams
|
|
3006
|
+
extends coreClient.OperationOptions {}
|
|
3007
|
+
|
|
3008
|
+
/** Contains response data for the listNext operation. */
|
|
3009
|
+
export type VCentersListNextResponse = VCentersList;
|
|
3010
|
+
|
|
3011
|
+
/** Optional parameters. */
|
|
3012
|
+
export interface VCentersListByResourceGroupNextOptionalParams
|
|
3013
|
+
extends coreClient.OperationOptions {}
|
|
3014
|
+
|
|
3015
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3016
|
+
export type VCentersListByResourceGroupNextResponse = VCentersList;
|
|
3017
|
+
|
|
3018
|
+
/** Optional parameters. */
|
|
3019
|
+
export interface VirtualMachineTemplatesCreateOptionalParams
|
|
3020
|
+
extends coreClient.OperationOptions {
|
|
3021
|
+
/** Request payload. */
|
|
3022
|
+
body?: VirtualMachineTemplate;
|
|
3023
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3024
|
+
updateIntervalInMs?: number;
|
|
3025
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3026
|
+
resumeFrom?: string;
|
|
3027
|
+
}
|
|
3028
|
+
|
|
3029
|
+
/** Contains response data for the create operation. */
|
|
3030
|
+
export type VirtualMachineTemplatesCreateResponse = VirtualMachineTemplate;
|
|
3031
|
+
|
|
3032
|
+
/** Optional parameters. */
|
|
3033
|
+
export interface VirtualMachineTemplatesGetOptionalParams
|
|
3034
|
+
extends coreClient.OperationOptions {}
|
|
3035
|
+
|
|
3036
|
+
/** Contains response data for the get operation. */
|
|
3037
|
+
export type VirtualMachineTemplatesGetResponse = VirtualMachineTemplate;
|
|
3038
|
+
|
|
3039
|
+
/** Optional parameters. */
|
|
3040
|
+
export interface VirtualMachineTemplatesUpdateOptionalParams
|
|
3041
|
+
extends coreClient.OperationOptions {
|
|
3042
|
+
/** Resource properties to update. */
|
|
3043
|
+
body?: ResourcePatch;
|
|
3044
|
+
}
|
|
3045
|
+
|
|
3046
|
+
/** Contains response data for the update operation. */
|
|
3047
|
+
export type VirtualMachineTemplatesUpdateResponse = VirtualMachineTemplate;
|
|
3048
|
+
|
|
3049
|
+
/** Optional parameters. */
|
|
3050
|
+
export interface VirtualMachineTemplatesDeleteOptionalParams
|
|
3051
|
+
extends coreClient.OperationOptions {
|
|
3052
|
+
/** Whether force delete was specified. */
|
|
3053
|
+
force?: boolean;
|
|
3054
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3055
|
+
updateIntervalInMs?: number;
|
|
3056
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3057
|
+
resumeFrom?: string;
|
|
3058
|
+
}
|
|
3059
|
+
|
|
3060
|
+
/** Optional parameters. */
|
|
3061
|
+
export interface VirtualMachineTemplatesListOptionalParams
|
|
3062
|
+
extends coreClient.OperationOptions {}
|
|
3063
|
+
|
|
3064
|
+
/** Contains response data for the list operation. */
|
|
3065
|
+
export type VirtualMachineTemplatesListResponse = VirtualMachineTemplatesList;
|
|
3066
|
+
|
|
3067
|
+
/** Optional parameters. */
|
|
3068
|
+
export interface VirtualMachineTemplatesListByResourceGroupOptionalParams
|
|
3069
|
+
extends coreClient.OperationOptions {}
|
|
3070
|
+
|
|
3071
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
3072
|
+
export type VirtualMachineTemplatesListByResourceGroupResponse = VirtualMachineTemplatesList;
|
|
3073
|
+
|
|
3074
|
+
/** Optional parameters. */
|
|
3075
|
+
export interface VirtualMachineTemplatesListNextOptionalParams
|
|
3076
|
+
extends coreClient.OperationOptions {}
|
|
3077
|
+
|
|
3078
|
+
/** Contains response data for the listNext operation. */
|
|
3079
|
+
export type VirtualMachineTemplatesListNextResponse = VirtualMachineTemplatesList;
|
|
3080
|
+
|
|
3081
|
+
/** Optional parameters. */
|
|
3082
|
+
export interface VirtualMachineTemplatesListByResourceGroupNextOptionalParams
|
|
3083
|
+
extends coreClient.OperationOptions {}
|
|
3084
|
+
|
|
3085
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3086
|
+
export type VirtualMachineTemplatesListByResourceGroupNextResponse = VirtualMachineTemplatesList;
|
|
3087
|
+
|
|
3088
|
+
/** Optional parameters. */
|
|
3089
|
+
export interface VirtualNetworksCreateOptionalParams
|
|
3090
|
+
extends coreClient.OperationOptions {
|
|
3091
|
+
/** Request payload. */
|
|
3092
|
+
body?: VirtualNetwork;
|
|
3093
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3094
|
+
updateIntervalInMs?: number;
|
|
3095
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3096
|
+
resumeFrom?: string;
|
|
3097
|
+
}
|
|
3098
|
+
|
|
3099
|
+
/** Contains response data for the create operation. */
|
|
3100
|
+
export type VirtualNetworksCreateResponse = VirtualNetwork;
|
|
3101
|
+
|
|
3102
|
+
/** Optional parameters. */
|
|
3103
|
+
export interface VirtualNetworksGetOptionalParams
|
|
3104
|
+
extends coreClient.OperationOptions {}
|
|
3105
|
+
|
|
3106
|
+
/** Contains response data for the get operation. */
|
|
3107
|
+
export type VirtualNetworksGetResponse = VirtualNetwork;
|
|
3108
|
+
|
|
3109
|
+
/** Optional parameters. */
|
|
3110
|
+
export interface VirtualNetworksUpdateOptionalParams
|
|
3111
|
+
extends coreClient.OperationOptions {
|
|
3112
|
+
/** Resource properties to update. */
|
|
3113
|
+
body?: ResourcePatch;
|
|
3114
|
+
}
|
|
3115
|
+
|
|
3116
|
+
/** Contains response data for the update operation. */
|
|
3117
|
+
export type VirtualNetworksUpdateResponse = VirtualNetwork;
|
|
3118
|
+
|
|
3119
|
+
/** Optional parameters. */
|
|
3120
|
+
export interface VirtualNetworksDeleteOptionalParams
|
|
3121
|
+
extends coreClient.OperationOptions {
|
|
3122
|
+
/** Whether force delete was specified. */
|
|
3123
|
+
force?: boolean;
|
|
3124
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3125
|
+
updateIntervalInMs?: number;
|
|
3126
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3127
|
+
resumeFrom?: string;
|
|
3128
|
+
}
|
|
3129
|
+
|
|
3130
|
+
/** Optional parameters. */
|
|
3131
|
+
export interface VirtualNetworksListOptionalParams
|
|
3132
|
+
extends coreClient.OperationOptions {}
|
|
3133
|
+
|
|
3134
|
+
/** Contains response data for the list operation. */
|
|
3135
|
+
export type VirtualNetworksListResponse = VirtualNetworksList;
|
|
3136
|
+
|
|
3137
|
+
/** Optional parameters. */
|
|
3138
|
+
export interface VirtualNetworksListByResourceGroupOptionalParams
|
|
3139
|
+
extends coreClient.OperationOptions {}
|
|
3140
|
+
|
|
3141
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
3142
|
+
export type VirtualNetworksListByResourceGroupResponse = VirtualNetworksList;
|
|
3143
|
+
|
|
3144
|
+
/** Optional parameters. */
|
|
3145
|
+
export interface VirtualNetworksListNextOptionalParams
|
|
3146
|
+
extends coreClient.OperationOptions {}
|
|
3147
|
+
|
|
3148
|
+
/** Contains response data for the listNext operation. */
|
|
3149
|
+
export type VirtualNetworksListNextResponse = VirtualNetworksList;
|
|
3150
|
+
|
|
3151
|
+
/** Optional parameters. */
|
|
3152
|
+
export interface VirtualNetworksListByResourceGroupNextOptionalParams
|
|
3153
|
+
extends coreClient.OperationOptions {}
|
|
3154
|
+
|
|
3155
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3156
|
+
export type VirtualNetworksListByResourceGroupNextResponse = VirtualNetworksList;
|
|
3157
|
+
|
|
3158
|
+
/** Optional parameters. */
|
|
3159
|
+
export interface InventoryItemsCreateOptionalParams
|
|
3160
|
+
extends coreClient.OperationOptions {
|
|
3161
|
+
/** Request payload. */
|
|
3162
|
+
body?: InventoryItem;
|
|
3163
|
+
}
|
|
3164
|
+
|
|
3165
|
+
/** Contains response data for the create operation. */
|
|
3166
|
+
export type InventoryItemsCreateResponse = InventoryItem;
|
|
3167
|
+
|
|
3168
|
+
/** Optional parameters. */
|
|
3169
|
+
export interface InventoryItemsGetOptionalParams
|
|
3170
|
+
extends coreClient.OperationOptions {}
|
|
3171
|
+
|
|
3172
|
+
/** Contains response data for the get operation. */
|
|
3173
|
+
export type InventoryItemsGetResponse = InventoryItem;
|
|
3174
|
+
|
|
3175
|
+
/** Optional parameters. */
|
|
3176
|
+
export interface InventoryItemsDeleteOptionalParams
|
|
3177
|
+
extends coreClient.OperationOptions {}
|
|
3178
|
+
|
|
3179
|
+
/** Optional parameters. */
|
|
3180
|
+
export interface InventoryItemsListByVCenterOptionalParams
|
|
3181
|
+
extends coreClient.OperationOptions {}
|
|
3182
|
+
|
|
3183
|
+
/** Contains response data for the listByVCenter operation. */
|
|
3184
|
+
export type InventoryItemsListByVCenterResponse = InventoryItemsList;
|
|
3185
|
+
|
|
3186
|
+
/** Optional parameters. */
|
|
3187
|
+
export interface InventoryItemsListByVCenterNextOptionalParams
|
|
3188
|
+
extends coreClient.OperationOptions {}
|
|
3189
|
+
|
|
3190
|
+
/** Contains response data for the listByVCenterNext operation. */
|
|
3191
|
+
export type InventoryItemsListByVCenterNextResponse = InventoryItemsList;
|
|
3192
|
+
|
|
3193
|
+
/** Optional parameters. */
|
|
3194
|
+
export interface HybridIdentityMetadataCreateOptionalParams
|
|
3195
|
+
extends coreClient.OperationOptions {
|
|
3196
|
+
/** Request payload. */
|
|
3197
|
+
body?: HybridIdentityMetadata;
|
|
3198
|
+
}
|
|
3199
|
+
|
|
3200
|
+
/** Contains response data for the create operation. */
|
|
3201
|
+
export type HybridIdentityMetadataCreateResponse = HybridIdentityMetadata;
|
|
3202
|
+
|
|
3203
|
+
/** Optional parameters. */
|
|
3204
|
+
export interface HybridIdentityMetadataGetOptionalParams
|
|
3205
|
+
extends coreClient.OperationOptions {}
|
|
3206
|
+
|
|
3207
|
+
/** Contains response data for the get operation. */
|
|
3208
|
+
export type HybridIdentityMetadataGetResponse = HybridIdentityMetadata;
|
|
3209
|
+
|
|
3210
|
+
/** Optional parameters. */
|
|
3211
|
+
export interface HybridIdentityMetadataDeleteOptionalParams
|
|
3212
|
+
extends coreClient.OperationOptions {}
|
|
3213
|
+
|
|
3214
|
+
/** Optional parameters. */
|
|
3215
|
+
export interface HybridIdentityMetadataListByVmOptionalParams
|
|
3216
|
+
extends coreClient.OperationOptions {}
|
|
3217
|
+
|
|
3218
|
+
/** Contains response data for the listByVm operation. */
|
|
3219
|
+
export type HybridIdentityMetadataListByVmResponse = HybridIdentityMetadataList;
|
|
3220
|
+
|
|
3221
|
+
/** Optional parameters. */
|
|
3222
|
+
export interface HybridIdentityMetadataListByVmNextOptionalParams
|
|
3223
|
+
extends coreClient.OperationOptions {}
|
|
3224
|
+
|
|
3225
|
+
/** Contains response data for the listByVmNext operation. */
|
|
3226
|
+
export type HybridIdentityMetadataListByVmNextResponse = HybridIdentityMetadataList;
|
|
3227
|
+
|
|
3228
|
+
/** Optional parameters. */
|
|
3229
|
+
export interface MachineExtensionsCreateOrUpdateOptionalParams
|
|
3230
|
+
extends coreClient.OperationOptions {
|
|
3231
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3232
|
+
updateIntervalInMs?: number;
|
|
3233
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3234
|
+
resumeFrom?: string;
|
|
3235
|
+
}
|
|
3236
|
+
|
|
3237
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3238
|
+
export type MachineExtensionsCreateOrUpdateResponse = MachineExtension;
|
|
3239
|
+
|
|
3240
|
+
/** Optional parameters. */
|
|
3241
|
+
export interface MachineExtensionsUpdateOptionalParams
|
|
3242
|
+
extends coreClient.OperationOptions {
|
|
3243
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3244
|
+
updateIntervalInMs?: number;
|
|
3245
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3246
|
+
resumeFrom?: string;
|
|
3247
|
+
}
|
|
3248
|
+
|
|
3249
|
+
/** Contains response data for the update operation. */
|
|
3250
|
+
export type MachineExtensionsUpdateResponse = MachineExtension;
|
|
3251
|
+
|
|
3252
|
+
/** Optional parameters. */
|
|
3253
|
+
export interface MachineExtensionsDeleteOptionalParams
|
|
3254
|
+
extends coreClient.OperationOptions {
|
|
3255
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3256
|
+
updateIntervalInMs?: number;
|
|
3257
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3258
|
+
resumeFrom?: string;
|
|
3259
|
+
}
|
|
3260
|
+
|
|
3261
|
+
/** Optional parameters. */
|
|
3262
|
+
export interface MachineExtensionsGetOptionalParams
|
|
3263
|
+
extends coreClient.OperationOptions {}
|
|
3264
|
+
|
|
3265
|
+
/** Contains response data for the get operation. */
|
|
3266
|
+
export type MachineExtensionsGetResponse = MachineExtension;
|
|
3267
|
+
|
|
3268
|
+
/** Optional parameters. */
|
|
3269
|
+
export interface MachineExtensionsListOptionalParams
|
|
3270
|
+
extends coreClient.OperationOptions {
|
|
3271
|
+
/** The expand expression to apply on the operation. */
|
|
3272
|
+
expand?: string;
|
|
3273
|
+
}
|
|
3274
|
+
|
|
3275
|
+
/** Contains response data for the list operation. */
|
|
3276
|
+
export type MachineExtensionsListResponse = MachineExtensionsListResult;
|
|
3277
|
+
|
|
3278
|
+
/** Optional parameters. */
|
|
3279
|
+
export interface MachineExtensionsListNextOptionalParams
|
|
3280
|
+
extends coreClient.OperationOptions {
|
|
3281
|
+
/** The expand expression to apply on the operation. */
|
|
3282
|
+
expand?: string;
|
|
3283
|
+
}
|
|
3284
|
+
|
|
3285
|
+
/** Contains response data for the listNext operation. */
|
|
3286
|
+
export type MachineExtensionsListNextResponse = MachineExtensionsListResult;
|
|
3287
|
+
|
|
3288
|
+
/** Optional parameters. */
|
|
3289
|
+
export interface GuestAgentsCreateOptionalParams
|
|
3290
|
+
extends coreClient.OperationOptions {
|
|
3291
|
+
/** Request payload. */
|
|
3292
|
+
body?: GuestAgent;
|
|
3293
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3294
|
+
updateIntervalInMs?: number;
|
|
3295
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3296
|
+
resumeFrom?: string;
|
|
3297
|
+
}
|
|
3298
|
+
|
|
3299
|
+
/** Contains response data for the create operation. */
|
|
3300
|
+
export type GuestAgentsCreateResponse = GuestAgent;
|
|
3301
|
+
|
|
3302
|
+
/** Optional parameters. */
|
|
3303
|
+
export interface GuestAgentsGetOptionalParams
|
|
3304
|
+
extends coreClient.OperationOptions {}
|
|
3305
|
+
|
|
3306
|
+
/** Contains response data for the get operation. */
|
|
3307
|
+
export type GuestAgentsGetResponse = GuestAgent;
|
|
3308
|
+
|
|
3309
|
+
/** Optional parameters. */
|
|
3310
|
+
export interface GuestAgentsDeleteOptionalParams
|
|
3311
|
+
extends coreClient.OperationOptions {
|
|
3312
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3313
|
+
updateIntervalInMs?: number;
|
|
3314
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3315
|
+
resumeFrom?: string;
|
|
3316
|
+
}
|
|
3317
|
+
|
|
3318
|
+
/** Optional parameters. */
|
|
3319
|
+
export interface GuestAgentsListByVmOptionalParams
|
|
3320
|
+
extends coreClient.OperationOptions {}
|
|
3321
|
+
|
|
3322
|
+
/** Contains response data for the listByVm operation. */
|
|
3323
|
+
export type GuestAgentsListByVmResponse = GuestAgentList;
|
|
3324
|
+
|
|
3325
|
+
/** Optional parameters. */
|
|
3326
|
+
export interface GuestAgentsListByVmNextOptionalParams
|
|
3327
|
+
extends coreClient.OperationOptions {}
|
|
3328
|
+
|
|
3329
|
+
/** Contains response data for the listByVmNext operation. */
|
|
3330
|
+
export type GuestAgentsListByVmNextResponse = GuestAgentList;
|
|
3331
|
+
|
|
3332
|
+
/** Optional parameters. */
|
|
3333
|
+
export interface AzureArcVMwareManagementServiceAPIOptionalParams
|
|
3334
|
+
extends coreClient.ServiceClientOptions {
|
|
3335
|
+
/** server parameter */
|
|
3336
|
+
$host?: string;
|
|
3337
|
+
/** Api Version */
|
|
3338
|
+
apiVersion?: string;
|
|
3339
|
+
/** Overrides client endpoint. */
|
|
3340
|
+
endpoint?: string;
|
|
3341
|
+
}
|