@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,204 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
|
|
10
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
11
|
-
import { VmInstanceHybridIdentityMetadataOperations } from "../operationsInterfaces";
|
|
12
|
-
import * as coreClient from "@azure/core-client";
|
|
13
|
-
import * as Mappers from "../models/mappers";
|
|
14
|
-
import * as Parameters from "../models/parameters";
|
|
15
|
-
import { AzureArcVMwareManagementServiceAPI } from "../azureArcVMwareManagementServiceAPI";
|
|
16
|
-
import {
|
|
17
|
-
VmInstanceHybridIdentityMetadata,
|
|
18
|
-
VmInstanceHybridIdentityMetadataListNextOptionalParams,
|
|
19
|
-
VmInstanceHybridIdentityMetadataListOptionalParams,
|
|
20
|
-
VmInstanceHybridIdentityMetadataListResponse,
|
|
21
|
-
VmInstanceHybridIdentityMetadataGetOptionalParams,
|
|
22
|
-
VmInstanceHybridIdentityMetadataGetResponse,
|
|
23
|
-
VmInstanceHybridIdentityMetadataListNextResponse
|
|
24
|
-
} from "../models";
|
|
25
|
-
|
|
26
|
-
/// <reference lib="esnext.asynciterable" />
|
|
27
|
-
/** Class containing VmInstanceHybridIdentityMetadataOperations operations. */
|
|
28
|
-
export class VmInstanceHybridIdentityMetadataOperationsImpl
|
|
29
|
-
implements VmInstanceHybridIdentityMetadataOperations {
|
|
30
|
-
private readonly client: AzureArcVMwareManagementServiceAPI;
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
* Initialize a new instance of the class VmInstanceHybridIdentityMetadataOperations class.
|
|
34
|
-
* @param client Reference to the service client
|
|
35
|
-
*/
|
|
36
|
-
constructor(client: AzureArcVMwareManagementServiceAPI) {
|
|
37
|
-
this.client = client;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
* Returns the list of HybridIdentityMetadata of the given vm.
|
|
42
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
|
|
43
|
-
* machine resource to be extended.
|
|
44
|
-
* @param options The options parameters.
|
|
45
|
-
*/
|
|
46
|
-
public list(
|
|
47
|
-
resourceUri: string,
|
|
48
|
-
options?: VmInstanceHybridIdentityMetadataListOptionalParams
|
|
49
|
-
): PagedAsyncIterableIterator<VmInstanceHybridIdentityMetadata> {
|
|
50
|
-
const iter = this.listPagingAll(resourceUri, options);
|
|
51
|
-
return {
|
|
52
|
-
next() {
|
|
53
|
-
return iter.next();
|
|
54
|
-
},
|
|
55
|
-
[Symbol.asyncIterator]() {
|
|
56
|
-
return this;
|
|
57
|
-
},
|
|
58
|
-
byPage: (settings?: PageSettings) => {
|
|
59
|
-
if (settings?.maxPageSize) {
|
|
60
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
61
|
-
}
|
|
62
|
-
return this.listPagingPage(resourceUri, options, settings);
|
|
63
|
-
}
|
|
64
|
-
};
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
private async *listPagingPage(
|
|
68
|
-
resourceUri: string,
|
|
69
|
-
options?: VmInstanceHybridIdentityMetadataListOptionalParams,
|
|
70
|
-
settings?: PageSettings
|
|
71
|
-
): AsyncIterableIterator<VmInstanceHybridIdentityMetadata[]> {
|
|
72
|
-
let result: VmInstanceHybridIdentityMetadataListResponse;
|
|
73
|
-
let continuationToken = settings?.continuationToken;
|
|
74
|
-
if (!continuationToken) {
|
|
75
|
-
result = await this._list(resourceUri, options);
|
|
76
|
-
let page = result.value || [];
|
|
77
|
-
continuationToken = result.nextLink;
|
|
78
|
-
setContinuationToken(page, continuationToken);
|
|
79
|
-
yield page;
|
|
80
|
-
}
|
|
81
|
-
while (continuationToken) {
|
|
82
|
-
result = await this._listNext(resourceUri, continuationToken, options);
|
|
83
|
-
continuationToken = result.nextLink;
|
|
84
|
-
let page = result.value || [];
|
|
85
|
-
setContinuationToken(page, continuationToken);
|
|
86
|
-
yield page;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
private async *listPagingAll(
|
|
91
|
-
resourceUri: string,
|
|
92
|
-
options?: VmInstanceHybridIdentityMetadataListOptionalParams
|
|
93
|
-
): AsyncIterableIterator<VmInstanceHybridIdentityMetadata> {
|
|
94
|
-
for await (const page of this.listPagingPage(resourceUri, options)) {
|
|
95
|
-
yield* page;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
/**
|
|
100
|
-
* Implements HybridIdentityMetadata GET method.
|
|
101
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
|
|
102
|
-
* machine resource to be extended.
|
|
103
|
-
* @param options The options parameters.
|
|
104
|
-
*/
|
|
105
|
-
get(
|
|
106
|
-
resourceUri: string,
|
|
107
|
-
options?: VmInstanceHybridIdentityMetadataGetOptionalParams
|
|
108
|
-
): Promise<VmInstanceHybridIdentityMetadataGetResponse> {
|
|
109
|
-
return this.client.sendOperationRequest(
|
|
110
|
-
{ resourceUri, options },
|
|
111
|
-
getOperationSpec
|
|
112
|
-
);
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
/**
|
|
116
|
-
* Returns the list of HybridIdentityMetadata of the given vm.
|
|
117
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
|
|
118
|
-
* machine resource to be extended.
|
|
119
|
-
* @param options The options parameters.
|
|
120
|
-
*/
|
|
121
|
-
private _list(
|
|
122
|
-
resourceUri: string,
|
|
123
|
-
options?: VmInstanceHybridIdentityMetadataListOptionalParams
|
|
124
|
-
): Promise<VmInstanceHybridIdentityMetadataListResponse> {
|
|
125
|
-
return this.client.sendOperationRequest(
|
|
126
|
-
{ resourceUri, options },
|
|
127
|
-
listOperationSpec
|
|
128
|
-
);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
/**
|
|
132
|
-
* ListNext
|
|
133
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
|
|
134
|
-
* machine resource to be extended.
|
|
135
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
136
|
-
* @param options The options parameters.
|
|
137
|
-
*/
|
|
138
|
-
private _listNext(
|
|
139
|
-
resourceUri: string,
|
|
140
|
-
nextLink: string,
|
|
141
|
-
options?: VmInstanceHybridIdentityMetadataListNextOptionalParams
|
|
142
|
-
): Promise<VmInstanceHybridIdentityMetadataListNextResponse> {
|
|
143
|
-
return this.client.sendOperationRequest(
|
|
144
|
-
{ resourceUri, nextLink, options },
|
|
145
|
-
listNextOperationSpec
|
|
146
|
-
);
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
// Operation Specifications
|
|
150
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
151
|
-
|
|
152
|
-
const getOperationSpec: coreClient.OperationSpec = {
|
|
153
|
-
path:
|
|
154
|
-
"/{resourceUri}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachineInstances/default/hybridIdentityMetadata/default",
|
|
155
|
-
httpMethod: "GET",
|
|
156
|
-
responses: {
|
|
157
|
-
200: {
|
|
158
|
-
bodyMapper: Mappers.VmInstanceHybridIdentityMetadata
|
|
159
|
-
},
|
|
160
|
-
default: {
|
|
161
|
-
bodyMapper: Mappers.ErrorResponse
|
|
162
|
-
}
|
|
163
|
-
},
|
|
164
|
-
queryParameters: [Parameters.apiVersion],
|
|
165
|
-
urlParameters: [Parameters.$host, Parameters.resourceUri],
|
|
166
|
-
headerParameters: [Parameters.accept],
|
|
167
|
-
serializer
|
|
168
|
-
};
|
|
169
|
-
const listOperationSpec: coreClient.OperationSpec = {
|
|
170
|
-
path:
|
|
171
|
-
"/{resourceUri}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachineInstances/default/hybridIdentityMetadata",
|
|
172
|
-
httpMethod: "GET",
|
|
173
|
-
responses: {
|
|
174
|
-
200: {
|
|
175
|
-
bodyMapper: Mappers.VmInstanceHybridIdentityMetadataList
|
|
176
|
-
},
|
|
177
|
-
default: {
|
|
178
|
-
bodyMapper: Mappers.ErrorResponse
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
queryParameters: [Parameters.apiVersion],
|
|
182
|
-
urlParameters: [Parameters.$host, Parameters.resourceUri],
|
|
183
|
-
headerParameters: [Parameters.accept],
|
|
184
|
-
serializer
|
|
185
|
-
};
|
|
186
|
-
const listNextOperationSpec: coreClient.OperationSpec = {
|
|
187
|
-
path: "{nextLink}",
|
|
188
|
-
httpMethod: "GET",
|
|
189
|
-
responses: {
|
|
190
|
-
200: {
|
|
191
|
-
bodyMapper: Mappers.VmInstanceHybridIdentityMetadataList
|
|
192
|
-
},
|
|
193
|
-
default: {
|
|
194
|
-
bodyMapper: Mappers.ErrorResponse
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
urlParameters: [
|
|
198
|
-
Parameters.$host,
|
|
199
|
-
Parameters.nextLink,
|
|
200
|
-
Parameters.resourceUri
|
|
201
|
-
],
|
|
202
|
-
headerParameters: [Parameters.accept],
|
|
203
|
-
serializer
|
|
204
|
-
};
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
11
|
-
import {
|
|
12
|
-
Cluster,
|
|
13
|
-
ClustersListOptionalParams,
|
|
14
|
-
ClustersListByResourceGroupOptionalParams,
|
|
15
|
-
ClustersCreateOptionalParams,
|
|
16
|
-
ClustersCreateResponse,
|
|
17
|
-
ClustersGetOptionalParams,
|
|
18
|
-
ClustersGetResponse,
|
|
19
|
-
ClustersUpdateOptionalParams,
|
|
20
|
-
ClustersUpdateResponse,
|
|
21
|
-
ClustersDeleteOptionalParams
|
|
22
|
-
} from "../models";
|
|
23
|
-
|
|
24
|
-
/// <reference lib="esnext.asynciterable" />
|
|
25
|
-
/** Interface representing a Clusters. */
|
|
26
|
-
export interface Clusters {
|
|
27
|
-
/**
|
|
28
|
-
* List of clusters in a subscription.
|
|
29
|
-
* @param options The options parameters.
|
|
30
|
-
*/
|
|
31
|
-
list(
|
|
32
|
-
options?: ClustersListOptionalParams
|
|
33
|
-
): PagedAsyncIterableIterator<Cluster>;
|
|
34
|
-
/**
|
|
35
|
-
* List of clusters in a resource group.
|
|
36
|
-
* @param resourceGroupName The Resource Group Name.
|
|
37
|
-
* @param options The options parameters.
|
|
38
|
-
*/
|
|
39
|
-
listByResourceGroup(
|
|
40
|
-
resourceGroupName: string,
|
|
41
|
-
options?: ClustersListByResourceGroupOptionalParams
|
|
42
|
-
): PagedAsyncIterableIterator<Cluster>;
|
|
43
|
-
/**
|
|
44
|
-
* Create Or Update cluster.
|
|
45
|
-
* @param resourceGroupName The Resource Group Name.
|
|
46
|
-
* @param clusterName Name of the cluster.
|
|
47
|
-
* @param options The options parameters.
|
|
48
|
-
*/
|
|
49
|
-
beginCreate(
|
|
50
|
-
resourceGroupName: string,
|
|
51
|
-
clusterName: string,
|
|
52
|
-
options?: ClustersCreateOptionalParams
|
|
53
|
-
): Promise<
|
|
54
|
-
SimplePollerLike<
|
|
55
|
-
OperationState<ClustersCreateResponse>,
|
|
56
|
-
ClustersCreateResponse
|
|
57
|
-
>
|
|
58
|
-
>;
|
|
59
|
-
/**
|
|
60
|
-
* Create Or Update cluster.
|
|
61
|
-
* @param resourceGroupName The Resource Group Name.
|
|
62
|
-
* @param clusterName Name of the cluster.
|
|
63
|
-
* @param options The options parameters.
|
|
64
|
-
*/
|
|
65
|
-
beginCreateAndWait(
|
|
66
|
-
resourceGroupName: string,
|
|
67
|
-
clusterName: string,
|
|
68
|
-
options?: ClustersCreateOptionalParams
|
|
69
|
-
): Promise<ClustersCreateResponse>;
|
|
70
|
-
/**
|
|
71
|
-
* Implements cluster GET method.
|
|
72
|
-
* @param resourceGroupName The Resource Group Name.
|
|
73
|
-
* @param clusterName Name of the cluster.
|
|
74
|
-
* @param options The options parameters.
|
|
75
|
-
*/
|
|
76
|
-
get(
|
|
77
|
-
resourceGroupName: string,
|
|
78
|
-
clusterName: string,
|
|
79
|
-
options?: ClustersGetOptionalParams
|
|
80
|
-
): Promise<ClustersGetResponse>;
|
|
81
|
-
/**
|
|
82
|
-
* API to update certain properties of the cluster resource.
|
|
83
|
-
* @param resourceGroupName The Resource Group Name.
|
|
84
|
-
* @param clusterName Name of the cluster.
|
|
85
|
-
* @param options The options parameters.
|
|
86
|
-
*/
|
|
87
|
-
update(
|
|
88
|
-
resourceGroupName: string,
|
|
89
|
-
clusterName: string,
|
|
90
|
-
options?: ClustersUpdateOptionalParams
|
|
91
|
-
): Promise<ClustersUpdateResponse>;
|
|
92
|
-
/**
|
|
93
|
-
* Implements cluster DELETE method.
|
|
94
|
-
* @param resourceGroupName The Resource Group Name.
|
|
95
|
-
* @param clusterName Name of the cluster.
|
|
96
|
-
* @param options The options parameters.
|
|
97
|
-
*/
|
|
98
|
-
beginDelete(
|
|
99
|
-
resourceGroupName: string,
|
|
100
|
-
clusterName: string,
|
|
101
|
-
options?: ClustersDeleteOptionalParams
|
|
102
|
-
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
103
|
-
/**
|
|
104
|
-
* Implements cluster DELETE method.
|
|
105
|
-
* @param resourceGroupName The Resource Group Name.
|
|
106
|
-
* @param clusterName Name of the cluster.
|
|
107
|
-
* @param options The options parameters.
|
|
108
|
-
*/
|
|
109
|
-
beginDeleteAndWait(
|
|
110
|
-
resourceGroupName: string,
|
|
111
|
-
clusterName: string,
|
|
112
|
-
options?: ClustersDeleteOptionalParams
|
|
113
|
-
): Promise<void>;
|
|
114
|
-
}
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
11
|
-
import {
|
|
12
|
-
Datastore,
|
|
13
|
-
DatastoresListOptionalParams,
|
|
14
|
-
DatastoresListByResourceGroupOptionalParams,
|
|
15
|
-
DatastoresCreateOptionalParams,
|
|
16
|
-
DatastoresCreateResponse,
|
|
17
|
-
DatastoresGetOptionalParams,
|
|
18
|
-
DatastoresGetResponse,
|
|
19
|
-
DatastoresUpdateOptionalParams,
|
|
20
|
-
DatastoresUpdateResponse,
|
|
21
|
-
DatastoresDeleteOptionalParams
|
|
22
|
-
} from "../models";
|
|
23
|
-
|
|
24
|
-
/// <reference lib="esnext.asynciterable" />
|
|
25
|
-
/** Interface representing a Datastores. */
|
|
26
|
-
export interface Datastores {
|
|
27
|
-
/**
|
|
28
|
-
* List of datastores in a subscription.
|
|
29
|
-
* @param options The options parameters.
|
|
30
|
-
*/
|
|
31
|
-
list(
|
|
32
|
-
options?: DatastoresListOptionalParams
|
|
33
|
-
): PagedAsyncIterableIterator<Datastore>;
|
|
34
|
-
/**
|
|
35
|
-
* List of datastores in a resource group.
|
|
36
|
-
* @param resourceGroupName The Resource Group Name.
|
|
37
|
-
* @param options The options parameters.
|
|
38
|
-
*/
|
|
39
|
-
listByResourceGroup(
|
|
40
|
-
resourceGroupName: string,
|
|
41
|
-
options?: DatastoresListByResourceGroupOptionalParams
|
|
42
|
-
): PagedAsyncIterableIterator<Datastore>;
|
|
43
|
-
/**
|
|
44
|
-
* Create Or Update datastore.
|
|
45
|
-
* @param resourceGroupName The Resource Group Name.
|
|
46
|
-
* @param datastoreName Name of the datastore.
|
|
47
|
-
* @param options The options parameters.
|
|
48
|
-
*/
|
|
49
|
-
beginCreate(
|
|
50
|
-
resourceGroupName: string,
|
|
51
|
-
datastoreName: string,
|
|
52
|
-
options?: DatastoresCreateOptionalParams
|
|
53
|
-
): Promise<
|
|
54
|
-
SimplePollerLike<
|
|
55
|
-
OperationState<DatastoresCreateResponse>,
|
|
56
|
-
DatastoresCreateResponse
|
|
57
|
-
>
|
|
58
|
-
>;
|
|
59
|
-
/**
|
|
60
|
-
* Create Or Update datastore.
|
|
61
|
-
* @param resourceGroupName The Resource Group Name.
|
|
62
|
-
* @param datastoreName Name of the datastore.
|
|
63
|
-
* @param options The options parameters.
|
|
64
|
-
*/
|
|
65
|
-
beginCreateAndWait(
|
|
66
|
-
resourceGroupName: string,
|
|
67
|
-
datastoreName: string,
|
|
68
|
-
options?: DatastoresCreateOptionalParams
|
|
69
|
-
): Promise<DatastoresCreateResponse>;
|
|
70
|
-
/**
|
|
71
|
-
* Implements datastore GET method.
|
|
72
|
-
* @param resourceGroupName The Resource Group Name.
|
|
73
|
-
* @param datastoreName Name of the datastore.
|
|
74
|
-
* @param options The options parameters.
|
|
75
|
-
*/
|
|
76
|
-
get(
|
|
77
|
-
resourceGroupName: string,
|
|
78
|
-
datastoreName: string,
|
|
79
|
-
options?: DatastoresGetOptionalParams
|
|
80
|
-
): Promise<DatastoresGetResponse>;
|
|
81
|
-
/**
|
|
82
|
-
* API to update certain properties of the datastore resource.
|
|
83
|
-
* @param resourceGroupName The Resource Group Name.
|
|
84
|
-
* @param datastoreName Name of the datastore.
|
|
85
|
-
* @param options The options parameters.
|
|
86
|
-
*/
|
|
87
|
-
update(
|
|
88
|
-
resourceGroupName: string,
|
|
89
|
-
datastoreName: string,
|
|
90
|
-
options?: DatastoresUpdateOptionalParams
|
|
91
|
-
): Promise<DatastoresUpdateResponse>;
|
|
92
|
-
/**
|
|
93
|
-
* Implements datastore DELETE method.
|
|
94
|
-
* @param resourceGroupName The Resource Group Name.
|
|
95
|
-
* @param datastoreName Name of the datastore.
|
|
96
|
-
* @param options The options parameters.
|
|
97
|
-
*/
|
|
98
|
-
beginDelete(
|
|
99
|
-
resourceGroupName: string,
|
|
100
|
-
datastoreName: string,
|
|
101
|
-
options?: DatastoresDeleteOptionalParams
|
|
102
|
-
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
103
|
-
/**
|
|
104
|
-
* Implements datastore DELETE method.
|
|
105
|
-
* @param resourceGroupName The Resource Group Name.
|
|
106
|
-
* @param datastoreName Name of the datastore.
|
|
107
|
-
* @param options The options parameters.
|
|
108
|
-
*/
|
|
109
|
-
beginDeleteAndWait(
|
|
110
|
-
resourceGroupName: string,
|
|
111
|
-
datastoreName: string,
|
|
112
|
-
options?: DatastoresDeleteOptionalParams
|
|
113
|
-
): Promise<void>;
|
|
114
|
-
}
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
11
|
-
import {
|
|
12
|
-
Host,
|
|
13
|
-
HostsListOptionalParams,
|
|
14
|
-
HostsListByResourceGroupOptionalParams,
|
|
15
|
-
HostsCreateOptionalParams,
|
|
16
|
-
HostsCreateResponse,
|
|
17
|
-
HostsGetOptionalParams,
|
|
18
|
-
HostsGetResponse,
|
|
19
|
-
HostsUpdateOptionalParams,
|
|
20
|
-
HostsUpdateResponse,
|
|
21
|
-
HostsDeleteOptionalParams
|
|
22
|
-
} from "../models";
|
|
23
|
-
|
|
24
|
-
/// <reference lib="esnext.asynciterable" />
|
|
25
|
-
/** Interface representing a Hosts. */
|
|
26
|
-
export interface Hosts {
|
|
27
|
-
/**
|
|
28
|
-
* List of hosts in a subscription.
|
|
29
|
-
* @param options The options parameters.
|
|
30
|
-
*/
|
|
31
|
-
list(options?: HostsListOptionalParams): PagedAsyncIterableIterator<Host>;
|
|
32
|
-
/**
|
|
33
|
-
* List of hosts in a resource group.
|
|
34
|
-
* @param resourceGroupName The Resource Group Name.
|
|
35
|
-
* @param options The options parameters.
|
|
36
|
-
*/
|
|
37
|
-
listByResourceGroup(
|
|
38
|
-
resourceGroupName: string,
|
|
39
|
-
options?: HostsListByResourceGroupOptionalParams
|
|
40
|
-
): PagedAsyncIterableIterator<Host>;
|
|
41
|
-
/**
|
|
42
|
-
* Create Or Update host.
|
|
43
|
-
* @param resourceGroupName The Resource Group Name.
|
|
44
|
-
* @param hostName Name of the host.
|
|
45
|
-
* @param options The options parameters.
|
|
46
|
-
*/
|
|
47
|
-
beginCreate(
|
|
48
|
-
resourceGroupName: string,
|
|
49
|
-
hostName: string,
|
|
50
|
-
options?: HostsCreateOptionalParams
|
|
51
|
-
): Promise<
|
|
52
|
-
SimplePollerLike<OperationState<HostsCreateResponse>, HostsCreateResponse>
|
|
53
|
-
>;
|
|
54
|
-
/**
|
|
55
|
-
* Create Or Update host.
|
|
56
|
-
* @param resourceGroupName The Resource Group Name.
|
|
57
|
-
* @param hostName Name of the host.
|
|
58
|
-
* @param options The options parameters.
|
|
59
|
-
*/
|
|
60
|
-
beginCreateAndWait(
|
|
61
|
-
resourceGroupName: string,
|
|
62
|
-
hostName: string,
|
|
63
|
-
options?: HostsCreateOptionalParams
|
|
64
|
-
): Promise<HostsCreateResponse>;
|
|
65
|
-
/**
|
|
66
|
-
* Implements host GET method.
|
|
67
|
-
* @param resourceGroupName The Resource Group Name.
|
|
68
|
-
* @param hostName Name of the host.
|
|
69
|
-
* @param options The options parameters.
|
|
70
|
-
*/
|
|
71
|
-
get(
|
|
72
|
-
resourceGroupName: string,
|
|
73
|
-
hostName: string,
|
|
74
|
-
options?: HostsGetOptionalParams
|
|
75
|
-
): Promise<HostsGetResponse>;
|
|
76
|
-
/**
|
|
77
|
-
* API to update certain properties of the host resource.
|
|
78
|
-
* @param resourceGroupName The Resource Group Name.
|
|
79
|
-
* @param hostName Name of the host.
|
|
80
|
-
* @param options The options parameters.
|
|
81
|
-
*/
|
|
82
|
-
update(
|
|
83
|
-
resourceGroupName: string,
|
|
84
|
-
hostName: string,
|
|
85
|
-
options?: HostsUpdateOptionalParams
|
|
86
|
-
): Promise<HostsUpdateResponse>;
|
|
87
|
-
/**
|
|
88
|
-
* Implements host DELETE method.
|
|
89
|
-
* @param resourceGroupName The Resource Group Name.
|
|
90
|
-
* @param hostName Name of the host.
|
|
91
|
-
* @param options The options parameters.
|
|
92
|
-
*/
|
|
93
|
-
beginDelete(
|
|
94
|
-
resourceGroupName: string,
|
|
95
|
-
hostName: string,
|
|
96
|
-
options?: HostsDeleteOptionalParams
|
|
97
|
-
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
98
|
-
/**
|
|
99
|
-
* Implements host DELETE method.
|
|
100
|
-
* @param resourceGroupName The Resource Group Name.
|
|
101
|
-
* @param hostName Name of the host.
|
|
102
|
-
* @param options The options parameters.
|
|
103
|
-
*/
|
|
104
|
-
beginDeleteAndWait(
|
|
105
|
-
resourceGroupName: string,
|
|
106
|
-
hostName: string,
|
|
107
|
-
options?: HostsDeleteOptionalParams
|
|
108
|
-
): Promise<void>;
|
|
109
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export * from "./operations";
|
|
10
|
-
export * from "./resourcePools";
|
|
11
|
-
export * from "./clusters";
|
|
12
|
-
export * from "./hosts";
|
|
13
|
-
export * from "./datastores";
|
|
14
|
-
export * from "./vCenters";
|
|
15
|
-
export * from "./virtualMachineTemplates";
|
|
16
|
-
export * from "./virtualNetworks";
|
|
17
|
-
export * from "./inventoryItems";
|
|
18
|
-
export * from "./virtualMachineInstances";
|
|
19
|
-
export * from "./vmInstanceHybridIdentityMetadataOperations";
|
|
20
|
-
export * from "./vMInstanceGuestAgents";
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import {
|
|
11
|
-
InventoryItem,
|
|
12
|
-
InventoryItemsListByVCenterOptionalParams,
|
|
13
|
-
InventoryItemsCreateOptionalParams,
|
|
14
|
-
InventoryItemsCreateResponse,
|
|
15
|
-
InventoryItemsGetOptionalParams,
|
|
16
|
-
InventoryItemsGetResponse,
|
|
17
|
-
InventoryItemsDeleteOptionalParams
|
|
18
|
-
} from "../models";
|
|
19
|
-
|
|
20
|
-
/// <reference lib="esnext.asynciterable" />
|
|
21
|
-
/** Interface representing a InventoryItems. */
|
|
22
|
-
export interface InventoryItems {
|
|
23
|
-
/**
|
|
24
|
-
* Returns the list of inventoryItems of the given vCenter.
|
|
25
|
-
* @param resourceGroupName The Resource Group Name.
|
|
26
|
-
* @param vcenterName Name of the vCenter.
|
|
27
|
-
* @param options The options parameters.
|
|
28
|
-
*/
|
|
29
|
-
listByVCenter(
|
|
30
|
-
resourceGroupName: string,
|
|
31
|
-
vcenterName: string,
|
|
32
|
-
options?: InventoryItemsListByVCenterOptionalParams
|
|
33
|
-
): PagedAsyncIterableIterator<InventoryItem>;
|
|
34
|
-
/**
|
|
35
|
-
* Create Or Update InventoryItem.
|
|
36
|
-
* @param resourceGroupName The Resource Group Name.
|
|
37
|
-
* @param vcenterName Name of the vCenter.
|
|
38
|
-
* @param inventoryItemName Name of the inventoryItem.
|
|
39
|
-
* @param options The options parameters.
|
|
40
|
-
*/
|
|
41
|
-
create(
|
|
42
|
-
resourceGroupName: string,
|
|
43
|
-
vcenterName: string,
|
|
44
|
-
inventoryItemName: string,
|
|
45
|
-
options?: InventoryItemsCreateOptionalParams
|
|
46
|
-
): Promise<InventoryItemsCreateResponse>;
|
|
47
|
-
/**
|
|
48
|
-
* Implements InventoryItem GET method.
|
|
49
|
-
* @param resourceGroupName The Resource Group Name.
|
|
50
|
-
* @param vcenterName Name of the vCenter.
|
|
51
|
-
* @param inventoryItemName Name of the inventoryItem.
|
|
52
|
-
* @param options The options parameters.
|
|
53
|
-
*/
|
|
54
|
-
get(
|
|
55
|
-
resourceGroupName: string,
|
|
56
|
-
vcenterName: string,
|
|
57
|
-
inventoryItemName: string,
|
|
58
|
-
options?: InventoryItemsGetOptionalParams
|
|
59
|
-
): Promise<InventoryItemsGetResponse>;
|
|
60
|
-
/**
|
|
61
|
-
* Implements inventoryItem DELETE method.
|
|
62
|
-
* @param resourceGroupName The Resource Group Name.
|
|
63
|
-
* @param vcenterName Name of the vCenter.
|
|
64
|
-
* @param inventoryItemName Name of the inventoryItem.
|
|
65
|
-
* @param options The options parameters.
|
|
66
|
-
*/
|
|
67
|
-
delete(
|
|
68
|
-
resourceGroupName: string,
|
|
69
|
-
vcenterName: string,
|
|
70
|
-
inventoryItemName: string,
|
|
71
|
-
options?: InventoryItemsDeleteOptionalParams
|
|
72
|
-
): Promise<void>;
|
|
73
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { Operation, OperationsListOptionalParams } from "../models";
|
|
11
|
-
|
|
12
|
-
/// <reference lib="esnext.asynciterable" />
|
|
13
|
-
/** Interface representing a Operations. */
|
|
14
|
-
export interface Operations {
|
|
15
|
-
/**
|
|
16
|
-
* Returns list of all operations.
|
|
17
|
-
* @param options The options parameters.
|
|
18
|
-
*/
|
|
19
|
-
list(
|
|
20
|
-
options?: OperationsListOptionalParams
|
|
21
|
-
): PagedAsyncIterableIterator<Operation>;
|
|
22
|
-
}
|