@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,1996 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-connectedvmware"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export interface AvailablePatchCountByClassification {
|
|
15
|
+
readonly critical?: number;
|
|
16
|
+
readonly definition?: number;
|
|
17
|
+
readonly featurePack?: number;
|
|
18
|
+
readonly other?: number;
|
|
19
|
+
readonly security?: number;
|
|
20
|
+
readonly servicePack?: number;
|
|
21
|
+
readonly tools?: number;
|
|
22
|
+
readonly updateRollup?: number;
|
|
23
|
+
readonly updates?: number;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
// @public (undocumented)
|
|
27
|
+
export class AzureArcVMwareManagementServiceAPI extends coreClient.ServiceClient {
|
|
28
|
+
// (undocumented)
|
|
29
|
+
$host: string;
|
|
30
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureArcVMwareManagementServiceAPIOptionalParams);
|
|
31
|
+
// (undocumented)
|
|
32
|
+
apiVersion: string;
|
|
33
|
+
// (undocumented)
|
|
34
|
+
clusters: Clusters;
|
|
35
|
+
// (undocumented)
|
|
36
|
+
datastores: Datastores;
|
|
37
|
+
// (undocumented)
|
|
38
|
+
guestAgents: GuestAgents;
|
|
39
|
+
// (undocumented)
|
|
40
|
+
hosts: Hosts;
|
|
41
|
+
// (undocumented)
|
|
42
|
+
hybridIdentityMetadataOperations: HybridIdentityMetadataOperations;
|
|
43
|
+
// (undocumented)
|
|
44
|
+
inventoryItems: InventoryItems;
|
|
45
|
+
// (undocumented)
|
|
46
|
+
machineExtensions: MachineExtensions;
|
|
47
|
+
// (undocumented)
|
|
48
|
+
operations: Operations;
|
|
49
|
+
// (undocumented)
|
|
50
|
+
resourcePools: ResourcePools;
|
|
51
|
+
// (undocumented)
|
|
52
|
+
subscriptionId: string;
|
|
53
|
+
// (undocumented)
|
|
54
|
+
vCenters: VCenters;
|
|
55
|
+
// (undocumented)
|
|
56
|
+
virtualMachines: VirtualMachines;
|
|
57
|
+
// (undocumented)
|
|
58
|
+
virtualMachineTemplates: VirtualMachineTemplates;
|
|
59
|
+
// (undocumented)
|
|
60
|
+
virtualNetworks: VirtualNetworks;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
// @public
|
|
64
|
+
export interface AzureArcVMwareManagementServiceAPIOptionalParams extends coreClient.ServiceClientOptions {
|
|
65
|
+
$host?: string;
|
|
66
|
+
apiVersion?: string;
|
|
67
|
+
endpoint?: string;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// @public
|
|
71
|
+
export interface Cluster {
|
|
72
|
+
readonly customResourceName?: string;
|
|
73
|
+
readonly datastoreIds?: string[];
|
|
74
|
+
extendedLocation?: ExtendedLocation;
|
|
75
|
+
readonly id?: string;
|
|
76
|
+
inventoryItemId?: string;
|
|
77
|
+
kind?: string;
|
|
78
|
+
location: string;
|
|
79
|
+
readonly moName?: string;
|
|
80
|
+
moRefId?: string;
|
|
81
|
+
readonly name?: string;
|
|
82
|
+
readonly networkIds?: string[];
|
|
83
|
+
readonly provisioningState?: string;
|
|
84
|
+
readonly statuses?: ResourceStatus[];
|
|
85
|
+
readonly systemData?: SystemData;
|
|
86
|
+
tags?: {
|
|
87
|
+
[propertyName: string]: string;
|
|
88
|
+
};
|
|
89
|
+
readonly type?: string;
|
|
90
|
+
readonly uuid?: string;
|
|
91
|
+
vCenterId?: string;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
// @public
|
|
95
|
+
export interface ClusterInventoryItem extends InventoryItemProperties {
|
|
96
|
+
inventoryType: "Cluster";
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
// @public
|
|
100
|
+
export interface Clusters {
|
|
101
|
+
beginCreate(resourceGroupName: string, clusterName: string, options?: ClustersCreateOptionalParams): Promise<PollerLike<PollOperationState<ClustersCreateResponse>, ClustersCreateResponse>>;
|
|
102
|
+
beginCreateAndWait(resourceGroupName: string, clusterName: string, options?: ClustersCreateOptionalParams): Promise<ClustersCreateResponse>;
|
|
103
|
+
beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
104
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
|
|
105
|
+
get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
|
|
106
|
+
list(options?: ClustersListOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
107
|
+
listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
108
|
+
update(resourceGroupName: string, clusterName: string, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
// @public
|
|
112
|
+
export interface ClustersCreateOptionalParams extends coreClient.OperationOptions {
|
|
113
|
+
body?: Cluster;
|
|
114
|
+
resumeFrom?: string;
|
|
115
|
+
updateIntervalInMs?: number;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
// @public
|
|
119
|
+
export type ClustersCreateResponse = Cluster;
|
|
120
|
+
|
|
121
|
+
// @public
|
|
122
|
+
export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
123
|
+
force?: boolean;
|
|
124
|
+
resumeFrom?: string;
|
|
125
|
+
updateIntervalInMs?: number;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
// @public
|
|
129
|
+
export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
// @public
|
|
133
|
+
export type ClustersGetResponse = Cluster;
|
|
134
|
+
|
|
135
|
+
// @public
|
|
136
|
+
export interface ClustersList {
|
|
137
|
+
nextLink?: string;
|
|
138
|
+
value: Cluster[];
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
// @public
|
|
142
|
+
export interface ClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
// @public
|
|
146
|
+
export type ClustersListByResourceGroupNextResponse = ClustersList;
|
|
147
|
+
|
|
148
|
+
// @public
|
|
149
|
+
export interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
// @public
|
|
153
|
+
export type ClustersListByResourceGroupResponse = ClustersList;
|
|
154
|
+
|
|
155
|
+
// @public
|
|
156
|
+
export interface ClustersListNextOptionalParams extends coreClient.OperationOptions {
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
// @public
|
|
160
|
+
export type ClustersListNextResponse = ClustersList;
|
|
161
|
+
|
|
162
|
+
// @public
|
|
163
|
+
export interface ClustersListOptionalParams extends coreClient.OperationOptions {
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
// @public
|
|
167
|
+
export type ClustersListResponse = ClustersList;
|
|
168
|
+
|
|
169
|
+
// @public
|
|
170
|
+
export interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
171
|
+
body?: ResourcePatch;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
// @public
|
|
175
|
+
export type ClustersUpdateResponse = Cluster;
|
|
176
|
+
|
|
177
|
+
// @public
|
|
178
|
+
export interface Condition {
|
|
179
|
+
readonly message?: string;
|
|
180
|
+
readonly reason?: string;
|
|
181
|
+
readonly severity?: string;
|
|
182
|
+
readonly status?: string;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
// @public
|
|
186
|
+
export type CreatedByType = string;
|
|
187
|
+
|
|
188
|
+
// @public
|
|
189
|
+
export interface Datastore {
|
|
190
|
+
readonly customResourceName?: string;
|
|
191
|
+
extendedLocation?: ExtendedLocation;
|
|
192
|
+
readonly id?: string;
|
|
193
|
+
inventoryItemId?: string;
|
|
194
|
+
kind?: string;
|
|
195
|
+
location: string;
|
|
196
|
+
readonly moName?: string;
|
|
197
|
+
moRefId?: string;
|
|
198
|
+
readonly name?: string;
|
|
199
|
+
readonly provisioningState?: ProvisioningState;
|
|
200
|
+
readonly statuses?: ResourceStatus[];
|
|
201
|
+
readonly systemData?: SystemData;
|
|
202
|
+
tags?: {
|
|
203
|
+
[propertyName: string]: string;
|
|
204
|
+
};
|
|
205
|
+
readonly type?: string;
|
|
206
|
+
readonly uuid?: string;
|
|
207
|
+
vCenterId?: string;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
// @public
|
|
211
|
+
export interface DatastoreInventoryItem extends InventoryItemProperties {
|
|
212
|
+
capacityGB?: number;
|
|
213
|
+
freeSpaceGB?: number;
|
|
214
|
+
inventoryType: "Datastore";
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
// @public
|
|
218
|
+
export interface Datastores {
|
|
219
|
+
beginCreate(resourceGroupName: string, datastoreName: string, options?: DatastoresCreateOptionalParams): Promise<PollerLike<PollOperationState<DatastoresCreateResponse>, DatastoresCreateResponse>>;
|
|
220
|
+
beginCreateAndWait(resourceGroupName: string, datastoreName: string, options?: DatastoresCreateOptionalParams): Promise<DatastoresCreateResponse>;
|
|
221
|
+
beginDelete(resourceGroupName: string, datastoreName: string, options?: DatastoresDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
222
|
+
beginDeleteAndWait(resourceGroupName: string, datastoreName: string, options?: DatastoresDeleteOptionalParams): Promise<void>;
|
|
223
|
+
get(resourceGroupName: string, datastoreName: string, options?: DatastoresGetOptionalParams): Promise<DatastoresGetResponse>;
|
|
224
|
+
list(options?: DatastoresListOptionalParams): PagedAsyncIterableIterator<Datastore>;
|
|
225
|
+
listByResourceGroup(resourceGroupName: string, options?: DatastoresListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Datastore>;
|
|
226
|
+
update(resourceGroupName: string, datastoreName: string, options?: DatastoresUpdateOptionalParams): Promise<DatastoresUpdateResponse>;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
// @public
|
|
230
|
+
export interface DatastoresCreateOptionalParams extends coreClient.OperationOptions {
|
|
231
|
+
body?: Datastore;
|
|
232
|
+
resumeFrom?: string;
|
|
233
|
+
updateIntervalInMs?: number;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
// @public
|
|
237
|
+
export type DatastoresCreateResponse = Datastore;
|
|
238
|
+
|
|
239
|
+
// @public
|
|
240
|
+
export interface DatastoresDeleteOptionalParams extends coreClient.OperationOptions {
|
|
241
|
+
force?: boolean;
|
|
242
|
+
resumeFrom?: string;
|
|
243
|
+
updateIntervalInMs?: number;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
// @public
|
|
247
|
+
export interface DatastoresGetOptionalParams extends coreClient.OperationOptions {
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
// @public
|
|
251
|
+
export type DatastoresGetResponse = Datastore;
|
|
252
|
+
|
|
253
|
+
// @public
|
|
254
|
+
export interface DatastoresList {
|
|
255
|
+
nextLink?: string;
|
|
256
|
+
value: Datastore[];
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
// @public
|
|
260
|
+
export interface DatastoresListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
// @public
|
|
264
|
+
export type DatastoresListByResourceGroupNextResponse = DatastoresList;
|
|
265
|
+
|
|
266
|
+
// @public
|
|
267
|
+
export interface DatastoresListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
// @public
|
|
271
|
+
export type DatastoresListByResourceGroupResponse = DatastoresList;
|
|
272
|
+
|
|
273
|
+
// @public
|
|
274
|
+
export interface DatastoresListNextOptionalParams extends coreClient.OperationOptions {
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
// @public
|
|
278
|
+
export type DatastoresListNextResponse = DatastoresList;
|
|
279
|
+
|
|
280
|
+
// @public
|
|
281
|
+
export interface DatastoresListOptionalParams extends coreClient.OperationOptions {
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
// @public
|
|
285
|
+
export type DatastoresListResponse = DatastoresList;
|
|
286
|
+
|
|
287
|
+
// @public
|
|
288
|
+
export interface DatastoresUpdateOptionalParams extends coreClient.OperationOptions {
|
|
289
|
+
body?: ResourcePatch;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
// @public
|
|
293
|
+
export type DatastoresUpdateResponse = Datastore;
|
|
294
|
+
|
|
295
|
+
// @public
|
|
296
|
+
export type DiskMode = string;
|
|
297
|
+
|
|
298
|
+
// @public
|
|
299
|
+
export type DiskType = string;
|
|
300
|
+
|
|
301
|
+
// @public
|
|
302
|
+
export interface ErrorDefinition {
|
|
303
|
+
readonly code?: string;
|
|
304
|
+
readonly details?: ErrorDefinition[];
|
|
305
|
+
readonly message?: string;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
// @public
|
|
309
|
+
export interface ErrorDetail {
|
|
310
|
+
code: string;
|
|
311
|
+
details?: ErrorDetail[];
|
|
312
|
+
message: string;
|
|
313
|
+
target?: string;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
// @public
|
|
317
|
+
export interface ErrorResponse {
|
|
318
|
+
error?: ErrorDefinition;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
// @public
|
|
322
|
+
export interface ExtendedLocation {
|
|
323
|
+
name?: string;
|
|
324
|
+
type?: string;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
// @public
|
|
328
|
+
export type FirmwareType = string;
|
|
329
|
+
|
|
330
|
+
// @public
|
|
331
|
+
export interface GuestAgent extends ProxyResource {
|
|
332
|
+
credentials?: GuestCredential;
|
|
333
|
+
readonly customResourceName?: string;
|
|
334
|
+
httpProxyConfig?: HttpProxyConfiguration;
|
|
335
|
+
provisioningAction?: ProvisioningAction;
|
|
336
|
+
readonly provisioningState?: string;
|
|
337
|
+
readonly status?: string;
|
|
338
|
+
readonly statuses?: ResourceStatus[];
|
|
339
|
+
readonly systemData?: SystemData;
|
|
340
|
+
readonly uuid?: string;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
// @public
|
|
344
|
+
export interface GuestAgentList {
|
|
345
|
+
nextLink?: string;
|
|
346
|
+
value: GuestAgent[];
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
// @public
|
|
350
|
+
export interface GuestAgentProfile {
|
|
351
|
+
readonly agentVersion?: string;
|
|
352
|
+
readonly errorDetails?: ErrorDetail[];
|
|
353
|
+
readonly lastStatusChange?: Date;
|
|
354
|
+
readonly status?: StatusTypes;
|
|
355
|
+
readonly vmUuid?: string;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
// @public
|
|
359
|
+
export interface GuestAgents {
|
|
360
|
+
beginCreate(resourceGroupName: string, virtualMachineName: string, name: string, options?: GuestAgentsCreateOptionalParams): Promise<PollerLike<PollOperationState<GuestAgentsCreateResponse>, GuestAgentsCreateResponse>>;
|
|
361
|
+
beginCreateAndWait(resourceGroupName: string, virtualMachineName: string, name: string, options?: GuestAgentsCreateOptionalParams): Promise<GuestAgentsCreateResponse>;
|
|
362
|
+
beginDelete(resourceGroupName: string, virtualMachineName: string, name: string, options?: GuestAgentsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
363
|
+
beginDeleteAndWait(resourceGroupName: string, virtualMachineName: string, name: string, options?: GuestAgentsDeleteOptionalParams): Promise<void>;
|
|
364
|
+
get(resourceGroupName: string, virtualMachineName: string, name: string, options?: GuestAgentsGetOptionalParams): Promise<GuestAgentsGetResponse>;
|
|
365
|
+
listByVm(resourceGroupName: string, virtualMachineName: string, options?: GuestAgentsListByVmOptionalParams): PagedAsyncIterableIterator<GuestAgent>;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
// @public
|
|
369
|
+
export interface GuestAgentsCreateOptionalParams extends coreClient.OperationOptions {
|
|
370
|
+
body?: GuestAgent;
|
|
371
|
+
resumeFrom?: string;
|
|
372
|
+
updateIntervalInMs?: number;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
// @public
|
|
376
|
+
export type GuestAgentsCreateResponse = GuestAgent;
|
|
377
|
+
|
|
378
|
+
// @public
|
|
379
|
+
export interface GuestAgentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
380
|
+
resumeFrom?: string;
|
|
381
|
+
updateIntervalInMs?: number;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
// @public
|
|
385
|
+
export interface GuestAgentsGetOptionalParams extends coreClient.OperationOptions {
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
// @public
|
|
389
|
+
export type GuestAgentsGetResponse = GuestAgent;
|
|
390
|
+
|
|
391
|
+
// @public
|
|
392
|
+
export interface GuestAgentsListByVmNextOptionalParams extends coreClient.OperationOptions {
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
// @public
|
|
396
|
+
export type GuestAgentsListByVmNextResponse = GuestAgentList;
|
|
397
|
+
|
|
398
|
+
// @public
|
|
399
|
+
export interface GuestAgentsListByVmOptionalParams extends coreClient.OperationOptions {
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
// @public
|
|
403
|
+
export type GuestAgentsListByVmResponse = GuestAgentList;
|
|
404
|
+
|
|
405
|
+
// @public
|
|
406
|
+
export interface GuestCredential {
|
|
407
|
+
password?: string;
|
|
408
|
+
username?: string;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
// @public
|
|
412
|
+
export interface HardwareProfile {
|
|
413
|
+
readonly cpuHotAddEnabled?: boolean;
|
|
414
|
+
readonly cpuHotRemoveEnabled?: boolean;
|
|
415
|
+
readonly memoryHotAddEnabled?: boolean;
|
|
416
|
+
memorySizeMB?: number;
|
|
417
|
+
numCoresPerSocket?: number;
|
|
418
|
+
numCPUs?: number;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
// @public
|
|
422
|
+
export interface Host {
|
|
423
|
+
readonly customResourceName?: string;
|
|
424
|
+
extendedLocation?: ExtendedLocation;
|
|
425
|
+
readonly id?: string;
|
|
426
|
+
inventoryItemId?: string;
|
|
427
|
+
kind?: string;
|
|
428
|
+
location: string;
|
|
429
|
+
readonly moName?: string;
|
|
430
|
+
moRefId?: string;
|
|
431
|
+
readonly name?: string;
|
|
432
|
+
readonly provisioningState?: string;
|
|
433
|
+
readonly statuses?: ResourceStatus[];
|
|
434
|
+
readonly systemData?: SystemData;
|
|
435
|
+
tags?: {
|
|
436
|
+
[propertyName: string]: string;
|
|
437
|
+
};
|
|
438
|
+
readonly type?: string;
|
|
439
|
+
readonly uuid?: string;
|
|
440
|
+
vCenterId?: string;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
// @public
|
|
444
|
+
export interface HostInventoryItem extends InventoryItemProperties {
|
|
445
|
+
inventoryType: "Host";
|
|
446
|
+
parent?: InventoryItemDetails;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
// @public
|
|
450
|
+
export interface Hosts {
|
|
451
|
+
beginCreate(resourceGroupName: string, hostName: string, options?: HostsCreateOptionalParams): Promise<PollerLike<PollOperationState<HostsCreateResponse>, HostsCreateResponse>>;
|
|
452
|
+
beginCreateAndWait(resourceGroupName: string, hostName: string, options?: HostsCreateOptionalParams): Promise<HostsCreateResponse>;
|
|
453
|
+
beginDelete(resourceGroupName: string, hostName: string, options?: HostsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
454
|
+
beginDeleteAndWait(resourceGroupName: string, hostName: string, options?: HostsDeleteOptionalParams): Promise<void>;
|
|
455
|
+
get(resourceGroupName: string, hostName: string, options?: HostsGetOptionalParams): Promise<HostsGetResponse>;
|
|
456
|
+
list(options?: HostsListOptionalParams): PagedAsyncIterableIterator<Host>;
|
|
457
|
+
listByResourceGroup(resourceGroupName: string, options?: HostsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Host>;
|
|
458
|
+
update(resourceGroupName: string, hostName: string, options?: HostsUpdateOptionalParams): Promise<HostsUpdateResponse>;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
// @public
|
|
462
|
+
export interface HostsCreateOptionalParams extends coreClient.OperationOptions {
|
|
463
|
+
body?: Host;
|
|
464
|
+
resumeFrom?: string;
|
|
465
|
+
updateIntervalInMs?: number;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
// @public
|
|
469
|
+
export type HostsCreateResponse = Host;
|
|
470
|
+
|
|
471
|
+
// @public
|
|
472
|
+
export interface HostsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
473
|
+
force?: boolean;
|
|
474
|
+
resumeFrom?: string;
|
|
475
|
+
updateIntervalInMs?: number;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
// @public
|
|
479
|
+
export interface HostsGetOptionalParams extends coreClient.OperationOptions {
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
// @public
|
|
483
|
+
export type HostsGetResponse = Host;
|
|
484
|
+
|
|
485
|
+
// @public
|
|
486
|
+
export interface HostsList {
|
|
487
|
+
nextLink?: string;
|
|
488
|
+
value: Host[];
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
// @public
|
|
492
|
+
export interface HostsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
// @public
|
|
496
|
+
export type HostsListByResourceGroupNextResponse = HostsList;
|
|
497
|
+
|
|
498
|
+
// @public
|
|
499
|
+
export interface HostsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
// @public
|
|
503
|
+
export type HostsListByResourceGroupResponse = HostsList;
|
|
504
|
+
|
|
505
|
+
// @public
|
|
506
|
+
export interface HostsListNextOptionalParams extends coreClient.OperationOptions {
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
// @public
|
|
510
|
+
export type HostsListNextResponse = HostsList;
|
|
511
|
+
|
|
512
|
+
// @public
|
|
513
|
+
export interface HostsListOptionalParams extends coreClient.OperationOptions {
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
// @public
|
|
517
|
+
export type HostsListResponse = HostsList;
|
|
518
|
+
|
|
519
|
+
// @public
|
|
520
|
+
export interface HostsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
521
|
+
body?: ResourcePatch;
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
// @public
|
|
525
|
+
export type HostsUpdateResponse = Host;
|
|
526
|
+
|
|
527
|
+
// @public
|
|
528
|
+
export interface HttpProxyConfiguration {
|
|
529
|
+
httpsProxy?: string;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
// @public
|
|
533
|
+
export interface HybridIdentityMetadata extends ProxyResource {
|
|
534
|
+
readonly identity?: Identity;
|
|
535
|
+
readonly provisioningState?: string;
|
|
536
|
+
publicKey?: string;
|
|
537
|
+
readonly systemData?: SystemData;
|
|
538
|
+
vmId?: string;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
// @public
|
|
542
|
+
export interface HybridIdentityMetadataCreateOptionalParams extends coreClient.OperationOptions {
|
|
543
|
+
body?: HybridIdentityMetadata;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
// @public
|
|
547
|
+
export type HybridIdentityMetadataCreateResponse = HybridIdentityMetadata;
|
|
548
|
+
|
|
549
|
+
// @public
|
|
550
|
+
export interface HybridIdentityMetadataDeleteOptionalParams extends coreClient.OperationOptions {
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
// @public
|
|
554
|
+
export interface HybridIdentityMetadataGetOptionalParams extends coreClient.OperationOptions {
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
// @public
|
|
558
|
+
export type HybridIdentityMetadataGetResponse = HybridIdentityMetadata;
|
|
559
|
+
|
|
560
|
+
// @public
|
|
561
|
+
export interface HybridIdentityMetadataList {
|
|
562
|
+
nextLink?: string;
|
|
563
|
+
value: HybridIdentityMetadata[];
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
// @public
|
|
567
|
+
export interface HybridIdentityMetadataListByVmNextOptionalParams extends coreClient.OperationOptions {
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
// @public
|
|
571
|
+
export type HybridIdentityMetadataListByVmNextResponse = HybridIdentityMetadataList;
|
|
572
|
+
|
|
573
|
+
// @public
|
|
574
|
+
export interface HybridIdentityMetadataListByVmOptionalParams extends coreClient.OperationOptions {
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
// @public
|
|
578
|
+
export type HybridIdentityMetadataListByVmResponse = HybridIdentityMetadataList;
|
|
579
|
+
|
|
580
|
+
// @public
|
|
581
|
+
export interface HybridIdentityMetadataOperations {
|
|
582
|
+
create(resourceGroupName: string, virtualMachineName: string, metadataName: string, options?: HybridIdentityMetadataCreateOptionalParams): Promise<HybridIdentityMetadataCreateResponse>;
|
|
583
|
+
delete(resourceGroupName: string, virtualMachineName: string, metadataName: string, options?: HybridIdentityMetadataDeleteOptionalParams): Promise<void>;
|
|
584
|
+
get(resourceGroupName: string, virtualMachineName: string, metadataName: string, options?: HybridIdentityMetadataGetOptionalParams): Promise<HybridIdentityMetadataGetResponse>;
|
|
585
|
+
listByVm(resourceGroupName: string, virtualMachineName: string, options?: HybridIdentityMetadataListByVmOptionalParams): PagedAsyncIterableIterator<HybridIdentityMetadata>;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
// @public
|
|
589
|
+
export interface Identity {
|
|
590
|
+
readonly principalId?: string;
|
|
591
|
+
readonly tenantId?: string;
|
|
592
|
+
type: IdentityType;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
// @public
|
|
596
|
+
export type IdentityType = string;
|
|
597
|
+
|
|
598
|
+
// @public
|
|
599
|
+
export interface InventoryItem extends ProxyResource {
|
|
600
|
+
inventoryType: InventoryType;
|
|
601
|
+
kind?: string;
|
|
602
|
+
managedResourceId?: string;
|
|
603
|
+
moName?: string;
|
|
604
|
+
moRefId?: string;
|
|
605
|
+
readonly provisioningState?: string;
|
|
606
|
+
readonly systemData?: SystemData;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
// @public
|
|
610
|
+
export interface InventoryItemDetails {
|
|
611
|
+
inventoryItemId?: string;
|
|
612
|
+
moName?: string;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
// @public
|
|
616
|
+
export interface InventoryItemProperties {
|
|
617
|
+
inventoryType: "ResourcePool" | "VirtualMachine" | "VirtualMachineTemplate" | "VirtualNetwork" | "Cluster" | "Datastore" | "Host";
|
|
618
|
+
managedResourceId?: string;
|
|
619
|
+
moName?: string;
|
|
620
|
+
moRefId?: string;
|
|
621
|
+
readonly provisioningState?: string;
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
// @public (undocumented)
|
|
625
|
+
export type InventoryItemPropertiesUnion = InventoryItemProperties | ResourcePoolInventoryItem | VirtualMachineInventoryItem | VirtualMachineTemplateInventoryItem | VirtualNetworkInventoryItem | ClusterInventoryItem | DatastoreInventoryItem | HostInventoryItem;
|
|
626
|
+
|
|
627
|
+
// @public
|
|
628
|
+
export interface InventoryItems {
|
|
629
|
+
create(resourceGroupName: string, vcenterName: string, inventoryItemName: string, options?: InventoryItemsCreateOptionalParams): Promise<InventoryItemsCreateResponse>;
|
|
630
|
+
delete(resourceGroupName: string, vcenterName: string, inventoryItemName: string, options?: InventoryItemsDeleteOptionalParams): Promise<void>;
|
|
631
|
+
get(resourceGroupName: string, vcenterName: string, inventoryItemName: string, options?: InventoryItemsGetOptionalParams): Promise<InventoryItemsGetResponse>;
|
|
632
|
+
listByVCenter(resourceGroupName: string, vcenterName: string, options?: InventoryItemsListByVCenterOptionalParams): PagedAsyncIterableIterator<InventoryItem>;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
// @public
|
|
636
|
+
export interface InventoryItemsCreateOptionalParams extends coreClient.OperationOptions {
|
|
637
|
+
body?: InventoryItem;
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
// @public
|
|
641
|
+
export type InventoryItemsCreateResponse = InventoryItem;
|
|
642
|
+
|
|
643
|
+
// @public
|
|
644
|
+
export interface InventoryItemsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
// @public
|
|
648
|
+
export interface InventoryItemsGetOptionalParams extends coreClient.OperationOptions {
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
// @public
|
|
652
|
+
export type InventoryItemsGetResponse = InventoryItem;
|
|
653
|
+
|
|
654
|
+
// @public
|
|
655
|
+
export interface InventoryItemsList {
|
|
656
|
+
nextLink?: string;
|
|
657
|
+
value: InventoryItem[];
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
// @public
|
|
661
|
+
export interface InventoryItemsListByVCenterNextOptionalParams extends coreClient.OperationOptions {
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
// @public
|
|
665
|
+
export type InventoryItemsListByVCenterNextResponse = InventoryItemsList;
|
|
666
|
+
|
|
667
|
+
// @public
|
|
668
|
+
export interface InventoryItemsListByVCenterOptionalParams extends coreClient.OperationOptions {
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
// @public
|
|
672
|
+
export type InventoryItemsListByVCenterResponse = InventoryItemsList;
|
|
673
|
+
|
|
674
|
+
// @public
|
|
675
|
+
export type InventoryType = string;
|
|
676
|
+
|
|
677
|
+
// @public
|
|
678
|
+
export type IPAddressAllocationMethod = string;
|
|
679
|
+
|
|
680
|
+
// @public
|
|
681
|
+
export enum KnownCreatedByType {
|
|
682
|
+
Application = "Application",
|
|
683
|
+
Key = "Key",
|
|
684
|
+
ManagedIdentity = "ManagedIdentity",
|
|
685
|
+
User = "User"
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
// @public
|
|
689
|
+
export enum KnownDiskMode {
|
|
690
|
+
IndependentNonpersistent = "independent_nonpersistent",
|
|
691
|
+
IndependentPersistent = "independent_persistent",
|
|
692
|
+
Persistent = "persistent"
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
// @public
|
|
696
|
+
export enum KnownDiskType {
|
|
697
|
+
Flat = "flat",
|
|
698
|
+
Pmem = "pmem",
|
|
699
|
+
Rawphysical = "rawphysical",
|
|
700
|
+
Rawvirtual = "rawvirtual",
|
|
701
|
+
Sesparse = "sesparse",
|
|
702
|
+
Sparse = "sparse",
|
|
703
|
+
Unknown = "unknown"
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
// @public
|
|
707
|
+
export enum KnownFirmwareType {
|
|
708
|
+
Bios = "bios",
|
|
709
|
+
Efi = "efi"
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
// @public
|
|
713
|
+
export enum KnownIdentityType {
|
|
714
|
+
None = "None",
|
|
715
|
+
SystemAssigned = "SystemAssigned"
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
// @public
|
|
719
|
+
export enum KnownInventoryType {
|
|
720
|
+
Cluster = "Cluster",
|
|
721
|
+
Datastore = "Datastore",
|
|
722
|
+
Host = "Host",
|
|
723
|
+
ResourcePool = "ResourcePool",
|
|
724
|
+
VirtualMachine = "VirtualMachine",
|
|
725
|
+
VirtualMachineTemplate = "VirtualMachineTemplate",
|
|
726
|
+
VirtualNetwork = "VirtualNetwork"
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
// @public
|
|
730
|
+
export enum KnownIPAddressAllocationMethod {
|
|
731
|
+
Dynamic = "dynamic",
|
|
732
|
+
Linklayer = "linklayer",
|
|
733
|
+
Other = "other",
|
|
734
|
+
Random = "random",
|
|
735
|
+
Static = "static",
|
|
736
|
+
Unset = "unset"
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
// @public
|
|
740
|
+
export enum KnownNICType {
|
|
741
|
+
E1000 = "e1000",
|
|
742
|
+
E1000E = "e1000e",
|
|
743
|
+
Pcnet32 = "pcnet32",
|
|
744
|
+
Vmxnet = "vmxnet",
|
|
745
|
+
Vmxnet2 = "vmxnet2",
|
|
746
|
+
Vmxnet3 = "vmxnet3"
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
// @public
|
|
750
|
+
export enum KnownOsType {
|
|
751
|
+
Linux = "Linux",
|
|
752
|
+
Other = "Other",
|
|
753
|
+
Windows = "Windows"
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
// @public
|
|
757
|
+
export enum KnownOsTypeUM {
|
|
758
|
+
Linux = "Linux",
|
|
759
|
+
Windows = "Windows"
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
// @public
|
|
763
|
+
export enum KnownPatchOperationStartedBy {
|
|
764
|
+
Platform = "Platform",
|
|
765
|
+
User = "User"
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
// @public
|
|
769
|
+
export enum KnownPatchOperationStatus {
|
|
770
|
+
CompletedWithWarnings = "CompletedWithWarnings",
|
|
771
|
+
Failed = "Failed",
|
|
772
|
+
InProgress = "InProgress",
|
|
773
|
+
Succeeded = "Succeeded",
|
|
774
|
+
Unknown = "Unknown"
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
// @public
|
|
778
|
+
export enum KnownPatchServiceUsed {
|
|
779
|
+
APT = "APT",
|
|
780
|
+
Unknown = "Unknown",
|
|
781
|
+
WU = "WU",
|
|
782
|
+
WUWsus = "WU_WSUS",
|
|
783
|
+
YUM = "YUM",
|
|
784
|
+
Zypper = "Zypper"
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
// @public
|
|
788
|
+
export enum KnownPowerOnBootOption {
|
|
789
|
+
Disabled = "disabled",
|
|
790
|
+
Enabled = "enabled"
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
// @public
|
|
794
|
+
export enum KnownProvisioningAction {
|
|
795
|
+
Install = "install",
|
|
796
|
+
Repair = "repair",
|
|
797
|
+
Uninstall = "uninstall"
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
// @public
|
|
801
|
+
export enum KnownProvisioningState {
|
|
802
|
+
Accepted = "Accepted",
|
|
803
|
+
Canceled = "Canceled",
|
|
804
|
+
Created = "Created",
|
|
805
|
+
Deleting = "Deleting",
|
|
806
|
+
Failed = "Failed",
|
|
807
|
+
Provisioning = "Provisioning",
|
|
808
|
+
Succeeded = "Succeeded",
|
|
809
|
+
Updating = "Updating"
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
// @public
|
|
813
|
+
export enum KnownScsiControllerType {
|
|
814
|
+
Buslogic = "buslogic",
|
|
815
|
+
Lsilogic = "lsilogic",
|
|
816
|
+
Lsilogicsas = "lsilogicsas",
|
|
817
|
+
Pvscsi = "pvscsi"
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
// @public
|
|
821
|
+
export enum KnownStatusLevelTypes {
|
|
822
|
+
Error = "Error",
|
|
823
|
+
Info = "Info",
|
|
824
|
+
Warning = "Warning"
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
// @public
|
|
828
|
+
export enum KnownStatusTypes {
|
|
829
|
+
Connected = "Connected",
|
|
830
|
+
Disconnected = "Disconnected",
|
|
831
|
+
Error = "Error"
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
// @public
|
|
835
|
+
export enum KnownVirtualScsiSharing {
|
|
836
|
+
NoSharing = "noSharing",
|
|
837
|
+
PhysicalSharing = "physicalSharing",
|
|
838
|
+
VirtualSharing = "virtualSharing"
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
// @public
|
|
842
|
+
export enum KnownVMGuestPatchClassificationLinux {
|
|
843
|
+
Critical = "Critical",
|
|
844
|
+
Other = "Other",
|
|
845
|
+
Security = "Security"
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
// @public
|
|
849
|
+
export enum KnownVMGuestPatchClassificationWindows {
|
|
850
|
+
Critical = "Critical",
|
|
851
|
+
Definition = "Definition",
|
|
852
|
+
FeaturePack = "FeaturePack",
|
|
853
|
+
Security = "Security",
|
|
854
|
+
ServicePack = "ServicePack",
|
|
855
|
+
Tools = "Tools",
|
|
856
|
+
UpdateRollUp = "UpdateRollUp",
|
|
857
|
+
Updates = "Updates"
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
// @public
|
|
861
|
+
export enum KnownVMGuestPatchRebootSetting {
|
|
862
|
+
Always = "Always",
|
|
863
|
+
IfRequired = "IfRequired",
|
|
864
|
+
Never = "Never"
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
// @public
|
|
868
|
+
export enum KnownVMGuestPatchRebootStatus {
|
|
869
|
+
Completed = "Completed",
|
|
870
|
+
Failed = "Failed",
|
|
871
|
+
NotNeeded = "NotNeeded",
|
|
872
|
+
Required = "Required",
|
|
873
|
+
Started = "Started",
|
|
874
|
+
Unknown = "Unknown"
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
// @public
|
|
878
|
+
export interface LinuxParameters {
|
|
879
|
+
classificationsToInclude?: VMGuestPatchClassificationLinux[];
|
|
880
|
+
packageNameMasksToExclude?: string[];
|
|
881
|
+
packageNameMasksToInclude?: string[];
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
// @public
|
|
885
|
+
export interface MachineExtension {
|
|
886
|
+
autoUpgradeMinorVersion?: boolean;
|
|
887
|
+
enableAutomaticUpgrade?: boolean;
|
|
888
|
+
forceUpdateTag?: string;
|
|
889
|
+
readonly id?: string;
|
|
890
|
+
instanceView?: MachineExtensionPropertiesInstanceView;
|
|
891
|
+
location?: string;
|
|
892
|
+
readonly name?: string;
|
|
893
|
+
protectedSettings?: Record<string, unknown>;
|
|
894
|
+
readonly provisioningState?: string;
|
|
895
|
+
publisher?: string;
|
|
896
|
+
settings?: Record<string, unknown>;
|
|
897
|
+
readonly systemData?: SystemData;
|
|
898
|
+
tags?: {
|
|
899
|
+
[propertyName: string]: string;
|
|
900
|
+
};
|
|
901
|
+
readonly type?: string;
|
|
902
|
+
typeHandlerVersion?: string;
|
|
903
|
+
typePropertiesType?: string;
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
// @public
|
|
907
|
+
export interface MachineExtensionInstanceView {
|
|
908
|
+
readonly name?: string;
|
|
909
|
+
status?: MachineExtensionInstanceViewStatus;
|
|
910
|
+
readonly type?: string;
|
|
911
|
+
readonly typeHandlerVersion?: string;
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
// @public
|
|
915
|
+
export interface MachineExtensionInstanceViewStatus {
|
|
916
|
+
readonly code?: string;
|
|
917
|
+
readonly displayStatus?: string;
|
|
918
|
+
readonly level?: StatusLevelTypes;
|
|
919
|
+
readonly message?: string;
|
|
920
|
+
readonly time?: Date;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
// @public
|
|
924
|
+
export interface MachineExtensionPropertiesInstanceView extends MachineExtensionInstanceView {
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
// @public
|
|
928
|
+
export interface MachineExtensions {
|
|
929
|
+
beginCreateOrUpdate(resourceGroupName: string, name: string, extensionName: string, extensionParameters: MachineExtension, options?: MachineExtensionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<MachineExtensionsCreateOrUpdateResponse>, MachineExtensionsCreateOrUpdateResponse>>;
|
|
930
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, name: string, extensionName: string, extensionParameters: MachineExtension, options?: MachineExtensionsCreateOrUpdateOptionalParams): Promise<MachineExtensionsCreateOrUpdateResponse>;
|
|
931
|
+
beginDelete(resourceGroupName: string, name: string, extensionName: string, options?: MachineExtensionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
932
|
+
beginDeleteAndWait(resourceGroupName: string, name: string, extensionName: string, options?: MachineExtensionsDeleteOptionalParams): Promise<void>;
|
|
933
|
+
beginUpdate(resourceGroupName: string, name: string, extensionName: string, extensionParameters: MachineExtensionUpdate, options?: MachineExtensionsUpdateOptionalParams): Promise<PollerLike<PollOperationState<MachineExtensionsUpdateResponse>, MachineExtensionsUpdateResponse>>;
|
|
934
|
+
beginUpdateAndWait(resourceGroupName: string, name: string, extensionName: string, extensionParameters: MachineExtensionUpdate, options?: MachineExtensionsUpdateOptionalParams): Promise<MachineExtensionsUpdateResponse>;
|
|
935
|
+
get(resourceGroupName: string, name: string, extensionName: string, options?: MachineExtensionsGetOptionalParams): Promise<MachineExtensionsGetResponse>;
|
|
936
|
+
list(resourceGroupName: string, name: string, options?: MachineExtensionsListOptionalParams): PagedAsyncIterableIterator<MachineExtension>;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
// @public
|
|
940
|
+
export interface MachineExtensionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
941
|
+
resumeFrom?: string;
|
|
942
|
+
updateIntervalInMs?: number;
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
// @public
|
|
946
|
+
export type MachineExtensionsCreateOrUpdateResponse = MachineExtension;
|
|
947
|
+
|
|
948
|
+
// @public
|
|
949
|
+
export interface MachineExtensionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
950
|
+
resumeFrom?: string;
|
|
951
|
+
updateIntervalInMs?: number;
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
// @public
|
|
955
|
+
export interface MachineExtensionsGetOptionalParams extends coreClient.OperationOptions {
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
// @public
|
|
959
|
+
export type MachineExtensionsGetResponse = MachineExtension;
|
|
960
|
+
|
|
961
|
+
// @public
|
|
962
|
+
export interface MachineExtensionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
963
|
+
expand?: string;
|
|
964
|
+
}
|
|
965
|
+
|
|
966
|
+
// @public
|
|
967
|
+
export type MachineExtensionsListNextResponse = MachineExtensionsListResult;
|
|
968
|
+
|
|
969
|
+
// @public
|
|
970
|
+
export interface MachineExtensionsListOptionalParams extends coreClient.OperationOptions {
|
|
971
|
+
expand?: string;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
// @public
|
|
975
|
+
export type MachineExtensionsListResponse = MachineExtensionsListResult;
|
|
976
|
+
|
|
977
|
+
// @public
|
|
978
|
+
export interface MachineExtensionsListResult {
|
|
979
|
+
nextLink?: string;
|
|
980
|
+
value?: MachineExtension[];
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
// @public
|
|
984
|
+
export interface MachineExtensionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
985
|
+
resumeFrom?: string;
|
|
986
|
+
updateIntervalInMs?: number;
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
// @public
|
|
990
|
+
export type MachineExtensionsUpdateResponse = MachineExtension;
|
|
991
|
+
|
|
992
|
+
// @public
|
|
993
|
+
export interface MachineExtensionUpdate extends ResourcePatch {
|
|
994
|
+
autoUpgradeMinorVersion?: boolean;
|
|
995
|
+
enableAutomaticUpgrade?: boolean;
|
|
996
|
+
forceUpdateTag?: string;
|
|
997
|
+
protectedSettings?: Record<string, unknown>;
|
|
998
|
+
publisher?: string;
|
|
999
|
+
settings?: Record<string, unknown>;
|
|
1000
|
+
type?: string;
|
|
1001
|
+
typeHandlerVersion?: string;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
// @public
|
|
1005
|
+
export interface NetworkInterface {
|
|
1006
|
+
deviceKey?: number;
|
|
1007
|
+
readonly ipAddresses?: string[];
|
|
1008
|
+
ipSettings?: NicIPSettings;
|
|
1009
|
+
readonly label?: string;
|
|
1010
|
+
readonly macAddress?: string;
|
|
1011
|
+
name?: string;
|
|
1012
|
+
networkId?: string;
|
|
1013
|
+
readonly networkMoName?: string;
|
|
1014
|
+
readonly networkMoRefId?: string;
|
|
1015
|
+
nicType?: NICType;
|
|
1016
|
+
powerOnBoot?: PowerOnBootOption;
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
// @public
|
|
1020
|
+
export interface NetworkInterfaceUpdate {
|
|
1021
|
+
deviceKey?: number;
|
|
1022
|
+
name?: string;
|
|
1023
|
+
networkId?: string;
|
|
1024
|
+
nicType?: NICType;
|
|
1025
|
+
powerOnBoot?: PowerOnBootOption;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
// @public
|
|
1029
|
+
export interface NetworkProfile {
|
|
1030
|
+
networkInterfaces?: NetworkInterface[];
|
|
1031
|
+
}
|
|
1032
|
+
|
|
1033
|
+
// @public
|
|
1034
|
+
export interface NetworkProfileUpdate {
|
|
1035
|
+
networkInterfaces?: NetworkInterfaceUpdate[];
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
// @public
|
|
1039
|
+
export interface NicIPAddressSettings {
|
|
1040
|
+
readonly allocationMethod?: string;
|
|
1041
|
+
readonly ipAddress?: string;
|
|
1042
|
+
readonly subnetMask?: string;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
// @public
|
|
1046
|
+
export interface NicIPSettings {
|
|
1047
|
+
allocationMethod?: IPAddressAllocationMethod;
|
|
1048
|
+
dnsServers?: string[];
|
|
1049
|
+
gateway?: string[];
|
|
1050
|
+
ipAddress?: string;
|
|
1051
|
+
readonly ipAddressInfo?: NicIPAddressSettings[];
|
|
1052
|
+
readonly primaryWinsServer?: string;
|
|
1053
|
+
readonly secondaryWinsServer?: string;
|
|
1054
|
+
subnetMask?: string;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
// @public
|
|
1058
|
+
export type NICType = string;
|
|
1059
|
+
|
|
1060
|
+
// @public
|
|
1061
|
+
export interface Operation {
|
|
1062
|
+
display?: OperationDisplay;
|
|
1063
|
+
isDataAction?: boolean;
|
|
1064
|
+
name?: string;
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
// @public
|
|
1068
|
+
export interface OperationDisplay {
|
|
1069
|
+
description?: string;
|
|
1070
|
+
operation?: string;
|
|
1071
|
+
provider?: string;
|
|
1072
|
+
resource?: string;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
// @public
|
|
1076
|
+
export interface Operations {
|
|
1077
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
// @public
|
|
1081
|
+
export interface OperationsList {
|
|
1082
|
+
nextLink?: string;
|
|
1083
|
+
value: Operation[];
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
// @public
|
|
1087
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
// @public
|
|
1091
|
+
export type OperationsListNextResponse = OperationsList;
|
|
1092
|
+
|
|
1093
|
+
// @public
|
|
1094
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1095
|
+
}
|
|
1096
|
+
|
|
1097
|
+
// @public
|
|
1098
|
+
export type OperationsListResponse = OperationsList;
|
|
1099
|
+
|
|
1100
|
+
// @public
|
|
1101
|
+
export interface OsProfile {
|
|
1102
|
+
adminPassword?: string;
|
|
1103
|
+
adminUsername?: string;
|
|
1104
|
+
readonly allowExtensionOperations?: boolean;
|
|
1105
|
+
computerName?: string;
|
|
1106
|
+
guestId?: string;
|
|
1107
|
+
linuxConfiguration?: OsProfileLinuxConfiguration;
|
|
1108
|
+
readonly osName?: string;
|
|
1109
|
+
osType?: OsType;
|
|
1110
|
+
readonly toolsRunningStatus?: string;
|
|
1111
|
+
readonly toolsVersion?: string;
|
|
1112
|
+
readonly toolsVersionStatus?: string;
|
|
1113
|
+
windowsConfiguration?: OsProfileWindowsConfiguration;
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
// @public
|
|
1117
|
+
export interface OsProfileLinuxConfiguration {
|
|
1118
|
+
assessmentMode?: string;
|
|
1119
|
+
patchMode?: string;
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
// @public
|
|
1123
|
+
export interface OsProfileUpdate {
|
|
1124
|
+
linuxConfiguration?: OsProfileUpdateLinuxConfiguration;
|
|
1125
|
+
windowsConfiguration?: OsProfileUpdateWindowsConfiguration;
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
// @public
|
|
1129
|
+
export interface OsProfileUpdateLinuxConfiguration {
|
|
1130
|
+
assessmentMode?: string;
|
|
1131
|
+
patchMode?: string;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
// @public
|
|
1135
|
+
export interface OsProfileUpdateWindowsConfiguration {
|
|
1136
|
+
assessmentMode?: string;
|
|
1137
|
+
patchMode?: string;
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1140
|
+
// @public
|
|
1141
|
+
export interface OsProfileWindowsConfiguration {
|
|
1142
|
+
assessmentMode?: string;
|
|
1143
|
+
patchMode?: string;
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
// @public
|
|
1147
|
+
export type OsType = string;
|
|
1148
|
+
|
|
1149
|
+
// @public
|
|
1150
|
+
export type OsTypeUM = string;
|
|
1151
|
+
|
|
1152
|
+
// @public
|
|
1153
|
+
export type PatchOperationStartedBy = string;
|
|
1154
|
+
|
|
1155
|
+
// @public
|
|
1156
|
+
export type PatchOperationStatus = string;
|
|
1157
|
+
|
|
1158
|
+
// @public
|
|
1159
|
+
export type PatchServiceUsed = string;
|
|
1160
|
+
|
|
1161
|
+
// @public
|
|
1162
|
+
export interface PlacementProfile {
|
|
1163
|
+
clusterId?: string;
|
|
1164
|
+
datastoreId?: string;
|
|
1165
|
+
hostId?: string;
|
|
1166
|
+
resourcePoolId?: string;
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1169
|
+
// @public
|
|
1170
|
+
export type PowerOnBootOption = string;
|
|
1171
|
+
|
|
1172
|
+
// @public
|
|
1173
|
+
export type ProvisioningAction = string;
|
|
1174
|
+
|
|
1175
|
+
// @public
|
|
1176
|
+
export type ProvisioningState = string;
|
|
1177
|
+
|
|
1178
|
+
// @public
|
|
1179
|
+
export interface ProxyResource extends Resource {
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
// @public
|
|
1183
|
+
export interface Resource {
|
|
1184
|
+
readonly id?: string;
|
|
1185
|
+
readonly name?: string;
|
|
1186
|
+
readonly type?: string;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
// @public
|
|
1190
|
+
export interface ResourcePatch {
|
|
1191
|
+
tags?: {
|
|
1192
|
+
[propertyName: string]: string;
|
|
1193
|
+
};
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
// @public
|
|
1197
|
+
export interface ResourcePool {
|
|
1198
|
+
readonly cpuLimitMHz?: number;
|
|
1199
|
+
readonly cpuReservationMHz?: number;
|
|
1200
|
+
readonly cpuSharesLevel?: string;
|
|
1201
|
+
readonly customResourceName?: string;
|
|
1202
|
+
extendedLocation?: ExtendedLocation;
|
|
1203
|
+
readonly id?: string;
|
|
1204
|
+
inventoryItemId?: string;
|
|
1205
|
+
kind?: string;
|
|
1206
|
+
location: string;
|
|
1207
|
+
readonly memLimitMB?: number;
|
|
1208
|
+
readonly memReservationMB?: number;
|
|
1209
|
+
readonly memSharesLevel?: string;
|
|
1210
|
+
readonly moName?: string;
|
|
1211
|
+
moRefId?: string;
|
|
1212
|
+
readonly name?: string;
|
|
1213
|
+
readonly provisioningState?: string;
|
|
1214
|
+
readonly statuses?: ResourceStatus[];
|
|
1215
|
+
readonly systemData?: SystemData;
|
|
1216
|
+
tags?: {
|
|
1217
|
+
[propertyName: string]: string;
|
|
1218
|
+
};
|
|
1219
|
+
readonly type?: string;
|
|
1220
|
+
readonly uuid?: string;
|
|
1221
|
+
vCenterId?: string;
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
// @public
|
|
1225
|
+
export interface ResourcePoolInventoryItem extends InventoryItemProperties {
|
|
1226
|
+
inventoryType: "ResourcePool";
|
|
1227
|
+
parent?: InventoryItemDetails;
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
// @public
|
|
1231
|
+
export interface ResourcePools {
|
|
1232
|
+
beginCreate(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsCreateOptionalParams): Promise<PollerLike<PollOperationState<ResourcePoolsCreateResponse>, ResourcePoolsCreateResponse>>;
|
|
1233
|
+
beginCreateAndWait(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsCreateOptionalParams): Promise<ResourcePoolsCreateResponse>;
|
|
1234
|
+
beginDelete(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1235
|
+
beginDeleteAndWait(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsDeleteOptionalParams): Promise<void>;
|
|
1236
|
+
get(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsGetOptionalParams): Promise<ResourcePoolsGetResponse>;
|
|
1237
|
+
list(options?: ResourcePoolsListOptionalParams): PagedAsyncIterableIterator<ResourcePool>;
|
|
1238
|
+
listByResourceGroup(resourceGroupName: string, options?: ResourcePoolsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ResourcePool>;
|
|
1239
|
+
update(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsUpdateOptionalParams): Promise<ResourcePoolsUpdateResponse>;
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
// @public
|
|
1243
|
+
export interface ResourcePoolsCreateOptionalParams extends coreClient.OperationOptions {
|
|
1244
|
+
body?: ResourcePool;
|
|
1245
|
+
resumeFrom?: string;
|
|
1246
|
+
updateIntervalInMs?: number;
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1249
|
+
// @public
|
|
1250
|
+
export type ResourcePoolsCreateResponse = ResourcePool;
|
|
1251
|
+
|
|
1252
|
+
// @public
|
|
1253
|
+
export interface ResourcePoolsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1254
|
+
force?: boolean;
|
|
1255
|
+
resumeFrom?: string;
|
|
1256
|
+
updateIntervalInMs?: number;
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
|
+
// @public
|
|
1260
|
+
export interface ResourcePoolsGetOptionalParams extends coreClient.OperationOptions {
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
// @public
|
|
1264
|
+
export type ResourcePoolsGetResponse = ResourcePool;
|
|
1265
|
+
|
|
1266
|
+
// @public
|
|
1267
|
+
export interface ResourcePoolsList {
|
|
1268
|
+
nextLink?: string;
|
|
1269
|
+
value: ResourcePool[];
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
// @public
|
|
1273
|
+
export interface ResourcePoolsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
// @public
|
|
1277
|
+
export type ResourcePoolsListByResourceGroupNextResponse = ResourcePoolsList;
|
|
1278
|
+
|
|
1279
|
+
// @public
|
|
1280
|
+
export interface ResourcePoolsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
// @public
|
|
1284
|
+
export type ResourcePoolsListByResourceGroupResponse = ResourcePoolsList;
|
|
1285
|
+
|
|
1286
|
+
// @public
|
|
1287
|
+
export interface ResourcePoolsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
// @public
|
|
1291
|
+
export type ResourcePoolsListNextResponse = ResourcePoolsList;
|
|
1292
|
+
|
|
1293
|
+
// @public
|
|
1294
|
+
export interface ResourcePoolsListOptionalParams extends coreClient.OperationOptions {
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1297
|
+
// @public
|
|
1298
|
+
export type ResourcePoolsListResponse = ResourcePoolsList;
|
|
1299
|
+
|
|
1300
|
+
// @public
|
|
1301
|
+
export interface ResourcePoolsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1302
|
+
body?: ResourcePatch;
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1305
|
+
// @public
|
|
1306
|
+
export type ResourcePoolsUpdateResponse = ResourcePool;
|
|
1307
|
+
|
|
1308
|
+
// @public
|
|
1309
|
+
export interface ResourceStatus {
|
|
1310
|
+
readonly lastUpdatedAt?: Date;
|
|
1311
|
+
readonly message?: string;
|
|
1312
|
+
readonly reason?: string;
|
|
1313
|
+
readonly severity?: string;
|
|
1314
|
+
readonly status?: string;
|
|
1315
|
+
readonly type?: string;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1318
|
+
// @public
|
|
1319
|
+
export type ScsiControllerType = string;
|
|
1320
|
+
|
|
1321
|
+
// @public
|
|
1322
|
+
export interface SecurityProfile {
|
|
1323
|
+
uefiSettings?: UefiSettings;
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
// @public
|
|
1327
|
+
export type StatusLevelTypes = string;
|
|
1328
|
+
|
|
1329
|
+
// @public
|
|
1330
|
+
export type StatusTypes = string;
|
|
1331
|
+
|
|
1332
|
+
// @public
|
|
1333
|
+
export interface StopVirtualMachineOptions {
|
|
1334
|
+
skipShutdown?: boolean;
|
|
1335
|
+
}
|
|
1336
|
+
|
|
1337
|
+
// @public
|
|
1338
|
+
export interface StorageProfile {
|
|
1339
|
+
disks?: VirtualDisk[];
|
|
1340
|
+
readonly scsiControllers?: VirtualScsiController[];
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
// @public
|
|
1344
|
+
export interface StorageProfileUpdate {
|
|
1345
|
+
disks?: VirtualDiskUpdate[];
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
// @public
|
|
1349
|
+
export interface SystemData {
|
|
1350
|
+
createdAt?: Date;
|
|
1351
|
+
createdBy?: string;
|
|
1352
|
+
createdByType?: CreatedByType;
|
|
1353
|
+
lastModifiedAt?: Date;
|
|
1354
|
+
lastModifiedBy?: string;
|
|
1355
|
+
lastModifiedByType?: CreatedByType;
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1358
|
+
// @public
|
|
1359
|
+
export interface UefiSettings {
|
|
1360
|
+
secureBootEnabled?: boolean;
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
// @public
|
|
1364
|
+
export interface VCenter {
|
|
1365
|
+
readonly connectionStatus?: string;
|
|
1366
|
+
credentials?: VICredential;
|
|
1367
|
+
readonly customResourceName?: string;
|
|
1368
|
+
extendedLocation?: ExtendedLocation;
|
|
1369
|
+
fqdn: string;
|
|
1370
|
+
readonly id?: string;
|
|
1371
|
+
readonly instanceUuid?: string;
|
|
1372
|
+
kind?: string;
|
|
1373
|
+
location: string;
|
|
1374
|
+
readonly name?: string;
|
|
1375
|
+
port?: number;
|
|
1376
|
+
readonly provisioningState?: string;
|
|
1377
|
+
readonly statuses?: ResourceStatus[];
|
|
1378
|
+
readonly systemData?: SystemData;
|
|
1379
|
+
tags?: {
|
|
1380
|
+
[propertyName: string]: string;
|
|
1381
|
+
};
|
|
1382
|
+
readonly type?: string;
|
|
1383
|
+
readonly uuid?: string;
|
|
1384
|
+
readonly version?: string;
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
// @public
|
|
1388
|
+
export interface VCenters {
|
|
1389
|
+
beginCreate(resourceGroupName: string, vcenterName: string, options?: VCentersCreateOptionalParams): Promise<PollerLike<PollOperationState<VCentersCreateResponse>, VCentersCreateResponse>>;
|
|
1390
|
+
beginCreateAndWait(resourceGroupName: string, vcenterName: string, options?: VCentersCreateOptionalParams): Promise<VCentersCreateResponse>;
|
|
1391
|
+
beginDelete(resourceGroupName: string, vcenterName: string, options?: VCentersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1392
|
+
beginDeleteAndWait(resourceGroupName: string, vcenterName: string, options?: VCentersDeleteOptionalParams): Promise<void>;
|
|
1393
|
+
get(resourceGroupName: string, vcenterName: string, options?: VCentersGetOptionalParams): Promise<VCentersGetResponse>;
|
|
1394
|
+
list(options?: VCentersListOptionalParams): PagedAsyncIterableIterator<VCenter>;
|
|
1395
|
+
listByResourceGroup(resourceGroupName: string, options?: VCentersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VCenter>;
|
|
1396
|
+
update(resourceGroupName: string, vcenterName: string, options?: VCentersUpdateOptionalParams): Promise<VCentersUpdateResponse>;
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
// @public
|
|
1400
|
+
export interface VCentersCreateOptionalParams extends coreClient.OperationOptions {
|
|
1401
|
+
body?: VCenter;
|
|
1402
|
+
resumeFrom?: string;
|
|
1403
|
+
updateIntervalInMs?: number;
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
// @public
|
|
1407
|
+
export type VCentersCreateResponse = VCenter;
|
|
1408
|
+
|
|
1409
|
+
// @public
|
|
1410
|
+
export interface VCentersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1411
|
+
force?: boolean;
|
|
1412
|
+
resumeFrom?: string;
|
|
1413
|
+
updateIntervalInMs?: number;
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
// @public
|
|
1417
|
+
export interface VCentersGetOptionalParams extends coreClient.OperationOptions {
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
// @public
|
|
1421
|
+
export type VCentersGetResponse = VCenter;
|
|
1422
|
+
|
|
1423
|
+
// @public
|
|
1424
|
+
export interface VCentersList {
|
|
1425
|
+
nextLink?: string;
|
|
1426
|
+
value: VCenter[];
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
// @public
|
|
1430
|
+
export interface VCentersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
// @public
|
|
1434
|
+
export type VCentersListByResourceGroupNextResponse = VCentersList;
|
|
1435
|
+
|
|
1436
|
+
// @public
|
|
1437
|
+
export interface VCentersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
// @public
|
|
1441
|
+
export type VCentersListByResourceGroupResponse = VCentersList;
|
|
1442
|
+
|
|
1443
|
+
// @public
|
|
1444
|
+
export interface VCentersListNextOptionalParams extends coreClient.OperationOptions {
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
// @public
|
|
1448
|
+
export type VCentersListNextResponse = VCentersList;
|
|
1449
|
+
|
|
1450
|
+
// @public
|
|
1451
|
+
export interface VCentersListOptionalParams extends coreClient.OperationOptions {
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
// @public
|
|
1455
|
+
export type VCentersListResponse = VCentersList;
|
|
1456
|
+
|
|
1457
|
+
// @public
|
|
1458
|
+
export interface VCentersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1459
|
+
body?: ResourcePatch;
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
// @public
|
|
1463
|
+
export type VCentersUpdateResponse = VCenter;
|
|
1464
|
+
|
|
1465
|
+
// @public
|
|
1466
|
+
export interface VICredential {
|
|
1467
|
+
password?: string;
|
|
1468
|
+
username?: string;
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
// @public
|
|
1472
|
+
export interface VirtualDisk {
|
|
1473
|
+
controllerKey?: number;
|
|
1474
|
+
deviceKey?: number;
|
|
1475
|
+
deviceName?: string;
|
|
1476
|
+
diskMode?: DiskMode;
|
|
1477
|
+
readonly diskObjectId?: string;
|
|
1478
|
+
diskSizeGB?: number;
|
|
1479
|
+
diskType?: DiskType;
|
|
1480
|
+
readonly label?: string;
|
|
1481
|
+
name?: string;
|
|
1482
|
+
unitNumber?: number;
|
|
1483
|
+
}
|
|
1484
|
+
|
|
1485
|
+
// @public
|
|
1486
|
+
export interface VirtualDiskUpdate {
|
|
1487
|
+
controllerKey?: number;
|
|
1488
|
+
deviceKey?: number;
|
|
1489
|
+
deviceName?: string;
|
|
1490
|
+
diskMode?: DiskMode;
|
|
1491
|
+
diskSizeGB?: number;
|
|
1492
|
+
diskType?: DiskType;
|
|
1493
|
+
name?: string;
|
|
1494
|
+
unitNumber?: number;
|
|
1495
|
+
}
|
|
1496
|
+
|
|
1497
|
+
// @public
|
|
1498
|
+
export interface VirtualMachine {
|
|
1499
|
+
readonly customResourceName?: string;
|
|
1500
|
+
extendedLocation?: ExtendedLocation;
|
|
1501
|
+
firmwareType?: FirmwareType;
|
|
1502
|
+
readonly folderPath?: string;
|
|
1503
|
+
guestAgentProfile?: GuestAgentProfile;
|
|
1504
|
+
hardwareProfile?: HardwareProfile;
|
|
1505
|
+
readonly id?: string;
|
|
1506
|
+
identity?: Identity;
|
|
1507
|
+
readonly instanceUuid?: string;
|
|
1508
|
+
inventoryItemId?: string;
|
|
1509
|
+
kind?: string;
|
|
1510
|
+
location: string;
|
|
1511
|
+
readonly moName?: string;
|
|
1512
|
+
moRefId?: string;
|
|
1513
|
+
readonly name?: string;
|
|
1514
|
+
networkProfile?: NetworkProfile;
|
|
1515
|
+
osProfile?: OsProfile;
|
|
1516
|
+
placementProfile?: PlacementProfile;
|
|
1517
|
+
readonly powerState?: string;
|
|
1518
|
+
readonly provisioningState?: string;
|
|
1519
|
+
resourcePoolId?: string;
|
|
1520
|
+
securityProfile?: SecurityProfile;
|
|
1521
|
+
smbiosUuid?: string;
|
|
1522
|
+
readonly statuses?: ResourceStatus[];
|
|
1523
|
+
storageProfile?: StorageProfile;
|
|
1524
|
+
readonly systemData?: SystemData;
|
|
1525
|
+
tags?: {
|
|
1526
|
+
[propertyName: string]: string;
|
|
1527
|
+
};
|
|
1528
|
+
templateId?: string;
|
|
1529
|
+
readonly type?: string;
|
|
1530
|
+
readonly uuid?: string;
|
|
1531
|
+
vCenterId?: string;
|
|
1532
|
+
readonly vmId?: string;
|
|
1533
|
+
}
|
|
1534
|
+
|
|
1535
|
+
// @public
|
|
1536
|
+
export interface VirtualMachineAssessPatchesResult {
|
|
1537
|
+
readonly assessmentActivityId?: string;
|
|
1538
|
+
availablePatchCountByClassification?: AvailablePatchCountByClassification;
|
|
1539
|
+
readonly errorDetails?: ErrorDetail;
|
|
1540
|
+
readonly lastModifiedDateTime?: Date;
|
|
1541
|
+
readonly osType?: OsTypeUM;
|
|
1542
|
+
readonly patchServiceUsed?: PatchServiceUsed;
|
|
1543
|
+
readonly rebootPending?: boolean;
|
|
1544
|
+
readonly startDateTime?: Date;
|
|
1545
|
+
readonly startedBy?: PatchOperationStartedBy;
|
|
1546
|
+
readonly status?: PatchOperationStatus;
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1549
|
+
// @public
|
|
1550
|
+
export interface VirtualMachineInstallPatchesParameters {
|
|
1551
|
+
linuxParameters?: LinuxParameters;
|
|
1552
|
+
maximumDuration: string;
|
|
1553
|
+
rebootSetting: VMGuestPatchRebootSetting;
|
|
1554
|
+
windowsParameters?: WindowsParameters;
|
|
1555
|
+
}
|
|
1556
|
+
|
|
1557
|
+
// @public
|
|
1558
|
+
export interface VirtualMachineInstallPatchesResult {
|
|
1559
|
+
readonly errorDetails?: ErrorDetail;
|
|
1560
|
+
readonly excludedPatchCount?: number;
|
|
1561
|
+
readonly failedPatchCount?: number;
|
|
1562
|
+
readonly installationActivityId?: string;
|
|
1563
|
+
readonly installedPatchCount?: number;
|
|
1564
|
+
readonly lastModifiedDateTime?: Date;
|
|
1565
|
+
readonly maintenanceWindowExceeded?: boolean;
|
|
1566
|
+
readonly notSelectedPatchCount?: number;
|
|
1567
|
+
readonly osType?: OsTypeUM;
|
|
1568
|
+
readonly patchServiceUsed?: PatchServiceUsed;
|
|
1569
|
+
readonly pendingPatchCount?: number;
|
|
1570
|
+
readonly rebootStatus?: VMGuestPatchRebootStatus;
|
|
1571
|
+
readonly startDateTime?: Date;
|
|
1572
|
+
readonly startedBy?: PatchOperationStartedBy;
|
|
1573
|
+
readonly status?: PatchOperationStatus;
|
|
1574
|
+
}
|
|
1575
|
+
|
|
1576
|
+
// @public
|
|
1577
|
+
export interface VirtualMachineInventoryItem extends InventoryItemProperties {
|
|
1578
|
+
folderPath?: string;
|
|
1579
|
+
host?: InventoryItemDetails;
|
|
1580
|
+
instanceUuid?: string;
|
|
1581
|
+
inventoryType: "VirtualMachine";
|
|
1582
|
+
ipAddresses?: string[];
|
|
1583
|
+
osName?: string;
|
|
1584
|
+
osType?: OsType;
|
|
1585
|
+
readonly powerState?: string;
|
|
1586
|
+
resourcePool?: InventoryItemDetails;
|
|
1587
|
+
smbiosUuid?: string;
|
|
1588
|
+
readonly toolsRunningStatus?: string;
|
|
1589
|
+
readonly toolsVersion?: string;
|
|
1590
|
+
readonly toolsVersionStatus?: string;
|
|
1591
|
+
}
|
|
1592
|
+
|
|
1593
|
+
// @public
|
|
1594
|
+
export interface VirtualMachines {
|
|
1595
|
+
beginAssessPatches(resourceGroupName: string, name: string, options?: VirtualMachinesAssessPatchesOptionalParams): Promise<PollerLike<PollOperationState<VirtualMachinesAssessPatchesResponse>, VirtualMachinesAssessPatchesResponse>>;
|
|
1596
|
+
beginAssessPatchesAndWait(resourceGroupName: string, name: string, options?: VirtualMachinesAssessPatchesOptionalParams): Promise<VirtualMachinesAssessPatchesResponse>;
|
|
1597
|
+
beginCreate(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesCreateOptionalParams): Promise<PollerLike<PollOperationState<VirtualMachinesCreateResponse>, VirtualMachinesCreateResponse>>;
|
|
1598
|
+
beginCreateAndWait(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesCreateOptionalParams): Promise<VirtualMachinesCreateResponse>;
|
|
1599
|
+
beginDelete(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1600
|
+
beginDeleteAndWait(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesDeleteOptionalParams): Promise<void>;
|
|
1601
|
+
beginInstallPatches(resourceGroupName: string, name: string, installPatchesInput: VirtualMachineInstallPatchesParameters, options?: VirtualMachinesInstallPatchesOptionalParams): Promise<PollerLike<PollOperationState<VirtualMachinesInstallPatchesResponse>, VirtualMachinesInstallPatchesResponse>>;
|
|
1602
|
+
beginInstallPatchesAndWait(resourceGroupName: string, name: string, installPatchesInput: VirtualMachineInstallPatchesParameters, options?: VirtualMachinesInstallPatchesOptionalParams): Promise<VirtualMachinesInstallPatchesResponse>;
|
|
1603
|
+
beginRestart(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesRestartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1604
|
+
beginRestartAndWait(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesRestartOptionalParams): Promise<void>;
|
|
1605
|
+
beginStart(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1606
|
+
beginStartAndWait(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesStartOptionalParams): Promise<void>;
|
|
1607
|
+
beginStop(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1608
|
+
beginStopAndWait(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesStopOptionalParams): Promise<void>;
|
|
1609
|
+
beginUpdate(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesUpdateOptionalParams): Promise<PollerLike<PollOperationState<VirtualMachinesUpdateResponse>, VirtualMachinesUpdateResponse>>;
|
|
1610
|
+
beginUpdateAndWait(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesUpdateOptionalParams): Promise<VirtualMachinesUpdateResponse>;
|
|
1611
|
+
get(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesGetOptionalParams): Promise<VirtualMachinesGetResponse>;
|
|
1612
|
+
list(options?: VirtualMachinesListOptionalParams): PagedAsyncIterableIterator<VirtualMachine>;
|
|
1613
|
+
listByResourceGroup(resourceGroupName: string, options?: VirtualMachinesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VirtualMachine>;
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
|
+
// @public
|
|
1617
|
+
export interface VirtualMachinesAssessPatchesOptionalParams extends coreClient.OperationOptions {
|
|
1618
|
+
resumeFrom?: string;
|
|
1619
|
+
updateIntervalInMs?: number;
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
// @public
|
|
1623
|
+
export type VirtualMachinesAssessPatchesResponse = VirtualMachineAssessPatchesResult;
|
|
1624
|
+
|
|
1625
|
+
// @public
|
|
1626
|
+
export interface VirtualMachinesCreateOptionalParams extends coreClient.OperationOptions {
|
|
1627
|
+
body?: VirtualMachine;
|
|
1628
|
+
resumeFrom?: string;
|
|
1629
|
+
updateIntervalInMs?: number;
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
// @public
|
|
1633
|
+
export type VirtualMachinesCreateResponse = VirtualMachine;
|
|
1634
|
+
|
|
1635
|
+
// @public
|
|
1636
|
+
export interface VirtualMachinesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1637
|
+
force?: boolean;
|
|
1638
|
+
resumeFrom?: string;
|
|
1639
|
+
retain?: boolean;
|
|
1640
|
+
updateIntervalInMs?: number;
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1643
|
+
// @public
|
|
1644
|
+
export interface VirtualMachinesGetOptionalParams extends coreClient.OperationOptions {
|
|
1645
|
+
}
|
|
1646
|
+
|
|
1647
|
+
// @public
|
|
1648
|
+
export type VirtualMachinesGetResponse = VirtualMachine;
|
|
1649
|
+
|
|
1650
|
+
// @public
|
|
1651
|
+
export interface VirtualMachinesInstallPatchesOptionalParams extends coreClient.OperationOptions {
|
|
1652
|
+
resumeFrom?: string;
|
|
1653
|
+
updateIntervalInMs?: number;
|
|
1654
|
+
}
|
|
1655
|
+
|
|
1656
|
+
// @public
|
|
1657
|
+
export type VirtualMachinesInstallPatchesResponse = VirtualMachineInstallPatchesResult;
|
|
1658
|
+
|
|
1659
|
+
// @public
|
|
1660
|
+
export interface VirtualMachinesList {
|
|
1661
|
+
nextLink?: string;
|
|
1662
|
+
value: VirtualMachine[];
|
|
1663
|
+
}
|
|
1664
|
+
|
|
1665
|
+
// @public
|
|
1666
|
+
export interface VirtualMachinesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1667
|
+
}
|
|
1668
|
+
|
|
1669
|
+
// @public
|
|
1670
|
+
export type VirtualMachinesListByResourceGroupNextResponse = VirtualMachinesList;
|
|
1671
|
+
|
|
1672
|
+
// @public
|
|
1673
|
+
export interface VirtualMachinesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1676
|
+
// @public
|
|
1677
|
+
export type VirtualMachinesListByResourceGroupResponse = VirtualMachinesList;
|
|
1678
|
+
|
|
1679
|
+
// @public
|
|
1680
|
+
export interface VirtualMachinesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1681
|
+
}
|
|
1682
|
+
|
|
1683
|
+
// @public
|
|
1684
|
+
export type VirtualMachinesListNextResponse = VirtualMachinesList;
|
|
1685
|
+
|
|
1686
|
+
// @public
|
|
1687
|
+
export interface VirtualMachinesListOptionalParams extends coreClient.OperationOptions {
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1690
|
+
// @public
|
|
1691
|
+
export type VirtualMachinesListResponse = VirtualMachinesList;
|
|
1692
|
+
|
|
1693
|
+
// @public
|
|
1694
|
+
export interface VirtualMachinesRestartOptionalParams extends coreClient.OperationOptions {
|
|
1695
|
+
resumeFrom?: string;
|
|
1696
|
+
updateIntervalInMs?: number;
|
|
1697
|
+
}
|
|
1698
|
+
|
|
1699
|
+
// @public
|
|
1700
|
+
export interface VirtualMachinesStartOptionalParams extends coreClient.OperationOptions {
|
|
1701
|
+
resumeFrom?: string;
|
|
1702
|
+
updateIntervalInMs?: number;
|
|
1703
|
+
}
|
|
1704
|
+
|
|
1705
|
+
// @public
|
|
1706
|
+
export interface VirtualMachinesStopOptionalParams extends coreClient.OperationOptions {
|
|
1707
|
+
body?: StopVirtualMachineOptions;
|
|
1708
|
+
resumeFrom?: string;
|
|
1709
|
+
updateIntervalInMs?: number;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
// @public
|
|
1713
|
+
export interface VirtualMachinesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1714
|
+
body?: VirtualMachineUpdate;
|
|
1715
|
+
resumeFrom?: string;
|
|
1716
|
+
updateIntervalInMs?: number;
|
|
1717
|
+
}
|
|
1718
|
+
|
|
1719
|
+
// @public
|
|
1720
|
+
export type VirtualMachinesUpdateResponse = VirtualMachine;
|
|
1721
|
+
|
|
1722
|
+
// @public
|
|
1723
|
+
export interface VirtualMachineTemplate {
|
|
1724
|
+
readonly customResourceName?: string;
|
|
1725
|
+
readonly disks?: VirtualDisk[];
|
|
1726
|
+
extendedLocation?: ExtendedLocation;
|
|
1727
|
+
readonly firmwareType?: FirmwareType;
|
|
1728
|
+
readonly folderPath?: string;
|
|
1729
|
+
readonly id?: string;
|
|
1730
|
+
inventoryItemId?: string;
|
|
1731
|
+
kind?: string;
|
|
1732
|
+
location: string;
|
|
1733
|
+
readonly memorySizeMB?: number;
|
|
1734
|
+
readonly moName?: string;
|
|
1735
|
+
moRefId?: string;
|
|
1736
|
+
readonly name?: string;
|
|
1737
|
+
readonly networkInterfaces?: NetworkInterface[];
|
|
1738
|
+
readonly numCoresPerSocket?: number;
|
|
1739
|
+
readonly numCPUs?: number;
|
|
1740
|
+
readonly osName?: string;
|
|
1741
|
+
readonly osType?: OsType;
|
|
1742
|
+
readonly provisioningState?: string;
|
|
1743
|
+
readonly statuses?: ResourceStatus[];
|
|
1744
|
+
readonly systemData?: SystemData;
|
|
1745
|
+
tags?: {
|
|
1746
|
+
[propertyName: string]: string;
|
|
1747
|
+
};
|
|
1748
|
+
readonly toolsVersion?: string;
|
|
1749
|
+
readonly toolsVersionStatus?: string;
|
|
1750
|
+
readonly type?: string;
|
|
1751
|
+
readonly uuid?: string;
|
|
1752
|
+
vCenterId?: string;
|
|
1753
|
+
}
|
|
1754
|
+
|
|
1755
|
+
// @public
|
|
1756
|
+
export interface VirtualMachineTemplateInventoryItem extends InventoryItemProperties {
|
|
1757
|
+
folderPath?: string;
|
|
1758
|
+
inventoryType: "VirtualMachineTemplate";
|
|
1759
|
+
memorySizeMB?: number;
|
|
1760
|
+
numCoresPerSocket?: number;
|
|
1761
|
+
numCPUs?: number;
|
|
1762
|
+
osName?: string;
|
|
1763
|
+
osType?: OsType;
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1766
|
+
// @public
|
|
1767
|
+
export interface VirtualMachineTemplates {
|
|
1768
|
+
beginCreate(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesCreateOptionalParams): Promise<PollerLike<PollOperationState<VirtualMachineTemplatesCreateResponse>, VirtualMachineTemplatesCreateResponse>>;
|
|
1769
|
+
beginCreateAndWait(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesCreateOptionalParams): Promise<VirtualMachineTemplatesCreateResponse>;
|
|
1770
|
+
beginDelete(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1771
|
+
beginDeleteAndWait(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesDeleteOptionalParams): Promise<void>;
|
|
1772
|
+
get(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesGetOptionalParams): Promise<VirtualMachineTemplatesGetResponse>;
|
|
1773
|
+
list(options?: VirtualMachineTemplatesListOptionalParams): PagedAsyncIterableIterator<VirtualMachineTemplate>;
|
|
1774
|
+
listByResourceGroup(resourceGroupName: string, options?: VirtualMachineTemplatesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VirtualMachineTemplate>;
|
|
1775
|
+
update(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesUpdateOptionalParams): Promise<VirtualMachineTemplatesUpdateResponse>;
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1778
|
+
// @public
|
|
1779
|
+
export interface VirtualMachineTemplatesCreateOptionalParams extends coreClient.OperationOptions {
|
|
1780
|
+
body?: VirtualMachineTemplate;
|
|
1781
|
+
resumeFrom?: string;
|
|
1782
|
+
updateIntervalInMs?: number;
|
|
1783
|
+
}
|
|
1784
|
+
|
|
1785
|
+
// @public
|
|
1786
|
+
export type VirtualMachineTemplatesCreateResponse = VirtualMachineTemplate;
|
|
1787
|
+
|
|
1788
|
+
// @public
|
|
1789
|
+
export interface VirtualMachineTemplatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1790
|
+
force?: boolean;
|
|
1791
|
+
resumeFrom?: string;
|
|
1792
|
+
updateIntervalInMs?: number;
|
|
1793
|
+
}
|
|
1794
|
+
|
|
1795
|
+
// @public
|
|
1796
|
+
export interface VirtualMachineTemplatesGetOptionalParams extends coreClient.OperationOptions {
|
|
1797
|
+
}
|
|
1798
|
+
|
|
1799
|
+
// @public
|
|
1800
|
+
export type VirtualMachineTemplatesGetResponse = VirtualMachineTemplate;
|
|
1801
|
+
|
|
1802
|
+
// @public
|
|
1803
|
+
export interface VirtualMachineTemplatesList {
|
|
1804
|
+
nextLink?: string;
|
|
1805
|
+
value: VirtualMachineTemplate[];
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
// @public
|
|
1809
|
+
export interface VirtualMachineTemplatesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1810
|
+
}
|
|
1811
|
+
|
|
1812
|
+
// @public
|
|
1813
|
+
export type VirtualMachineTemplatesListByResourceGroupNextResponse = VirtualMachineTemplatesList;
|
|
1814
|
+
|
|
1815
|
+
// @public
|
|
1816
|
+
export interface VirtualMachineTemplatesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
// @public
|
|
1820
|
+
export type VirtualMachineTemplatesListByResourceGroupResponse = VirtualMachineTemplatesList;
|
|
1821
|
+
|
|
1822
|
+
// @public
|
|
1823
|
+
export interface VirtualMachineTemplatesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
// @public
|
|
1827
|
+
export type VirtualMachineTemplatesListNextResponse = VirtualMachineTemplatesList;
|
|
1828
|
+
|
|
1829
|
+
// @public
|
|
1830
|
+
export interface VirtualMachineTemplatesListOptionalParams extends coreClient.OperationOptions {
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1833
|
+
// @public
|
|
1834
|
+
export type VirtualMachineTemplatesListResponse = VirtualMachineTemplatesList;
|
|
1835
|
+
|
|
1836
|
+
// @public
|
|
1837
|
+
export interface VirtualMachineTemplatesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1838
|
+
body?: ResourcePatch;
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
// @public
|
|
1842
|
+
export type VirtualMachineTemplatesUpdateResponse = VirtualMachineTemplate;
|
|
1843
|
+
|
|
1844
|
+
// @public
|
|
1845
|
+
export interface VirtualMachineUpdate {
|
|
1846
|
+
hardwareProfile?: HardwareProfile;
|
|
1847
|
+
identity?: Identity;
|
|
1848
|
+
networkProfile?: NetworkProfileUpdate;
|
|
1849
|
+
osProfile?: OsProfileUpdate;
|
|
1850
|
+
storageProfile?: StorageProfileUpdate;
|
|
1851
|
+
tags?: {
|
|
1852
|
+
[propertyName: string]: string;
|
|
1853
|
+
};
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
// @public
|
|
1857
|
+
export interface VirtualNetwork {
|
|
1858
|
+
readonly customResourceName?: string;
|
|
1859
|
+
extendedLocation?: ExtendedLocation;
|
|
1860
|
+
readonly id?: string;
|
|
1861
|
+
inventoryItemId?: string;
|
|
1862
|
+
kind?: string;
|
|
1863
|
+
location: string;
|
|
1864
|
+
readonly moName?: string;
|
|
1865
|
+
moRefId?: string;
|
|
1866
|
+
readonly name?: string;
|
|
1867
|
+
readonly provisioningState?: string;
|
|
1868
|
+
readonly statuses?: ResourceStatus[];
|
|
1869
|
+
readonly systemData?: SystemData;
|
|
1870
|
+
tags?: {
|
|
1871
|
+
[propertyName: string]: string;
|
|
1872
|
+
};
|
|
1873
|
+
readonly type?: string;
|
|
1874
|
+
readonly uuid?: string;
|
|
1875
|
+
vCenterId?: string;
|
|
1876
|
+
}
|
|
1877
|
+
|
|
1878
|
+
// @public
|
|
1879
|
+
export interface VirtualNetworkInventoryItem extends InventoryItemProperties {
|
|
1880
|
+
inventoryType: "VirtualNetwork";
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
// @public
|
|
1884
|
+
export interface VirtualNetworks {
|
|
1885
|
+
beginCreate(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksCreateOptionalParams): Promise<PollerLike<PollOperationState<VirtualNetworksCreateResponse>, VirtualNetworksCreateResponse>>;
|
|
1886
|
+
beginCreateAndWait(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksCreateOptionalParams): Promise<VirtualNetworksCreateResponse>;
|
|
1887
|
+
beginDelete(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1888
|
+
beginDeleteAndWait(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksDeleteOptionalParams): Promise<void>;
|
|
1889
|
+
get(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksGetOptionalParams): Promise<VirtualNetworksGetResponse>;
|
|
1890
|
+
list(options?: VirtualNetworksListOptionalParams): PagedAsyncIterableIterator<VirtualNetwork>;
|
|
1891
|
+
listByResourceGroup(resourceGroupName: string, options?: VirtualNetworksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VirtualNetwork>;
|
|
1892
|
+
update(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksUpdateOptionalParams): Promise<VirtualNetworksUpdateResponse>;
|
|
1893
|
+
}
|
|
1894
|
+
|
|
1895
|
+
// @public
|
|
1896
|
+
export interface VirtualNetworksCreateOptionalParams extends coreClient.OperationOptions {
|
|
1897
|
+
body?: VirtualNetwork;
|
|
1898
|
+
resumeFrom?: string;
|
|
1899
|
+
updateIntervalInMs?: number;
|
|
1900
|
+
}
|
|
1901
|
+
|
|
1902
|
+
// @public
|
|
1903
|
+
export type VirtualNetworksCreateResponse = VirtualNetwork;
|
|
1904
|
+
|
|
1905
|
+
// @public
|
|
1906
|
+
export interface VirtualNetworksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1907
|
+
force?: boolean;
|
|
1908
|
+
resumeFrom?: string;
|
|
1909
|
+
updateIntervalInMs?: number;
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
// @public
|
|
1913
|
+
export interface VirtualNetworksGetOptionalParams extends coreClient.OperationOptions {
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
// @public
|
|
1917
|
+
export type VirtualNetworksGetResponse = VirtualNetwork;
|
|
1918
|
+
|
|
1919
|
+
// @public
|
|
1920
|
+
export interface VirtualNetworksList {
|
|
1921
|
+
nextLink?: string;
|
|
1922
|
+
value: VirtualNetwork[];
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
// @public
|
|
1926
|
+
export interface VirtualNetworksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1927
|
+
}
|
|
1928
|
+
|
|
1929
|
+
// @public
|
|
1930
|
+
export type VirtualNetworksListByResourceGroupNextResponse = VirtualNetworksList;
|
|
1931
|
+
|
|
1932
|
+
// @public
|
|
1933
|
+
export interface VirtualNetworksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1934
|
+
}
|
|
1935
|
+
|
|
1936
|
+
// @public
|
|
1937
|
+
export type VirtualNetworksListByResourceGroupResponse = VirtualNetworksList;
|
|
1938
|
+
|
|
1939
|
+
// @public
|
|
1940
|
+
export interface VirtualNetworksListNextOptionalParams extends coreClient.OperationOptions {
|
|
1941
|
+
}
|
|
1942
|
+
|
|
1943
|
+
// @public
|
|
1944
|
+
export type VirtualNetworksListNextResponse = VirtualNetworksList;
|
|
1945
|
+
|
|
1946
|
+
// @public
|
|
1947
|
+
export interface VirtualNetworksListOptionalParams extends coreClient.OperationOptions {
|
|
1948
|
+
}
|
|
1949
|
+
|
|
1950
|
+
// @public
|
|
1951
|
+
export type VirtualNetworksListResponse = VirtualNetworksList;
|
|
1952
|
+
|
|
1953
|
+
// @public
|
|
1954
|
+
export interface VirtualNetworksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1955
|
+
body?: ResourcePatch;
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1958
|
+
// @public
|
|
1959
|
+
export type VirtualNetworksUpdateResponse = VirtualNetwork;
|
|
1960
|
+
|
|
1961
|
+
// @public
|
|
1962
|
+
export interface VirtualScsiController {
|
|
1963
|
+
busNumber?: number;
|
|
1964
|
+
controllerKey?: number;
|
|
1965
|
+
scsiCtlrUnitNumber?: number;
|
|
1966
|
+
sharing?: VirtualScsiSharing;
|
|
1967
|
+
type?: ScsiControllerType;
|
|
1968
|
+
}
|
|
1969
|
+
|
|
1970
|
+
// @public
|
|
1971
|
+
export type VirtualScsiSharing = string;
|
|
1972
|
+
|
|
1973
|
+
// @public
|
|
1974
|
+
export type VMGuestPatchClassificationLinux = string;
|
|
1975
|
+
|
|
1976
|
+
// @public
|
|
1977
|
+
export type VMGuestPatchClassificationWindows = string;
|
|
1978
|
+
|
|
1979
|
+
// @public
|
|
1980
|
+
export type VMGuestPatchRebootSetting = string;
|
|
1981
|
+
|
|
1982
|
+
// @public
|
|
1983
|
+
export type VMGuestPatchRebootStatus = string;
|
|
1984
|
+
|
|
1985
|
+
// @public
|
|
1986
|
+
export interface WindowsParameters {
|
|
1987
|
+
classificationsToInclude?: VMGuestPatchClassificationWindows[];
|
|
1988
|
+
excludeKbsRequiringReboot?: boolean;
|
|
1989
|
+
kbNumbersToExclude?: string[];
|
|
1990
|
+
kbNumbersToInclude?: string[];
|
|
1991
|
+
maxPatchPublishDate?: Date;
|
|
1992
|
+
}
|
|
1993
|
+
|
|
1994
|
+
// (No @packageDocumentation comment for this package)
|
|
1995
|
+
|
|
1996
|
+
```
|