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