@azure/arm-connectedvmware 1.0.0-alpha.20250108.1 → 1.0.0-alpha.20250109.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/browser/azureArcVMwareManagementServiceAPI.d.ts +32 -0
- package/dist/browser/azureArcVMwareManagementServiceAPI.d.ts.map +1 -0
- package/dist/browser/azureArcVMwareManagementServiceAPI.js +106 -0
- package/dist/browser/azureArcVMwareManagementServiceAPI.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +245 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/clusters.d.ts +96 -0
- package/dist/browser/operations/clusters.d.ts.map +1 -0
- package/dist/browser/operations/clusters.js +477 -0
- package/dist/browser/operations/clusters.js.map +1 -0
- package/dist/browser/operations/datastores.d.ts +96 -0
- package/dist/browser/operations/datastores.d.ts.map +1 -0
- package/dist/browser/operations/datastores.js +477 -0
- package/dist/browser/operations/datastores.js.map +1 -0
- package/dist/browser/operations/hosts.d.ts +96 -0
- package/dist/browser/operations/hosts.d.ts.map +1 -0
- package/dist/browser/operations/hosts.js +477 -0
- package/dist/browser/operations/hosts.js.map +1 -0
- package/dist/browser/operations/index.d.ts +13 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +20 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/inventoryItems.d.ts +62 -0
- package/dist/browser/operations/inventoryItems.d.ts.map +1 -0
- package/dist/browser/operations/inventoryItems.js +247 -0
- package/dist/browser/operations/inventoryItems.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/resourcePools.d.ts +96 -0
- package/dist/browser/operations/resourcePools.d.ts.map +1 -0
- package/dist/browser/operations/resourcePools.js +477 -0
- package/dist/browser/operations/resourcePools.js.map +1 -0
- package/dist/browser/operations/vCenters.d.ts +96 -0
- package/dist/browser/operations/vCenters.d.ts.map +1 -0
- package/dist/browser/operations/vCenters.js +477 -0
- package/dist/browser/operations/vCenters.js.map +1 -0
- package/dist/browser/operations/vMInstanceGuestAgents.d.ts +74 -0
- package/dist/browser/operations/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/browser/operations/vMInstanceGuestAgents.js +325 -0
- package/dist/browser/operations/vMInstanceGuestAgents.js.map +1 -0
- package/dist/browser/operations/virtualMachineInstances.d.ts +132 -0
- package/dist/browser/operations/virtualMachineInstances.d.ts.map +1 -0
- package/dist/browser/operations/virtualMachineInstances.js +644 -0
- package/dist/browser/operations/virtualMachineInstances.js.map +1 -0
- package/dist/browser/operations/virtualMachineTemplates.d.ts +96 -0
- package/dist/browser/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/browser/operations/virtualMachineTemplates.js +477 -0
- package/dist/browser/operations/virtualMachineTemplates.js.map +1 -0
- package/dist/browser/operations/virtualNetworks.d.ts +96 -0
- package/dist/browser/operations/virtualNetworks.d.ts.map +1 -0
- package/dist/browser/operations/virtualNetworks.js +477 -0
- package/dist/browser/operations/virtualNetworks.js.map +1 -0
- package/dist/browser/operations/vmInstanceHybridIdentityMetadataOperations.d.ts +45 -0
- package/dist/browser/operations/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/browser/operations/vmInstanceHybridIdentityMetadataOperations.js +168 -0
- package/dist/browser/operations/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.d.ts +60 -0
- package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
- package/dist/browser/operationsInterfaces/datastores.d.ts +60 -0
- package/dist/browser/operationsInterfaces/datastores.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/datastores.js.map +1 -0
- package/dist/browser/operationsInterfaces/hosts.d.ts +60 -0
- package/dist/browser/operationsInterfaces/hosts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/hosts.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +13 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +20 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/inventoryItems.d.ts +37 -0
- package/dist/browser/operationsInterfaces/inventoryItems.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/inventoryItems.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/resourcePools.d.ts +60 -0
- package/dist/browser/operationsInterfaces/resourcePools.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/resourcePools.js.map +1 -0
- package/dist/browser/operationsInterfaces/vCenters.d.ts +60 -0
- package/dist/browser/operationsInterfaces/vCenters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/vCenters.js.map +1 -0
- package/dist/browser/operationsInterfaces/vMInstanceGuestAgents.d.ts +49 -0
- package/dist/browser/operationsInterfaces/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/vMInstanceGuestAgents.js.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachineInstances.d.ts +107 -0
- package/dist/browser/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachineInstances.js.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachineTemplates.d.ts +60 -0
- package/dist/browser/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
- package/dist/browser/operationsInterfaces/virtualNetworks.d.ts +60 -0
- package/dist/browser/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualNetworks.js.map +1 -0
- package/dist/browser/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts +20 -0
- package/dist/browser/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/azureArcVMwareManagementServiceAPI.d.ts +32 -0
- package/dist/commonjs/azureArcVMwareManagementServiceAPI.d.ts.map +1 -0
- package/dist/commonjs/azureArcVMwareManagementServiceAPI.js +111 -0
- package/dist/commonjs/azureArcVMwareManagementServiceAPI.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2381 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +179 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +91 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +3386 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +33 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +248 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/clusters.d.ts +96 -0
- package/dist/commonjs/operations/clusters.d.ts.map +1 -0
- package/dist/commonjs/operations/clusters.js +481 -0
- package/dist/commonjs/operations/clusters.js.map +1 -0
- package/dist/commonjs/operations/datastores.d.ts +96 -0
- package/dist/commonjs/operations/datastores.d.ts.map +1 -0
- package/dist/commonjs/operations/datastores.js +481 -0
- package/dist/commonjs/operations/datastores.js.map +1 -0
- package/dist/commonjs/operations/hosts.d.ts +96 -0
- package/dist/commonjs/operations/hosts.d.ts.map +1 -0
- package/dist/commonjs/operations/hosts.js +481 -0
- package/dist/commonjs/operations/hosts.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +13 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +23 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/inventoryItems.d.ts +62 -0
- package/dist/commonjs/operations/inventoryItems.d.ts.map +1 -0
- package/dist/commonjs/operations/inventoryItems.js +251 -0
- package/dist/commonjs/operations/inventoryItems.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/resourcePools.d.ts +96 -0
- package/dist/commonjs/operations/resourcePools.d.ts.map +1 -0
- package/dist/commonjs/operations/resourcePools.js +481 -0
- package/dist/commonjs/operations/resourcePools.js.map +1 -0
- package/dist/commonjs/operations/vCenters.d.ts +96 -0
- package/dist/commonjs/operations/vCenters.d.ts.map +1 -0
- package/dist/commonjs/operations/vCenters.js +481 -0
- package/dist/commonjs/operations/vCenters.js.map +1 -0
- package/dist/commonjs/operations/vMInstanceGuestAgents.d.ts +74 -0
- package/dist/commonjs/operations/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/commonjs/operations/vMInstanceGuestAgents.js +329 -0
- package/dist/commonjs/operations/vMInstanceGuestAgents.js.map +1 -0
- package/dist/commonjs/operations/virtualMachineInstances.d.ts +132 -0
- package/dist/commonjs/operations/virtualMachineInstances.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualMachineInstances.js +648 -0
- package/dist/commonjs/operations/virtualMachineInstances.js.map +1 -0
- package/dist/commonjs/operations/virtualMachineTemplates.d.ts +96 -0
- package/dist/commonjs/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualMachineTemplates.js +481 -0
- package/dist/commonjs/operations/virtualMachineTemplates.js.map +1 -0
- package/dist/commonjs/operations/virtualNetworks.d.ts +96 -0
- package/dist/commonjs/operations/virtualNetworks.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualNetworks.js +481 -0
- package/dist/commonjs/operations/virtualNetworks.js.map +1 -0
- package/dist/commonjs/operations/vmInstanceHybridIdentityMetadataOperations.d.ts +45 -0
- package/dist/commonjs/operations/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/vmInstanceHybridIdentityMetadataOperations.js +172 -0
- package/dist/commonjs/operations/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
- package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/datastores.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/datastores.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/datastores.js +10 -0
- package/dist/commonjs/operationsInterfaces/datastores.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/hosts.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/hosts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/hosts.js +10 -0
- package/dist/commonjs/operationsInterfaces/hosts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +23 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/inventoryItems.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/inventoryItems.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/inventoryItems.js +10 -0
- package/dist/commonjs/operationsInterfaces/inventoryItems.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/resourcePools.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/resourcePools.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/resourcePools.js +10 -0
- package/dist/commonjs/operationsInterfaces/resourcePools.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/vCenters.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/vCenters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/vCenters.js +10 -0
- package/dist/commonjs/operationsInterfaces/vCenters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/vMInstanceGuestAgents.d.ts +49 -0
- package/dist/commonjs/operationsInterfaces/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/vMInstanceGuestAgents.js +10 -0
- package/dist/commonjs/operationsInterfaces/vMInstanceGuestAgents.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineInstances.d.ts +107 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineInstances.js +10 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineInstances.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineTemplates.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineTemplates.js +10 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworks.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworks.js +10 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/azureArcVMwareManagementServiceAPI.d.ts +32 -0
- package/dist/esm/azureArcVMwareManagementServiceAPI.d.ts.map +1 -0
- package/dist/esm/azureArcVMwareManagementServiceAPI.js +106 -0
- package/dist/esm/azureArcVMwareManagementServiceAPI.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2381 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +176 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +91 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +3382 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +33 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +245 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/clusters.d.ts +96 -0
- package/dist/esm/operations/clusters.d.ts.map +1 -0
- package/dist/esm/operations/clusters.js +477 -0
- package/dist/esm/operations/clusters.js.map +1 -0
- package/dist/esm/operations/datastores.d.ts +96 -0
- package/dist/esm/operations/datastores.d.ts.map +1 -0
- package/dist/esm/operations/datastores.js +477 -0
- package/dist/esm/operations/datastores.js.map +1 -0
- package/dist/esm/operations/hosts.d.ts +96 -0
- package/dist/esm/operations/hosts.d.ts.map +1 -0
- package/dist/esm/operations/hosts.js +477 -0
- package/dist/esm/operations/hosts.js.map +1 -0
- package/dist/esm/operations/index.d.ts +13 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +20 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/inventoryItems.d.ts +62 -0
- package/dist/esm/operations/inventoryItems.d.ts.map +1 -0
- package/dist/esm/operations/inventoryItems.js +247 -0
- package/dist/esm/operations/inventoryItems.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/resourcePools.d.ts +96 -0
- package/dist/esm/operations/resourcePools.d.ts.map +1 -0
- package/dist/esm/operations/resourcePools.js +477 -0
- package/dist/esm/operations/resourcePools.js.map +1 -0
- package/dist/esm/operations/vCenters.d.ts +96 -0
- package/dist/esm/operations/vCenters.d.ts.map +1 -0
- package/dist/esm/operations/vCenters.js +477 -0
- package/dist/esm/operations/vCenters.js.map +1 -0
- package/dist/esm/operations/vMInstanceGuestAgents.d.ts +74 -0
- package/dist/esm/operations/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/esm/operations/vMInstanceGuestAgents.js +325 -0
- package/dist/esm/operations/vMInstanceGuestAgents.js.map +1 -0
- package/dist/esm/operations/virtualMachineInstances.d.ts +132 -0
- package/dist/esm/operations/virtualMachineInstances.d.ts.map +1 -0
- package/dist/esm/operations/virtualMachineInstances.js +644 -0
- package/dist/esm/operations/virtualMachineInstances.js.map +1 -0
- package/dist/esm/operations/virtualMachineTemplates.d.ts +96 -0
- package/dist/esm/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/esm/operations/virtualMachineTemplates.js +477 -0
- package/dist/esm/operations/virtualMachineTemplates.js.map +1 -0
- package/dist/esm/operations/virtualNetworks.d.ts +96 -0
- package/dist/esm/operations/virtualNetworks.d.ts.map +1 -0
- package/dist/esm/operations/virtualNetworks.js +477 -0
- package/dist/esm/operations/virtualNetworks.js.map +1 -0
- package/dist/esm/operations/vmInstanceHybridIdentityMetadataOperations.d.ts +45 -0
- package/dist/esm/operations/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/esm/operations/vmInstanceHybridIdentityMetadataOperations.js +168 -0
- package/dist/esm/operations/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts +60 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.js +9 -0
- package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
- package/dist/esm/operationsInterfaces/datastores.d.ts +60 -0
- package/dist/esm/operationsInterfaces/datastores.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/datastores.js +9 -0
- package/dist/esm/operationsInterfaces/datastores.js.map +1 -0
- package/dist/esm/operationsInterfaces/hosts.d.ts +60 -0
- package/dist/esm/operationsInterfaces/hosts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/hosts.js +9 -0
- package/dist/esm/operationsInterfaces/hosts.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +13 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +20 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/inventoryItems.d.ts +37 -0
- package/dist/esm/operationsInterfaces/inventoryItems.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/inventoryItems.js +9 -0
- package/dist/esm/operationsInterfaces/inventoryItems.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/resourcePools.d.ts +60 -0
- package/dist/esm/operationsInterfaces/resourcePools.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/resourcePools.js +9 -0
- package/dist/esm/operationsInterfaces/resourcePools.js.map +1 -0
- package/dist/esm/operationsInterfaces/vCenters.d.ts +60 -0
- package/dist/esm/operationsInterfaces/vCenters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/vCenters.js +9 -0
- package/dist/esm/operationsInterfaces/vCenters.js.map +1 -0
- package/dist/esm/operationsInterfaces/vMInstanceGuestAgents.d.ts +49 -0
- package/dist/esm/operationsInterfaces/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/vMInstanceGuestAgents.js +9 -0
- package/dist/esm/operationsInterfaces/vMInstanceGuestAgents.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachineInstances.d.ts +107 -0
- package/dist/esm/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachineInstances.js +9 -0
- package/dist/esm/operationsInterfaces/virtualMachineInstances.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachineTemplates.d.ts +60 -0
- package/dist/esm/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachineTemplates.js +9 -0
- package/dist/esm/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualNetworks.d.ts +60 -0
- package/dist/esm/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/virtualNetworks.js +9 -0
- package/dist/esm/operationsInterfaces/virtualNetworks.js.map +1 -0
- package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts +20 -0
- package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js +9 -0
- package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/azureArcVMwareManagementServiceAPI.d.ts +32 -0
- package/dist/react-native/azureArcVMwareManagementServiceAPI.d.ts.map +1 -0
- package/dist/react-native/azureArcVMwareManagementServiceAPI.js +106 -0
- package/dist/react-native/azureArcVMwareManagementServiceAPI.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2381 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +176 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +91 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +3382 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +33 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +245 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/clusters.d.ts +96 -0
- package/dist/react-native/operations/clusters.d.ts.map +1 -0
- package/dist/react-native/operations/clusters.js +477 -0
- package/dist/react-native/operations/clusters.js.map +1 -0
- package/dist/react-native/operations/datastores.d.ts +96 -0
- package/dist/react-native/operations/datastores.d.ts.map +1 -0
- package/dist/react-native/operations/datastores.js +477 -0
- package/dist/react-native/operations/datastores.js.map +1 -0
- package/dist/react-native/operations/hosts.d.ts +96 -0
- package/dist/react-native/operations/hosts.d.ts.map +1 -0
- package/dist/react-native/operations/hosts.js +477 -0
- package/dist/react-native/operations/hosts.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +13 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +20 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/inventoryItems.d.ts +62 -0
- package/dist/react-native/operations/inventoryItems.d.ts.map +1 -0
- package/dist/react-native/operations/inventoryItems.js +247 -0
- package/dist/react-native/operations/inventoryItems.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/resourcePools.d.ts +96 -0
- package/dist/react-native/operations/resourcePools.d.ts.map +1 -0
- package/dist/react-native/operations/resourcePools.js +477 -0
- package/dist/react-native/operations/resourcePools.js.map +1 -0
- package/dist/react-native/operations/vCenters.d.ts +96 -0
- package/dist/react-native/operations/vCenters.d.ts.map +1 -0
- package/dist/react-native/operations/vCenters.js +477 -0
- package/dist/react-native/operations/vCenters.js.map +1 -0
- package/dist/react-native/operations/vMInstanceGuestAgents.d.ts +74 -0
- package/dist/react-native/operations/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/react-native/operations/vMInstanceGuestAgents.js +325 -0
- package/dist/react-native/operations/vMInstanceGuestAgents.js.map +1 -0
- package/dist/react-native/operations/virtualMachineInstances.d.ts +132 -0
- package/dist/react-native/operations/virtualMachineInstances.d.ts.map +1 -0
- package/dist/react-native/operations/virtualMachineInstances.js +644 -0
- package/dist/react-native/operations/virtualMachineInstances.js.map +1 -0
- package/dist/react-native/operations/virtualMachineTemplates.d.ts +96 -0
- package/dist/react-native/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/react-native/operations/virtualMachineTemplates.js +477 -0
- package/dist/react-native/operations/virtualMachineTemplates.js.map +1 -0
- package/dist/react-native/operations/virtualNetworks.d.ts +96 -0
- package/dist/react-native/operations/virtualNetworks.d.ts.map +1 -0
- package/dist/react-native/operations/virtualNetworks.js +477 -0
- package/dist/react-native/operations/virtualNetworks.js.map +1 -0
- package/dist/react-native/operations/vmInstanceHybridIdentityMetadataOperations.d.ts +45 -0
- package/dist/react-native/operations/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/react-native/operations/vmInstanceHybridIdentityMetadataOperations.js +168 -0
- package/dist/react-native/operations/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.js +9 -0
- package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/datastores.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/datastores.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/datastores.js +9 -0
- package/dist/react-native/operationsInterfaces/datastores.js.map +1 -0
- package/dist/react-native/operationsInterfaces/hosts.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/hosts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/hosts.js +9 -0
- package/dist/react-native/operationsInterfaces/hosts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +20 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/inventoryItems.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/inventoryItems.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/inventoryItems.js +9 -0
- package/dist/react-native/operationsInterfaces/inventoryItems.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/resourcePools.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/resourcePools.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/resourcePools.js +9 -0
- package/dist/react-native/operationsInterfaces/resourcePools.js.map +1 -0
- package/dist/react-native/operationsInterfaces/vCenters.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/vCenters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/vCenters.js +9 -0
- package/dist/react-native/operationsInterfaces/vCenters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/vMInstanceGuestAgents.d.ts +49 -0
- package/dist/react-native/operationsInterfaces/vMInstanceGuestAgents.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/vMInstanceGuestAgents.js +9 -0
- package/dist/react-native/operationsInterfaces/vMInstanceGuestAgents.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachineInstances.d.ts +107 -0
- package/dist/react-native/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachineInstances.js +9 -0
- package/dist/react-native/operationsInterfaces/virtualMachineInstances.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachineTemplates.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachineTemplates.js +9 -0
- package/dist/react-native/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualNetworks.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualNetworks.js +9 -0
- package/dist/react-native/operationsInterfaces/virtualNetworks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +59 -29
- package/dist/index.js +0 -8941
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/clustersCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersCreateSample.js +0 -49
- package/dist-esm/samples-dev/clustersCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.js +0 -39
- package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListSample.js +0 -53
- package/dist-esm/samples-dev/clustersListSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.js +0 -41
- package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/datastoresCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/datastoresCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datastoresCreateSample.js +0 -49
- package/dist-esm/samples-dev/datastoresCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/datastoresDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/datastoresDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datastoresDeleteSample.js +0 -39
- package/dist-esm/samples-dev/datastoresDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/datastoresGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/datastoresGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datastoresGetSample.js +0 -39
- package/dist-esm/samples-dev/datastoresGetSample.js.map +0 -1
- package/dist-esm/samples-dev/datastoresListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/datastoresListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datastoresListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/datastoresListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/datastoresListSample.d.ts +0 -2
- package/dist-esm/samples-dev/datastoresListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datastoresListSample.js +0 -53
- package/dist-esm/samples-dev/datastoresListSample.js.map +0 -1
- package/dist-esm/samples-dev/datastoresUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/datastoresUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datastoresUpdateSample.js +0 -41
- package/dist-esm/samples-dev/datastoresUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/hostsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/hostsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hostsCreateSample.js +0 -49
- package/dist-esm/samples-dev/hostsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/hostsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/hostsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hostsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/hostsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/hostsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/hostsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hostsGetSample.js +0 -39
- package/dist-esm/samples-dev/hostsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/hostsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/hostsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hostsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/hostsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/hostsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/hostsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hostsListSample.js +0 -53
- package/dist-esm/samples-dev/hostsListSample.js.map +0 -1
- package/dist-esm/samples-dev/hostsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/hostsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hostsUpdateSample.js +0 -41
- package/dist-esm/samples-dev/hostsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/inventoryItemsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsCreateSample.js +0 -42
- package/dist-esm/samples-dev/inventoryItemsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/inventoryItemsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsGetSample.js +0 -40
- package/dist-esm/samples-dev/inventoryItemsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.d.ts +0 -2
- package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.js +0 -55
- package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourcePoolsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsCreateSample.js +0 -49
- package/dist-esm/samples-dev/resourcePoolsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourcePoolsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/resourcePoolsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourcePoolsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsGetSample.js +0 -39
- package/dist-esm/samples-dev/resourcePoolsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourcePoolsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsListSample.js +0 -53
- package/dist-esm/samples-dev/resourcePoolsListSample.js.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourcePoolsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsUpdateSample.js +0 -41
- package/dist-esm/samples-dev/resourcePoolsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/vCentersCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/vCentersCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vCentersCreateSample.js +0 -50
- package/dist-esm/samples-dev/vCentersCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/vCentersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/vCentersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vCentersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/vCentersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/vCentersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/vCentersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vCentersGetSample.js +0 -39
- package/dist-esm/samples-dev/vCentersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/vCentersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/vCentersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vCentersListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/vCentersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/vCentersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/vCentersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vCentersListSample.js +0 -53
- package/dist-esm/samples-dev/vCentersListSample.js.map +0 -1
- package/dist-esm/samples-dev/vCentersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/vCentersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vCentersUpdateSample.js +0 -41
- package/dist-esm/samples-dev/vCentersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js +0 -51
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.js +0 -52
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js +0 -38
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js +0 -40
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.js +0 -49
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.js +0 -39
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js +0 -53
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.js +0 -41
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworksCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksCreateSample.js +0 -49
- package/dist-esm/samples-dev/virtualNetworksCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.js +0 -39
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksGetSample.js +0 -39
- package/dist-esm/samples-dev/virtualNetworksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksListSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworksListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksListSample.js +0 -53
- package/dist-esm/samples-dev/virtualNetworksListSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.js +0 -41
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmInstanceGuestAgentsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsCreateSample.js +0 -43
- package/dist-esm/samples-dev/vmInstanceGuestAgentsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmInstanceGuestAgentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/vmInstanceGuestAgentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmInstanceGuestAgentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsGetSample.js +0 -36
- package/dist-esm/samples-dev/vmInstanceGuestAgentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmInstanceGuestAgentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmInstanceGuestAgentsListSample.js +0 -52
- package/dist-esm/samples-dev/vmInstanceGuestAgentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataGetSample.js +0 -36
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataGetSample.js.map +0 -1
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataListSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataListSample.js +0 -52
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataListSample.js.map +0 -1
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.d.ts +0 -32
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.d.ts.map +0 -1
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.js +0 -109
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -245
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/clusters.d.ts +0 -96
- package/dist-esm/src/operations/clusters.d.ts.map +0 -1
- package/dist-esm/src/operations/clusters.js +0 -485
- package/dist-esm/src/operations/clusters.js.map +0 -1
- package/dist-esm/src/operations/datastores.d.ts +0 -96
- package/dist-esm/src/operations/datastores.d.ts.map +0 -1
- package/dist-esm/src/operations/datastores.js +0 -485
- package/dist-esm/src/operations/datastores.js.map +0 -1
- package/dist-esm/src/operations/hosts.d.ts +0 -96
- package/dist-esm/src/operations/hosts.d.ts.map +0 -1
- package/dist-esm/src/operations/hosts.js +0 -485
- package/dist-esm/src/operations/hosts.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -13
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -20
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/inventoryItems.d.ts +0 -62
- package/dist-esm/src/operations/inventoryItems.d.ts.map +0 -1
- package/dist-esm/src/operations/inventoryItems.js +0 -247
- package/dist-esm/src/operations/inventoryItems.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/resourcePools.d.ts +0 -96
- package/dist-esm/src/operations/resourcePools.d.ts.map +0 -1
- package/dist-esm/src/operations/resourcePools.js +0 -485
- package/dist-esm/src/operations/resourcePools.js.map +0 -1
- package/dist-esm/src/operations/vCenters.d.ts +0 -96
- package/dist-esm/src/operations/vCenters.d.ts.map +0 -1
- package/dist-esm/src/operations/vCenters.js +0 -485
- package/dist-esm/src/operations/vCenters.js.map +0 -1
- package/dist-esm/src/operations/vMInstanceGuestAgents.d.ts +0 -74
- package/dist-esm/src/operations/vMInstanceGuestAgents.d.ts.map +0 -1
- package/dist-esm/src/operations/vMInstanceGuestAgents.js +0 -333
- package/dist-esm/src/operations/vMInstanceGuestAgents.js.map +0 -1
- package/dist-esm/src/operations/virtualMachineInstances.d.ts +0 -132
- package/dist-esm/src/operations/virtualMachineInstances.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualMachineInstances.js +0 -668
- package/dist-esm/src/operations/virtualMachineInstances.js.map +0 -1
- package/dist-esm/src/operations/virtualMachineTemplates.d.ts +0 -96
- package/dist-esm/src/operations/virtualMachineTemplates.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualMachineTemplates.js +0 -485
- package/dist-esm/src/operations/virtualMachineTemplates.js.map +0 -1
- package/dist-esm/src/operations/virtualNetworks.d.ts +0 -96
- package/dist-esm/src/operations/virtualNetworks.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualNetworks.js +0 -485
- package/dist-esm/src/operations/virtualNetworks.js.map +0 -1
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadataOperations.d.ts +0 -45
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadataOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadataOperations.js +0 -168
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadataOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/datastores.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/datastores.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/datastores.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/hosts.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/hosts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/hosts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -20
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/inventoryItems.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/inventoryItems.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/inventoryItems.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourcePools.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/resourcePools.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourcePools.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/vCenters.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/vCenters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/vCenters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/vMInstanceGuestAgents.d.ts +0 -49
- package/dist-esm/src/operationsInterfaces/vMInstanceGuestAgents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/vMInstanceGuestAgents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts +0 -107
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualNetworks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/connectedvmware_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/connectedvmware_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/connectedvmware_operations_test.spec.js +0 -75
- package/dist-esm/test/connectedvmware_operations_test.spec.js.map +0 -1
- package/src/azureArcVMwareManagementServiceAPI.ts +0 -206
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -2672
- package/src/models/mappers.ts +0 -3549
- package/src/models/parameters.ts +0 -295
- package/src/operations/clusters.ts +0 -622
- package/src/operations/datastores.ts +0 -622
- package/src/operations/hosts.ts +0 -609
- package/src/operations/index.ts +0 -20
- package/src/operations/inventoryItems.ts +0 -334
- package/src/operations/operations.ts +0 -149
- package/src/operations/resourcePools.ts +0 -622
- package/src/operations/vCenters.ts +0 -622
- package/src/operations/vMInstanceGuestAgents.ts +0 -436
- package/src/operations/virtualMachineInstances.ts +0 -899
- package/src/operations/virtualMachineTemplates.ts +0 -622
- package/src/operations/virtualNetworks.ts +0 -622
- package/src/operations/vmInstanceHybridIdentityMetadataOperations.ts +0 -204
- package/src/operationsInterfaces/clusters.ts +0 -114
- package/src/operationsInterfaces/datastores.ts +0 -114
- package/src/operationsInterfaces/hosts.ts +0 -109
- package/src/operationsInterfaces/index.ts +0 -20
- package/src/operationsInterfaces/inventoryItems.ts +0 -73
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/resourcePools.ts +0 -114
- package/src/operationsInterfaces/vCenters.ts +0 -114
- package/src/operationsInterfaces/vMInstanceGuestAgents.ts +0 -95
- package/src/operationsInterfaces/virtualMachineInstances.ts +0 -205
- package/src/operationsInterfaces/virtualMachineTemplates.ts +0 -114
- package/src/operationsInterfaces/virtualNetworks.ts +0 -114
- package/src/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.ts +0 -40
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-connectedvmware.d.ts +0 -3293
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/datastores.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/hosts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/inventoryItems.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourcePools.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/vCenters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/vMInstanceGuestAgents.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachineInstances.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachineTemplates.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualNetworks.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -1,334 +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 { InventoryItems } 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
|
-
InventoryItem,
|
|
18
|
-
InventoryItemsListByVCenterNextOptionalParams,
|
|
19
|
-
InventoryItemsListByVCenterOptionalParams,
|
|
20
|
-
InventoryItemsListByVCenterResponse,
|
|
21
|
-
InventoryItemsCreateOptionalParams,
|
|
22
|
-
InventoryItemsCreateResponse,
|
|
23
|
-
InventoryItemsGetOptionalParams,
|
|
24
|
-
InventoryItemsGetResponse,
|
|
25
|
-
InventoryItemsDeleteOptionalParams,
|
|
26
|
-
InventoryItemsListByVCenterNextResponse
|
|
27
|
-
} from "../models";
|
|
28
|
-
|
|
29
|
-
/// <reference lib="esnext.asynciterable" />
|
|
30
|
-
/** Class containing InventoryItems operations. */
|
|
31
|
-
export class InventoryItemsImpl implements InventoryItems {
|
|
32
|
-
private readonly client: AzureArcVMwareManagementServiceAPI;
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* Initialize a new instance of the class InventoryItems class.
|
|
36
|
-
* @param client Reference to the service client
|
|
37
|
-
*/
|
|
38
|
-
constructor(client: AzureArcVMwareManagementServiceAPI) {
|
|
39
|
-
this.client = client;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Returns the list of inventoryItems of the given vCenter.
|
|
44
|
-
* @param resourceGroupName The Resource Group Name.
|
|
45
|
-
* @param vcenterName Name of the vCenter.
|
|
46
|
-
* @param options The options parameters.
|
|
47
|
-
*/
|
|
48
|
-
public listByVCenter(
|
|
49
|
-
resourceGroupName: string,
|
|
50
|
-
vcenterName: string,
|
|
51
|
-
options?: InventoryItemsListByVCenterOptionalParams
|
|
52
|
-
): PagedAsyncIterableIterator<InventoryItem> {
|
|
53
|
-
const iter = this.listByVCenterPagingAll(
|
|
54
|
-
resourceGroupName,
|
|
55
|
-
vcenterName,
|
|
56
|
-
options
|
|
57
|
-
);
|
|
58
|
-
return {
|
|
59
|
-
next() {
|
|
60
|
-
return iter.next();
|
|
61
|
-
},
|
|
62
|
-
[Symbol.asyncIterator]() {
|
|
63
|
-
return this;
|
|
64
|
-
},
|
|
65
|
-
byPage: (settings?: PageSettings) => {
|
|
66
|
-
if (settings?.maxPageSize) {
|
|
67
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
68
|
-
}
|
|
69
|
-
return this.listByVCenterPagingPage(
|
|
70
|
-
resourceGroupName,
|
|
71
|
-
vcenterName,
|
|
72
|
-
options,
|
|
73
|
-
settings
|
|
74
|
-
);
|
|
75
|
-
}
|
|
76
|
-
};
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
private async *listByVCenterPagingPage(
|
|
80
|
-
resourceGroupName: string,
|
|
81
|
-
vcenterName: string,
|
|
82
|
-
options?: InventoryItemsListByVCenterOptionalParams,
|
|
83
|
-
settings?: PageSettings
|
|
84
|
-
): AsyncIterableIterator<InventoryItem[]> {
|
|
85
|
-
let result: InventoryItemsListByVCenterResponse;
|
|
86
|
-
let continuationToken = settings?.continuationToken;
|
|
87
|
-
if (!continuationToken) {
|
|
88
|
-
result = await this._listByVCenter(
|
|
89
|
-
resourceGroupName,
|
|
90
|
-
vcenterName,
|
|
91
|
-
options
|
|
92
|
-
);
|
|
93
|
-
let page = result.value || [];
|
|
94
|
-
continuationToken = result.nextLink;
|
|
95
|
-
setContinuationToken(page, continuationToken);
|
|
96
|
-
yield page;
|
|
97
|
-
}
|
|
98
|
-
while (continuationToken) {
|
|
99
|
-
result = await this._listByVCenterNext(
|
|
100
|
-
resourceGroupName,
|
|
101
|
-
vcenterName,
|
|
102
|
-
continuationToken,
|
|
103
|
-
options
|
|
104
|
-
);
|
|
105
|
-
continuationToken = result.nextLink;
|
|
106
|
-
let page = result.value || [];
|
|
107
|
-
setContinuationToken(page, continuationToken);
|
|
108
|
-
yield page;
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
private async *listByVCenterPagingAll(
|
|
113
|
-
resourceGroupName: string,
|
|
114
|
-
vcenterName: string,
|
|
115
|
-
options?: InventoryItemsListByVCenterOptionalParams
|
|
116
|
-
): AsyncIterableIterator<InventoryItem> {
|
|
117
|
-
for await (const page of this.listByVCenterPagingPage(
|
|
118
|
-
resourceGroupName,
|
|
119
|
-
vcenterName,
|
|
120
|
-
options
|
|
121
|
-
)) {
|
|
122
|
-
yield* page;
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
/**
|
|
127
|
-
* Create Or Update InventoryItem.
|
|
128
|
-
* @param resourceGroupName The Resource Group Name.
|
|
129
|
-
* @param vcenterName Name of the vCenter.
|
|
130
|
-
* @param inventoryItemName Name of the inventoryItem.
|
|
131
|
-
* @param options The options parameters.
|
|
132
|
-
*/
|
|
133
|
-
create(
|
|
134
|
-
resourceGroupName: string,
|
|
135
|
-
vcenterName: string,
|
|
136
|
-
inventoryItemName: string,
|
|
137
|
-
options?: InventoryItemsCreateOptionalParams
|
|
138
|
-
): Promise<InventoryItemsCreateResponse> {
|
|
139
|
-
return this.client.sendOperationRequest(
|
|
140
|
-
{ resourceGroupName, vcenterName, inventoryItemName, options },
|
|
141
|
-
createOperationSpec
|
|
142
|
-
);
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
/**
|
|
146
|
-
* Implements InventoryItem GET method.
|
|
147
|
-
* @param resourceGroupName The Resource Group Name.
|
|
148
|
-
* @param vcenterName Name of the vCenter.
|
|
149
|
-
* @param inventoryItemName Name of the inventoryItem.
|
|
150
|
-
* @param options The options parameters.
|
|
151
|
-
*/
|
|
152
|
-
get(
|
|
153
|
-
resourceGroupName: string,
|
|
154
|
-
vcenterName: string,
|
|
155
|
-
inventoryItemName: string,
|
|
156
|
-
options?: InventoryItemsGetOptionalParams
|
|
157
|
-
): Promise<InventoryItemsGetResponse> {
|
|
158
|
-
return this.client.sendOperationRequest(
|
|
159
|
-
{ resourceGroupName, vcenterName, inventoryItemName, options },
|
|
160
|
-
getOperationSpec
|
|
161
|
-
);
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
/**
|
|
165
|
-
* Implements inventoryItem DELETE method.
|
|
166
|
-
* @param resourceGroupName The Resource Group Name.
|
|
167
|
-
* @param vcenterName Name of the vCenter.
|
|
168
|
-
* @param inventoryItemName Name of the inventoryItem.
|
|
169
|
-
* @param options The options parameters.
|
|
170
|
-
*/
|
|
171
|
-
delete(
|
|
172
|
-
resourceGroupName: string,
|
|
173
|
-
vcenterName: string,
|
|
174
|
-
inventoryItemName: string,
|
|
175
|
-
options?: InventoryItemsDeleteOptionalParams
|
|
176
|
-
): Promise<void> {
|
|
177
|
-
return this.client.sendOperationRequest(
|
|
178
|
-
{ resourceGroupName, vcenterName, inventoryItemName, options },
|
|
179
|
-
deleteOperationSpec
|
|
180
|
-
);
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
/**
|
|
184
|
-
* Returns the list of inventoryItems of the given vCenter.
|
|
185
|
-
* @param resourceGroupName The Resource Group Name.
|
|
186
|
-
* @param vcenterName Name of the vCenter.
|
|
187
|
-
* @param options The options parameters.
|
|
188
|
-
*/
|
|
189
|
-
private _listByVCenter(
|
|
190
|
-
resourceGroupName: string,
|
|
191
|
-
vcenterName: string,
|
|
192
|
-
options?: InventoryItemsListByVCenterOptionalParams
|
|
193
|
-
): Promise<InventoryItemsListByVCenterResponse> {
|
|
194
|
-
return this.client.sendOperationRequest(
|
|
195
|
-
{ resourceGroupName, vcenterName, options },
|
|
196
|
-
listByVCenterOperationSpec
|
|
197
|
-
);
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
/**
|
|
201
|
-
* ListByVCenterNext
|
|
202
|
-
* @param resourceGroupName The Resource Group Name.
|
|
203
|
-
* @param vcenterName Name of the vCenter.
|
|
204
|
-
* @param nextLink The nextLink from the previous successful call to the ListByVCenter method.
|
|
205
|
-
* @param options The options parameters.
|
|
206
|
-
*/
|
|
207
|
-
private _listByVCenterNext(
|
|
208
|
-
resourceGroupName: string,
|
|
209
|
-
vcenterName: string,
|
|
210
|
-
nextLink: string,
|
|
211
|
-
options?: InventoryItemsListByVCenterNextOptionalParams
|
|
212
|
-
): Promise<InventoryItemsListByVCenterNextResponse> {
|
|
213
|
-
return this.client.sendOperationRequest(
|
|
214
|
-
{ resourceGroupName, vcenterName, nextLink, options },
|
|
215
|
-
listByVCenterNextOperationSpec
|
|
216
|
-
);
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
// Operation Specifications
|
|
220
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
221
|
-
|
|
222
|
-
const createOperationSpec: coreClient.OperationSpec = {
|
|
223
|
-
path:
|
|
224
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/vcenters/{vcenterName}/inventoryItems/{inventoryItemName}",
|
|
225
|
-
httpMethod: "PUT",
|
|
226
|
-
responses: {
|
|
227
|
-
200: {
|
|
228
|
-
bodyMapper: Mappers.InventoryItem
|
|
229
|
-
},
|
|
230
|
-
default: {
|
|
231
|
-
bodyMapper: Mappers.ErrorResponse
|
|
232
|
-
}
|
|
233
|
-
},
|
|
234
|
-
requestBody: Parameters.body8,
|
|
235
|
-
queryParameters: [Parameters.apiVersion],
|
|
236
|
-
urlParameters: [
|
|
237
|
-
Parameters.$host,
|
|
238
|
-
Parameters.subscriptionId,
|
|
239
|
-
Parameters.resourceGroupName,
|
|
240
|
-
Parameters.vcenterName,
|
|
241
|
-
Parameters.inventoryItemName
|
|
242
|
-
],
|
|
243
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
244
|
-
mediaType: "json",
|
|
245
|
-
serializer
|
|
246
|
-
};
|
|
247
|
-
const getOperationSpec: coreClient.OperationSpec = {
|
|
248
|
-
path:
|
|
249
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/vcenters/{vcenterName}/inventoryItems/{inventoryItemName}",
|
|
250
|
-
httpMethod: "GET",
|
|
251
|
-
responses: {
|
|
252
|
-
200: {
|
|
253
|
-
bodyMapper: Mappers.InventoryItem
|
|
254
|
-
},
|
|
255
|
-
default: {
|
|
256
|
-
bodyMapper: Mappers.ErrorResponse
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
|
-
queryParameters: [Parameters.apiVersion],
|
|
260
|
-
urlParameters: [
|
|
261
|
-
Parameters.$host,
|
|
262
|
-
Parameters.subscriptionId,
|
|
263
|
-
Parameters.resourceGroupName,
|
|
264
|
-
Parameters.vcenterName,
|
|
265
|
-
Parameters.inventoryItemName
|
|
266
|
-
],
|
|
267
|
-
headerParameters: [Parameters.accept],
|
|
268
|
-
serializer
|
|
269
|
-
};
|
|
270
|
-
const deleteOperationSpec: coreClient.OperationSpec = {
|
|
271
|
-
path:
|
|
272
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/vcenters/{vcenterName}/inventoryItems/{inventoryItemName}",
|
|
273
|
-
httpMethod: "DELETE",
|
|
274
|
-
responses: {
|
|
275
|
-
200: {},
|
|
276
|
-
204: {},
|
|
277
|
-
default: {
|
|
278
|
-
bodyMapper: Mappers.ErrorResponse
|
|
279
|
-
}
|
|
280
|
-
},
|
|
281
|
-
queryParameters: [Parameters.apiVersion],
|
|
282
|
-
urlParameters: [
|
|
283
|
-
Parameters.$host,
|
|
284
|
-
Parameters.subscriptionId,
|
|
285
|
-
Parameters.resourceGroupName,
|
|
286
|
-
Parameters.vcenterName,
|
|
287
|
-
Parameters.inventoryItemName
|
|
288
|
-
],
|
|
289
|
-
headerParameters: [Parameters.accept],
|
|
290
|
-
serializer
|
|
291
|
-
};
|
|
292
|
-
const listByVCenterOperationSpec: coreClient.OperationSpec = {
|
|
293
|
-
path:
|
|
294
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/vcenters/{vcenterName}/inventoryItems",
|
|
295
|
-
httpMethod: "GET",
|
|
296
|
-
responses: {
|
|
297
|
-
200: {
|
|
298
|
-
bodyMapper: Mappers.InventoryItemsList
|
|
299
|
-
},
|
|
300
|
-
default: {
|
|
301
|
-
bodyMapper: Mappers.ErrorResponse
|
|
302
|
-
}
|
|
303
|
-
},
|
|
304
|
-
queryParameters: [Parameters.apiVersion],
|
|
305
|
-
urlParameters: [
|
|
306
|
-
Parameters.$host,
|
|
307
|
-
Parameters.subscriptionId,
|
|
308
|
-
Parameters.resourceGroupName,
|
|
309
|
-
Parameters.vcenterName
|
|
310
|
-
],
|
|
311
|
-
headerParameters: [Parameters.accept],
|
|
312
|
-
serializer
|
|
313
|
-
};
|
|
314
|
-
const listByVCenterNextOperationSpec: coreClient.OperationSpec = {
|
|
315
|
-
path: "{nextLink}",
|
|
316
|
-
httpMethod: "GET",
|
|
317
|
-
responses: {
|
|
318
|
-
200: {
|
|
319
|
-
bodyMapper: Mappers.InventoryItemsList
|
|
320
|
-
},
|
|
321
|
-
default: {
|
|
322
|
-
bodyMapper: Mappers.ErrorResponse
|
|
323
|
-
}
|
|
324
|
-
},
|
|
325
|
-
urlParameters: [
|
|
326
|
-
Parameters.$host,
|
|
327
|
-
Parameters.nextLink,
|
|
328
|
-
Parameters.subscriptionId,
|
|
329
|
-
Parameters.resourceGroupName,
|
|
330
|
-
Parameters.vcenterName
|
|
331
|
-
],
|
|
332
|
-
headerParameters: [Parameters.accept],
|
|
333
|
-
serializer
|
|
334
|
-
};
|
|
@@ -1,149 +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 { Operations } 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
|
-
Operation,
|
|
18
|
-
OperationsListNextOptionalParams,
|
|
19
|
-
OperationsListOptionalParams,
|
|
20
|
-
OperationsListResponse,
|
|
21
|
-
OperationsListNextResponse
|
|
22
|
-
} from "../models";
|
|
23
|
-
|
|
24
|
-
/// <reference lib="esnext.asynciterable" />
|
|
25
|
-
/** Class containing Operations operations. */
|
|
26
|
-
export class OperationsImpl implements Operations {
|
|
27
|
-
private readonly client: AzureArcVMwareManagementServiceAPI;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Initialize a new instance of the class Operations class.
|
|
31
|
-
* @param client Reference to the service client
|
|
32
|
-
*/
|
|
33
|
-
constructor(client: AzureArcVMwareManagementServiceAPI) {
|
|
34
|
-
this.client = client;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
/**
|
|
38
|
-
* Returns list of all operations.
|
|
39
|
-
* @param options The options parameters.
|
|
40
|
-
*/
|
|
41
|
-
public list(
|
|
42
|
-
options?: OperationsListOptionalParams
|
|
43
|
-
): PagedAsyncIterableIterator<Operation> {
|
|
44
|
-
const iter = this.listPagingAll(options);
|
|
45
|
-
return {
|
|
46
|
-
next() {
|
|
47
|
-
return iter.next();
|
|
48
|
-
},
|
|
49
|
-
[Symbol.asyncIterator]() {
|
|
50
|
-
return this;
|
|
51
|
-
},
|
|
52
|
-
byPage: (settings?: PageSettings) => {
|
|
53
|
-
if (settings?.maxPageSize) {
|
|
54
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
55
|
-
}
|
|
56
|
-
return this.listPagingPage(options, settings);
|
|
57
|
-
}
|
|
58
|
-
};
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
private async *listPagingPage(
|
|
62
|
-
options?: OperationsListOptionalParams,
|
|
63
|
-
settings?: PageSettings
|
|
64
|
-
): AsyncIterableIterator<Operation[]> {
|
|
65
|
-
let result: OperationsListResponse;
|
|
66
|
-
let continuationToken = settings?.continuationToken;
|
|
67
|
-
if (!continuationToken) {
|
|
68
|
-
result = await this._list(options);
|
|
69
|
-
let page = result.value || [];
|
|
70
|
-
continuationToken = result.nextLink;
|
|
71
|
-
setContinuationToken(page, continuationToken);
|
|
72
|
-
yield page;
|
|
73
|
-
}
|
|
74
|
-
while (continuationToken) {
|
|
75
|
-
result = await this._listNext(continuationToken, options);
|
|
76
|
-
continuationToken = result.nextLink;
|
|
77
|
-
let page = result.value || [];
|
|
78
|
-
setContinuationToken(page, continuationToken);
|
|
79
|
-
yield page;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
private async *listPagingAll(
|
|
84
|
-
options?: OperationsListOptionalParams
|
|
85
|
-
): AsyncIterableIterator<Operation> {
|
|
86
|
-
for await (const page of this.listPagingPage(options)) {
|
|
87
|
-
yield* page;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* Returns list of all operations.
|
|
93
|
-
* @param options The options parameters.
|
|
94
|
-
*/
|
|
95
|
-
private _list(
|
|
96
|
-
options?: OperationsListOptionalParams
|
|
97
|
-
): Promise<OperationsListResponse> {
|
|
98
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
/**
|
|
102
|
-
* ListNext
|
|
103
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
104
|
-
* @param options The options parameters.
|
|
105
|
-
*/
|
|
106
|
-
private _listNext(
|
|
107
|
-
nextLink: string,
|
|
108
|
-
options?: OperationsListNextOptionalParams
|
|
109
|
-
): Promise<OperationsListNextResponse> {
|
|
110
|
-
return this.client.sendOperationRequest(
|
|
111
|
-
{ nextLink, options },
|
|
112
|
-
listNextOperationSpec
|
|
113
|
-
);
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
// Operation Specifications
|
|
117
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
118
|
-
|
|
119
|
-
const listOperationSpec: coreClient.OperationSpec = {
|
|
120
|
-
path: "/providers/Microsoft.ConnectedVMwarevSphere/operations",
|
|
121
|
-
httpMethod: "GET",
|
|
122
|
-
responses: {
|
|
123
|
-
200: {
|
|
124
|
-
bodyMapper: Mappers.OperationsList
|
|
125
|
-
},
|
|
126
|
-
default: {
|
|
127
|
-
bodyMapper: Mappers.ErrorResponse
|
|
128
|
-
}
|
|
129
|
-
},
|
|
130
|
-
queryParameters: [Parameters.apiVersion],
|
|
131
|
-
urlParameters: [Parameters.$host],
|
|
132
|
-
headerParameters: [Parameters.accept],
|
|
133
|
-
serializer
|
|
134
|
-
};
|
|
135
|
-
const listNextOperationSpec: coreClient.OperationSpec = {
|
|
136
|
-
path: "{nextLink}",
|
|
137
|
-
httpMethod: "GET",
|
|
138
|
-
responses: {
|
|
139
|
-
200: {
|
|
140
|
-
bodyMapper: Mappers.OperationsList
|
|
141
|
-
},
|
|
142
|
-
default: {
|
|
143
|
-
bodyMapper: Mappers.ErrorResponse
|
|
144
|
-
}
|
|
145
|
-
},
|
|
146
|
-
urlParameters: [Parameters.$host, Parameters.nextLink],
|
|
147
|
-
headerParameters: [Parameters.accept],
|
|
148
|
-
serializer
|
|
149
|
-
};
|