@azure/arm-connectedvmware 1.0.0-beta.2 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -9
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.js +2869 -4363
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/clustersCreateSample.js +1 -1
- package/dist-esm/samples-dev/clustersDeleteSample.js +1 -1
- package/dist-esm/samples-dev/clustersGetSample.js +1 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +7 -5
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersListSample.js +7 -5
- package/dist-esm/samples-dev/clustersListSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersUpdateSample.js +1 -1
- package/dist-esm/samples-dev/datastoresCreateSample.js +1 -1
- package/dist-esm/samples-dev/datastoresDeleteSample.js +1 -1
- package/dist-esm/samples-dev/datastoresGetSample.js +1 -1
- package/dist-esm/samples-dev/datastoresListByResourceGroupSample.js +7 -5
- package/dist-esm/samples-dev/datastoresListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/datastoresListSample.js +7 -5
- package/dist-esm/samples-dev/datastoresListSample.js.map +1 -1
- package/dist-esm/samples-dev/datastoresUpdateSample.js +1 -1
- package/dist-esm/samples-dev/hostsCreateSample.js +1 -1
- package/dist-esm/samples-dev/hostsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/hostsGetSample.js +1 -1
- package/dist-esm/samples-dev/hostsListByResourceGroupSample.js +7 -5
- package/dist-esm/samples-dev/hostsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/hostsListSample.js +7 -5
- package/dist-esm/samples-dev/hostsListSample.js.map +1 -1
- package/dist-esm/samples-dev/hostsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/inventoryItemsCreateSample.js +1 -1
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/inventoryItemsGetSample.js +1 -1
- package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.js +7 -5
- package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +7 -5
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/resourcePoolsCreateSample.js +1 -1
- package/dist-esm/samples-dev/resourcePoolsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/resourcePoolsGetSample.js +1 -1
- package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.js +7 -5
- package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/resourcePoolsListSample.js +7 -5
- package/dist-esm/samples-dev/resourcePoolsListSample.js.map +1 -1
- package/dist-esm/samples-dev/resourcePoolsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/vCentersCreateSample.js +1 -1
- package/dist-esm/samples-dev/vCentersDeleteSample.js +1 -1
- package/dist-esm/samples-dev/vCentersGetSample.js +1 -1
- package/dist-esm/samples-dev/vCentersListByResourceGroupSample.js +7 -5
- package/dist-esm/samples-dev/vCentersListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/vCentersListSample.js +7 -5
- package/dist-esm/samples-dev/vCentersListSample.js.map +1 -1
- package/dist-esm/samples-dev/vCentersUpdateSample.js +1 -1
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{virtualMachinesCreateSample.js → virtualMachineInstancesCreateOrUpdateSample.js} +14 -14
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{virtualMachinesDeleteSample.js → virtualMachineInstancesDeleteSample.js} +7 -10
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{virtualMachinesGetSample.js → virtualMachineInstancesGetSample.js} +7 -10
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{virtualMachinesListSample.js → virtualMachineInstancesListSample.js} +14 -13
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{virtualMachinesRestartSample.js → virtualMachineInstancesRestartSample.js} +7 -10
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{virtualMachinesStartSample.js → virtualMachineInstancesStartSample.js} +7 -10
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{virtualMachinesStopSample.js → virtualMachineInstancesStopSample.js} +7 -10
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{virtualMachinesUpdateSample.js → virtualMachineInstancesUpdateSample.js} +8 -11
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.js +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.js +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js +7 -5
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js +7 -5
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/virtualNetworksCreateSample.js +1 -1
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.js +1 -1
- package/dist-esm/samples-dev/virtualNetworksGetSample.js +1 -1
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js +7 -5
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksListSample.js +7 -5
- package/dist-esm/samples-dev/virtualNetworksListSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.js +1 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/vmInstanceGuestAgentsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{guestAgentsCreateSample.js → vmInstanceGuestAgentsCreateSample.js} +6 -9
- package/dist-esm/samples-dev/vmInstanceGuestAgentsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/vmInstanceGuestAgentsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/vmInstanceGuestAgentsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{guestAgentsDeleteSample.js → vmInstanceGuestAgentsDeleteSample.js} +5 -9
- package/dist-esm/samples-dev/vmInstanceGuestAgentsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/vmInstanceGuestAgentsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/vmInstanceGuestAgentsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{guestAgentsGetSample.js → vmInstanceGuestAgentsGetSample.js} +5 -9
- package/dist-esm/samples-dev/vmInstanceGuestAgentsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/vmInstanceGuestAgentsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/vmInstanceGuestAgentsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{guestAgentsListByVMSample.js → vmInstanceGuestAgentsListSample.js} +10 -11
- package/dist-esm/samples-dev/vmInstanceGuestAgentsListSample.js.map +1 -0
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{hybridIdentityMetadataGetSample.js → vmInstanceHybridIdentityMetadataGetSample.js} +5 -9
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataGetSample.js.map +1 -0
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataListSample.d.ts +2 -0
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{hybridIdentityMetadataListByVMSample.js → vmInstanceHybridIdentityMetadataListSample.js} +10 -11
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataListSample.js.map +1 -0
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.d.ts +6 -6
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.d.ts.map +1 -1
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.js +13 -16
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +633 -1254
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +34 -164
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +32 -37
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +1394 -2011
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +12 -20
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +45 -99
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/clusters.d.ts +3 -3
- package/dist-esm/src/operations/clusters.d.ts.map +1 -1
- package/dist-esm/src/operations/clusters.js +33 -21
- package/dist-esm/src/operations/clusters.js.map +1 -1
- package/dist-esm/src/operations/datastores.d.ts +3 -3
- package/dist-esm/src/operations/datastores.d.ts.map +1 -1
- package/dist-esm/src/operations/datastores.js +33 -21
- package/dist-esm/src/operations/datastores.js.map +1 -1
- package/dist-esm/src/operations/hosts.d.ts +3 -3
- package/dist-esm/src/operations/hosts.d.ts.map +1 -1
- package/dist-esm/src/operations/hosts.js +33 -21
- package/dist-esm/src/operations/hosts.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +3 -4
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +3 -4
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/inventoryItems.js +7 -5
- package/dist-esm/src/operations/inventoryItems.js.map +1 -1
- package/dist-esm/src/operations/operations.js +6 -4
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/resourcePools.d.ts +3 -3
- package/dist-esm/src/operations/resourcePools.d.ts.map +1 -1
- package/dist-esm/src/operations/resourcePools.js +33 -21
- package/dist-esm/src/operations/resourcePools.js.map +1 -1
- package/dist-esm/src/operations/vCenters.d.ts +3 -3
- package/dist-esm/src/operations/vCenters.d.ts.map +1 -1
- package/dist-esm/src/operations/vCenters.js +33 -21
- package/dist-esm/src/operations/vCenters.js.map +1 -1
- package/dist-esm/src/operations/vMInstanceGuestAgents.d.ts +74 -0
- package/dist-esm/src/operations/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist-esm/src/operations/{guestAgents.js → vMInstanceGuestAgents.js} +92 -104
- package/dist-esm/src/operations/vMInstanceGuestAgents.js.map +1 -0
- package/dist-esm/src/operations/virtualMachineInstances.d.ts +132 -0
- package/dist-esm/src/operations/virtualMachineInstances.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachineInstances.js +668 -0
- package/dist-esm/src/operations/virtualMachineInstances.js.map +1 -0
- package/dist-esm/src/operations/virtualMachineTemplates.d.ts +3 -3
- package/dist-esm/src/operations/virtualMachineTemplates.d.ts.map +1 -1
- package/dist-esm/src/operations/virtualMachineTemplates.js +33 -21
- package/dist-esm/src/operations/virtualMachineTemplates.js.map +1 -1
- package/dist-esm/src/operations/virtualNetworks.d.ts +3 -3
- package/dist-esm/src/operations/virtualNetworks.d.ts.map +1 -1
- package/dist-esm/src/operations/virtualNetworks.js +33 -21
- package/dist-esm/src/operations/virtualNetworks.js.map +1 -1
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadataOperations.d.ts +45 -0
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadataOperations.js +168 -0
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/datastores.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/datastores.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/hosts.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/hosts.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +3 -4
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +3 -4
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/resourcePools.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/resourcePools.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/vCenters.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/vCenters.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/vMInstanceGuestAgents.d.ts +49 -0
- package/dist-esm/src/operationsInterfaces/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/{guestAgents.js → vMInstanceGuestAgents.js} +1 -1
- package/dist-esm/src/operationsInterfaces/vMInstanceGuestAgents.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts +107 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/{machineExtensions.js → virtualMachineInstances.js} +1 -1
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts +20 -0
- package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/{hybridIdentityMetadataOperations.js → vmInstanceHybridIdentityMetadataOperations.js} +1 -1
- package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist-esm/test/connectedvmware_operations_test.spec.d.ts +4 -0
- package/dist-esm/test/connectedvmware_operations_test.spec.d.ts.map +1 -0
- package/dist-esm/test/connectedvmware_operations_test.spec.js +71 -0
- package/dist-esm/test/connectedvmware_operations_test.spec.js.map +1 -0
- package/package.json +17 -23
- package/review/arm-connectedvmware.api.md +295 -605
- package/src/azureArcVMwareManagementServiceAPI.ts +33 -21
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +606 -1272
- package/src/models/mappers.ts +1397 -2017
- package/src/models/parameters.ts +47 -113
- package/src/operations/clusters.ts +31 -24
- package/src/operations/datastores.ts +31 -24
- package/src/operations/hosts.ts +30 -23
- package/src/operations/index.ts +3 -4
- package/src/operations/inventoryItems.ts +1 -1
- package/src/operations/resourcePools.ts +31 -24
- package/src/operations/vCenters.ts +31 -24
- package/src/operations/{guestAgents.ts → vMInstanceGuestAgents.ts} +139 -192
- package/src/operations/virtualMachineInstances.ts +899 -0
- package/src/operations/virtualMachineTemplates.ts +31 -24
- package/src/operations/virtualNetworks.ts +31 -24
- package/src/operations/vmInstanceHybridIdentityMetadataOperations.ts +204 -0
- package/src/operationsInterfaces/clusters.ts +4 -4
- package/src/operationsInterfaces/datastores.ts +4 -4
- package/src/operationsInterfaces/hosts.ts +3 -3
- package/src/operationsInterfaces/index.ts +3 -4
- package/src/operationsInterfaces/resourcePools.ts +4 -4
- package/src/operationsInterfaces/vCenters.ts +4 -4
- package/src/operationsInterfaces/vMInstanceGuestAgents.ts +95 -0
- package/src/operationsInterfaces/virtualMachineInstances.ts +205 -0
- package/src/operationsInterfaces/virtualMachineTemplates.ts +4 -4
- package/src/operationsInterfaces/virtualNetworks.ts +4 -4
- package/src/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.ts +40 -0
- package/types/arm-connectedvmware.d.ts +636 -1426
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/samples-dev/guestAgentsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestAgentsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestAgentsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/guestAgentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestAgentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestAgentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/guestAgentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestAgentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestAgentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/guestAgentsListByVMSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestAgentsListByVMSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestAgentsListByVMSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridIdentityMetadataCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridIdentityMetadataCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridIdentityMetadataCreateSample.js +0 -45
- package/dist-esm/samples-dev/hybridIdentityMetadataCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridIdentityMetadataDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridIdentityMetadataDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridIdentityMetadataDeleteSample.js +0 -40
- package/dist-esm/samples-dev/hybridIdentityMetadataDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridIdentityMetadataListByVMSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridIdentityMetadataListByVMSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridIdentityMetadataListByVMSample.js.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.js +0 -48
- package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineExtensionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/machineExtensionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineExtensionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsGetSample.js +0 -39
- package/dist-esm/samples-dev/machineExtensionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineExtensionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsListSample.js +0 -52
- package/dist-esm/samples-dev/machineExtensionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineExtensionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsUpdateSample.js +0 -47
- package/dist-esm/samples-dev/machineExtensionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesAssessPatchesSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesAssessPatchesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesAssessPatchesSample.js +0 -38
- package/dist-esm/samples-dev/virtualMachinesAssessPatchesSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesInstallPatchesSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesInstallPatchesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesInstallPatchesSample.js +0 -46
- package/dist-esm/samples-dev/virtualMachinesInstallPatchesSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStartSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStopSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.js.map +0 -1
- package/dist-esm/src/operations/guestAgents.d.ts +0 -79
- package/dist-esm/src/operations/guestAgents.d.ts.map +0 -1
- package/dist-esm/src/operations/guestAgents.js.map +0 -1
- package/dist-esm/src/operations/hybridIdentityMetadataOperations.d.ts +0 -62
- package/dist-esm/src/operations/hybridIdentityMetadataOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/hybridIdentityMetadataOperations.js +0 -245
- package/dist-esm/src/operations/hybridIdentityMetadataOperations.js.map +0 -1
- package/dist-esm/src/operations/machineExtensions.d.ts +0 -99
- package/dist-esm/src/operations/machineExtensions.d.ts.map +0 -1
- package/dist-esm/src/operations/machineExtensions.js +0 -435
- package/dist-esm/src/operations/machineExtensions.js.map +0 -1
- package/dist-esm/src/operations/virtualMachines.d.ts +0 -175
- package/dist-esm/src/operations/virtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualMachines.js +0 -913
- package/dist-esm/src/operations/virtualMachines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestAgents.d.ts +0 -54
- package/dist-esm/src/operationsInterfaces/guestAgents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestAgents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineExtensions.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/machineExtensions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineExtensions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +0 -139
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachines.js +0 -9
- package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/operations/hybridIdentityMetadataOperations.ts +0 -335
- package/src/operations/machineExtensions.ts +0 -615
- package/src/operations/virtualMachines.ts +0 -1264
- package/src/operationsInterfaces/guestAgents.ts +0 -105
- package/src/operationsInterfaces/hybridIdentityMetadataOperations.ts +0 -73
- package/src/operationsInterfaces/machineExtensions.ts +0 -147
- package/src/operationsInterfaces/virtualMachines.ts +0 -262
|
@@ -6,28 +6,16 @@
|
|
|
6
6
|
|
|
7
7
|
import * as coreAuth from '@azure/core-auth';
|
|
8
8
|
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
9
10
|
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
-
import {
|
|
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
|
-
}
|
|
11
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
|
25
12
|
|
|
26
13
|
// @public (undocumented)
|
|
27
14
|
export class AzureArcVMwareManagementServiceAPI extends coreClient.ServiceClient {
|
|
28
15
|
// (undocumented)
|
|
29
16
|
$host: string;
|
|
30
17
|
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureArcVMwareManagementServiceAPIOptionalParams);
|
|
18
|
+
constructor(credentials: coreAuth.TokenCredential, options?: AzureArcVMwareManagementServiceAPIOptionalParams);
|
|
31
19
|
// (undocumented)
|
|
32
20
|
apiVersion: string;
|
|
33
21
|
// (undocumented)
|
|
@@ -35,29 +23,27 @@ export class AzureArcVMwareManagementServiceAPI extends coreClient.ServiceClient
|
|
|
35
23
|
// (undocumented)
|
|
36
24
|
datastores: Datastores;
|
|
37
25
|
// (undocumented)
|
|
38
|
-
guestAgents: GuestAgents;
|
|
39
|
-
// (undocumented)
|
|
40
26
|
hosts: Hosts;
|
|
41
27
|
// (undocumented)
|
|
42
|
-
hybridIdentityMetadataOperations: HybridIdentityMetadataOperations;
|
|
43
|
-
// (undocumented)
|
|
44
28
|
inventoryItems: InventoryItems;
|
|
45
29
|
// (undocumented)
|
|
46
|
-
machineExtensions: MachineExtensions;
|
|
47
|
-
// (undocumented)
|
|
48
30
|
operations: Operations;
|
|
49
31
|
// (undocumented)
|
|
50
32
|
resourcePools: ResourcePools;
|
|
51
33
|
// (undocumented)
|
|
52
|
-
subscriptionId
|
|
34
|
+
subscriptionId?: string;
|
|
53
35
|
// (undocumented)
|
|
54
36
|
vCenters: VCenters;
|
|
55
37
|
// (undocumented)
|
|
56
|
-
|
|
38
|
+
virtualMachineInstances: VirtualMachineInstances;
|
|
57
39
|
// (undocumented)
|
|
58
40
|
virtualMachineTemplates: VirtualMachineTemplates;
|
|
59
41
|
// (undocumented)
|
|
60
42
|
virtualNetworks: VirtualNetworks;
|
|
43
|
+
// (undocumented)
|
|
44
|
+
vMInstanceGuestAgents: VMInstanceGuestAgents;
|
|
45
|
+
// (undocumented)
|
|
46
|
+
vmInstanceHybridIdentityMetadataOperations: VmInstanceHybridIdentityMetadataOperations;
|
|
61
47
|
}
|
|
62
48
|
|
|
63
49
|
// @public
|
|
@@ -80,13 +66,17 @@ export interface Cluster {
|
|
|
80
66
|
moRefId?: string;
|
|
81
67
|
readonly name?: string;
|
|
82
68
|
readonly networkIds?: string[];
|
|
83
|
-
readonly provisioningState?:
|
|
69
|
+
readonly provisioningState?: ProvisioningState;
|
|
84
70
|
readonly statuses?: ResourceStatus[];
|
|
85
71
|
readonly systemData?: SystemData;
|
|
86
72
|
tags?: {
|
|
87
73
|
[propertyName: string]: string;
|
|
88
74
|
};
|
|
75
|
+
readonly totalCpuMHz?: number;
|
|
76
|
+
readonly totalMemoryGB?: number;
|
|
89
77
|
readonly type?: string;
|
|
78
|
+
readonly usedCpuMHz?: number;
|
|
79
|
+
readonly usedMemoryGB?: number;
|
|
90
80
|
readonly uuid?: string;
|
|
91
81
|
vCenterId?: string;
|
|
92
82
|
}
|
|
@@ -98,9 +88,9 @@ export interface ClusterInventoryItem extends InventoryItemProperties {
|
|
|
98
88
|
|
|
99
89
|
// @public
|
|
100
90
|
export interface Clusters {
|
|
101
|
-
beginCreate(resourceGroupName: string, clusterName: string, options?: ClustersCreateOptionalParams): Promise<
|
|
91
|
+
beginCreate(resourceGroupName: string, clusterName: string, options?: ClustersCreateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersCreateResponse>, ClustersCreateResponse>>;
|
|
102
92
|
beginCreateAndWait(resourceGroupName: string, clusterName: string, options?: ClustersCreateOptionalParams): Promise<ClustersCreateResponse>;
|
|
103
|
-
beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<
|
|
93
|
+
beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
104
94
|
beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
|
|
105
95
|
get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
|
|
106
96
|
list(options?: ClustersListOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
@@ -118,6 +108,12 @@ export interface ClustersCreateOptionalParams extends coreClient.OperationOption
|
|
|
118
108
|
// @public
|
|
119
109
|
export type ClustersCreateResponse = Cluster;
|
|
120
110
|
|
|
111
|
+
// @public
|
|
112
|
+
export interface ClustersDeleteHeaders {
|
|
113
|
+
// (undocumented)
|
|
114
|
+
location?: string;
|
|
115
|
+
}
|
|
116
|
+
|
|
121
117
|
// @public
|
|
122
118
|
export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
123
119
|
force?: boolean;
|
|
@@ -187,8 +183,10 @@ export type CreatedByType = string;
|
|
|
187
183
|
|
|
188
184
|
// @public
|
|
189
185
|
export interface Datastore {
|
|
186
|
+
readonly capacityGB?: number;
|
|
190
187
|
readonly customResourceName?: string;
|
|
191
188
|
extendedLocation?: ExtendedLocation;
|
|
189
|
+
readonly freeSpaceGB?: number;
|
|
192
190
|
readonly id?: string;
|
|
193
191
|
inventoryItemId?: string;
|
|
194
192
|
kind?: string;
|
|
@@ -216,9 +214,9 @@ export interface DatastoreInventoryItem extends InventoryItemProperties {
|
|
|
216
214
|
|
|
217
215
|
// @public
|
|
218
216
|
export interface Datastores {
|
|
219
|
-
beginCreate(resourceGroupName: string, datastoreName: string, options?: DatastoresCreateOptionalParams): Promise<
|
|
217
|
+
beginCreate(resourceGroupName: string, datastoreName: string, options?: DatastoresCreateOptionalParams): Promise<SimplePollerLike<OperationState<DatastoresCreateResponse>, DatastoresCreateResponse>>;
|
|
220
218
|
beginCreateAndWait(resourceGroupName: string, datastoreName: string, options?: DatastoresCreateOptionalParams): Promise<DatastoresCreateResponse>;
|
|
221
|
-
beginDelete(resourceGroupName: string, datastoreName: string, options?: DatastoresDeleteOptionalParams): Promise<
|
|
219
|
+
beginDelete(resourceGroupName: string, datastoreName: string, options?: DatastoresDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
222
220
|
beginDeleteAndWait(resourceGroupName: string, datastoreName: string, options?: DatastoresDeleteOptionalParams): Promise<void>;
|
|
223
221
|
get(resourceGroupName: string, datastoreName: string, options?: DatastoresGetOptionalParams): Promise<DatastoresGetResponse>;
|
|
224
222
|
list(options?: DatastoresListOptionalParams): PagedAsyncIterableIterator<Datastore>;
|
|
@@ -236,6 +234,12 @@ export interface DatastoresCreateOptionalParams extends coreClient.OperationOpti
|
|
|
236
234
|
// @public
|
|
237
235
|
export type DatastoresCreateResponse = Datastore;
|
|
238
236
|
|
|
237
|
+
// @public
|
|
238
|
+
export interface DatastoresDeleteHeaders {
|
|
239
|
+
// (undocumented)
|
|
240
|
+
location?: string;
|
|
241
|
+
}
|
|
242
|
+
|
|
239
243
|
// @public
|
|
240
244
|
export interface DatastoresDeleteOptionalParams extends coreClient.OperationOptions {
|
|
241
245
|
force?: boolean;
|
|
@@ -299,23 +303,23 @@ export type DiskMode = string;
|
|
|
299
303
|
export type DiskType = string;
|
|
300
304
|
|
|
301
305
|
// @public
|
|
302
|
-
export interface
|
|
303
|
-
readonly
|
|
304
|
-
readonly
|
|
305
|
-
readonly message?: string;
|
|
306
|
+
export interface ErrorAdditionalInfo {
|
|
307
|
+
readonly info?: Record<string, unknown>;
|
|
308
|
+
readonly type?: string;
|
|
306
309
|
}
|
|
307
310
|
|
|
308
311
|
// @public
|
|
309
312
|
export interface ErrorDetail {
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
313
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
314
|
+
readonly code?: string;
|
|
315
|
+
readonly details?: ErrorDetail[];
|
|
316
|
+
readonly message?: string;
|
|
317
|
+
readonly target?: string;
|
|
314
318
|
}
|
|
315
319
|
|
|
316
320
|
// @public
|
|
317
321
|
export interface ErrorResponse {
|
|
318
|
-
error?:
|
|
322
|
+
error?: ErrorDetail;
|
|
319
323
|
}
|
|
320
324
|
|
|
321
325
|
// @public
|
|
@@ -335,11 +339,11 @@ export interface GuestAgent extends ProxyResource {
|
|
|
335
339
|
credentials?: GuestCredential;
|
|
336
340
|
readonly customResourceName?: string;
|
|
337
341
|
httpProxyConfig?: HttpProxyConfiguration;
|
|
342
|
+
privateLinkScopeResourceId?: string;
|
|
338
343
|
provisioningAction?: ProvisioningAction;
|
|
339
|
-
readonly provisioningState?:
|
|
344
|
+
readonly provisioningState?: ProvisioningState;
|
|
340
345
|
readonly status?: string;
|
|
341
346
|
readonly statuses?: ResourceStatus[];
|
|
342
|
-
readonly systemData?: SystemData;
|
|
343
347
|
readonly uuid?: string;
|
|
344
348
|
}
|
|
345
349
|
|
|
@@ -349,62 +353,6 @@ export interface GuestAgentList {
|
|
|
349
353
|
value: GuestAgent[];
|
|
350
354
|
}
|
|
351
355
|
|
|
352
|
-
// @public
|
|
353
|
-
export interface GuestAgentProfile {
|
|
354
|
-
readonly agentVersion?: string;
|
|
355
|
-
readonly errorDetails?: ErrorDetail[];
|
|
356
|
-
readonly lastStatusChange?: Date;
|
|
357
|
-
readonly status?: StatusTypes;
|
|
358
|
-
readonly vmUuid?: string;
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
// @public
|
|
362
|
-
export interface GuestAgents {
|
|
363
|
-
beginCreate(resourceGroupName: string, virtualMachineName: string, name: string, options?: GuestAgentsCreateOptionalParams): Promise<PollerLike<PollOperationState<GuestAgentsCreateResponse>, GuestAgentsCreateResponse>>;
|
|
364
|
-
beginCreateAndWait(resourceGroupName: string, virtualMachineName: string, name: string, options?: GuestAgentsCreateOptionalParams): Promise<GuestAgentsCreateResponse>;
|
|
365
|
-
beginDelete(resourceGroupName: string, virtualMachineName: string, name: string, options?: GuestAgentsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
366
|
-
beginDeleteAndWait(resourceGroupName: string, virtualMachineName: string, name: string, options?: GuestAgentsDeleteOptionalParams): Promise<void>;
|
|
367
|
-
get(resourceGroupName: string, virtualMachineName: string, name: string, options?: GuestAgentsGetOptionalParams): Promise<GuestAgentsGetResponse>;
|
|
368
|
-
listByVm(resourceGroupName: string, virtualMachineName: string, options?: GuestAgentsListByVmOptionalParams): PagedAsyncIterableIterator<GuestAgent>;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
// @public
|
|
372
|
-
export interface GuestAgentsCreateOptionalParams extends coreClient.OperationOptions {
|
|
373
|
-
body?: GuestAgent;
|
|
374
|
-
resumeFrom?: string;
|
|
375
|
-
updateIntervalInMs?: number;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
// @public
|
|
379
|
-
export type GuestAgentsCreateResponse = GuestAgent;
|
|
380
|
-
|
|
381
|
-
// @public
|
|
382
|
-
export interface GuestAgentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
383
|
-
resumeFrom?: string;
|
|
384
|
-
updateIntervalInMs?: number;
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
// @public
|
|
388
|
-
export interface GuestAgentsGetOptionalParams extends coreClient.OperationOptions {
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
// @public
|
|
392
|
-
export type GuestAgentsGetResponse = GuestAgent;
|
|
393
|
-
|
|
394
|
-
// @public
|
|
395
|
-
export interface GuestAgentsListByVmNextOptionalParams extends coreClient.OperationOptions {
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
// @public
|
|
399
|
-
export type GuestAgentsListByVmNextResponse = GuestAgentList;
|
|
400
|
-
|
|
401
|
-
// @public
|
|
402
|
-
export interface GuestAgentsListByVmOptionalParams extends coreClient.OperationOptions {
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
// @public
|
|
406
|
-
export type GuestAgentsListByVmResponse = GuestAgentList;
|
|
407
|
-
|
|
408
356
|
// @public
|
|
409
357
|
export interface GuestCredential {
|
|
410
358
|
password?: string;
|
|
@@ -423,16 +371,22 @@ export interface HardwareProfile {
|
|
|
423
371
|
|
|
424
372
|
// @public
|
|
425
373
|
export interface Host {
|
|
374
|
+
readonly cpuMhz?: number;
|
|
426
375
|
readonly customResourceName?: string;
|
|
376
|
+
readonly datastoreIds?: string[];
|
|
427
377
|
extendedLocation?: ExtendedLocation;
|
|
428
378
|
readonly id?: string;
|
|
429
379
|
inventoryItemId?: string;
|
|
430
380
|
kind?: string;
|
|
431
381
|
location: string;
|
|
382
|
+
readonly memorySizeGB?: number;
|
|
432
383
|
readonly moName?: string;
|
|
433
384
|
moRefId?: string;
|
|
434
385
|
readonly name?: string;
|
|
435
|
-
readonly
|
|
386
|
+
readonly networkIds?: string[];
|
|
387
|
+
readonly overallCpuUsageMHz?: number;
|
|
388
|
+
readonly overallMemoryUsageGB?: number;
|
|
389
|
+
readonly provisioningState?: ProvisioningState;
|
|
436
390
|
readonly statuses?: ResourceStatus[];
|
|
437
391
|
readonly systemData?: SystemData;
|
|
438
392
|
tags?: {
|
|
@@ -451,9 +405,9 @@ export interface HostInventoryItem extends InventoryItemProperties {
|
|
|
451
405
|
|
|
452
406
|
// @public
|
|
453
407
|
export interface Hosts {
|
|
454
|
-
beginCreate(resourceGroupName: string, hostName: string, options?: HostsCreateOptionalParams): Promise<
|
|
408
|
+
beginCreate(resourceGroupName: string, hostName: string, options?: HostsCreateOptionalParams): Promise<SimplePollerLike<OperationState<HostsCreateResponse>, HostsCreateResponse>>;
|
|
455
409
|
beginCreateAndWait(resourceGroupName: string, hostName: string, options?: HostsCreateOptionalParams): Promise<HostsCreateResponse>;
|
|
456
|
-
beginDelete(resourceGroupName: string, hostName: string, options?: HostsDeleteOptionalParams): Promise<
|
|
410
|
+
beginDelete(resourceGroupName: string, hostName: string, options?: HostsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
457
411
|
beginDeleteAndWait(resourceGroupName: string, hostName: string, options?: HostsDeleteOptionalParams): Promise<void>;
|
|
458
412
|
get(resourceGroupName: string, hostName: string, options?: HostsGetOptionalParams): Promise<HostsGetResponse>;
|
|
459
413
|
list(options?: HostsListOptionalParams): PagedAsyncIterableIterator<Host>;
|
|
@@ -471,6 +425,12 @@ export interface HostsCreateOptionalParams extends coreClient.OperationOptions {
|
|
|
471
425
|
// @public
|
|
472
426
|
export type HostsCreateResponse = Host;
|
|
473
427
|
|
|
428
|
+
// @public
|
|
429
|
+
export interface HostsDeleteHeaders {
|
|
430
|
+
// (undocumented)
|
|
431
|
+
location?: string;
|
|
432
|
+
}
|
|
433
|
+
|
|
474
434
|
// @public
|
|
475
435
|
export interface HostsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
476
436
|
force?: boolean;
|
|
@@ -533,71 +493,19 @@ export interface HttpProxyConfiguration {
|
|
|
533
493
|
}
|
|
534
494
|
|
|
535
495
|
// @public
|
|
536
|
-
export interface
|
|
537
|
-
readonly
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
readonly
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
// @public
|
|
550
|
-
export type HybridIdentityMetadataCreateResponse = HybridIdentityMetadata;
|
|
551
|
-
|
|
552
|
-
// @public
|
|
553
|
-
export interface HybridIdentityMetadataDeleteOptionalParams extends coreClient.OperationOptions {
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
// @public
|
|
557
|
-
export interface HybridIdentityMetadataGetOptionalParams extends coreClient.OperationOptions {
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
// @public
|
|
561
|
-
export type HybridIdentityMetadataGetResponse = HybridIdentityMetadata;
|
|
562
|
-
|
|
563
|
-
// @public
|
|
564
|
-
export interface HybridIdentityMetadataList {
|
|
565
|
-
nextLink?: string;
|
|
566
|
-
value: HybridIdentityMetadata[];
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
// @public
|
|
570
|
-
export interface HybridIdentityMetadataListByVmNextOptionalParams extends coreClient.OperationOptions {
|
|
571
|
-
}
|
|
572
|
-
|
|
573
|
-
// @public
|
|
574
|
-
export type HybridIdentityMetadataListByVmNextResponse = HybridIdentityMetadataList;
|
|
575
|
-
|
|
576
|
-
// @public
|
|
577
|
-
export interface HybridIdentityMetadataListByVmOptionalParams extends coreClient.OperationOptions {
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
// @public
|
|
581
|
-
export type HybridIdentityMetadataListByVmResponse = HybridIdentityMetadataList;
|
|
582
|
-
|
|
583
|
-
// @public
|
|
584
|
-
export interface HybridIdentityMetadataOperations {
|
|
585
|
-
create(resourceGroupName: string, virtualMachineName: string, metadataName: string, options?: HybridIdentityMetadataCreateOptionalParams): Promise<HybridIdentityMetadataCreateResponse>;
|
|
586
|
-
delete(resourceGroupName: string, virtualMachineName: string, metadataName: string, options?: HybridIdentityMetadataDeleteOptionalParams): Promise<void>;
|
|
587
|
-
get(resourceGroupName: string, virtualMachineName: string, metadataName: string, options?: HybridIdentityMetadataGetOptionalParams): Promise<HybridIdentityMetadataGetResponse>;
|
|
588
|
-
listByVm(resourceGroupName: string, virtualMachineName: string, options?: HybridIdentityMetadataListByVmOptionalParams): PagedAsyncIterableIterator<HybridIdentityMetadata>;
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
// @public
|
|
592
|
-
export interface Identity {
|
|
593
|
-
readonly principalId?: string;
|
|
594
|
-
readonly tenantId?: string;
|
|
595
|
-
type: IdentityType;
|
|
496
|
+
export interface InfrastructureProfile {
|
|
497
|
+
readonly customResourceName?: string;
|
|
498
|
+
firmwareType?: FirmwareType;
|
|
499
|
+
readonly folderPath?: string;
|
|
500
|
+
readonly instanceUuid?: string;
|
|
501
|
+
inventoryItemId?: string;
|
|
502
|
+
readonly moName?: string;
|
|
503
|
+
readonly moRefId?: string;
|
|
504
|
+
smbiosUuid?: string;
|
|
505
|
+
templateId?: string;
|
|
506
|
+
vCenterId?: string;
|
|
596
507
|
}
|
|
597
508
|
|
|
598
|
-
// @public
|
|
599
|
-
export type IdentityType = string;
|
|
600
|
-
|
|
601
509
|
// @public
|
|
602
510
|
export interface InventoryItem extends ProxyResource {
|
|
603
511
|
inventoryType: InventoryType;
|
|
@@ -605,13 +513,13 @@ export interface InventoryItem extends ProxyResource {
|
|
|
605
513
|
managedResourceId?: string;
|
|
606
514
|
moName?: string;
|
|
607
515
|
moRefId?: string;
|
|
608
|
-
readonly provisioningState?:
|
|
609
|
-
readonly systemData?: SystemData;
|
|
516
|
+
readonly provisioningState?: ProvisioningState;
|
|
610
517
|
}
|
|
611
518
|
|
|
612
519
|
// @public
|
|
613
520
|
export interface InventoryItemDetails {
|
|
614
521
|
inventoryItemId?: string;
|
|
522
|
+
inventoryType?: InventoryType;
|
|
615
523
|
moName?: string;
|
|
616
524
|
}
|
|
617
525
|
|
|
@@ -621,7 +529,7 @@ export interface InventoryItemProperties {
|
|
|
621
529
|
managedResourceId?: string;
|
|
622
530
|
moName?: string;
|
|
623
531
|
moRefId?: string;
|
|
624
|
-
readonly provisioningState?:
|
|
532
|
+
readonly provisioningState?: ProvisioningState;
|
|
625
533
|
}
|
|
626
534
|
|
|
627
535
|
// @public (undocumented)
|
|
@@ -712,12 +620,6 @@ export enum KnownFirmwareType {
|
|
|
712
620
|
Efi = "efi"
|
|
713
621
|
}
|
|
714
622
|
|
|
715
|
-
// @public
|
|
716
|
-
export enum KnownIdentityType {
|
|
717
|
-
None = "None",
|
|
718
|
-
SystemAssigned = "SystemAssigned"
|
|
719
|
-
}
|
|
720
|
-
|
|
721
623
|
// @public
|
|
722
624
|
export enum KnownInventoryType {
|
|
723
625
|
Cluster = "Cluster",
|
|
@@ -756,37 +658,6 @@ export enum KnownOsType {
|
|
|
756
658
|
Windows = "Windows"
|
|
757
659
|
}
|
|
758
660
|
|
|
759
|
-
// @public
|
|
760
|
-
export enum KnownOsTypeUM {
|
|
761
|
-
Linux = "Linux",
|
|
762
|
-
Windows = "Windows"
|
|
763
|
-
}
|
|
764
|
-
|
|
765
|
-
// @public
|
|
766
|
-
export enum KnownPatchOperationStartedBy {
|
|
767
|
-
Platform = "Platform",
|
|
768
|
-
User = "User"
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
// @public
|
|
772
|
-
export enum KnownPatchOperationStatus {
|
|
773
|
-
CompletedWithWarnings = "CompletedWithWarnings",
|
|
774
|
-
Failed = "Failed",
|
|
775
|
-
InProgress = "InProgress",
|
|
776
|
-
Succeeded = "Succeeded",
|
|
777
|
-
Unknown = "Unknown"
|
|
778
|
-
}
|
|
779
|
-
|
|
780
|
-
// @public
|
|
781
|
-
export enum KnownPatchServiceUsed {
|
|
782
|
-
APT = "APT",
|
|
783
|
-
Unknown = "Unknown",
|
|
784
|
-
WU = "WU",
|
|
785
|
-
WUWsus = "WU_WSUS",
|
|
786
|
-
YUM = "YUM",
|
|
787
|
-
Zypper = "Zypper"
|
|
788
|
-
}
|
|
789
|
-
|
|
790
661
|
// @public
|
|
791
662
|
export enum KnownPowerOnBootOption {
|
|
792
663
|
Disabled = "disabled",
|
|
@@ -820,20 +691,6 @@ export enum KnownScsiControllerType {
|
|
|
820
691
|
Pvscsi = "pvscsi"
|
|
821
692
|
}
|
|
822
693
|
|
|
823
|
-
// @public
|
|
824
|
-
export enum KnownStatusLevelTypes {
|
|
825
|
-
Error = "Error",
|
|
826
|
-
Info = "Info",
|
|
827
|
-
Warning = "Warning"
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
// @public
|
|
831
|
-
export enum KnownStatusTypes {
|
|
832
|
-
Connected = "Connected",
|
|
833
|
-
Disconnected = "Disconnected",
|
|
834
|
-
Error = "Error"
|
|
835
|
-
}
|
|
836
|
-
|
|
837
694
|
// @public
|
|
838
695
|
export enum KnownVirtualScsiSharing {
|
|
839
696
|
NoSharing = "noSharing",
|
|
@@ -841,168 +698,6 @@ export enum KnownVirtualScsiSharing {
|
|
|
841
698
|
VirtualSharing = "virtualSharing"
|
|
842
699
|
}
|
|
843
700
|
|
|
844
|
-
// @public
|
|
845
|
-
export enum KnownVMGuestPatchClassificationLinux {
|
|
846
|
-
Critical = "Critical",
|
|
847
|
-
Other = "Other",
|
|
848
|
-
Security = "Security"
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
// @public
|
|
852
|
-
export enum KnownVMGuestPatchClassificationWindows {
|
|
853
|
-
Critical = "Critical",
|
|
854
|
-
Definition = "Definition",
|
|
855
|
-
FeaturePack = "FeaturePack",
|
|
856
|
-
Security = "Security",
|
|
857
|
-
ServicePack = "ServicePack",
|
|
858
|
-
Tools = "Tools",
|
|
859
|
-
UpdateRollUp = "UpdateRollUp",
|
|
860
|
-
Updates = "Updates"
|
|
861
|
-
}
|
|
862
|
-
|
|
863
|
-
// @public
|
|
864
|
-
export enum KnownVMGuestPatchRebootSetting {
|
|
865
|
-
Always = "Always",
|
|
866
|
-
IfRequired = "IfRequired",
|
|
867
|
-
Never = "Never"
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
// @public
|
|
871
|
-
export enum KnownVMGuestPatchRebootStatus {
|
|
872
|
-
Completed = "Completed",
|
|
873
|
-
Failed = "Failed",
|
|
874
|
-
NotNeeded = "NotNeeded",
|
|
875
|
-
Required = "Required",
|
|
876
|
-
Started = "Started",
|
|
877
|
-
Unknown = "Unknown"
|
|
878
|
-
}
|
|
879
|
-
|
|
880
|
-
// @public
|
|
881
|
-
export interface LinuxParameters {
|
|
882
|
-
classificationsToInclude?: VMGuestPatchClassificationLinux[];
|
|
883
|
-
packageNameMasksToExclude?: string[];
|
|
884
|
-
packageNameMasksToInclude?: string[];
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
// @public
|
|
888
|
-
export interface MachineExtension {
|
|
889
|
-
autoUpgradeMinorVersion?: boolean;
|
|
890
|
-
enableAutomaticUpgrade?: boolean;
|
|
891
|
-
forceUpdateTag?: string;
|
|
892
|
-
readonly id?: string;
|
|
893
|
-
instanceView?: MachineExtensionPropertiesInstanceView;
|
|
894
|
-
location?: string;
|
|
895
|
-
readonly name?: string;
|
|
896
|
-
protectedSettings?: Record<string, unknown>;
|
|
897
|
-
readonly provisioningState?: string;
|
|
898
|
-
publisher?: string;
|
|
899
|
-
settings?: Record<string, unknown>;
|
|
900
|
-
readonly systemData?: SystemData;
|
|
901
|
-
tags?: {
|
|
902
|
-
[propertyName: string]: string;
|
|
903
|
-
};
|
|
904
|
-
readonly type?: string;
|
|
905
|
-
typeHandlerVersion?: string;
|
|
906
|
-
typePropertiesType?: string;
|
|
907
|
-
}
|
|
908
|
-
|
|
909
|
-
// @public
|
|
910
|
-
export interface MachineExtensionInstanceView {
|
|
911
|
-
readonly name?: string;
|
|
912
|
-
status?: MachineExtensionInstanceViewStatus;
|
|
913
|
-
readonly type?: string;
|
|
914
|
-
readonly typeHandlerVersion?: string;
|
|
915
|
-
}
|
|
916
|
-
|
|
917
|
-
// @public
|
|
918
|
-
export interface MachineExtensionInstanceViewStatus {
|
|
919
|
-
readonly code?: string;
|
|
920
|
-
readonly displayStatus?: string;
|
|
921
|
-
readonly level?: StatusLevelTypes;
|
|
922
|
-
readonly message?: string;
|
|
923
|
-
readonly time?: Date;
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
// @public
|
|
927
|
-
export interface MachineExtensionPropertiesInstanceView extends MachineExtensionInstanceView {
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
// @public
|
|
931
|
-
export interface MachineExtensions {
|
|
932
|
-
beginCreateOrUpdate(resourceGroupName: string, name: string, extensionName: string, extensionParameters: MachineExtension, options?: MachineExtensionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<MachineExtensionsCreateOrUpdateResponse>, MachineExtensionsCreateOrUpdateResponse>>;
|
|
933
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, name: string, extensionName: string, extensionParameters: MachineExtension, options?: MachineExtensionsCreateOrUpdateOptionalParams): Promise<MachineExtensionsCreateOrUpdateResponse>;
|
|
934
|
-
beginDelete(resourceGroupName: string, name: string, extensionName: string, options?: MachineExtensionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
935
|
-
beginDeleteAndWait(resourceGroupName: string, name: string, extensionName: string, options?: MachineExtensionsDeleteOptionalParams): Promise<void>;
|
|
936
|
-
beginUpdate(resourceGroupName: string, name: string, extensionName: string, extensionParameters: MachineExtensionUpdate, options?: MachineExtensionsUpdateOptionalParams): Promise<PollerLike<PollOperationState<MachineExtensionsUpdateResponse>, MachineExtensionsUpdateResponse>>;
|
|
937
|
-
beginUpdateAndWait(resourceGroupName: string, name: string, extensionName: string, extensionParameters: MachineExtensionUpdate, options?: MachineExtensionsUpdateOptionalParams): Promise<MachineExtensionsUpdateResponse>;
|
|
938
|
-
get(resourceGroupName: string, name: string, extensionName: string, options?: MachineExtensionsGetOptionalParams): Promise<MachineExtensionsGetResponse>;
|
|
939
|
-
list(resourceGroupName: string, name: string, options?: MachineExtensionsListOptionalParams): PagedAsyncIterableIterator<MachineExtension>;
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
// @public
|
|
943
|
-
export interface MachineExtensionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
944
|
-
resumeFrom?: string;
|
|
945
|
-
updateIntervalInMs?: number;
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
// @public
|
|
949
|
-
export type MachineExtensionsCreateOrUpdateResponse = MachineExtension;
|
|
950
|
-
|
|
951
|
-
// @public
|
|
952
|
-
export interface MachineExtensionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
953
|
-
resumeFrom?: string;
|
|
954
|
-
updateIntervalInMs?: number;
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
// @public
|
|
958
|
-
export interface MachineExtensionsGetOptionalParams extends coreClient.OperationOptions {
|
|
959
|
-
}
|
|
960
|
-
|
|
961
|
-
// @public
|
|
962
|
-
export type MachineExtensionsGetResponse = MachineExtension;
|
|
963
|
-
|
|
964
|
-
// @public
|
|
965
|
-
export interface MachineExtensionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
966
|
-
}
|
|
967
|
-
|
|
968
|
-
// @public
|
|
969
|
-
export type MachineExtensionsListNextResponse = MachineExtensionsListResult;
|
|
970
|
-
|
|
971
|
-
// @public
|
|
972
|
-
export interface MachineExtensionsListOptionalParams extends coreClient.OperationOptions {
|
|
973
|
-
expand?: string;
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
// @public
|
|
977
|
-
export type MachineExtensionsListResponse = MachineExtensionsListResult;
|
|
978
|
-
|
|
979
|
-
// @public
|
|
980
|
-
export interface MachineExtensionsListResult {
|
|
981
|
-
nextLink?: string;
|
|
982
|
-
value?: MachineExtension[];
|
|
983
|
-
}
|
|
984
|
-
|
|
985
|
-
// @public
|
|
986
|
-
export interface MachineExtensionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
987
|
-
resumeFrom?: string;
|
|
988
|
-
updateIntervalInMs?: number;
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
// @public
|
|
992
|
-
export type MachineExtensionsUpdateResponse = MachineExtension;
|
|
993
|
-
|
|
994
|
-
// @public
|
|
995
|
-
export interface MachineExtensionUpdate extends ResourcePatch {
|
|
996
|
-
autoUpgradeMinorVersion?: boolean;
|
|
997
|
-
enableAutomaticUpgrade?: boolean;
|
|
998
|
-
forceUpdateTag?: string;
|
|
999
|
-
protectedSettings?: Record<string, unknown>;
|
|
1000
|
-
publisher?: string;
|
|
1001
|
-
settings?: Record<string, unknown>;
|
|
1002
|
-
type?: string;
|
|
1003
|
-
typeHandlerVersion?: string;
|
|
1004
|
-
}
|
|
1005
|
-
|
|
1006
701
|
// @public
|
|
1007
702
|
export interface NetworkInterface {
|
|
1008
703
|
deviceKey?: number;
|
|
@@ -1100,66 +795,21 @@ export interface OperationsListOptionalParams extends coreClient.OperationOption
|
|
|
1100
795
|
export type OperationsListResponse = OperationsList;
|
|
1101
796
|
|
|
1102
797
|
// @public
|
|
1103
|
-
export interface
|
|
798
|
+
export interface OsProfileForVMInstance {
|
|
1104
799
|
adminPassword?: string;
|
|
1105
800
|
adminUsername?: string;
|
|
1106
|
-
readonly allowExtensionOperations?: boolean;
|
|
1107
801
|
computerName?: string;
|
|
1108
802
|
guestId?: string;
|
|
1109
|
-
|
|
1110
|
-
readonly osName?: string;
|
|
803
|
+
readonly osSku?: string;
|
|
1111
804
|
osType?: OsType;
|
|
1112
805
|
readonly toolsRunningStatus?: string;
|
|
1113
806
|
readonly toolsVersion?: string;
|
|
1114
807
|
readonly toolsVersionStatus?: string;
|
|
1115
|
-
windowsConfiguration?: OsProfileWindowsConfiguration;
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
|
-
// @public
|
|
1119
|
-
export interface OsProfileLinuxConfiguration {
|
|
1120
|
-
assessmentMode?: string;
|
|
1121
|
-
patchMode?: string;
|
|
1122
|
-
}
|
|
1123
|
-
|
|
1124
|
-
// @public
|
|
1125
|
-
export interface OsProfileUpdate {
|
|
1126
|
-
linuxConfiguration?: OsProfileUpdateLinuxConfiguration;
|
|
1127
|
-
windowsConfiguration?: OsProfileUpdateWindowsConfiguration;
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
// @public
|
|
1131
|
-
export interface OsProfileUpdateLinuxConfiguration {
|
|
1132
|
-
assessmentMode?: string;
|
|
1133
|
-
patchMode?: string;
|
|
1134
|
-
}
|
|
1135
|
-
|
|
1136
|
-
// @public
|
|
1137
|
-
export interface OsProfileUpdateWindowsConfiguration {
|
|
1138
|
-
assessmentMode?: string;
|
|
1139
|
-
patchMode?: string;
|
|
1140
|
-
}
|
|
1141
|
-
|
|
1142
|
-
// @public
|
|
1143
|
-
export interface OsProfileWindowsConfiguration {
|
|
1144
|
-
assessmentMode?: string;
|
|
1145
|
-
patchMode?: string;
|
|
1146
808
|
}
|
|
1147
809
|
|
|
1148
810
|
// @public
|
|
1149
811
|
export type OsType = string;
|
|
1150
812
|
|
|
1151
|
-
// @public
|
|
1152
|
-
export type OsTypeUM = string;
|
|
1153
|
-
|
|
1154
|
-
// @public
|
|
1155
|
-
export type PatchOperationStartedBy = string;
|
|
1156
|
-
|
|
1157
|
-
// @public
|
|
1158
|
-
export type PatchOperationStatus = string;
|
|
1159
|
-
|
|
1160
|
-
// @public
|
|
1161
|
-
export type PatchServiceUsed = string;
|
|
1162
|
-
|
|
1163
813
|
// @public
|
|
1164
814
|
export interface PlacementProfile {
|
|
1165
815
|
clusterId?: string;
|
|
@@ -1185,6 +835,7 @@ export interface ProxyResource extends Resource {
|
|
|
1185
835
|
export interface Resource {
|
|
1186
836
|
readonly id?: string;
|
|
1187
837
|
readonly name?: string;
|
|
838
|
+
readonly systemData?: SystemData;
|
|
1188
839
|
readonly type?: string;
|
|
1189
840
|
}
|
|
1190
841
|
|
|
@@ -1197,22 +848,28 @@ export interface ResourcePatch {
|
|
|
1197
848
|
|
|
1198
849
|
// @public
|
|
1199
850
|
export interface ResourcePool {
|
|
851
|
+
readonly cpuCapacityMHz?: number;
|
|
1200
852
|
readonly cpuLimitMHz?: number;
|
|
853
|
+
readonly cpuOverallUsageMHz?: number;
|
|
1201
854
|
readonly cpuReservationMHz?: number;
|
|
1202
855
|
readonly cpuSharesLevel?: string;
|
|
1203
856
|
readonly customResourceName?: string;
|
|
857
|
+
readonly datastoreIds?: string[];
|
|
1204
858
|
extendedLocation?: ExtendedLocation;
|
|
1205
859
|
readonly id?: string;
|
|
1206
860
|
inventoryItemId?: string;
|
|
1207
861
|
kind?: string;
|
|
1208
862
|
location: string;
|
|
863
|
+
readonly memCapacityGB?: number;
|
|
1209
864
|
readonly memLimitMB?: number;
|
|
865
|
+
readonly memOverallUsageGB?: number;
|
|
1210
866
|
readonly memReservationMB?: number;
|
|
1211
867
|
readonly memSharesLevel?: string;
|
|
1212
868
|
readonly moName?: string;
|
|
1213
869
|
moRefId?: string;
|
|
1214
870
|
readonly name?: string;
|
|
1215
|
-
readonly
|
|
871
|
+
readonly networkIds?: string[];
|
|
872
|
+
readonly provisioningState?: ProvisioningState;
|
|
1216
873
|
readonly statuses?: ResourceStatus[];
|
|
1217
874
|
readonly systemData?: SystemData;
|
|
1218
875
|
tags?: {
|
|
@@ -1231,9 +888,9 @@ export interface ResourcePoolInventoryItem extends InventoryItemProperties {
|
|
|
1231
888
|
|
|
1232
889
|
// @public
|
|
1233
890
|
export interface ResourcePools {
|
|
1234
|
-
beginCreate(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsCreateOptionalParams): Promise<
|
|
891
|
+
beginCreate(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsCreateOptionalParams): Promise<SimplePollerLike<OperationState<ResourcePoolsCreateResponse>, ResourcePoolsCreateResponse>>;
|
|
1235
892
|
beginCreateAndWait(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsCreateOptionalParams): Promise<ResourcePoolsCreateResponse>;
|
|
1236
|
-
beginDelete(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsDeleteOptionalParams): Promise<
|
|
893
|
+
beginDelete(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1237
894
|
beginDeleteAndWait(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsDeleteOptionalParams): Promise<void>;
|
|
1238
895
|
get(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsGetOptionalParams): Promise<ResourcePoolsGetResponse>;
|
|
1239
896
|
list(options?: ResourcePoolsListOptionalParams): PagedAsyncIterableIterator<ResourcePool>;
|
|
@@ -1251,6 +908,12 @@ export interface ResourcePoolsCreateOptionalParams extends coreClient.OperationO
|
|
|
1251
908
|
// @public
|
|
1252
909
|
export type ResourcePoolsCreateResponse = ResourcePool;
|
|
1253
910
|
|
|
911
|
+
// @public
|
|
912
|
+
export interface ResourcePoolsDeleteHeaders {
|
|
913
|
+
// (undocumented)
|
|
914
|
+
location?: string;
|
|
915
|
+
}
|
|
916
|
+
|
|
1254
917
|
// @public
|
|
1255
918
|
export interface ResourcePoolsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1256
919
|
force?: boolean;
|
|
@@ -1325,12 +988,6 @@ export interface SecurityProfile {
|
|
|
1325
988
|
uefiSettings?: UefiSettings;
|
|
1326
989
|
}
|
|
1327
990
|
|
|
1328
|
-
// @public
|
|
1329
|
-
export type StatusLevelTypes = string;
|
|
1330
|
-
|
|
1331
|
-
// @public
|
|
1332
|
-
export type StatusTypes = string;
|
|
1333
|
-
|
|
1334
991
|
// @public
|
|
1335
992
|
export interface StopVirtualMachineOptions {
|
|
1336
993
|
skipShutdown?: boolean;
|
|
@@ -1375,7 +1032,7 @@ export interface VCenter {
|
|
|
1375
1032
|
location: string;
|
|
1376
1033
|
readonly name?: string;
|
|
1377
1034
|
port?: number;
|
|
1378
|
-
readonly provisioningState?:
|
|
1035
|
+
readonly provisioningState?: ProvisioningState;
|
|
1379
1036
|
readonly statuses?: ResourceStatus[];
|
|
1380
1037
|
readonly systemData?: SystemData;
|
|
1381
1038
|
tags?: {
|
|
@@ -1388,9 +1045,9 @@ export interface VCenter {
|
|
|
1388
1045
|
|
|
1389
1046
|
// @public
|
|
1390
1047
|
export interface VCenters {
|
|
1391
|
-
beginCreate(resourceGroupName: string, vcenterName: string, options?: VCentersCreateOptionalParams): Promise<
|
|
1048
|
+
beginCreate(resourceGroupName: string, vcenterName: string, options?: VCentersCreateOptionalParams): Promise<SimplePollerLike<OperationState<VCentersCreateResponse>, VCentersCreateResponse>>;
|
|
1392
1049
|
beginCreateAndWait(resourceGroupName: string, vcenterName: string, options?: VCentersCreateOptionalParams): Promise<VCentersCreateResponse>;
|
|
1393
|
-
beginDelete(resourceGroupName: string, vcenterName: string, options?: VCentersDeleteOptionalParams): Promise<
|
|
1050
|
+
beginDelete(resourceGroupName: string, vcenterName: string, options?: VCentersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1394
1051
|
beginDeleteAndWait(resourceGroupName: string, vcenterName: string, options?: VCentersDeleteOptionalParams): Promise<void>;
|
|
1395
1052
|
get(resourceGroupName: string, vcenterName: string, options?: VCentersGetOptionalParams): Promise<VCentersGetResponse>;
|
|
1396
1053
|
list(options?: VCentersListOptionalParams): PagedAsyncIterableIterator<VCenter>;
|
|
@@ -1408,6 +1065,12 @@ export interface VCentersCreateOptionalParams extends coreClient.OperationOption
|
|
|
1408
1065
|
// @public
|
|
1409
1066
|
export type VCentersCreateResponse = VCenter;
|
|
1410
1067
|
|
|
1068
|
+
// @public
|
|
1069
|
+
export interface VCentersDeleteHeaders {
|
|
1070
|
+
// (undocumented)
|
|
1071
|
+
location?: string;
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1411
1074
|
// @public
|
|
1412
1075
|
export interface VCentersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1413
1076
|
force?: boolean;
|
|
@@ -1497,229 +1160,179 @@ export interface VirtualDiskUpdate {
|
|
|
1497
1160
|
}
|
|
1498
1161
|
|
|
1499
1162
|
// @public
|
|
1500
|
-
export interface
|
|
1501
|
-
readonly customResourceName?: string;
|
|
1163
|
+
export interface VirtualMachineInstance extends ProxyResource {
|
|
1502
1164
|
extendedLocation?: ExtendedLocation;
|
|
1503
|
-
firmwareType?: FirmwareType;
|
|
1504
|
-
readonly folderPath?: string;
|
|
1505
|
-
guestAgentProfile?: GuestAgentProfile;
|
|
1506
1165
|
hardwareProfile?: HardwareProfile;
|
|
1507
|
-
|
|
1508
|
-
identity?: Identity;
|
|
1509
|
-
readonly instanceUuid?: string;
|
|
1510
|
-
inventoryItemId?: string;
|
|
1511
|
-
kind?: string;
|
|
1512
|
-
location: string;
|
|
1513
|
-
readonly moName?: string;
|
|
1514
|
-
moRefId?: string;
|
|
1515
|
-
readonly name?: string;
|
|
1166
|
+
infrastructureProfile?: InfrastructureProfile;
|
|
1516
1167
|
networkProfile?: NetworkProfile;
|
|
1517
|
-
osProfile?:
|
|
1168
|
+
osProfile?: OsProfileForVMInstance;
|
|
1518
1169
|
placementProfile?: PlacementProfile;
|
|
1519
1170
|
readonly powerState?: string;
|
|
1520
|
-
readonly provisioningState?:
|
|
1521
|
-
|
|
1171
|
+
readonly provisioningState?: ProvisioningState;
|
|
1172
|
+
readonly resourceUid?: string;
|
|
1522
1173
|
securityProfile?: SecurityProfile;
|
|
1523
|
-
smbiosUuid?: string;
|
|
1524
1174
|
readonly statuses?: ResourceStatus[];
|
|
1525
1175
|
storageProfile?: StorageProfile;
|
|
1526
|
-
readonly systemData?: SystemData;
|
|
1527
|
-
tags?: {
|
|
1528
|
-
[propertyName: string]: string;
|
|
1529
|
-
};
|
|
1530
|
-
templateId?: string;
|
|
1531
|
-
readonly type?: string;
|
|
1532
|
-
readonly uuid?: string;
|
|
1533
|
-
vCenterId?: string;
|
|
1534
|
-
readonly vmId?: string;
|
|
1535
1176
|
}
|
|
1536
1177
|
|
|
1537
1178
|
// @public
|
|
1538
|
-
export interface
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1179
|
+
export interface VirtualMachineInstances {
|
|
1180
|
+
beginCreateOrUpdate(resourceUri: string, options?: VirtualMachineInstancesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesCreateOrUpdateResponse>, VirtualMachineInstancesCreateOrUpdateResponse>>;
|
|
1181
|
+
beginCreateOrUpdateAndWait(resourceUri: string, options?: VirtualMachineInstancesCreateOrUpdateOptionalParams): Promise<VirtualMachineInstancesCreateOrUpdateResponse>;
|
|
1182
|
+
beginDelete(resourceUri: string, options?: VirtualMachineInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesDeleteResponse>, VirtualMachineInstancesDeleteResponse>>;
|
|
1183
|
+
beginDeleteAndWait(resourceUri: string, options?: VirtualMachineInstancesDeleteOptionalParams): Promise<VirtualMachineInstancesDeleteResponse>;
|
|
1184
|
+
beginRestart(resourceUri: string, options?: VirtualMachineInstancesRestartOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesRestartResponse>, VirtualMachineInstancesRestartResponse>>;
|
|
1185
|
+
beginRestartAndWait(resourceUri: string, options?: VirtualMachineInstancesRestartOptionalParams): Promise<VirtualMachineInstancesRestartResponse>;
|
|
1186
|
+
beginStart(resourceUri: string, options?: VirtualMachineInstancesStartOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesStartResponse>, VirtualMachineInstancesStartResponse>>;
|
|
1187
|
+
beginStartAndWait(resourceUri: string, options?: VirtualMachineInstancesStartOptionalParams): Promise<VirtualMachineInstancesStartResponse>;
|
|
1188
|
+
beginStop(resourceUri: string, options?: VirtualMachineInstancesStopOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesStopResponse>, VirtualMachineInstancesStopResponse>>;
|
|
1189
|
+
beginStopAndWait(resourceUri: string, options?: VirtualMachineInstancesStopOptionalParams): Promise<VirtualMachineInstancesStopResponse>;
|
|
1190
|
+
beginUpdate(resourceUri: string, options?: VirtualMachineInstancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesUpdateResponse>, VirtualMachineInstancesUpdateResponse>>;
|
|
1191
|
+
beginUpdateAndWait(resourceUri: string, options?: VirtualMachineInstancesUpdateOptionalParams): Promise<VirtualMachineInstancesUpdateResponse>;
|
|
1192
|
+
get(resourceUri: string, options?: VirtualMachineInstancesGetOptionalParams): Promise<VirtualMachineInstancesGetResponse>;
|
|
1193
|
+
list(resourceUri: string, options?: VirtualMachineInstancesListOptionalParams): PagedAsyncIterableIterator<VirtualMachineInstance>;
|
|
1549
1194
|
}
|
|
1550
1195
|
|
|
1551
1196
|
// @public
|
|
1552
|
-
export interface
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
windowsParameters?: WindowsParameters;
|
|
1557
|
-
}
|
|
1558
|
-
|
|
1559
|
-
// @public
|
|
1560
|
-
export interface VirtualMachineInstallPatchesResult {
|
|
1561
|
-
readonly errorDetails?: ErrorDetail;
|
|
1562
|
-
readonly excludedPatchCount?: number;
|
|
1563
|
-
readonly failedPatchCount?: number;
|
|
1564
|
-
readonly installationActivityId?: string;
|
|
1565
|
-
readonly installedPatchCount?: number;
|
|
1566
|
-
readonly lastModifiedDateTime?: Date;
|
|
1567
|
-
readonly maintenanceWindowExceeded?: boolean;
|
|
1568
|
-
readonly notSelectedPatchCount?: number;
|
|
1569
|
-
readonly osType?: OsTypeUM;
|
|
1570
|
-
readonly patchServiceUsed?: PatchServiceUsed;
|
|
1571
|
-
readonly pendingPatchCount?: number;
|
|
1572
|
-
readonly rebootStatus?: VMGuestPatchRebootStatus;
|
|
1573
|
-
readonly startDateTime?: Date;
|
|
1574
|
-
readonly startedBy?: PatchOperationStartedBy;
|
|
1575
|
-
readonly status?: PatchOperationStatus;
|
|
1197
|
+
export interface VirtualMachineInstancesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1198
|
+
body?: VirtualMachineInstance;
|
|
1199
|
+
resumeFrom?: string;
|
|
1200
|
+
updateIntervalInMs?: number;
|
|
1576
1201
|
}
|
|
1577
1202
|
|
|
1578
1203
|
// @public
|
|
1579
|
-
export
|
|
1580
|
-
folderPath?: string;
|
|
1581
|
-
host?: InventoryItemDetails;
|
|
1582
|
-
instanceUuid?: string;
|
|
1583
|
-
inventoryType: "VirtualMachine";
|
|
1584
|
-
ipAddresses?: string[];
|
|
1585
|
-
osName?: string;
|
|
1586
|
-
osType?: OsType;
|
|
1587
|
-
readonly powerState?: string;
|
|
1588
|
-
resourcePool?: InventoryItemDetails;
|
|
1589
|
-
smbiosUuid?: string;
|
|
1590
|
-
readonly toolsRunningStatus?: string;
|
|
1591
|
-
readonly toolsVersion?: string;
|
|
1592
|
-
readonly toolsVersionStatus?: string;
|
|
1593
|
-
}
|
|
1204
|
+
export type VirtualMachineInstancesCreateOrUpdateResponse = VirtualMachineInstance;
|
|
1594
1205
|
|
|
1595
1206
|
// @public
|
|
1596
|
-
export interface
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
beginCreate(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesCreateOptionalParams): Promise<PollerLike<PollOperationState<VirtualMachinesCreateResponse>, VirtualMachinesCreateResponse>>;
|
|
1600
|
-
beginCreateAndWait(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesCreateOptionalParams): Promise<VirtualMachinesCreateResponse>;
|
|
1601
|
-
beginDelete(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1602
|
-
beginDeleteAndWait(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesDeleteOptionalParams): Promise<void>;
|
|
1603
|
-
beginInstallPatches(resourceGroupName: string, name: string, installPatchesInput: VirtualMachineInstallPatchesParameters, options?: VirtualMachinesInstallPatchesOptionalParams): Promise<PollerLike<PollOperationState<VirtualMachinesInstallPatchesResponse>, VirtualMachinesInstallPatchesResponse>>;
|
|
1604
|
-
beginInstallPatchesAndWait(resourceGroupName: string, name: string, installPatchesInput: VirtualMachineInstallPatchesParameters, options?: VirtualMachinesInstallPatchesOptionalParams): Promise<VirtualMachinesInstallPatchesResponse>;
|
|
1605
|
-
beginRestart(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesRestartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1606
|
-
beginRestartAndWait(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesRestartOptionalParams): Promise<void>;
|
|
1607
|
-
beginStart(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1608
|
-
beginStartAndWait(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesStartOptionalParams): Promise<void>;
|
|
1609
|
-
beginStop(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1610
|
-
beginStopAndWait(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesStopOptionalParams): Promise<void>;
|
|
1611
|
-
beginUpdate(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesUpdateOptionalParams): Promise<PollerLike<PollOperationState<VirtualMachinesUpdateResponse>, VirtualMachinesUpdateResponse>>;
|
|
1612
|
-
beginUpdateAndWait(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesUpdateOptionalParams): Promise<VirtualMachinesUpdateResponse>;
|
|
1613
|
-
get(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesGetOptionalParams): Promise<VirtualMachinesGetResponse>;
|
|
1614
|
-
list(options?: VirtualMachinesListOptionalParams): PagedAsyncIterableIterator<VirtualMachine>;
|
|
1615
|
-
listByResourceGroup(resourceGroupName: string, options?: VirtualMachinesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VirtualMachine>;
|
|
1207
|
+
export interface VirtualMachineInstancesDeleteHeaders {
|
|
1208
|
+
// (undocumented)
|
|
1209
|
+
location?: string;
|
|
1616
1210
|
}
|
|
1617
1211
|
|
|
1618
1212
|
// @public
|
|
1619
|
-
export interface
|
|
1213
|
+
export interface VirtualMachineInstancesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1214
|
+
deleteFromHost?: boolean;
|
|
1215
|
+
force?: boolean;
|
|
1620
1216
|
resumeFrom?: string;
|
|
1621
1217
|
updateIntervalInMs?: number;
|
|
1622
1218
|
}
|
|
1623
1219
|
|
|
1624
1220
|
// @public
|
|
1625
|
-
export type
|
|
1221
|
+
export type VirtualMachineInstancesDeleteResponse = VirtualMachineInstancesDeleteHeaders;
|
|
1626
1222
|
|
|
1627
1223
|
// @public
|
|
1628
|
-
export interface
|
|
1629
|
-
body?: VirtualMachine;
|
|
1630
|
-
resumeFrom?: string;
|
|
1631
|
-
updateIntervalInMs?: number;
|
|
1224
|
+
export interface VirtualMachineInstancesGetOptionalParams extends coreClient.OperationOptions {
|
|
1632
1225
|
}
|
|
1633
1226
|
|
|
1634
1227
|
// @public
|
|
1635
|
-
export type
|
|
1228
|
+
export type VirtualMachineInstancesGetResponse = VirtualMachineInstance;
|
|
1636
1229
|
|
|
1637
1230
|
// @public
|
|
1638
|
-
export interface
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
retain?: boolean;
|
|
1642
|
-
updateIntervalInMs?: number;
|
|
1231
|
+
export interface VirtualMachineInstancesList {
|
|
1232
|
+
nextLink?: string;
|
|
1233
|
+
value: VirtualMachineInstance[];
|
|
1643
1234
|
}
|
|
1644
1235
|
|
|
1645
1236
|
// @public
|
|
1646
|
-
export interface
|
|
1237
|
+
export interface VirtualMachineInstancesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1647
1238
|
}
|
|
1648
1239
|
|
|
1649
1240
|
// @public
|
|
1650
|
-
export type
|
|
1241
|
+
export type VirtualMachineInstancesListNextResponse = VirtualMachineInstancesList;
|
|
1651
1242
|
|
|
1652
1243
|
// @public
|
|
1653
|
-
export interface
|
|
1654
|
-
resumeFrom?: string;
|
|
1655
|
-
updateIntervalInMs?: number;
|
|
1244
|
+
export interface VirtualMachineInstancesListOptionalParams extends coreClient.OperationOptions {
|
|
1656
1245
|
}
|
|
1657
1246
|
|
|
1658
1247
|
// @public
|
|
1659
|
-
export type
|
|
1248
|
+
export type VirtualMachineInstancesListResponse = VirtualMachineInstancesList;
|
|
1660
1249
|
|
|
1661
1250
|
// @public
|
|
1662
|
-
export interface
|
|
1663
|
-
|
|
1664
|
-
|
|
1251
|
+
export interface VirtualMachineInstancesRestartHeaders {
|
|
1252
|
+
// (undocumented)
|
|
1253
|
+
location?: string;
|
|
1665
1254
|
}
|
|
1666
1255
|
|
|
1667
1256
|
// @public
|
|
1668
|
-
export interface
|
|
1257
|
+
export interface VirtualMachineInstancesRestartOptionalParams extends coreClient.OperationOptions {
|
|
1258
|
+
resumeFrom?: string;
|
|
1259
|
+
updateIntervalInMs?: number;
|
|
1669
1260
|
}
|
|
1670
1261
|
|
|
1671
1262
|
// @public
|
|
1672
|
-
export type
|
|
1263
|
+
export type VirtualMachineInstancesRestartResponse = VirtualMachineInstancesRestartHeaders;
|
|
1673
1264
|
|
|
1674
1265
|
// @public
|
|
1675
|
-
export interface
|
|
1266
|
+
export interface VirtualMachineInstancesStartHeaders {
|
|
1267
|
+
// (undocumented)
|
|
1268
|
+
location?: string;
|
|
1676
1269
|
}
|
|
1677
1270
|
|
|
1678
1271
|
// @public
|
|
1679
|
-
export
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
export interface VirtualMachinesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1272
|
+
export interface VirtualMachineInstancesStartOptionalParams extends coreClient.OperationOptions {
|
|
1273
|
+
resumeFrom?: string;
|
|
1274
|
+
updateIntervalInMs?: number;
|
|
1683
1275
|
}
|
|
1684
1276
|
|
|
1685
1277
|
// @public
|
|
1686
|
-
export type
|
|
1278
|
+
export type VirtualMachineInstancesStartResponse = VirtualMachineInstancesStartHeaders;
|
|
1687
1279
|
|
|
1688
1280
|
// @public
|
|
1689
|
-
export interface
|
|
1281
|
+
export interface VirtualMachineInstancesStopHeaders {
|
|
1282
|
+
// (undocumented)
|
|
1283
|
+
location?: string;
|
|
1690
1284
|
}
|
|
1691
1285
|
|
|
1692
1286
|
// @public
|
|
1693
|
-
export
|
|
1694
|
-
|
|
1695
|
-
// @public
|
|
1696
|
-
export interface VirtualMachinesRestartOptionalParams extends coreClient.OperationOptions {
|
|
1287
|
+
export interface VirtualMachineInstancesStopOptionalParams extends coreClient.OperationOptions {
|
|
1288
|
+
body?: StopVirtualMachineOptions;
|
|
1697
1289
|
resumeFrom?: string;
|
|
1698
1290
|
updateIntervalInMs?: number;
|
|
1699
1291
|
}
|
|
1700
1292
|
|
|
1701
1293
|
// @public
|
|
1702
|
-
export
|
|
1703
|
-
|
|
1704
|
-
|
|
1294
|
+
export type VirtualMachineInstancesStopResponse = VirtualMachineInstancesStopHeaders;
|
|
1295
|
+
|
|
1296
|
+
// @public
|
|
1297
|
+
export interface VirtualMachineInstancesUpdateHeaders {
|
|
1298
|
+
// (undocumented)
|
|
1299
|
+
location?: string;
|
|
1705
1300
|
}
|
|
1706
1301
|
|
|
1707
1302
|
// @public
|
|
1708
|
-
export interface
|
|
1709
|
-
body?:
|
|
1303
|
+
export interface VirtualMachineInstancesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1304
|
+
body?: VirtualMachineInstanceUpdate;
|
|
1710
1305
|
resumeFrom?: string;
|
|
1711
1306
|
updateIntervalInMs?: number;
|
|
1712
1307
|
}
|
|
1713
1308
|
|
|
1714
1309
|
// @public
|
|
1715
|
-
export
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1310
|
+
export type VirtualMachineInstancesUpdateResponse = VirtualMachineInstance;
|
|
1311
|
+
|
|
1312
|
+
// @public
|
|
1313
|
+
export interface VirtualMachineInstanceUpdate {
|
|
1314
|
+
hardwareProfile?: HardwareProfile;
|
|
1315
|
+
networkProfile?: NetworkProfileUpdate;
|
|
1316
|
+
storageProfile?: StorageProfileUpdate;
|
|
1719
1317
|
}
|
|
1720
1318
|
|
|
1721
1319
|
// @public
|
|
1722
|
-
export
|
|
1320
|
+
export interface VirtualMachineInventoryItem extends InventoryItemProperties {
|
|
1321
|
+
cluster?: InventoryItemDetails;
|
|
1322
|
+
folderPath?: string;
|
|
1323
|
+
host?: InventoryItemDetails;
|
|
1324
|
+
instanceUuid?: string;
|
|
1325
|
+
inventoryType: "VirtualMachine";
|
|
1326
|
+
ipAddresses?: string[];
|
|
1327
|
+
osName?: string;
|
|
1328
|
+
osType?: OsType;
|
|
1329
|
+
readonly powerState?: string;
|
|
1330
|
+
resourcePool?: InventoryItemDetails;
|
|
1331
|
+
smbiosUuid?: string;
|
|
1332
|
+
readonly toolsRunningStatus?: string;
|
|
1333
|
+
readonly toolsVersion?: string;
|
|
1334
|
+
readonly toolsVersionStatus?: string;
|
|
1335
|
+
}
|
|
1723
1336
|
|
|
1724
1337
|
// @public
|
|
1725
1338
|
export interface VirtualMachineTemplate {
|
|
@@ -1741,7 +1354,7 @@ export interface VirtualMachineTemplate {
|
|
|
1741
1354
|
readonly numCPUs?: number;
|
|
1742
1355
|
readonly osName?: string;
|
|
1743
1356
|
readonly osType?: OsType;
|
|
1744
|
-
readonly provisioningState?:
|
|
1357
|
+
readonly provisioningState?: ProvisioningState;
|
|
1745
1358
|
readonly statuses?: ResourceStatus[];
|
|
1746
1359
|
readonly systemData?: SystemData;
|
|
1747
1360
|
tags?: {
|
|
@@ -1763,13 +1376,15 @@ export interface VirtualMachineTemplateInventoryItem extends InventoryItemProper
|
|
|
1763
1376
|
numCPUs?: number;
|
|
1764
1377
|
osName?: string;
|
|
1765
1378
|
osType?: OsType;
|
|
1379
|
+
readonly toolsVersion?: string;
|
|
1380
|
+
readonly toolsVersionStatus?: string;
|
|
1766
1381
|
}
|
|
1767
1382
|
|
|
1768
1383
|
// @public
|
|
1769
1384
|
export interface VirtualMachineTemplates {
|
|
1770
|
-
beginCreate(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesCreateOptionalParams): Promise<
|
|
1385
|
+
beginCreate(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesCreateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineTemplatesCreateResponse>, VirtualMachineTemplatesCreateResponse>>;
|
|
1771
1386
|
beginCreateAndWait(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesCreateOptionalParams): Promise<VirtualMachineTemplatesCreateResponse>;
|
|
1772
|
-
beginDelete(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesDeleteOptionalParams): Promise<
|
|
1387
|
+
beginDelete(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1773
1388
|
beginDeleteAndWait(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesDeleteOptionalParams): Promise<void>;
|
|
1774
1389
|
get(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesGetOptionalParams): Promise<VirtualMachineTemplatesGetResponse>;
|
|
1775
1390
|
list(options?: VirtualMachineTemplatesListOptionalParams): PagedAsyncIterableIterator<VirtualMachineTemplate>;
|
|
@@ -1787,6 +1402,12 @@ export interface VirtualMachineTemplatesCreateOptionalParams extends coreClient.
|
|
|
1787
1402
|
// @public
|
|
1788
1403
|
export type VirtualMachineTemplatesCreateResponse = VirtualMachineTemplate;
|
|
1789
1404
|
|
|
1405
|
+
// @public
|
|
1406
|
+
export interface VirtualMachineTemplatesDeleteHeaders {
|
|
1407
|
+
// (undocumented)
|
|
1408
|
+
location?: string;
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1790
1411
|
// @public
|
|
1791
1412
|
export interface VirtualMachineTemplatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1792
1413
|
force?: boolean;
|
|
@@ -1843,18 +1464,6 @@ export interface VirtualMachineTemplatesUpdateOptionalParams extends coreClient.
|
|
|
1843
1464
|
// @public
|
|
1844
1465
|
export type VirtualMachineTemplatesUpdateResponse = VirtualMachineTemplate;
|
|
1845
1466
|
|
|
1846
|
-
// @public
|
|
1847
|
-
export interface VirtualMachineUpdate {
|
|
1848
|
-
hardwareProfile?: HardwareProfile;
|
|
1849
|
-
identity?: Identity;
|
|
1850
|
-
networkProfile?: NetworkProfileUpdate;
|
|
1851
|
-
osProfile?: OsProfileUpdate;
|
|
1852
|
-
storageProfile?: StorageProfileUpdate;
|
|
1853
|
-
tags?: {
|
|
1854
|
-
[propertyName: string]: string;
|
|
1855
|
-
};
|
|
1856
|
-
}
|
|
1857
|
-
|
|
1858
1467
|
// @public
|
|
1859
1468
|
export interface VirtualNetwork {
|
|
1860
1469
|
readonly customResourceName?: string;
|
|
@@ -1866,7 +1475,7 @@ export interface VirtualNetwork {
|
|
|
1866
1475
|
readonly moName?: string;
|
|
1867
1476
|
moRefId?: string;
|
|
1868
1477
|
readonly name?: string;
|
|
1869
|
-
readonly provisioningState?:
|
|
1478
|
+
readonly provisioningState?: ProvisioningState;
|
|
1870
1479
|
readonly statuses?: ResourceStatus[];
|
|
1871
1480
|
readonly systemData?: SystemData;
|
|
1872
1481
|
tags?: {
|
|
@@ -1884,9 +1493,9 @@ export interface VirtualNetworkInventoryItem extends InventoryItemProperties {
|
|
|
1884
1493
|
|
|
1885
1494
|
// @public
|
|
1886
1495
|
export interface VirtualNetworks {
|
|
1887
|
-
beginCreate(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksCreateOptionalParams): Promise<
|
|
1496
|
+
beginCreate(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksCreateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworksCreateResponse>, VirtualNetworksCreateResponse>>;
|
|
1888
1497
|
beginCreateAndWait(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksCreateOptionalParams): Promise<VirtualNetworksCreateResponse>;
|
|
1889
|
-
beginDelete(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksDeleteOptionalParams): Promise<
|
|
1498
|
+
beginDelete(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1890
1499
|
beginDeleteAndWait(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksDeleteOptionalParams): Promise<void>;
|
|
1891
1500
|
get(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksGetOptionalParams): Promise<VirtualNetworksGetResponse>;
|
|
1892
1501
|
list(options?: VirtualNetworksListOptionalParams): PagedAsyncIterableIterator<VirtualNetwork>;
|
|
@@ -1904,6 +1513,12 @@ export interface VirtualNetworksCreateOptionalParams extends coreClient.Operatio
|
|
|
1904
1513
|
// @public
|
|
1905
1514
|
export type VirtualNetworksCreateResponse = VirtualNetwork;
|
|
1906
1515
|
|
|
1516
|
+
// @public
|
|
1517
|
+
export interface VirtualNetworksDeleteHeaders {
|
|
1518
|
+
// (undocumented)
|
|
1519
|
+
location?: string;
|
|
1520
|
+
}
|
|
1521
|
+
|
|
1907
1522
|
// @public
|
|
1908
1523
|
export interface VirtualNetworksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1909
1524
|
force?: boolean;
|
|
@@ -1973,24 +1588,99 @@ export interface VirtualScsiController {
|
|
|
1973
1588
|
export type VirtualScsiSharing = string;
|
|
1974
1589
|
|
|
1975
1590
|
// @public
|
|
1976
|
-
export
|
|
1591
|
+
export interface VMInstanceGuestAgents {
|
|
1592
|
+
beginCreate(resourceUri: string, options?: VMInstanceGuestAgentsCreateOptionalParams): Promise<SimplePollerLike<OperationState<VMInstanceGuestAgentsCreateResponse>, VMInstanceGuestAgentsCreateResponse>>;
|
|
1593
|
+
beginCreateAndWait(resourceUri: string, options?: VMInstanceGuestAgentsCreateOptionalParams): Promise<VMInstanceGuestAgentsCreateResponse>;
|
|
1594
|
+
beginDelete(resourceUri: string, options?: VMInstanceGuestAgentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VMInstanceGuestAgentsDeleteResponse>, VMInstanceGuestAgentsDeleteResponse>>;
|
|
1595
|
+
beginDeleteAndWait(resourceUri: string, options?: VMInstanceGuestAgentsDeleteOptionalParams): Promise<VMInstanceGuestAgentsDeleteResponse>;
|
|
1596
|
+
get(resourceUri: string, options?: VMInstanceGuestAgentsGetOptionalParams): Promise<VMInstanceGuestAgentsGetResponse>;
|
|
1597
|
+
list(resourceUri: string, options?: VMInstanceGuestAgentsListOptionalParams): PagedAsyncIterableIterator<GuestAgent>;
|
|
1598
|
+
}
|
|
1599
|
+
|
|
1600
|
+
// @public
|
|
1601
|
+
export interface VMInstanceGuestAgentsCreateOptionalParams extends coreClient.OperationOptions {
|
|
1602
|
+
body?: GuestAgent;
|
|
1603
|
+
resumeFrom?: string;
|
|
1604
|
+
updateIntervalInMs?: number;
|
|
1605
|
+
}
|
|
1606
|
+
|
|
1607
|
+
// @public
|
|
1608
|
+
export type VMInstanceGuestAgentsCreateResponse = GuestAgent;
|
|
1609
|
+
|
|
1610
|
+
// @public
|
|
1611
|
+
export interface VMInstanceGuestAgentsDeleteHeaders {
|
|
1612
|
+
// (undocumented)
|
|
1613
|
+
location?: string;
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
|
+
// @public
|
|
1617
|
+
export interface VMInstanceGuestAgentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1618
|
+
resumeFrom?: string;
|
|
1619
|
+
updateIntervalInMs?: number;
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
// @public
|
|
1623
|
+
export type VMInstanceGuestAgentsDeleteResponse = VMInstanceGuestAgentsDeleteHeaders;
|
|
1624
|
+
|
|
1625
|
+
// @public
|
|
1626
|
+
export interface VMInstanceGuestAgentsGetOptionalParams extends coreClient.OperationOptions {
|
|
1627
|
+
}
|
|
1977
1628
|
|
|
1978
1629
|
// @public
|
|
1979
|
-
export type
|
|
1630
|
+
export type VMInstanceGuestAgentsGetResponse = GuestAgent;
|
|
1631
|
+
|
|
1632
|
+
// @public
|
|
1633
|
+
export interface VMInstanceGuestAgentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1634
|
+
}
|
|
1980
1635
|
|
|
1981
1636
|
// @public
|
|
1982
|
-
export type
|
|
1637
|
+
export type VMInstanceGuestAgentsListNextResponse = GuestAgentList;
|
|
1638
|
+
|
|
1639
|
+
// @public
|
|
1640
|
+
export interface VMInstanceGuestAgentsListOptionalParams extends coreClient.OperationOptions {
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1643
|
+
// @public
|
|
1644
|
+
export type VMInstanceGuestAgentsListResponse = GuestAgentList;
|
|
1645
|
+
|
|
1646
|
+
// @public
|
|
1647
|
+
export interface VmInstanceHybridIdentityMetadata extends ProxyResource {
|
|
1648
|
+
readonly provisioningState?: ProvisioningState;
|
|
1649
|
+
publicKey?: string;
|
|
1650
|
+
resourceUid?: string;
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1653
|
+
// @public
|
|
1654
|
+
export interface VmInstanceHybridIdentityMetadataGetOptionalParams extends coreClient.OperationOptions {
|
|
1655
|
+
}
|
|
1656
|
+
|
|
1657
|
+
// @public
|
|
1658
|
+
export type VmInstanceHybridIdentityMetadataGetResponse = VmInstanceHybridIdentityMetadata;
|
|
1659
|
+
|
|
1660
|
+
// @public
|
|
1661
|
+
export interface VmInstanceHybridIdentityMetadataList {
|
|
1662
|
+
nextLink?: string;
|
|
1663
|
+
value: VmInstanceHybridIdentityMetadata[];
|
|
1664
|
+
}
|
|
1665
|
+
|
|
1666
|
+
// @public
|
|
1667
|
+
export interface VmInstanceHybridIdentityMetadataListNextOptionalParams extends coreClient.OperationOptions {
|
|
1668
|
+
}
|
|
1669
|
+
|
|
1670
|
+
// @public
|
|
1671
|
+
export type VmInstanceHybridIdentityMetadataListNextResponse = VmInstanceHybridIdentityMetadataList;
|
|
1672
|
+
|
|
1673
|
+
// @public
|
|
1674
|
+
export interface VmInstanceHybridIdentityMetadataListOptionalParams extends coreClient.OperationOptions {
|
|
1675
|
+
}
|
|
1983
1676
|
|
|
1984
1677
|
// @public
|
|
1985
|
-
export type
|
|
1678
|
+
export type VmInstanceHybridIdentityMetadataListResponse = VmInstanceHybridIdentityMetadataList;
|
|
1986
1679
|
|
|
1987
1680
|
// @public
|
|
1988
|
-
export interface
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
kbNumbersToExclude?: string[];
|
|
1992
|
-
kbNumbersToInclude?: string[];
|
|
1993
|
-
maxPatchPublishDate?: Date;
|
|
1681
|
+
export interface VmInstanceHybridIdentityMetadataOperations {
|
|
1682
|
+
get(resourceUri: string, options?: VmInstanceHybridIdentityMetadataGetOptionalParams): Promise<VmInstanceHybridIdentityMetadataGetResponse>;
|
|
1683
|
+
list(resourceUri: string, options?: VmInstanceHybridIdentityMetadataListOptionalParams): PagedAsyncIterableIterator<VmInstanceHybridIdentityMetadata>;
|
|
1994
1684
|
}
|
|
1995
1685
|
|
|
1996
1686
|
// (No @packageDocumentation comment for this package)
|