@azure/arm-connectedvmware 1.0.0-alpha.20250108.1 → 1.0.0-alpha.20250109.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/browser/azureArcVMwareManagementServiceAPI.d.ts +32 -0
- package/dist/browser/azureArcVMwareManagementServiceAPI.d.ts.map +1 -0
- package/dist/browser/azureArcVMwareManagementServiceAPI.js +106 -0
- package/dist/browser/azureArcVMwareManagementServiceAPI.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +245 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/clusters.d.ts +96 -0
- package/dist/browser/operations/clusters.d.ts.map +1 -0
- package/dist/browser/operations/clusters.js +477 -0
- package/dist/browser/operations/clusters.js.map +1 -0
- package/dist/browser/operations/datastores.d.ts +96 -0
- package/dist/browser/operations/datastores.d.ts.map +1 -0
- package/dist/browser/operations/datastores.js +477 -0
- package/dist/browser/operations/datastores.js.map +1 -0
- package/dist/browser/operations/hosts.d.ts +96 -0
- package/dist/browser/operations/hosts.d.ts.map +1 -0
- package/dist/browser/operations/hosts.js +477 -0
- package/dist/browser/operations/hosts.js.map +1 -0
- package/dist/browser/operations/index.d.ts +13 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +20 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/inventoryItems.d.ts +62 -0
- package/dist/browser/operations/inventoryItems.d.ts.map +1 -0
- package/dist/browser/operations/inventoryItems.js +247 -0
- package/dist/browser/operations/inventoryItems.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/resourcePools.d.ts +96 -0
- package/dist/browser/operations/resourcePools.d.ts.map +1 -0
- package/dist/browser/operations/resourcePools.js +477 -0
- package/dist/browser/operations/resourcePools.js.map +1 -0
- package/dist/browser/operations/vCenters.d.ts +96 -0
- package/dist/browser/operations/vCenters.d.ts.map +1 -0
- package/dist/browser/operations/vCenters.js +477 -0
- package/dist/browser/operations/vCenters.js.map +1 -0
- package/dist/browser/operations/vMInstanceGuestAgents.d.ts +74 -0
- package/dist/browser/operations/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/browser/operations/vMInstanceGuestAgents.js +325 -0
- package/dist/browser/operations/vMInstanceGuestAgents.js.map +1 -0
- package/dist/browser/operations/virtualMachineInstances.d.ts +132 -0
- package/dist/browser/operations/virtualMachineInstances.d.ts.map +1 -0
- package/dist/browser/operations/virtualMachineInstances.js +644 -0
- package/dist/browser/operations/virtualMachineInstances.js.map +1 -0
- package/dist/browser/operations/virtualMachineTemplates.d.ts +96 -0
- package/dist/browser/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/browser/operations/virtualMachineTemplates.js +477 -0
- package/dist/browser/operations/virtualMachineTemplates.js.map +1 -0
- package/dist/browser/operations/virtualNetworks.d.ts +96 -0
- package/dist/browser/operations/virtualNetworks.d.ts.map +1 -0
- package/dist/browser/operations/virtualNetworks.js +477 -0
- package/dist/browser/operations/virtualNetworks.js.map +1 -0
- package/dist/browser/operations/vmInstanceHybridIdentityMetadataOperations.d.ts +45 -0
- package/dist/browser/operations/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/browser/operations/vmInstanceHybridIdentityMetadataOperations.js +168 -0
- package/dist/browser/operations/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.d.ts +60 -0
- package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
- package/dist/browser/operationsInterfaces/datastores.d.ts +60 -0
- package/dist/browser/operationsInterfaces/datastores.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/datastores.js.map +1 -0
- package/dist/browser/operationsInterfaces/hosts.d.ts +60 -0
- package/dist/browser/operationsInterfaces/hosts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/hosts.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +13 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +20 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/inventoryItems.d.ts +37 -0
- package/dist/browser/operationsInterfaces/inventoryItems.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/inventoryItems.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/resourcePools.d.ts +60 -0
- package/dist/browser/operationsInterfaces/resourcePools.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/resourcePools.js.map +1 -0
- package/dist/browser/operationsInterfaces/vCenters.d.ts +60 -0
- package/dist/browser/operationsInterfaces/vCenters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/vCenters.js.map +1 -0
- package/dist/browser/operationsInterfaces/vMInstanceGuestAgents.d.ts +49 -0
- package/dist/browser/operationsInterfaces/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/vMInstanceGuestAgents.js.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachineInstances.d.ts +107 -0
- package/dist/browser/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachineInstances.js.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachineTemplates.d.ts +60 -0
- package/dist/browser/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
- package/dist/browser/operationsInterfaces/virtualNetworks.d.ts +60 -0
- package/dist/browser/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualNetworks.js.map +1 -0
- package/dist/browser/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts +20 -0
- package/dist/browser/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/azureArcVMwareManagementServiceAPI.d.ts +32 -0
- package/dist/commonjs/azureArcVMwareManagementServiceAPI.d.ts.map +1 -0
- package/dist/commonjs/azureArcVMwareManagementServiceAPI.js +111 -0
- package/dist/commonjs/azureArcVMwareManagementServiceAPI.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2381 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +179 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +91 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +3386 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +33 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +248 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/clusters.d.ts +96 -0
- package/dist/commonjs/operations/clusters.d.ts.map +1 -0
- package/dist/commonjs/operations/clusters.js +481 -0
- package/dist/commonjs/operations/clusters.js.map +1 -0
- package/dist/commonjs/operations/datastores.d.ts +96 -0
- package/dist/commonjs/operations/datastores.d.ts.map +1 -0
- package/dist/commonjs/operations/datastores.js +481 -0
- package/dist/commonjs/operations/datastores.js.map +1 -0
- package/dist/commonjs/operations/hosts.d.ts +96 -0
- package/dist/commonjs/operations/hosts.d.ts.map +1 -0
- package/dist/commonjs/operations/hosts.js +481 -0
- package/dist/commonjs/operations/hosts.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +13 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +23 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/inventoryItems.d.ts +62 -0
- package/dist/commonjs/operations/inventoryItems.d.ts.map +1 -0
- package/dist/commonjs/operations/inventoryItems.js +251 -0
- package/dist/commonjs/operations/inventoryItems.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/resourcePools.d.ts +96 -0
- package/dist/commonjs/operations/resourcePools.d.ts.map +1 -0
- package/dist/commonjs/operations/resourcePools.js +481 -0
- package/dist/commonjs/operations/resourcePools.js.map +1 -0
- package/dist/commonjs/operations/vCenters.d.ts +96 -0
- package/dist/commonjs/operations/vCenters.d.ts.map +1 -0
- package/dist/commonjs/operations/vCenters.js +481 -0
- package/dist/commonjs/operations/vCenters.js.map +1 -0
- package/dist/commonjs/operations/vMInstanceGuestAgents.d.ts +74 -0
- package/dist/commonjs/operations/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/commonjs/operations/vMInstanceGuestAgents.js +329 -0
- package/dist/commonjs/operations/vMInstanceGuestAgents.js.map +1 -0
- package/dist/commonjs/operations/virtualMachineInstances.d.ts +132 -0
- package/dist/commonjs/operations/virtualMachineInstances.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualMachineInstances.js +648 -0
- package/dist/commonjs/operations/virtualMachineInstances.js.map +1 -0
- package/dist/commonjs/operations/virtualMachineTemplates.d.ts +96 -0
- package/dist/commonjs/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualMachineTemplates.js +481 -0
- package/dist/commonjs/operations/virtualMachineTemplates.js.map +1 -0
- package/dist/commonjs/operations/virtualNetworks.d.ts +96 -0
- package/dist/commonjs/operations/virtualNetworks.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualNetworks.js +481 -0
- package/dist/commonjs/operations/virtualNetworks.js.map +1 -0
- package/dist/commonjs/operations/vmInstanceHybridIdentityMetadataOperations.d.ts +45 -0
- package/dist/commonjs/operations/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/vmInstanceHybridIdentityMetadataOperations.js +172 -0
- package/dist/commonjs/operations/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
- package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/datastores.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/datastores.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/datastores.js +10 -0
- package/dist/commonjs/operationsInterfaces/datastores.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/hosts.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/hosts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/hosts.js +10 -0
- package/dist/commonjs/operationsInterfaces/hosts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +23 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/inventoryItems.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/inventoryItems.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/inventoryItems.js +10 -0
- package/dist/commonjs/operationsInterfaces/inventoryItems.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/resourcePools.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/resourcePools.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/resourcePools.js +10 -0
- package/dist/commonjs/operationsInterfaces/resourcePools.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/vCenters.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/vCenters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/vCenters.js +10 -0
- package/dist/commonjs/operationsInterfaces/vCenters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/vMInstanceGuestAgents.d.ts +49 -0
- package/dist/commonjs/operationsInterfaces/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/vMInstanceGuestAgents.js +10 -0
- package/dist/commonjs/operationsInterfaces/vMInstanceGuestAgents.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineInstances.d.ts +107 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineInstances.js +10 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineInstances.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineTemplates.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineTemplates.js +10 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworks.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworks.js +10 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/azureArcVMwareManagementServiceAPI.d.ts +32 -0
- package/dist/esm/azureArcVMwareManagementServiceAPI.d.ts.map +1 -0
- package/dist/esm/azureArcVMwareManagementServiceAPI.js +106 -0
- package/dist/esm/azureArcVMwareManagementServiceAPI.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2381 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +176 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +91 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +3382 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +33 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +245 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/clusters.d.ts +96 -0
- package/dist/esm/operations/clusters.d.ts.map +1 -0
- package/dist/esm/operations/clusters.js +477 -0
- package/dist/esm/operations/clusters.js.map +1 -0
- package/dist/esm/operations/datastores.d.ts +96 -0
- package/dist/esm/operations/datastores.d.ts.map +1 -0
- package/dist/esm/operations/datastores.js +477 -0
- package/dist/esm/operations/datastores.js.map +1 -0
- package/dist/esm/operations/hosts.d.ts +96 -0
- package/dist/esm/operations/hosts.d.ts.map +1 -0
- package/dist/esm/operations/hosts.js +477 -0
- package/dist/esm/operations/hosts.js.map +1 -0
- package/dist/esm/operations/index.d.ts +13 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +20 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/inventoryItems.d.ts +62 -0
- package/dist/esm/operations/inventoryItems.d.ts.map +1 -0
- package/dist/esm/operations/inventoryItems.js +247 -0
- package/dist/esm/operations/inventoryItems.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/resourcePools.d.ts +96 -0
- package/dist/esm/operations/resourcePools.d.ts.map +1 -0
- package/dist/esm/operations/resourcePools.js +477 -0
- package/dist/esm/operations/resourcePools.js.map +1 -0
- package/dist/esm/operations/vCenters.d.ts +96 -0
- package/dist/esm/operations/vCenters.d.ts.map +1 -0
- package/dist/esm/operations/vCenters.js +477 -0
- package/dist/esm/operations/vCenters.js.map +1 -0
- package/dist/esm/operations/vMInstanceGuestAgents.d.ts +74 -0
- package/dist/esm/operations/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/esm/operations/vMInstanceGuestAgents.js +325 -0
- package/dist/esm/operations/vMInstanceGuestAgents.js.map +1 -0
- package/dist/esm/operations/virtualMachineInstances.d.ts +132 -0
- package/dist/esm/operations/virtualMachineInstances.d.ts.map +1 -0
- package/dist/esm/operations/virtualMachineInstances.js +644 -0
- package/dist/esm/operations/virtualMachineInstances.js.map +1 -0
- package/dist/esm/operations/virtualMachineTemplates.d.ts +96 -0
- package/dist/esm/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/esm/operations/virtualMachineTemplates.js +477 -0
- package/dist/esm/operations/virtualMachineTemplates.js.map +1 -0
- package/dist/esm/operations/virtualNetworks.d.ts +96 -0
- package/dist/esm/operations/virtualNetworks.d.ts.map +1 -0
- package/dist/esm/operations/virtualNetworks.js +477 -0
- package/dist/esm/operations/virtualNetworks.js.map +1 -0
- package/dist/esm/operations/vmInstanceHybridIdentityMetadataOperations.d.ts +45 -0
- package/dist/esm/operations/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/esm/operations/vmInstanceHybridIdentityMetadataOperations.js +168 -0
- package/dist/esm/operations/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts +60 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.js +9 -0
- package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
- package/dist/esm/operationsInterfaces/datastores.d.ts +60 -0
- package/dist/esm/operationsInterfaces/datastores.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/datastores.js +9 -0
- package/dist/esm/operationsInterfaces/datastores.js.map +1 -0
- package/dist/esm/operationsInterfaces/hosts.d.ts +60 -0
- package/dist/esm/operationsInterfaces/hosts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/hosts.js +9 -0
- package/dist/esm/operationsInterfaces/hosts.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +13 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +20 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/inventoryItems.d.ts +37 -0
- package/dist/esm/operationsInterfaces/inventoryItems.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/inventoryItems.js +9 -0
- package/dist/esm/operationsInterfaces/inventoryItems.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/resourcePools.d.ts +60 -0
- package/dist/esm/operationsInterfaces/resourcePools.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/resourcePools.js +9 -0
- package/dist/esm/operationsInterfaces/resourcePools.js.map +1 -0
- package/dist/esm/operationsInterfaces/vCenters.d.ts +60 -0
- package/dist/esm/operationsInterfaces/vCenters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/vCenters.js +9 -0
- package/dist/esm/operationsInterfaces/vCenters.js.map +1 -0
- package/dist/esm/operationsInterfaces/vMInstanceGuestAgents.d.ts +49 -0
- package/dist/esm/operationsInterfaces/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/vMInstanceGuestAgents.js +9 -0
- package/dist/esm/operationsInterfaces/vMInstanceGuestAgents.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachineInstances.d.ts +107 -0
- package/dist/esm/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachineInstances.js +9 -0
- package/dist/esm/operationsInterfaces/virtualMachineInstances.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachineTemplates.d.ts +60 -0
- package/dist/esm/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachineTemplates.js +9 -0
- package/dist/esm/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualNetworks.d.ts +60 -0
- package/dist/esm/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/virtualNetworks.js +9 -0
- package/dist/esm/operationsInterfaces/virtualNetworks.js.map +1 -0
- package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts +20 -0
- package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js +9 -0
- package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/azureArcVMwareManagementServiceAPI.d.ts +32 -0
- package/dist/react-native/azureArcVMwareManagementServiceAPI.d.ts.map +1 -0
- package/dist/react-native/azureArcVMwareManagementServiceAPI.js +106 -0
- package/dist/react-native/azureArcVMwareManagementServiceAPI.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2381 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +176 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +91 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +3382 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +33 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +245 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/clusters.d.ts +96 -0
- package/dist/react-native/operations/clusters.d.ts.map +1 -0
- package/dist/react-native/operations/clusters.js +477 -0
- package/dist/react-native/operations/clusters.js.map +1 -0
- package/dist/react-native/operations/datastores.d.ts +96 -0
- package/dist/react-native/operations/datastores.d.ts.map +1 -0
- package/dist/react-native/operations/datastores.js +477 -0
- package/dist/react-native/operations/datastores.js.map +1 -0
- package/dist/react-native/operations/hosts.d.ts +96 -0
- package/dist/react-native/operations/hosts.d.ts.map +1 -0
- package/dist/react-native/operations/hosts.js +477 -0
- package/dist/react-native/operations/hosts.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +13 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +20 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/inventoryItems.d.ts +62 -0
- package/dist/react-native/operations/inventoryItems.d.ts.map +1 -0
- package/dist/react-native/operations/inventoryItems.js +247 -0
- package/dist/react-native/operations/inventoryItems.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/resourcePools.d.ts +96 -0
- package/dist/react-native/operations/resourcePools.d.ts.map +1 -0
- package/dist/react-native/operations/resourcePools.js +477 -0
- package/dist/react-native/operations/resourcePools.js.map +1 -0
- package/dist/react-native/operations/vCenters.d.ts +96 -0
- package/dist/react-native/operations/vCenters.d.ts.map +1 -0
- package/dist/react-native/operations/vCenters.js +477 -0
- package/dist/react-native/operations/vCenters.js.map +1 -0
- package/dist/react-native/operations/vMInstanceGuestAgents.d.ts +74 -0
- package/dist/react-native/operations/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/react-native/operations/vMInstanceGuestAgents.js +325 -0
- package/dist/react-native/operations/vMInstanceGuestAgents.js.map +1 -0
- package/dist/react-native/operations/virtualMachineInstances.d.ts +132 -0
- package/dist/react-native/operations/virtualMachineInstances.d.ts.map +1 -0
- package/dist/react-native/operations/virtualMachineInstances.js +644 -0
- package/dist/react-native/operations/virtualMachineInstances.js.map +1 -0
- package/dist/react-native/operations/virtualMachineTemplates.d.ts +96 -0
- package/dist/react-native/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/react-native/operations/virtualMachineTemplates.js +477 -0
- package/dist/react-native/operations/virtualMachineTemplates.js.map +1 -0
- package/dist/react-native/operations/virtualNetworks.d.ts +96 -0
- package/dist/react-native/operations/virtualNetworks.d.ts.map +1 -0
- package/dist/react-native/operations/virtualNetworks.js +477 -0
- package/dist/react-native/operations/virtualNetworks.js.map +1 -0
- package/dist/react-native/operations/vmInstanceHybridIdentityMetadataOperations.d.ts +45 -0
- package/dist/react-native/operations/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/react-native/operations/vmInstanceHybridIdentityMetadataOperations.js +168 -0
- package/dist/react-native/operations/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.js +9 -0
- package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/datastores.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/datastores.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/datastores.js +9 -0
- package/dist/react-native/operationsInterfaces/datastores.js.map +1 -0
- package/dist/react-native/operationsInterfaces/hosts.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/hosts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/hosts.js +9 -0
- package/dist/react-native/operationsInterfaces/hosts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +20 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/inventoryItems.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/inventoryItems.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/inventoryItems.js +9 -0
- package/dist/react-native/operationsInterfaces/inventoryItems.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/resourcePools.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/resourcePools.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/resourcePools.js +9 -0
- package/dist/react-native/operationsInterfaces/resourcePools.js.map +1 -0
- package/dist/react-native/operationsInterfaces/vCenters.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/vCenters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/vCenters.js +9 -0
- package/dist/react-native/operationsInterfaces/vCenters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/vMInstanceGuestAgents.d.ts +49 -0
- package/dist/react-native/operationsInterfaces/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/vMInstanceGuestAgents.js +9 -0
- package/dist/react-native/operationsInterfaces/vMInstanceGuestAgents.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachineInstances.d.ts +107 -0
- package/dist/react-native/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachineInstances.js +9 -0
- package/dist/react-native/operationsInterfaces/virtualMachineInstances.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachineTemplates.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachineTemplates.js +9 -0
- package/dist/react-native/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualNetworks.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualNetworks.js +9 -0
- package/dist/react-native/operationsInterfaces/virtualNetworks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +59 -29
- package/dist/index.js +0 -8941
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/clustersCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersCreateSample.js +0 -49
- package/dist-esm/samples-dev/clustersCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.js +0 -39
- package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListSample.js +0 -53
- package/dist-esm/samples-dev/clustersListSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.js +0 -41
- package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/datastoresCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/datastoresCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datastoresCreateSample.js +0 -49
- package/dist-esm/samples-dev/datastoresCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/datastoresDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/datastoresDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datastoresDeleteSample.js +0 -39
- package/dist-esm/samples-dev/datastoresDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/datastoresGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/datastoresGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datastoresGetSample.js +0 -39
- package/dist-esm/samples-dev/datastoresGetSample.js.map +0 -1
- package/dist-esm/samples-dev/datastoresListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/datastoresListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datastoresListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/datastoresListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/datastoresListSample.d.ts +0 -2
- package/dist-esm/samples-dev/datastoresListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datastoresListSample.js +0 -53
- package/dist-esm/samples-dev/datastoresListSample.js.map +0 -1
- package/dist-esm/samples-dev/datastoresUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/datastoresUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datastoresUpdateSample.js +0 -41
- package/dist-esm/samples-dev/datastoresUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/hostsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/hostsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hostsCreateSample.js +0 -49
- package/dist-esm/samples-dev/hostsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/hostsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/hostsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hostsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/hostsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/hostsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/hostsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hostsGetSample.js +0 -39
- package/dist-esm/samples-dev/hostsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/hostsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/hostsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hostsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/hostsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/hostsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/hostsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hostsListSample.js +0 -53
- package/dist-esm/samples-dev/hostsListSample.js.map +0 -1
- package/dist-esm/samples-dev/hostsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/hostsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hostsUpdateSample.js +0 -41
- package/dist-esm/samples-dev/hostsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/inventoryItemsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsCreateSample.js +0 -42
- package/dist-esm/samples-dev/inventoryItemsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/inventoryItemsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsGetSample.js +0 -40
- package/dist-esm/samples-dev/inventoryItemsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.d.ts +0 -2
- package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.js +0 -55
- package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourcePoolsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsCreateSample.js +0 -49
- package/dist-esm/samples-dev/resourcePoolsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourcePoolsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/resourcePoolsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourcePoolsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsGetSample.js +0 -39
- package/dist-esm/samples-dev/resourcePoolsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourcePoolsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsListSample.js +0 -53
- package/dist-esm/samples-dev/resourcePoolsListSample.js.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourcePoolsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsUpdateSample.js +0 -41
- package/dist-esm/samples-dev/resourcePoolsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/vCentersCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/vCentersCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vCentersCreateSample.js +0 -50
- package/dist-esm/samples-dev/vCentersCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/vCentersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/vCentersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vCentersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/vCentersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/vCentersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/vCentersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vCentersGetSample.js +0 -39
- package/dist-esm/samples-dev/vCentersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/vCentersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/vCentersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vCentersListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/vCentersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/vCentersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/vCentersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vCentersListSample.js +0 -53
- package/dist-esm/samples-dev/vCentersListSample.js.map +0 -1
- package/dist-esm/samples-dev/vCentersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/vCentersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vCentersUpdateSample.js +0 -41
- package/dist-esm/samples-dev/vCentersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js +0 -51
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.js +0 -52
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js +0 -38
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js +0 -40
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.js +0 -49
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.js +0 -39
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js +0 -53
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.js +0 -41
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworksCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksCreateSample.js +0 -49
- package/dist-esm/samples-dev/virtualNetworksCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.js +0 -39
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksGetSample.js +0 -39
- package/dist-esm/samples-dev/virtualNetworksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksListSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworksListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksListSample.js +0 -53
- package/dist-esm/samples-dev/virtualNetworksListSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.js +0 -41
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmInstanceGuestAgentsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsCreateSample.js +0 -43
- package/dist-esm/samples-dev/vmInstanceGuestAgentsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmInstanceGuestAgentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/vmInstanceGuestAgentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmInstanceGuestAgentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsGetSample.js +0 -36
- package/dist-esm/samples-dev/vmInstanceGuestAgentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmInstanceGuestAgentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsListSample.js +0 -52
- package/dist-esm/samples-dev/vmInstanceGuestAgentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataGetSample.js +0 -36
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataGetSample.js.map +0 -1
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataListSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataListSample.js +0 -52
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataListSample.js.map +0 -1
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.d.ts +0 -32
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.d.ts.map +0 -1
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.js +0 -109
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -245
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/clusters.d.ts +0 -96
- package/dist-esm/src/operations/clusters.d.ts.map +0 -1
- package/dist-esm/src/operations/clusters.js +0 -485
- package/dist-esm/src/operations/clusters.js.map +0 -1
- package/dist-esm/src/operations/datastores.d.ts +0 -96
- package/dist-esm/src/operations/datastores.d.ts.map +0 -1
- package/dist-esm/src/operations/datastores.js +0 -485
- package/dist-esm/src/operations/datastores.js.map +0 -1
- package/dist-esm/src/operations/hosts.d.ts +0 -96
- package/dist-esm/src/operations/hosts.d.ts.map +0 -1
- package/dist-esm/src/operations/hosts.js +0 -485
- package/dist-esm/src/operations/hosts.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -13
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -20
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/inventoryItems.d.ts +0 -62
- package/dist-esm/src/operations/inventoryItems.d.ts.map +0 -1
- package/dist-esm/src/operations/inventoryItems.js +0 -247
- package/dist-esm/src/operations/inventoryItems.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/resourcePools.d.ts +0 -96
- package/dist-esm/src/operations/resourcePools.d.ts.map +0 -1
- package/dist-esm/src/operations/resourcePools.js +0 -485
- package/dist-esm/src/operations/resourcePools.js.map +0 -1
- package/dist-esm/src/operations/vCenters.d.ts +0 -96
- package/dist-esm/src/operations/vCenters.d.ts.map +0 -1
- package/dist-esm/src/operations/vCenters.js +0 -485
- package/dist-esm/src/operations/vCenters.js.map +0 -1
- package/dist-esm/src/operations/vMInstanceGuestAgents.d.ts +0 -74
- package/dist-esm/src/operations/vMInstanceGuestAgents.d.ts.map +0 -1
- package/dist-esm/src/operations/vMInstanceGuestAgents.js +0 -333
- package/dist-esm/src/operations/vMInstanceGuestAgents.js.map +0 -1
- package/dist-esm/src/operations/virtualMachineInstances.d.ts +0 -132
- package/dist-esm/src/operations/virtualMachineInstances.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualMachineInstances.js +0 -668
- package/dist-esm/src/operations/virtualMachineInstances.js.map +0 -1
- package/dist-esm/src/operations/virtualMachineTemplates.d.ts +0 -96
- package/dist-esm/src/operations/virtualMachineTemplates.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualMachineTemplates.js +0 -485
- package/dist-esm/src/operations/virtualMachineTemplates.js.map +0 -1
- package/dist-esm/src/operations/virtualNetworks.d.ts +0 -96
- package/dist-esm/src/operations/virtualNetworks.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualNetworks.js +0 -485
- package/dist-esm/src/operations/virtualNetworks.js.map +0 -1
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadataOperations.d.ts +0 -45
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadataOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadataOperations.js +0 -168
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadataOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/datastores.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/datastores.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/datastores.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/hosts.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/hosts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/hosts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -20
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/inventoryItems.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/inventoryItems.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/inventoryItems.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourcePools.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/resourcePools.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourcePools.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/vCenters.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/vCenters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/vCenters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/vMInstanceGuestAgents.d.ts +0 -49
- package/dist-esm/src/operationsInterfaces/vMInstanceGuestAgents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/vMInstanceGuestAgents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts +0 -107
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualNetworks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/connectedvmware_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/connectedvmware_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/connectedvmware_operations_test.spec.js +0 -75
- package/dist-esm/test/connectedvmware_operations_test.spec.js.map +0 -1
- package/src/azureArcVMwareManagementServiceAPI.ts +0 -206
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -2672
- package/src/models/mappers.ts +0 -3549
- package/src/models/parameters.ts +0 -295
- package/src/operations/clusters.ts +0 -622
- package/src/operations/datastores.ts +0 -622
- package/src/operations/hosts.ts +0 -609
- package/src/operations/index.ts +0 -20
- package/src/operations/inventoryItems.ts +0 -334
- package/src/operations/operations.ts +0 -149
- package/src/operations/resourcePools.ts +0 -622
- package/src/operations/vCenters.ts +0 -622
- package/src/operations/vMInstanceGuestAgents.ts +0 -436
- package/src/operations/virtualMachineInstances.ts +0 -899
- package/src/operations/virtualMachineTemplates.ts +0 -622
- package/src/operations/virtualNetworks.ts +0 -622
- package/src/operations/vmInstanceHybridIdentityMetadataOperations.ts +0 -204
- package/src/operationsInterfaces/clusters.ts +0 -114
- package/src/operationsInterfaces/datastores.ts +0 -114
- package/src/operationsInterfaces/hosts.ts +0 -109
- package/src/operationsInterfaces/index.ts +0 -20
- package/src/operationsInterfaces/inventoryItems.ts +0 -73
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/resourcePools.ts +0 -114
- package/src/operationsInterfaces/vCenters.ts +0 -114
- package/src/operationsInterfaces/vMInstanceGuestAgents.ts +0 -95
- package/src/operationsInterfaces/virtualMachineInstances.ts +0 -205
- package/src/operationsInterfaces/virtualMachineTemplates.ts +0 -114
- package/src/operationsInterfaces/virtualNetworks.ts +0 -114
- package/src/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.ts +0 -40
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-connectedvmware.d.ts +0 -3293
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/datastores.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/hosts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/inventoryItems.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourcePools.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/vCenters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/vMInstanceGuestAgents.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachineInstances.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachineTemplates.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualNetworks.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
9
|
+
export var KnownProvisioningState;
|
|
10
|
+
(function (KnownProvisioningState) {
|
|
11
|
+
/** Succeeded */
|
|
12
|
+
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
13
|
+
/** Failed */
|
|
14
|
+
KnownProvisioningState["Failed"] = "Failed";
|
|
15
|
+
/** Canceled */
|
|
16
|
+
KnownProvisioningState["Canceled"] = "Canceled";
|
|
17
|
+
/** Provisioning */
|
|
18
|
+
KnownProvisioningState["Provisioning"] = "Provisioning";
|
|
19
|
+
/** Updating */
|
|
20
|
+
KnownProvisioningState["Updating"] = "Updating";
|
|
21
|
+
/** Deleting */
|
|
22
|
+
KnownProvisioningState["Deleting"] = "Deleting";
|
|
23
|
+
/** Accepted */
|
|
24
|
+
KnownProvisioningState["Accepted"] = "Accepted";
|
|
25
|
+
/** Created */
|
|
26
|
+
KnownProvisioningState["Created"] = "Created";
|
|
27
|
+
})(KnownProvisioningState || (KnownProvisioningState = {}));
|
|
28
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
29
|
+
export var KnownCreatedByType;
|
|
30
|
+
(function (KnownCreatedByType) {
|
|
31
|
+
/** User */
|
|
32
|
+
KnownCreatedByType["User"] = "User";
|
|
33
|
+
/** Application */
|
|
34
|
+
KnownCreatedByType["Application"] = "Application";
|
|
35
|
+
/** ManagedIdentity */
|
|
36
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
37
|
+
/** Key */
|
|
38
|
+
KnownCreatedByType["Key"] = "Key";
|
|
39
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
40
|
+
/** Known values of {@link OsType} that the service accepts. */
|
|
41
|
+
export var KnownOsType;
|
|
42
|
+
(function (KnownOsType) {
|
|
43
|
+
/** Windows */
|
|
44
|
+
KnownOsType["Windows"] = "Windows";
|
|
45
|
+
/** Linux */
|
|
46
|
+
KnownOsType["Linux"] = "Linux";
|
|
47
|
+
/** Other */
|
|
48
|
+
KnownOsType["Other"] = "Other";
|
|
49
|
+
})(KnownOsType || (KnownOsType = {}));
|
|
50
|
+
/** Known values of {@link NICType} that the service accepts. */
|
|
51
|
+
export var KnownNICType;
|
|
52
|
+
(function (KnownNICType) {
|
|
53
|
+
/** Vmxnet3 */
|
|
54
|
+
KnownNICType["Vmxnet3"] = "vmxnet3";
|
|
55
|
+
/** Vmxnet2 */
|
|
56
|
+
KnownNICType["Vmxnet2"] = "vmxnet2";
|
|
57
|
+
/** Vmxnet */
|
|
58
|
+
KnownNICType["Vmxnet"] = "vmxnet";
|
|
59
|
+
/** E1000 */
|
|
60
|
+
KnownNICType["E1000"] = "e1000";
|
|
61
|
+
/** E1000E */
|
|
62
|
+
KnownNICType["E1000E"] = "e1000e";
|
|
63
|
+
/** Pcnet32 */
|
|
64
|
+
KnownNICType["Pcnet32"] = "pcnet32";
|
|
65
|
+
})(KnownNICType || (KnownNICType = {}));
|
|
66
|
+
/** Known values of {@link PowerOnBootOption} that the service accepts. */
|
|
67
|
+
export var KnownPowerOnBootOption;
|
|
68
|
+
(function (KnownPowerOnBootOption) {
|
|
69
|
+
/** Enabled */
|
|
70
|
+
KnownPowerOnBootOption["Enabled"] = "enabled";
|
|
71
|
+
/** Disabled */
|
|
72
|
+
KnownPowerOnBootOption["Disabled"] = "disabled";
|
|
73
|
+
})(KnownPowerOnBootOption || (KnownPowerOnBootOption = {}));
|
|
74
|
+
/** Known values of {@link IPAddressAllocationMethod} that the service accepts. */
|
|
75
|
+
export var KnownIPAddressAllocationMethod;
|
|
76
|
+
(function (KnownIPAddressAllocationMethod) {
|
|
77
|
+
/** Unset */
|
|
78
|
+
KnownIPAddressAllocationMethod["Unset"] = "unset";
|
|
79
|
+
/** Dynamic */
|
|
80
|
+
KnownIPAddressAllocationMethod["Dynamic"] = "dynamic";
|
|
81
|
+
/** Static */
|
|
82
|
+
KnownIPAddressAllocationMethod["Static"] = "static";
|
|
83
|
+
/** Linklayer */
|
|
84
|
+
KnownIPAddressAllocationMethod["Linklayer"] = "linklayer";
|
|
85
|
+
/** Random */
|
|
86
|
+
KnownIPAddressAllocationMethod["Random"] = "random";
|
|
87
|
+
/** Other */
|
|
88
|
+
KnownIPAddressAllocationMethod["Other"] = "other";
|
|
89
|
+
})(KnownIPAddressAllocationMethod || (KnownIPAddressAllocationMethod = {}));
|
|
90
|
+
/** Known values of {@link DiskMode} that the service accepts. */
|
|
91
|
+
export var KnownDiskMode;
|
|
92
|
+
(function (KnownDiskMode) {
|
|
93
|
+
/** Persistent */
|
|
94
|
+
KnownDiskMode["Persistent"] = "persistent";
|
|
95
|
+
/** IndependentPersistent */
|
|
96
|
+
KnownDiskMode["IndependentPersistent"] = "independent_persistent";
|
|
97
|
+
/** IndependentNonpersistent */
|
|
98
|
+
KnownDiskMode["IndependentNonpersistent"] = "independent_nonpersistent";
|
|
99
|
+
})(KnownDiskMode || (KnownDiskMode = {}));
|
|
100
|
+
/** Known values of {@link DiskType} that the service accepts. */
|
|
101
|
+
export var KnownDiskType;
|
|
102
|
+
(function (KnownDiskType) {
|
|
103
|
+
/** Flat */
|
|
104
|
+
KnownDiskType["Flat"] = "flat";
|
|
105
|
+
/** Pmem */
|
|
106
|
+
KnownDiskType["Pmem"] = "pmem";
|
|
107
|
+
/** Rawphysical */
|
|
108
|
+
KnownDiskType["Rawphysical"] = "rawphysical";
|
|
109
|
+
/** Rawvirtual */
|
|
110
|
+
KnownDiskType["Rawvirtual"] = "rawvirtual";
|
|
111
|
+
/** Sparse */
|
|
112
|
+
KnownDiskType["Sparse"] = "sparse";
|
|
113
|
+
/** Sesparse */
|
|
114
|
+
KnownDiskType["Sesparse"] = "sesparse";
|
|
115
|
+
/** Unknown */
|
|
116
|
+
KnownDiskType["Unknown"] = "unknown";
|
|
117
|
+
})(KnownDiskType || (KnownDiskType = {}));
|
|
118
|
+
/** Known values of {@link FirmwareType} that the service accepts. */
|
|
119
|
+
export var KnownFirmwareType;
|
|
120
|
+
(function (KnownFirmwareType) {
|
|
121
|
+
/** Bios */
|
|
122
|
+
KnownFirmwareType["Bios"] = "bios";
|
|
123
|
+
/** Efi */
|
|
124
|
+
KnownFirmwareType["Efi"] = "efi";
|
|
125
|
+
})(KnownFirmwareType || (KnownFirmwareType = {}));
|
|
126
|
+
/** Known values of {@link InventoryType} that the service accepts. */
|
|
127
|
+
export var KnownInventoryType;
|
|
128
|
+
(function (KnownInventoryType) {
|
|
129
|
+
/** ResourcePool */
|
|
130
|
+
KnownInventoryType["ResourcePool"] = "ResourcePool";
|
|
131
|
+
/** VirtualMachine */
|
|
132
|
+
KnownInventoryType["VirtualMachine"] = "VirtualMachine";
|
|
133
|
+
/** VirtualMachineTemplate */
|
|
134
|
+
KnownInventoryType["VirtualMachineTemplate"] = "VirtualMachineTemplate";
|
|
135
|
+
/** VirtualNetwork */
|
|
136
|
+
KnownInventoryType["VirtualNetwork"] = "VirtualNetwork";
|
|
137
|
+
/** Cluster */
|
|
138
|
+
KnownInventoryType["Cluster"] = "Cluster";
|
|
139
|
+
/** Datastore */
|
|
140
|
+
KnownInventoryType["Datastore"] = "Datastore";
|
|
141
|
+
/** Host */
|
|
142
|
+
KnownInventoryType["Host"] = "Host";
|
|
143
|
+
})(KnownInventoryType || (KnownInventoryType = {}));
|
|
144
|
+
/** Known values of {@link ScsiControllerType} that the service accepts. */
|
|
145
|
+
export var KnownScsiControllerType;
|
|
146
|
+
(function (KnownScsiControllerType) {
|
|
147
|
+
/** Lsilogic */
|
|
148
|
+
KnownScsiControllerType["Lsilogic"] = "lsilogic";
|
|
149
|
+
/** Buslogic */
|
|
150
|
+
KnownScsiControllerType["Buslogic"] = "buslogic";
|
|
151
|
+
/** Pvscsi */
|
|
152
|
+
KnownScsiControllerType["Pvscsi"] = "pvscsi";
|
|
153
|
+
/** Lsilogicsas */
|
|
154
|
+
KnownScsiControllerType["Lsilogicsas"] = "lsilogicsas";
|
|
155
|
+
})(KnownScsiControllerType || (KnownScsiControllerType = {}));
|
|
156
|
+
/** Known values of {@link VirtualScsiSharing} that the service accepts. */
|
|
157
|
+
export var KnownVirtualScsiSharing;
|
|
158
|
+
(function (KnownVirtualScsiSharing) {
|
|
159
|
+
/** NoSharing */
|
|
160
|
+
KnownVirtualScsiSharing["NoSharing"] = "noSharing";
|
|
161
|
+
/** PhysicalSharing */
|
|
162
|
+
KnownVirtualScsiSharing["PhysicalSharing"] = "physicalSharing";
|
|
163
|
+
/** VirtualSharing */
|
|
164
|
+
KnownVirtualScsiSharing["VirtualSharing"] = "virtualSharing";
|
|
165
|
+
})(KnownVirtualScsiSharing || (KnownVirtualScsiSharing = {}));
|
|
166
|
+
/** Known values of {@link ProvisioningAction} that the service accepts. */
|
|
167
|
+
export var KnownProvisioningAction;
|
|
168
|
+
(function (KnownProvisioningAction) {
|
|
169
|
+
/** Install */
|
|
170
|
+
KnownProvisioningAction["Install"] = "install";
|
|
171
|
+
/** Uninstall */
|
|
172
|
+
KnownProvisioningAction["Uninstall"] = "uninstall";
|
|
173
|
+
/** Repair */
|
|
174
|
+
KnownProvisioningAction["Repair"] = "repair";
|
|
175
|
+
})(KnownProvisioningAction || (KnownProvisioningAction = {}));
|
|
176
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type InventoryItemPropertiesUnion =\n | InventoryItemProperties\n | ResourcePoolInventoryItem\n | VirtualMachineInventoryItem\n | VirtualMachineTemplateInventoryItem\n | VirtualNetworkInventoryItem\n | ClusterInventoryItem\n | DatastoreInventoryItem\n | HostInventoryItem;\n\n/** Lists the operations available. */\nexport interface OperationsList {\n /** Url to follow for getting next page of operations. */\n nextLink?: string;\n /** Array of operations */\n value: Operation[];\n}\n\n/** Operation provided by provider */\nexport interface Operation {\n /** Name of the operation */\n name?: string;\n /** Indicates whether the operation is data action or not. */\n isDataAction?: boolean;\n /** Properties of the operation */\n display?: OperationDisplay;\n}\n\n/** Properties of the operation */\nexport interface OperationDisplay {\n /** Provider name */\n provider?: string;\n /** Resource name */\n resource?: string;\n /** Operation name */\n operation?: string;\n /** Description of the operation */\n description?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Define the resourcePool. */\nexport interface ResourcePool {\n /** Gets or sets the location. */\n location: string;\n /** Gets or sets the extended location. */\n extendedLocation?: ExtendedLocation;\n /**\n * The system data.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Gets or sets the Resource tags. */\n tags?: { [propertyName: string]: string };\n /**\n * Gets or sets the name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets or sets the Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Gets or sets the type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */\n kind?: string;\n /**\n * Gets or sets a unique identifier for this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uuid?: string;\n /** Gets or sets the ARM Id of the vCenter resource in which this resource pool resides. */\n vCenterId?: string;\n /** Gets or sets the vCenter MoRef (Managed Object Reference) ID for the resource pool. */\n moRefId?: string;\n /** Gets or sets the inventory Item ID for the resource pool. */\n inventoryItemId?: string;\n /**\n * Gets or sets the vCenter Managed Object name for the resource pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly moName?: string;\n /**\n * Gets or sets CPUSharesLevel which specifies the CPU allocation level for this pool.\n * This property is used in relative allocation between resource consumers.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cpuSharesLevel?: string;\n /**\n * Gets or sets CPUReservationMHz which specifies the CPU size in MHz that is guaranteed\n * to be available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cpuReservationMHz?: number;\n /**\n * Gets or sets CPULimitMHz which specifies a CPU usage limit in MHz.\n * Utilization will not exceed this limit even if there are available resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cpuLimitMHz?: number;\n /**\n * Gets or sets CPUSharesLevel which specifies the memory allocation level for this pool.\n * This property is used in relative allocation between resource consumers.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memSharesLevel?: string;\n /**\n * Gets or sets MemReservationMB which specifies the guaranteed available memory in\n * megabytes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memReservationMB?: number;\n /**\n * Gets or sets MemLimitMB specifies a memory usage limit in megabytes.\n * Utilization will not exceed the specified limit even if there are available resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memLimitMB?: number;\n /**\n * Gets the used physical memory on the pool in GB.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memOverallUsageGB?: number;\n /**\n * Gets the total amount of physical memory on the pool in GB.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memCapacityGB?: number;\n /**\n * Gets the used CPU usage across all cores on the pool in MHz.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cpuOverallUsageMHz?: number;\n /**\n * Gets the max CPU usage across all cores on the pool in MHz.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cpuCapacityMHz?: number;\n /**\n * Gets the name of the corresponding resource in Kubernetes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customResourceName?: string;\n /**\n * Gets the datastore ARM ids.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly datastoreIds?: string[];\n /**\n * Gets the network ARM ids.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly networkIds?: string[];\n /**\n * The resource status information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statuses?: ResourceStatus[];\n /**\n * Gets the provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** The resource status information. */\nexport interface ResourceStatus {\n /**\n * The type of the condition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Status of the condition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * The reason for the condition's status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: string;\n /**\n * A human readable message indicating details about the status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Severity with which to treat failures of this type of condition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly severity?: string;\n /**\n * The last update time for this condition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdatedAt?: Date;\n}\n\n/** The extended location. */\nexport interface ExtendedLocation {\n /** The extended location type. */\n type?: string;\n /** The extended location name. */\n name?: string;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Object containing updates for patch operations. */\nexport interface ResourcePatch {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** List of ResourcePools. */\nexport interface ResourcePoolsList {\n /** Url to follow for getting next page of ResourcePools. */\n nextLink?: string;\n /** Array of ResourcePools */\n value: ResourcePool[];\n}\n\n/** Define the cluster. */\nexport interface Cluster {\n /** Gets or sets the location. */\n location: string;\n /** Gets or sets the extended location. */\n extendedLocation?: ExtendedLocation;\n /**\n * The system data.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Gets or sets the Resource tags. */\n tags?: { [propertyName: string]: string };\n /**\n * Gets or sets the name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets or sets the Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Gets or sets the type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */\n kind?: string;\n /**\n * Gets or sets a unique identifier for this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uuid?: string;\n /** Gets or sets the ARM Id of the vCenter resource in which this cluster resides. */\n vCenterId?: string;\n /** Gets or sets the vCenter MoRef (Managed Object Reference) ID for the cluster. */\n moRefId?: string;\n /** Gets or sets the inventory Item ID for the cluster. */\n inventoryItemId?: string;\n /**\n * Gets or sets the vCenter Managed Object name for the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly moName?: string;\n /**\n * The resource status information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statuses?: ResourceStatus[];\n /**\n * Gets the name of the corresponding resource in Kubernetes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customResourceName?: string;\n /**\n * Gets the used physical memory on the cluster in GB.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usedMemoryGB?: number;\n /**\n * Gets the total amount of physical memory on the cluster in GB.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalMemoryGB?: number;\n /**\n * Gets the used CPU usage across all cores on the cluster in MHz.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usedCpuMHz?: number;\n /**\n * Gets the max CPU usage across all cores on the cluster in MHz.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalCpuMHz?: number;\n /**\n * Gets the datastore ARM ids.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly datastoreIds?: string[];\n /**\n * Gets the network ARM ids.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly networkIds?: string[];\n /**\n * Gets the provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** List of Clusters. */\nexport interface ClustersList {\n /** Url to follow for getting next page of Clusters. */\n nextLink?: string;\n /** Array of Clusters */\n value: Cluster[];\n}\n\n/** Define the host. */\nexport interface Host {\n /** Gets or sets the location. */\n location: string;\n /** Gets or sets the extended location. */\n extendedLocation?: ExtendedLocation;\n /**\n * The system data.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Gets or sets the Resource tags. */\n tags?: { [propertyName: string]: string };\n /**\n * Gets or sets the name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets or sets the Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Gets or sets the type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */\n kind?: string;\n /**\n * Gets or sets a unique identifier for this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uuid?: string;\n /** Gets or sets the ARM Id of the vCenter resource in which this host resides. */\n vCenterId?: string;\n /** Gets or sets the vCenter MoRef (Managed Object Reference) ID for the host. */\n moRefId?: string;\n /** Gets or sets the inventory Item ID for the host. */\n inventoryItemId?: string;\n /**\n * Gets or sets the vCenter Managed Object name for the host.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly moName?: string;\n /**\n * The resource status information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statuses?: ResourceStatus[];\n /**\n * Gets the name of the corresponding resource in Kubernetes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customResourceName?: string;\n /**\n * Gets the used physical memory on the host in GB.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly overallMemoryUsageGB?: number;\n /**\n * Gets the total amount of physical memory on the host in GB.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memorySizeGB?: number;\n /**\n * Gets the used CPU usage across all cores in MHz.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly overallCpuUsageMHz?: number;\n /**\n * Gets the max CPU usage across all cores in MHz.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cpuMhz?: number;\n /**\n * Gets the datastore ARM ids.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly datastoreIds?: string[];\n /**\n * Gets the network ARM ids.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly networkIds?: string[];\n /**\n * Gets the provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** List of Hosts. */\nexport interface HostsList {\n /** Url to follow for getting next page of Hosts. */\n nextLink?: string;\n /** Array of Hosts */\n value: Host[];\n}\n\n/** Define the datastore. */\nexport interface Datastore {\n /** Gets or sets the location. */\n location: string;\n /** Gets or sets the extended location. */\n extendedLocation?: ExtendedLocation;\n /**\n * The system data.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Gets or sets the Resource tags. */\n tags?: { [propertyName: string]: string };\n /**\n * Gets or sets the name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets or sets the Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Gets or sets the type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */\n kind?: string;\n /**\n * Gets or sets a unique identifier for this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uuid?: string;\n /** Gets or sets the ARM Id of the vCenter resource in which this datastore resides. */\n vCenterId?: string;\n /** Gets or sets the vCenter MoRef (Managed Object Reference) ID for the datastore. */\n moRefId?: string;\n /** Gets or sets the inventory Item ID for the datastore. */\n inventoryItemId?: string;\n /**\n * Gets or sets the vCenter Managed Object name for the datastore.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly moName?: string;\n /**\n * The resource status information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statuses?: ResourceStatus[];\n /**\n * Gets the name of the corresponding resource in Kubernetes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customResourceName?: string;\n /**\n * Gets or sets Maximum capacity of this datastore in GBs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capacityGB?: number;\n /**\n * Gets or sets Available space of this datastore in GBs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly freeSpaceGB?: number;\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** List of Datastores. */\nexport interface DatastoresList {\n /** Url to follow for getting next page of Datastores. */\n nextLink?: string;\n /** Array of Datastores */\n value: Datastore[];\n}\n\n/** Defines the vCenter. */\nexport interface VCenter {\n /** Gets or sets the location. */\n location: string;\n /** Gets or sets the extended location. */\n extendedLocation?: ExtendedLocation;\n /**\n * The system data.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Gets or sets the Resource tags. */\n tags?: { [propertyName: string]: string };\n /**\n * Gets or sets the name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets or sets the Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Gets or sets the type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */\n kind?: string;\n /**\n * Gets or sets a unique identifier for this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uuid?: string;\n /** Gets or sets the FQDN/IPAddress of the vCenter. */\n fqdn: string;\n /** Gets or sets the port of the vCenter. */\n port?: number;\n /**\n * Gets or sets the version of the vCenter.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * Gets or sets the instance UUID of the vCenter.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly instanceUuid?: string;\n /**\n * Gets or sets the connection status to the vCenter.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly connectionStatus?: string;\n /**\n * Gets the name of the corresponding resource in Kubernetes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customResourceName?: string;\n /** Username / Password Credentials to connect to vcenter. */\n credentials?: VICredential;\n /**\n * The resource status information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statuses?: ResourceStatus[];\n /**\n * Gets the provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Username / Password Credentials to connect to vcenter. */\nexport interface VICredential {\n /** Gets or sets username to connect with the vCenter. */\n username?: string;\n /** Gets or sets the password to connect with the vCenter. */\n password?: string;\n}\n\n/** List of VCenters. */\nexport interface VCentersList {\n /** Url to follow for getting next page of VCenters. */\n nextLink?: string;\n /** Array of VCenters */\n value: VCenter[];\n}\n\n/** Define the virtualMachineTemplate. */\nexport interface VirtualMachineTemplate {\n /** Gets or sets the location. */\n location: string;\n /** Gets or sets the extended location. */\n extendedLocation?: ExtendedLocation;\n /**\n * The system data.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Gets or sets the Resource tags. */\n tags?: { [propertyName: string]: string };\n /**\n * Gets or sets the name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets or sets the Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Gets or sets the type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */\n kind?: string;\n /**\n * Gets or sets a unique identifier for this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uuid?: string;\n /** Gets or sets the ARM Id of the vCenter resource in which this template resides. */\n vCenterId?: string;\n /**\n * Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine\n * template.\n */\n moRefId?: string;\n /** Gets or sets the inventory Item ID for the virtual machine template. */\n inventoryItemId?: string;\n /**\n * Gets or sets the vCenter Managed Object name for the virtual machine template.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly moName?: string;\n /**\n * Gets or sets memory size in MBs for the template.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memorySizeMB?: number;\n /**\n * Gets or sets the number of vCPUs for the template.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numCPUs?: number;\n /**\n * Gets or sets the number of cores per socket for the template.\n * Defaults to 1 if unspecified.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numCoresPerSocket?: number;\n /**\n * Gets or sets the type of the os.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osType?: OsType;\n /**\n * Gets or sets os name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osName?: string;\n /**\n * Gets or sets the folder path of the template.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly folderPath?: string;\n /**\n * Gets or sets the network interfaces of the template.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly networkInterfaces?: NetworkInterface[];\n /**\n * Gets or sets the disks the template.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly disks?: VirtualDisk[];\n /**\n * Gets the name of the corresponding resource in Kubernetes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customResourceName?: string;\n /**\n * Gets or sets the current version status of VMware Tools installed in the guest operating system.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly toolsVersionStatus?: string;\n /**\n * Gets or sets the current version of VMware Tools.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly toolsVersion?: string;\n /**\n * Firmware type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly firmwareType?: FirmwareType;\n /**\n * The resource status information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statuses?: ResourceStatus[];\n /**\n * Gets the provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Network Interface model */\nexport interface NetworkInterface {\n /** Gets or sets the name of the network interface. */\n name?: string;\n /**\n * Gets or sets the label of the virtual network in vCenter that the nic is connected to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly label?: string;\n /**\n * Gets or sets the nic ip addresses.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ipAddresses?: string[];\n /**\n * Gets or sets the NIC MAC address.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly macAddress?: string;\n /** Gets or sets the ARM Id of the network resource to connect the virtual machine. */\n networkId?: string;\n /** NIC type */\n nicType?: NICType;\n /** Gets or sets the power on boot. */\n powerOnBoot?: PowerOnBootOption;\n /**\n * Gets or sets the vCenter MoRef (Managed Object Reference) ID of the virtual network\n * that the nic is connected to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly networkMoRefId?: string;\n /**\n * Gets or sets the name of the virtual network in vCenter that the nic is connected to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly networkMoName?: string;\n /** Gets or sets the device key value. */\n deviceKey?: number;\n /** Gets or sets the ipsettings. */\n ipSettings?: NicIPSettings;\n}\n\n/** Defines the network interface ip settings. */\nexport interface NicIPSettings {\n /** Gets or sets the nic allocation method. */\n allocationMethod?: IPAddressAllocationMethod;\n /** Gets or sets the dns servers. */\n dnsServers?: string[];\n /** Gets or sets the gateway. */\n gateway?: string[];\n /** Gets or sets the ip address for the nic. */\n ipAddress?: string;\n /** Gets or sets the mask. */\n subnetMask?: string;\n /**\n * Gets or sets the primary server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primaryWinsServer?: string;\n /**\n * Gets or sets the secondary server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly secondaryWinsServer?: string;\n /**\n * Gets or sets the IP address information being reported for this NIC. This contains the same IPv4 information above plus IPV6 information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ipAddressInfo?: NicIPAddressSettings[];\n}\n\n/** IP address information for a virtual network adapter reported by the fabric. */\nexport interface NicIPAddressSettings {\n /**\n * Gets the ip address allocation method.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allocationMethod?: string;\n /**\n * Gets the ip address for the nic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ipAddress?: string;\n /**\n * Gets the mask.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subnetMask?: string;\n}\n\n/** Virtual disk model */\nexport interface VirtualDisk {\n /** Gets or sets the name of the virtual disk. */\n name?: string;\n /**\n * Gets or sets the label of the virtual disk in vCenter.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly label?: string;\n /**\n * Gets or sets the disk object id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diskObjectId?: string;\n /** Gets or sets the disk total size. */\n diskSizeGB?: number;\n /** Gets or sets the device key value. */\n deviceKey?: number;\n /** Gets or sets the disk mode. */\n diskMode?: DiskMode;\n /** Gets or sets the controller id. */\n controllerKey?: number;\n /** Gets or sets the unit number of the disk on the controller. */\n unitNumber?: number;\n /** Gets or sets the device name. */\n deviceName?: string;\n /** Gets or sets the disk backing type. */\n diskType?: DiskType;\n}\n\n/** List of VirtualMachineTemplates. */\nexport interface VirtualMachineTemplatesList {\n /** Url to follow for getting next page of VirtualMachineTemplates. */\n nextLink?: string;\n /** Array of VirtualMachineTemplates */\n value: VirtualMachineTemplate[];\n}\n\n/** Define the virtualNetwork. */\nexport interface VirtualNetwork {\n /** Gets or sets the location. */\n location: string;\n /** Gets or sets the extended location. */\n extendedLocation?: ExtendedLocation;\n /**\n * The system data.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Gets or sets the Resource tags. */\n tags?: { [propertyName: string]: string };\n /**\n * Gets or sets the name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets or sets the Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Gets or sets the type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */\n kind?: string;\n /**\n * Gets or sets a unique identifier for this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uuid?: string;\n /** Gets or sets the ARM Id of the vCenter resource in which this template resides. */\n vCenterId?: string;\n /** Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual network. */\n moRefId?: string;\n /** Gets or sets the inventory Item ID for the virtual network. */\n inventoryItemId?: string;\n /**\n * Gets or sets the vCenter Managed Object name for the virtual network.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly moName?: string;\n /**\n * Gets the name of the corresponding resource in Kubernetes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customResourceName?: string;\n /**\n * The resource status information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statuses?: ResourceStatus[];\n /**\n * Gets the provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** List of VirtualNetworks. */\nexport interface VirtualNetworksList {\n /** Url to follow for getting next page of VirtualNetworks. */\n nextLink?: string;\n /** Array of VirtualNetworks */\n value: VirtualNetwork[];\n}\n\n/** Describes the properties of an Inventory Item. */\nexport interface InventoryItemProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n inventoryType:\n | \"ResourcePool\"\n | \"VirtualMachine\"\n | \"VirtualMachineTemplate\"\n | \"VirtualNetwork\"\n | \"Cluster\"\n | \"Datastore\"\n | \"Host\";\n /** Gets or sets the tracked resource id corresponding to the inventory resource. */\n managedResourceId?: string;\n /** Gets or sets the MoRef (Managed Object Reference) ID for the inventory item. */\n moRefId?: string;\n /** Gets or sets the vCenter Managed Object name for the inventory item. */\n moName?: string;\n /**\n * Gets the provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** List of InventoryItems. */\nexport interface InventoryItemsList {\n /** Url to follow for getting next page of InventoryItems. */\n nextLink?: string;\n /** Array of InventoryItems */\n value: InventoryItem[];\n}\n\n/** Specifies the compute and storage placement settings for the virtual machine. */\nexport interface PlacementProfile {\n /** Gets or sets the ARM Id of the resourcePool resource on which this virtual machine will deploy. */\n resourcePoolId?: string;\n /** Gets or sets the ARM Id of the cluster resource on which this virtual machine will deploy. */\n clusterId?: string;\n /** Gets or sets the ARM Id of the host resource on which this virtual machine will deploy. */\n hostId?: string;\n /** Gets or sets the ARM Id of the datastore resource on which the data for the virtual machine will be kept. */\n datastoreId?: string;\n}\n\n/** Specifies the operating system settings for the virtual machine. */\nexport interface OsProfileForVMInstance {\n /** Gets or sets computer name. */\n computerName?: string;\n /** Gets or sets administrator username. */\n adminUsername?: string;\n /** Sets administrator password. */\n adminPassword?: string;\n /** Gets or sets the guestId. */\n guestId?: string;\n /** Gets or sets the type of the os. */\n osType?: OsType;\n /**\n * Gets or sets os sku.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osSku?: string;\n /**\n * Gets or sets the current running status of VMware Tools running in the guest operating system.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly toolsRunningStatus?: string;\n /**\n * Gets or sets the current version status of VMware Tools installed in the guest operating system.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly toolsVersionStatus?: string;\n /**\n * Gets or sets the current version of VMware Tools.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly toolsVersion?: string;\n}\n\n/** Specifies the hardware settings for the virtual machine. */\nexport interface HardwareProfile {\n /** Gets or sets memory size in MBs for the vm. */\n memorySizeMB?: number;\n /** Gets or sets the number of vCPUs for the vm. */\n numCPUs?: number;\n /** Gets or sets the number of cores per socket for the vm. Defaults to 1 if unspecified. */\n numCoresPerSocket?: number;\n /**\n * Gets or sets a value indicating whether virtual processors can be added while this virtual machine is running.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cpuHotAddEnabled?: boolean;\n /**\n * Gets or sets a value indicating whether virtual processors can be removed while this virtual machine is running.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cpuHotRemoveEnabled?: boolean;\n /**\n * Gets or sets a value indicating whether memory can be added while this virtual machine is running.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memoryHotAddEnabled?: boolean;\n}\n\n/** Specifies the network interfaces of the virtual machine. */\nexport interface NetworkProfile {\n /** Gets or sets the list of network interfaces associated with the virtual machine. */\n networkInterfaces?: NetworkInterface[];\n}\n\n/** Specifies the storage settings for the virtual machine disks. */\nexport interface StorageProfile {\n /** Gets or sets the list of virtual disks associated with the virtual machine. */\n disks?: VirtualDisk[];\n /**\n * Gets or sets the list of virtual SCSI controllers associated with the virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scsiControllers?: VirtualScsiController[];\n}\n\n/** This data object type contains the properties of a SCSI controller device attached to a virtual machine that is reported by the controller. */\nexport interface VirtualScsiController {\n /** Gets or sets the controller type. */\n type?: ScsiControllerType;\n /** Gets or sets the key of the controller. */\n controllerKey?: number;\n /** Gets or sets the bus number of the controller. */\n busNumber?: number;\n /** Gets or sets the SCSI controller unit number. */\n scsiCtlrUnitNumber?: number;\n /** Gets or sets the sharing mode. */\n sharing?: VirtualScsiSharing;\n}\n\n/** Specifies the Security profile settings for the virtual machine. */\nexport interface SecurityProfile {\n /** Specifies the security settings like secure boot used while creating the virtual machine. */\n uefiSettings?: UefiSettings;\n}\n\n/** Specifies the security settings like secure boot used while creating the virtual machine. */\nexport interface UefiSettings {\n /** Specifies whether secure boot should be enabled on the virtual machine. */\n secureBootEnabled?: boolean;\n}\n\n/** Specifies the vCenter infrastructure specific settings for the virtual machine. */\nexport interface InfrastructureProfile {\n /** Gets or sets the ARM Id of the template resource to deploy the virtual machine. */\n templateId?: string;\n /** Gets or sets the ARM Id of the vCenter resource in which this resource pool resides. */\n vCenterId?: string;\n /**\n * Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly moRefId?: string;\n /** Gets or sets the inventory Item ID for the virtual machine. */\n inventoryItemId?: string;\n /**\n * Gets or sets the vCenter Managed Object name for the virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly moName?: string;\n /**\n * Gets or sets the folder path of the vm.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly folderPath?: string;\n /**\n * Gets or sets the instance uuid of the vm.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly instanceUuid?: string;\n /** Gets or sets the SMBIOS UUID of the vm. */\n smbiosUuid?: string;\n /** Firmware type */\n firmwareType?: FirmwareType;\n /**\n * Gets the name of the corresponding resource in Kubernetes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customResourceName?: string;\n}\n\n/** Defines the virtualMachineInstanceUpdate. */\nexport interface VirtualMachineInstanceUpdate {\n /** Specifies the hardware settings for the virtual machine. */\n hardwareProfile?: HardwareProfile;\n /** Specifies the storage settings for the virtual machine disks. */\n storageProfile?: StorageProfileUpdate;\n /** Specifies the network interfaces of the virtual machine. */\n networkProfile?: NetworkProfileUpdate;\n}\n\n/** Specifies the storage settings for the virtual machine disks. */\nexport interface StorageProfileUpdate {\n /** Gets or sets the list of virtual disks associated with the virtual machine. */\n disks?: VirtualDiskUpdate[];\n}\n\n/** Defines the virtual disk update. */\nexport interface VirtualDiskUpdate {\n /** Gets or sets the name of the virtual disk. */\n name?: string;\n /** Gets or sets the disk total size. */\n diskSizeGB?: number;\n /** Gets or sets the device key value. */\n deviceKey?: number;\n /** Gets or sets the disk mode. */\n diskMode?: DiskMode;\n /** Gets or sets the controller id. */\n controllerKey?: number;\n /** Gets or sets the unit number of the disk on the controller. */\n unitNumber?: number;\n /** Gets or sets the device name. */\n deviceName?: string;\n /** Gets or sets the disk backing type. */\n diskType?: DiskType;\n}\n\n/** Specifies the network interfaces of the virtual machine. */\nexport interface NetworkProfileUpdate {\n /** Gets or sets the list of network interfaces associated with the virtual machine. */\n networkInterfaces?: NetworkInterfaceUpdate[];\n}\n\n/** Defines the network interface update. */\nexport interface NetworkInterfaceUpdate {\n /** Gets or sets the name of the network interface. */\n name?: string;\n /** Gets or sets the ARM Id of the network resource to connect the virtual machine. */\n networkId?: string;\n /** NIC type */\n nicType?: NICType;\n /** Gets or sets the power on boot. */\n powerOnBoot?: PowerOnBootOption;\n /** Gets or sets the device key value. */\n deviceKey?: number;\n}\n\n/** List of VirtualMachineInstances. */\nexport interface VirtualMachineInstancesList {\n /** Url to follow for getting next page of VirtualMachines. */\n nextLink?: string;\n /** Array of VirtualMachines */\n value: VirtualMachineInstance[];\n}\n\n/** Defines the stop action properties. */\nexport interface StopVirtualMachineOptions {\n /** Gets or sets a value indicating whether to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Defaults to false. */\n skipShutdown?: boolean;\n}\n\n/** List of HybridIdentityMetadata. */\nexport interface VmInstanceHybridIdentityMetadataList {\n /** Url to follow for getting next page of HybridIdentityMetadata. */\n nextLink?: string;\n /** Array of HybridIdentityMetadata */\n value: VmInstanceHybridIdentityMetadata[];\n}\n\n/** Username / Password Credentials to connect to guest. */\nexport interface GuestCredential {\n /** Gets or sets username to connect with the guest. */\n username?: string;\n /** Gets or sets the password to connect with the guest. */\n password?: string;\n}\n\n/** HTTP Proxy configuration for the VM. */\nexport interface HttpProxyConfiguration {\n /** Gets or sets httpsProxy url. */\n httpsProxy?: string;\n}\n\n/** List of GuestAgent. */\nexport interface GuestAgentList {\n /** Url to follow for getting next page of GuestAgent. */\n nextLink?: string;\n /** Array of GuestAgent */\n value: GuestAgent[];\n}\n\n/** Condition defines an extension to status. */\nexport interface Condition {\n /**\n * Status of the condition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * The reason for the condition's status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: string;\n /**\n * A human readable message indicating details about the status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Severity with which to treat failures of this type of condition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly severity?: string;\n}\n\n/** Describes the properties of an Inventory Item reference. */\nexport interface InventoryItemDetails {\n /** Gets or sets the inventory Item ID for the resource. */\n inventoryItemId?: string;\n /** Gets or sets the vCenter Managed Object name for the resource. */\n moName?: string;\n /** The inventory type. */\n inventoryType?: InventoryType;\n}\n\n/** The resource pool inventory item. */\nexport interface ResourcePoolInventoryItem extends InventoryItemProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n inventoryType: \"ResourcePool\";\n /** Parent resourcePool inventory resource details. */\n parent?: InventoryItemDetails;\n}\n\n/** The VM inventory item. */\nexport interface VirtualMachineInventoryItem extends InventoryItemProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n inventoryType: \"VirtualMachine\";\n /** Gets or sets the type of the os. */\n osType?: OsType;\n /** Gets or sets os name. */\n osName?: string;\n /** Gets or sets the nic ip addresses. */\n ipAddresses?: string[];\n /** Gets or sets the folder path of the vm. */\n folderPath?: string;\n /** Host inventory resource details. */\n host?: InventoryItemDetails;\n /** ResourcePool inventory resource details. */\n resourcePool?: InventoryItemDetails;\n /** Cluster inventory resource details. */\n cluster?: InventoryItemDetails;\n /** Gets or sets the instance uuid of the vm. */\n instanceUuid?: string;\n /** Gets or sets the SMBIOS UUID of the vm. */\n smbiosUuid?: string;\n /**\n * Gets the power state of the virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly powerState?: string;\n /**\n * Gets or sets the current running status of VMware Tools running in the guest operating system.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly toolsRunningStatus?: string;\n /**\n * Gets or sets the current version status of VMware Tools installed in the guest operating system.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly toolsVersionStatus?: string;\n /**\n * Gets or sets the current version of VMware Tools.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly toolsVersion?: string;\n}\n\n/** The VM Template inventory item. */\nexport interface VirtualMachineTemplateInventoryItem\n extends InventoryItemProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n inventoryType: \"VirtualMachineTemplate\";\n /** Gets or sets memory size in MBs for the template. */\n memorySizeMB?: number;\n /** Gets or sets the number of vCPUs for the template. */\n numCPUs?: number;\n /**\n * Gets or sets the number of cores per socket for the template.\n * Defaults to 1 if unspecified.\n */\n numCoresPerSocket?: number;\n /** Gets or sets the type of the os. */\n osType?: OsType;\n /** Gets or sets os name. */\n osName?: string;\n /**\n * Gets or sets the current version status of VMware Tools installed in the guest operating system.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly toolsVersionStatus?: string;\n /**\n * Gets or sets the current version of VMware Tools.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly toolsVersion?: string;\n /** Gets or sets the folder path of the template. */\n folderPath?: string;\n}\n\n/** The Virtual network inventory item. */\nexport interface VirtualNetworkInventoryItem extends InventoryItemProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n inventoryType: \"VirtualNetwork\";\n}\n\n/** The cluster inventory item. */\nexport interface ClusterInventoryItem extends InventoryItemProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n inventoryType: \"Cluster\";\n}\n\n/** The datastore inventory item. */\nexport interface DatastoreInventoryItem extends InventoryItemProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n inventoryType: \"Datastore\";\n /** Gets or sets Maximum capacity of this datastore, in GBs. */\n capacityGB?: number;\n /** Gets or sets Available space of this datastore, in GBs. */\n freeSpaceGB?: number;\n}\n\n/** The host inventory item. */\nexport interface HostInventoryItem extends InventoryItemProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n inventoryType: \"Host\";\n /** Parent host inventory resource details. */\n parent?: InventoryItemDetails;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** Defines the inventory item. */\nexport interface InventoryItem extends ProxyResource {\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */\n kind?: string;\n /** They inventory type. */\n inventoryType: InventoryType;\n /** Gets or sets the tracked resource id corresponding to the inventory resource. */\n managedResourceId?: string;\n /** Gets or sets the MoRef (Managed Object Reference) ID for the inventory item. */\n moRefId?: string;\n /** Gets or sets the vCenter Managed Object name for the inventory item. */\n moName?: string;\n /**\n * Gets the provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Define the virtualMachineInstance. */\nexport interface VirtualMachineInstance extends ProxyResource {\n /** Gets or sets the extended location. */\n extendedLocation?: ExtendedLocation;\n /** Placement properties. */\n placementProfile?: PlacementProfile;\n /** OS properties. */\n osProfile?: OsProfileForVMInstance;\n /** Hardware properties. */\n hardwareProfile?: HardwareProfile;\n /** Network properties. */\n networkProfile?: NetworkProfile;\n /** Storage properties. */\n storageProfile?: StorageProfile;\n /** Gets the security profile. */\n securityProfile?: SecurityProfile;\n /** Gets the infrastructure profile. */\n infrastructureProfile?: InfrastructureProfile;\n /**\n * Gets the power state of the virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly powerState?: string;\n /**\n * The resource status information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statuses?: ResourceStatus[];\n /**\n * Gets the provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Gets or sets a unique identifier for the vm resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceUid?: string;\n}\n\n/** Defines the HybridIdentityMetadata. */\nexport interface VmInstanceHybridIdentityMetadata extends ProxyResource {\n /** The unique identifier for the resource. */\n resourceUid?: string;\n /** Gets or sets the Public Key. */\n publicKey?: string;\n /**\n * Gets the provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Defines the GuestAgent. */\nexport interface GuestAgent extends ProxyResource {\n /**\n * Gets or sets a unique identifier for this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uuid?: string;\n /** Username / Password Credentials to provision guest agent. */\n credentials?: GuestCredential;\n /** The resource id of the private link scope this machine is assigned to, if any. */\n privateLinkScopeResourceId?: string;\n /** HTTP Proxy configuration for the VM. */\n httpProxyConfig?: HttpProxyConfiguration;\n /** Gets or sets the guest agent provisioning action. */\n provisioningAction?: ProvisioningAction;\n /**\n * Gets or sets the guest agent status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * Gets the name of the corresponding resource in Kubernetes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customResourceName?: string;\n /**\n * The resource status information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statuses?: ResourceStatus[];\n /**\n * Gets the provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Defines headers for ResourcePools_delete operation. */\nexport interface ResourcePoolsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Clusters_delete operation. */\nexport interface ClustersDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Hosts_delete operation. */\nexport interface HostsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Datastores_delete operation. */\nexport interface DatastoresDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for VCenters_delete operation. */\nexport interface VCentersDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for VirtualMachineTemplates_delete operation. */\nexport interface VirtualMachineTemplatesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for VirtualNetworks_delete operation. */\nexport interface VirtualNetworksDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for VirtualMachineInstances_update operation. */\nexport interface VirtualMachineInstancesUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for VirtualMachineInstances_delete operation. */\nexport interface VirtualMachineInstancesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for VirtualMachineInstances_stop operation. */\nexport interface VirtualMachineInstancesStopHeaders {\n location?: string;\n}\n\n/** Defines headers for VirtualMachineInstances_start operation. */\nexport interface VirtualMachineInstancesStartHeaders {\n location?: string;\n}\n\n/** Defines headers for VirtualMachineInstances_restart operation. */\nexport interface VirtualMachineInstancesRestartHeaders {\n location?: string;\n}\n\n/** Defines headers for VMInstanceGuestAgents_delete operation. */\nexport interface VMInstanceGuestAgentsDeleteHeaders {\n location?: string;\n}\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Created */\n Created = \"Created\"\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Provisioning** \\\n * **Updating** \\\n * **Deleting** \\\n * **Accepted** \\\n * **Created**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link OsType} that the service accepts. */\nexport enum KnownOsType {\n /** Windows */\n Windows = \"Windows\",\n /** Linux */\n Linux = \"Linux\",\n /** Other */\n Other = \"Other\"\n}\n\n/**\n * Defines values for OsType. \\\n * {@link KnownOsType} can be used interchangeably with OsType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Windows** \\\n * **Linux** \\\n * **Other**\n */\nexport type OsType = string;\n\n/** Known values of {@link NICType} that the service accepts. */\nexport enum KnownNICType {\n /** Vmxnet3 */\n Vmxnet3 = \"vmxnet3\",\n /** Vmxnet2 */\n Vmxnet2 = \"vmxnet2\",\n /** Vmxnet */\n Vmxnet = \"vmxnet\",\n /** E1000 */\n E1000 = \"e1000\",\n /** E1000E */\n E1000E = \"e1000e\",\n /** Pcnet32 */\n Pcnet32 = \"pcnet32\"\n}\n\n/**\n * Defines values for NICType. \\\n * {@link KnownNICType} can be used interchangeably with NICType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **vmxnet3** \\\n * **vmxnet2** \\\n * **vmxnet** \\\n * **e1000** \\\n * **e1000e** \\\n * **pcnet32**\n */\nexport type NICType = string;\n\n/** Known values of {@link PowerOnBootOption} that the service accepts. */\nexport enum KnownPowerOnBootOption {\n /** Enabled */\n Enabled = \"enabled\",\n /** Disabled */\n Disabled = \"disabled\"\n}\n\n/**\n * Defines values for PowerOnBootOption. \\\n * {@link KnownPowerOnBootOption} can be used interchangeably with PowerOnBootOption,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **enabled** \\\n * **disabled**\n */\nexport type PowerOnBootOption = string;\n\n/** Known values of {@link IPAddressAllocationMethod} that the service accepts. */\nexport enum KnownIPAddressAllocationMethod {\n /** Unset */\n Unset = \"unset\",\n /** Dynamic */\n Dynamic = \"dynamic\",\n /** Static */\n Static = \"static\",\n /** Linklayer */\n Linklayer = \"linklayer\",\n /** Random */\n Random = \"random\",\n /** Other */\n Other = \"other\"\n}\n\n/**\n * Defines values for IPAddressAllocationMethod. \\\n * {@link KnownIPAddressAllocationMethod} can be used interchangeably with IPAddressAllocationMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **unset** \\\n * **dynamic** \\\n * **static** \\\n * **linklayer** \\\n * **random** \\\n * **other**\n */\nexport type IPAddressAllocationMethod = string;\n\n/** Known values of {@link DiskMode} that the service accepts. */\nexport enum KnownDiskMode {\n /** Persistent */\n Persistent = \"persistent\",\n /** IndependentPersistent */\n IndependentPersistent = \"independent_persistent\",\n /** IndependentNonpersistent */\n IndependentNonpersistent = \"independent_nonpersistent\"\n}\n\n/**\n * Defines values for DiskMode. \\\n * {@link KnownDiskMode} can be used interchangeably with DiskMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **persistent** \\\n * **independent_persistent** \\\n * **independent_nonpersistent**\n */\nexport type DiskMode = string;\n\n/** Known values of {@link DiskType} that the service accepts. */\nexport enum KnownDiskType {\n /** Flat */\n Flat = \"flat\",\n /** Pmem */\n Pmem = \"pmem\",\n /** Rawphysical */\n Rawphysical = \"rawphysical\",\n /** Rawvirtual */\n Rawvirtual = \"rawvirtual\",\n /** Sparse */\n Sparse = \"sparse\",\n /** Sesparse */\n Sesparse = \"sesparse\",\n /** Unknown */\n Unknown = \"unknown\"\n}\n\n/**\n * Defines values for DiskType. \\\n * {@link KnownDiskType} can be used interchangeably with DiskType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **flat** \\\n * **pmem** \\\n * **rawphysical** \\\n * **rawvirtual** \\\n * **sparse** \\\n * **sesparse** \\\n * **unknown**\n */\nexport type DiskType = string;\n\n/** Known values of {@link FirmwareType} that the service accepts. */\nexport enum KnownFirmwareType {\n /** Bios */\n Bios = \"bios\",\n /** Efi */\n Efi = \"efi\"\n}\n\n/**\n * Defines values for FirmwareType. \\\n * {@link KnownFirmwareType} can be used interchangeably with FirmwareType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **bios** \\\n * **efi**\n */\nexport type FirmwareType = string;\n\n/** Known values of {@link InventoryType} that the service accepts. */\nexport enum KnownInventoryType {\n /** ResourcePool */\n ResourcePool = \"ResourcePool\",\n /** VirtualMachine */\n VirtualMachine = \"VirtualMachine\",\n /** VirtualMachineTemplate */\n VirtualMachineTemplate = \"VirtualMachineTemplate\",\n /** VirtualNetwork */\n VirtualNetwork = \"VirtualNetwork\",\n /** Cluster */\n Cluster = \"Cluster\",\n /** Datastore */\n Datastore = \"Datastore\",\n /** Host */\n Host = \"Host\"\n}\n\n/**\n * Defines values for InventoryType. \\\n * {@link KnownInventoryType} can be used interchangeably with InventoryType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ResourcePool** \\\n * **VirtualMachine** \\\n * **VirtualMachineTemplate** \\\n * **VirtualNetwork** \\\n * **Cluster** \\\n * **Datastore** \\\n * **Host**\n */\nexport type InventoryType = string;\n\n/** Known values of {@link ScsiControllerType} that the service accepts. */\nexport enum KnownScsiControllerType {\n /** Lsilogic */\n Lsilogic = \"lsilogic\",\n /** Buslogic */\n Buslogic = \"buslogic\",\n /** Pvscsi */\n Pvscsi = \"pvscsi\",\n /** Lsilogicsas */\n Lsilogicsas = \"lsilogicsas\"\n}\n\n/**\n * Defines values for ScsiControllerType. \\\n * {@link KnownScsiControllerType} can be used interchangeably with ScsiControllerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **lsilogic** \\\n * **buslogic** \\\n * **pvscsi** \\\n * **lsilogicsas**\n */\nexport type ScsiControllerType = string;\n\n/** Known values of {@link VirtualScsiSharing} that the service accepts. */\nexport enum KnownVirtualScsiSharing {\n /** NoSharing */\n NoSharing = \"noSharing\",\n /** PhysicalSharing */\n PhysicalSharing = \"physicalSharing\",\n /** VirtualSharing */\n VirtualSharing = \"virtualSharing\"\n}\n\n/**\n * Defines values for VirtualScsiSharing. \\\n * {@link KnownVirtualScsiSharing} can be used interchangeably with VirtualScsiSharing,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **noSharing** \\\n * **physicalSharing** \\\n * **virtualSharing**\n */\nexport type VirtualScsiSharing = string;\n\n/** Known values of {@link ProvisioningAction} that the service accepts. */\nexport enum KnownProvisioningAction {\n /** Install */\n Install = \"install\",\n /** Uninstall */\n Uninstall = \"uninstall\",\n /** Repair */\n Repair = \"repair\"\n}\n\n/**\n * Defines values for ProvisioningAction. \\\n * {@link KnownProvisioningAction} can be used interchangeably with ProvisioningAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **install** \\\n * **uninstall** \\\n * **repair**\n */\nexport type ProvisioningAction = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationsList;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationsList;\n\n/** Optional parameters. */\nexport interface ResourcePoolsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Request payload. */\n body?: ResourcePool;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ResourcePoolsCreateResponse = ResourcePool;\n\n/** Optional parameters. */\nexport interface ResourcePoolsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ResourcePoolsGetResponse = ResourcePool;\n\n/** Optional parameters. */\nexport interface ResourcePoolsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Resource properties to update. */\n body?: ResourcePatch;\n}\n\n/** Contains response data for the update operation. */\nexport type ResourcePoolsUpdateResponse = ResourcePool;\n\n/** Optional parameters. */\nexport interface ResourcePoolsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Whether force delete was specified. */\n force?: boolean;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ResourcePoolsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ResourcePoolsListResponse = ResourcePoolsList;\n\n/** Optional parameters. */\nexport interface ResourcePoolsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ResourcePoolsListByResourceGroupResponse = ResourcePoolsList;\n\n/** Optional parameters. */\nexport interface ResourcePoolsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ResourcePoolsListNextResponse = ResourcePoolsList;\n\n/** Optional parameters. */\nexport interface ResourcePoolsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ResourcePoolsListByResourceGroupNextResponse = ResourcePoolsList;\n\n/** Optional parameters. */\nexport interface ClustersCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Request payload. */\n body?: Cluster;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ClustersCreateResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ClustersGetResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Resource properties to update. */\n body?: ResourcePatch;\n}\n\n/** Contains response data for the update operation. */\nexport type ClustersUpdateResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Whether force delete was specified. */\n force?: boolean;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClustersListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ClustersListResponse = ClustersList;\n\n/** Optional parameters. */\nexport interface ClustersListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ClustersListByResourceGroupResponse = ClustersList;\n\n/** Optional parameters. */\nexport interface ClustersListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ClustersListNextResponse = ClustersList;\n\n/** Optional parameters. */\nexport interface ClustersListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ClustersListByResourceGroupNextResponse = ClustersList;\n\n/** Optional parameters. */\nexport interface HostsCreateOptionalParams extends coreClient.OperationOptions {\n /** Request payload. */\n body?: Host;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type HostsCreateResponse = Host;\n\n/** Optional parameters. */\nexport interface HostsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type HostsGetResponse = Host;\n\n/** Optional parameters. */\nexport interface HostsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Resource properties to update. */\n body?: ResourcePatch;\n}\n\n/** Contains response data for the update operation. */\nexport type HostsUpdateResponse = Host;\n\n/** Optional parameters. */\nexport interface HostsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Whether force delete was specified. */\n force?: boolean;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface HostsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type HostsListResponse = HostsList;\n\n/** Optional parameters. */\nexport interface HostsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type HostsListByResourceGroupResponse = HostsList;\n\n/** Optional parameters. */\nexport interface HostsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type HostsListNextResponse = HostsList;\n\n/** Optional parameters. */\nexport interface HostsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type HostsListByResourceGroupNextResponse = HostsList;\n\n/** Optional parameters. */\nexport interface DatastoresCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Request payload. */\n body?: Datastore;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type DatastoresCreateResponse = Datastore;\n\n/** Optional parameters. */\nexport interface DatastoresGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DatastoresGetResponse = Datastore;\n\n/** Optional parameters. */\nexport interface DatastoresUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Resource properties to update. */\n body?: ResourcePatch;\n}\n\n/** Contains response data for the update operation. */\nexport type DatastoresUpdateResponse = Datastore;\n\n/** Optional parameters. */\nexport interface DatastoresDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Whether force delete was specified. */\n force?: boolean;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DatastoresListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DatastoresListResponse = DatastoresList;\n\n/** Optional parameters. */\nexport interface DatastoresListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DatastoresListByResourceGroupResponse = DatastoresList;\n\n/** Optional parameters. */\nexport interface DatastoresListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DatastoresListNextResponse = DatastoresList;\n\n/** Optional parameters. */\nexport interface DatastoresListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DatastoresListByResourceGroupNextResponse = DatastoresList;\n\n/** Optional parameters. */\nexport interface VCentersCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Request payload. */\n body?: VCenter;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type VCentersCreateResponse = VCenter;\n\n/** Optional parameters. */\nexport interface VCentersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VCentersGetResponse = VCenter;\n\n/** Optional parameters. */\nexport interface VCentersUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Resource properties to update. */\n body?: ResourcePatch;\n}\n\n/** Contains response data for the update operation. */\nexport type VCentersUpdateResponse = VCenter;\n\n/** Optional parameters. */\nexport interface VCentersDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Whether force delete was specified. */\n force?: boolean;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VCentersListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type VCentersListResponse = VCentersList;\n\n/** Optional parameters. */\nexport interface VCentersListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type VCentersListByResourceGroupResponse = VCentersList;\n\n/** Optional parameters. */\nexport interface VCentersListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type VCentersListNextResponse = VCentersList;\n\n/** Optional parameters. */\nexport interface VCentersListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type VCentersListByResourceGroupNextResponse = VCentersList;\n\n/** Optional parameters. */\nexport interface VirtualMachineTemplatesCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Request payload. */\n body?: VirtualMachineTemplate;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type VirtualMachineTemplatesCreateResponse = VirtualMachineTemplate;\n\n/** Optional parameters. */\nexport interface VirtualMachineTemplatesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VirtualMachineTemplatesGetResponse = VirtualMachineTemplate;\n\n/** Optional parameters. */\nexport interface VirtualMachineTemplatesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Resource properties to update. */\n body?: ResourcePatch;\n}\n\n/** Contains response data for the update operation. */\nexport type VirtualMachineTemplatesUpdateResponse = VirtualMachineTemplate;\n\n/** Optional parameters. */\nexport interface VirtualMachineTemplatesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Whether force delete was specified. */\n force?: boolean;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachineTemplatesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type VirtualMachineTemplatesListResponse = VirtualMachineTemplatesList;\n\n/** Optional parameters. */\nexport interface VirtualMachineTemplatesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type VirtualMachineTemplatesListByResourceGroupResponse = VirtualMachineTemplatesList;\n\n/** Optional parameters. */\nexport interface VirtualMachineTemplatesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type VirtualMachineTemplatesListNextResponse = VirtualMachineTemplatesList;\n\n/** Optional parameters. */\nexport interface VirtualMachineTemplatesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type VirtualMachineTemplatesListByResourceGroupNextResponse = VirtualMachineTemplatesList;\n\n/** Optional parameters. */\nexport interface VirtualNetworksCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Request payload. */\n body?: VirtualNetwork;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type VirtualNetworksCreateResponse = VirtualNetwork;\n\n/** Optional parameters. */\nexport interface VirtualNetworksGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VirtualNetworksGetResponse = VirtualNetwork;\n\n/** Optional parameters. */\nexport interface VirtualNetworksUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Resource properties to update. */\n body?: ResourcePatch;\n}\n\n/** Contains response data for the update operation. */\nexport type VirtualNetworksUpdateResponse = VirtualNetwork;\n\n/** Optional parameters. */\nexport interface VirtualNetworksDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Whether force delete was specified. */\n force?: boolean;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualNetworksListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type VirtualNetworksListResponse = VirtualNetworksList;\n\n/** Optional parameters. */\nexport interface VirtualNetworksListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type VirtualNetworksListByResourceGroupResponse = VirtualNetworksList;\n\n/** Optional parameters. */\nexport interface VirtualNetworksListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type VirtualNetworksListNextResponse = VirtualNetworksList;\n\n/** Optional parameters. */\nexport interface VirtualNetworksListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type VirtualNetworksListByResourceGroupNextResponse = VirtualNetworksList;\n\n/** Optional parameters. */\nexport interface InventoryItemsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Request payload. */\n body?: InventoryItem;\n}\n\n/** Contains response data for the create operation. */\nexport type InventoryItemsCreateResponse = InventoryItem;\n\n/** Optional parameters. */\nexport interface InventoryItemsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type InventoryItemsGetResponse = InventoryItem;\n\n/** Optional parameters. */\nexport interface InventoryItemsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface InventoryItemsListByVCenterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVCenter operation. */\nexport type InventoryItemsListByVCenterResponse = InventoryItemsList;\n\n/** Optional parameters. */\nexport interface InventoryItemsListByVCenterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVCenterNext operation. */\nexport type InventoryItemsListByVCenterNextResponse = InventoryItemsList;\n\n/** Optional parameters. */\nexport interface VirtualMachineInstancesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Request payload. */\n body?: VirtualMachineInstance;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type VirtualMachineInstancesCreateOrUpdateResponse = VirtualMachineInstance;\n\n/** Optional parameters. */\nexport interface VirtualMachineInstancesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VirtualMachineInstancesGetResponse = VirtualMachineInstance;\n\n/** Optional parameters. */\nexport interface VirtualMachineInstancesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Resource properties to update. */\n body?: VirtualMachineInstanceUpdate;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type VirtualMachineInstancesUpdateResponse = VirtualMachineInstance;\n\n/** Optional parameters. */\nexport interface VirtualMachineInstancesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Whether force delete was specified. */\n force?: boolean;\n /** Whether to delete the VM from the vCenter. */\n deleteFromHost?: boolean;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type VirtualMachineInstancesDeleteResponse = VirtualMachineInstancesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface VirtualMachineInstancesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type VirtualMachineInstancesListResponse = VirtualMachineInstancesList;\n\n/** Optional parameters. */\nexport interface VirtualMachineInstancesStopOptionalParams\n extends coreClient.OperationOptions {\n /** Virtualmachine stop action payload. */\n body?: StopVirtualMachineOptions;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the stop operation. */\nexport type VirtualMachineInstancesStopResponse = VirtualMachineInstancesStopHeaders;\n\n/** Optional parameters. */\nexport interface VirtualMachineInstancesStartOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the start operation. */\nexport type VirtualMachineInstancesStartResponse = VirtualMachineInstancesStartHeaders;\n\n/** Optional parameters. */\nexport interface VirtualMachineInstancesRestartOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the restart operation. */\nexport type VirtualMachineInstancesRestartResponse = VirtualMachineInstancesRestartHeaders;\n\n/** Optional parameters. */\nexport interface VirtualMachineInstancesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type VirtualMachineInstancesListNextResponse = VirtualMachineInstancesList;\n\n/** Optional parameters. */\nexport interface VmInstanceHybridIdentityMetadataGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VmInstanceHybridIdentityMetadataGetResponse = VmInstanceHybridIdentityMetadata;\n\n/** Optional parameters. */\nexport interface VmInstanceHybridIdentityMetadataListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type VmInstanceHybridIdentityMetadataListResponse = VmInstanceHybridIdentityMetadataList;\n\n/** Optional parameters. */\nexport interface VmInstanceHybridIdentityMetadataListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type VmInstanceHybridIdentityMetadataListNextResponse = VmInstanceHybridIdentityMetadataList;\n\n/** Optional parameters. */\nexport interface VMInstanceGuestAgentsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Request payload. */\n body?: GuestAgent;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type VMInstanceGuestAgentsCreateResponse = GuestAgent;\n\n/** Optional parameters. */\nexport interface VMInstanceGuestAgentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VMInstanceGuestAgentsGetResponse = GuestAgent;\n\n/** Optional parameters. */\nexport interface VMInstanceGuestAgentsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type VMInstanceGuestAgentsDeleteResponse = VMInstanceGuestAgentsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface VMInstanceGuestAgentsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type VMInstanceGuestAgentsListResponse = GuestAgentList;\n\n/** Optional parameters. */\nexport interface VMInstanceGuestAgentsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type VMInstanceGuestAgentsListNextResponse = GuestAgentList;\n\n/** Optional parameters. */\nexport interface AzureArcVMwareManagementServiceAPIOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const OperationsList: coreClient.CompositeMapper;
|
|
3
|
+
export declare const Operation: coreClient.CompositeMapper;
|
|
4
|
+
export declare const OperationDisplay: coreClient.CompositeMapper;
|
|
5
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
6
|
+
export declare const ErrorDetail: coreClient.CompositeMapper;
|
|
7
|
+
export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
|
|
8
|
+
export declare const ResourcePool: coreClient.CompositeMapper;
|
|
9
|
+
export declare const ResourceStatus: coreClient.CompositeMapper;
|
|
10
|
+
export declare const ExtendedLocation: coreClient.CompositeMapper;
|
|
11
|
+
export declare const SystemData: coreClient.CompositeMapper;
|
|
12
|
+
export declare const ResourcePatch: coreClient.CompositeMapper;
|
|
13
|
+
export declare const ResourcePoolsList: coreClient.CompositeMapper;
|
|
14
|
+
export declare const Cluster: coreClient.CompositeMapper;
|
|
15
|
+
export declare const ClustersList: coreClient.CompositeMapper;
|
|
16
|
+
export declare const Host: coreClient.CompositeMapper;
|
|
17
|
+
export declare const HostsList: coreClient.CompositeMapper;
|
|
18
|
+
export declare const Datastore: coreClient.CompositeMapper;
|
|
19
|
+
export declare const DatastoresList: coreClient.CompositeMapper;
|
|
20
|
+
export declare const VCenter: coreClient.CompositeMapper;
|
|
21
|
+
export declare const VICredential: coreClient.CompositeMapper;
|
|
22
|
+
export declare const VCentersList: coreClient.CompositeMapper;
|
|
23
|
+
export declare const VirtualMachineTemplate: coreClient.CompositeMapper;
|
|
24
|
+
export declare const NetworkInterface: coreClient.CompositeMapper;
|
|
25
|
+
export declare const NicIPSettings: coreClient.CompositeMapper;
|
|
26
|
+
export declare const NicIPAddressSettings: coreClient.CompositeMapper;
|
|
27
|
+
export declare const VirtualDisk: coreClient.CompositeMapper;
|
|
28
|
+
export declare const VirtualMachineTemplatesList: coreClient.CompositeMapper;
|
|
29
|
+
export declare const VirtualNetwork: coreClient.CompositeMapper;
|
|
30
|
+
export declare const VirtualNetworksList: coreClient.CompositeMapper;
|
|
31
|
+
export declare const InventoryItemProperties: coreClient.CompositeMapper;
|
|
32
|
+
export declare const Resource: coreClient.CompositeMapper;
|
|
33
|
+
export declare const InventoryItemsList: coreClient.CompositeMapper;
|
|
34
|
+
export declare const PlacementProfile: coreClient.CompositeMapper;
|
|
35
|
+
export declare const OsProfileForVMInstance: coreClient.CompositeMapper;
|
|
36
|
+
export declare const HardwareProfile: coreClient.CompositeMapper;
|
|
37
|
+
export declare const NetworkProfile: coreClient.CompositeMapper;
|
|
38
|
+
export declare const StorageProfile: coreClient.CompositeMapper;
|
|
39
|
+
export declare const VirtualScsiController: coreClient.CompositeMapper;
|
|
40
|
+
export declare const SecurityProfile: coreClient.CompositeMapper;
|
|
41
|
+
export declare const UefiSettings: coreClient.CompositeMapper;
|
|
42
|
+
export declare const InfrastructureProfile: coreClient.CompositeMapper;
|
|
43
|
+
export declare const VirtualMachineInstanceUpdate: coreClient.CompositeMapper;
|
|
44
|
+
export declare const StorageProfileUpdate: coreClient.CompositeMapper;
|
|
45
|
+
export declare const VirtualDiskUpdate: coreClient.CompositeMapper;
|
|
46
|
+
export declare const NetworkProfileUpdate: coreClient.CompositeMapper;
|
|
47
|
+
export declare const NetworkInterfaceUpdate: coreClient.CompositeMapper;
|
|
48
|
+
export declare const VirtualMachineInstancesList: coreClient.CompositeMapper;
|
|
49
|
+
export declare const StopVirtualMachineOptions: coreClient.CompositeMapper;
|
|
50
|
+
export declare const VmInstanceHybridIdentityMetadataList: coreClient.CompositeMapper;
|
|
51
|
+
export declare const GuestCredential: coreClient.CompositeMapper;
|
|
52
|
+
export declare const HttpProxyConfiguration: coreClient.CompositeMapper;
|
|
53
|
+
export declare const GuestAgentList: coreClient.CompositeMapper;
|
|
54
|
+
export declare const Condition: coreClient.CompositeMapper;
|
|
55
|
+
export declare const InventoryItemDetails: coreClient.CompositeMapper;
|
|
56
|
+
export declare const ResourcePoolInventoryItem: coreClient.CompositeMapper;
|
|
57
|
+
export declare const VirtualMachineInventoryItem: coreClient.CompositeMapper;
|
|
58
|
+
export declare const VirtualMachineTemplateInventoryItem: coreClient.CompositeMapper;
|
|
59
|
+
export declare const VirtualNetworkInventoryItem: coreClient.CompositeMapper;
|
|
60
|
+
export declare const ClusterInventoryItem: coreClient.CompositeMapper;
|
|
61
|
+
export declare const DatastoreInventoryItem: coreClient.CompositeMapper;
|
|
62
|
+
export declare const HostInventoryItem: coreClient.CompositeMapper;
|
|
63
|
+
export declare const ProxyResource: coreClient.CompositeMapper;
|
|
64
|
+
export declare const InventoryItem: coreClient.CompositeMapper;
|
|
65
|
+
export declare const VirtualMachineInstance: coreClient.CompositeMapper;
|
|
66
|
+
export declare const VmInstanceHybridIdentityMetadata: coreClient.CompositeMapper;
|
|
67
|
+
export declare const GuestAgent: coreClient.CompositeMapper;
|
|
68
|
+
export declare const ResourcePoolsDeleteHeaders: coreClient.CompositeMapper;
|
|
69
|
+
export declare const ClustersDeleteHeaders: coreClient.CompositeMapper;
|
|
70
|
+
export declare const HostsDeleteHeaders: coreClient.CompositeMapper;
|
|
71
|
+
export declare const DatastoresDeleteHeaders: coreClient.CompositeMapper;
|
|
72
|
+
export declare const VCentersDeleteHeaders: coreClient.CompositeMapper;
|
|
73
|
+
export declare const VirtualMachineTemplatesDeleteHeaders: coreClient.CompositeMapper;
|
|
74
|
+
export declare const VirtualNetworksDeleteHeaders: coreClient.CompositeMapper;
|
|
75
|
+
export declare const VirtualMachineInstancesUpdateHeaders: coreClient.CompositeMapper;
|
|
76
|
+
export declare const VirtualMachineInstancesDeleteHeaders: coreClient.CompositeMapper;
|
|
77
|
+
export declare const VirtualMachineInstancesStopHeaders: coreClient.CompositeMapper;
|
|
78
|
+
export declare const VirtualMachineInstancesStartHeaders: coreClient.CompositeMapper;
|
|
79
|
+
export declare const VirtualMachineInstancesRestartHeaders: coreClient.CompositeMapper;
|
|
80
|
+
export declare const VMInstanceGuestAgentsDeleteHeaders: coreClient.CompositeMapper;
|
|
81
|
+
export declare let discriminators: {
|
|
82
|
+
InventoryItemProperties: coreClient.CompositeMapper;
|
|
83
|
+
"InventoryItemProperties.ResourcePool": coreClient.CompositeMapper;
|
|
84
|
+
"InventoryItemProperties.VirtualMachine": coreClient.CompositeMapper;
|
|
85
|
+
"InventoryItemProperties.VirtualMachineTemplate": coreClient.CompositeMapper;
|
|
86
|
+
"InventoryItemProperties.VirtualNetwork": coreClient.CompositeMapper;
|
|
87
|
+
"InventoryItemProperties.Cluster": coreClient.CompositeMapper;
|
|
88
|
+
"InventoryItemProperties.Datastore": coreClient.CompositeMapper;
|
|
89
|
+
"InventoryItemProperties.Host": coreClient.CompositeMapper;
|
|
90
|
+
};
|
|
91
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eA0BvC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA0BlC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA+BzC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAuNrC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAiDvC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAmBzC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eA0B1C,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,UAAU,CAAC,eA6KhC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eA0BrC,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,UAAU,CAAC,eA6K7B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA0BlC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAuIlC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eA0BvC,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,UAAU,CAAC,eA6IhC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAmBrC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eA0BrC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAkN/C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAoFzC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eA0EtC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eA4B7C,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAqEpC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eA0BpD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAyHvC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA0B5C,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eA4ChD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eA0B3C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA+BzC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAiE/C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eA8CxC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAmBvC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAgCvC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAqC9C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAcxC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAarC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAwE9C,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eA4BrD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAmB7C,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAuD1C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAmB7C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAqC/C,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eA0BpD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAclD,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,UAAU,CAAC,eA0B7D,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAmBxC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAa/C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eA0BvC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAmClC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAyB7C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAmBlD,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAsGpD,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eA8D5D,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAYpD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAY7C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAwB/C,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAmB1C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAQtC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eA8CtC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAkG/C,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eA2BzD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2EnC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAanD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAa9C,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAa3C,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAahD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAa9C,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,UAAU,CAAC,eAa7D,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eAarD,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,UAAU,CAAC,eAa7D,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,UAAU,CAAC,eAa7D,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eAa3D,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAa5D,CAAC;AAEF,eAAO,MAAM,qCAAqC,EAAE,UAAU,CAAC,eAa9D,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eAa3D,CAAC;AAEF,eAAO,IAAI,cAAc;;;;;;;;;CASxB,CAAC"}
|