@azure/arm-scvmm 1.0.1-alpha.20250214.1 → 1.0.1-alpha.20250218.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 +21 -12
- 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 +277 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/availabilitySets.d.ts +107 -0
- package/dist/browser/operations/availabilitySets.d.ts.map +1 -0
- package/dist/browser/operations/availabilitySets.js +552 -0
- package/dist/browser/operations/availabilitySets.js.map +1 -0
- package/dist/browser/operations/clouds.d.ts +107 -0
- package/dist/browser/operations/clouds.d.ts.map +1 -0
- package/dist/browser/operations/clouds.js +542 -0
- package/dist/browser/operations/clouds.js.map +1 -0
- package/dist/browser/operations/guestAgents.d.ts +63 -0
- package/dist/browser/operations/guestAgents.d.ts.map +1 -0
- package/dist/browser/operations/guestAgents.js +269 -0
- package/dist/browser/operations/guestAgents.js.map +1 -0
- package/dist/browser/operations/index.d.ts +11 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +18 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/inventoryItems.d.ts +63 -0
- package/dist/browser/operations/inventoryItems.d.ts.map +1 -0
- package/dist/browser/operations/inventoryItems.js +257 -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/virtualMachineInstances.d.ts +164 -0
- package/dist/browser/operations/virtualMachineInstances.d.ts.map +1 -0
- package/dist/browser/operations/virtualMachineInstances.js +871 -0
- package/dist/browser/operations/virtualMachineInstances.js.map +1 -0
- package/dist/browser/operations/virtualMachineTemplates.d.ts +107 -0
- package/dist/browser/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/browser/operations/virtualMachineTemplates.js +552 -0
- package/dist/browser/operations/virtualMachineTemplates.js.map +1 -0
- package/dist/browser/operations/virtualNetworks.d.ts +107 -0
- package/dist/browser/operations/virtualNetworks.d.ts.map +1 -0
- package/dist/browser/operations/virtualNetworks.js +542 -0
- package/dist/browser/operations/virtualNetworks.js.map +1 -0
- package/dist/browser/operations/vmInstanceHybridIdentityMetadatas.d.ts +42 -0
- package/dist/browser/operations/vmInstanceHybridIdentityMetadatas.d.ts.map +1 -0
- package/dist/browser/operations/vmInstanceHybridIdentityMetadatas.js +165 -0
- package/dist/browser/operations/vmInstanceHybridIdentityMetadatas.js.map +1 -0
- package/dist/browser/operations/vmmServers.d.ts +107 -0
- package/dist/browser/operations/vmmServers.d.ts.map +1 -0
- package/dist/browser/operations/vmmServers.js +542 -0
- package/dist/browser/operations/vmmServers.js.map +1 -0
- package/dist/browser/operationsInterfaces/availabilitySets.d.ts +71 -0
- package/dist/browser/operationsInterfaces/availabilitySets.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/availabilitySets.js.map +1 -0
- package/dist/browser/operationsInterfaces/clouds.d.ts +71 -0
- package/dist/browser/operationsInterfaces/clouds.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/clouds.js.map +1 -0
- package/dist/browser/operationsInterfaces/guestAgents.d.ts +39 -0
- package/dist/browser/operationsInterfaces/guestAgents.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/guestAgents.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +11 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +18 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/inventoryItems.d.ts +38 -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/virtualMachineInstances.d.ts +141 -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 +71 -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 +71 -0
- package/dist/browser/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualNetworks.js.map +1 -0
- package/dist/browser/operationsInterfaces/vmInstanceHybridIdentityMetadatas.d.ts +18 -0
- package/dist/browser/operationsInterfaces/vmInstanceHybridIdentityMetadatas.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/vmInstanceHybridIdentityMetadatas.js.map +1 -0
- package/dist/browser/operationsInterfaces/vmmServers.d.ts +71 -0
- package/dist/browser/operationsInterfaces/vmmServers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/vmmServers.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/browser/scVmm.d.ts +30 -0
- package/dist/browser/scVmm.d.ts.map +1 -0
- package/dist/browser/scVmm.js +105 -0
- package/dist/browser/scVmm.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 +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1967 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +163 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +109 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2923 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +36 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +280 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/availabilitySets.d.ts +107 -0
- package/dist/commonjs/operations/availabilitySets.d.ts.map +1 -0
- package/dist/commonjs/operations/availabilitySets.js +556 -0
- package/dist/commonjs/operations/availabilitySets.js.map +1 -0
- package/dist/commonjs/operations/clouds.d.ts +107 -0
- package/dist/commonjs/operations/clouds.d.ts.map +1 -0
- package/dist/commonjs/operations/clouds.js +546 -0
- package/dist/commonjs/operations/clouds.js.map +1 -0
- package/dist/commonjs/operations/guestAgents.d.ts +63 -0
- package/dist/commonjs/operations/guestAgents.d.ts.map +1 -0
- package/dist/commonjs/operations/guestAgents.js +273 -0
- package/dist/commonjs/operations/guestAgents.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +11 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +21 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/inventoryItems.d.ts +63 -0
- package/dist/commonjs/operations/inventoryItems.d.ts.map +1 -0
- package/dist/commonjs/operations/inventoryItems.js +261 -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/virtualMachineInstances.d.ts +164 -0
- package/dist/commonjs/operations/virtualMachineInstances.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualMachineInstances.js +875 -0
- package/dist/commonjs/operations/virtualMachineInstances.js.map +1 -0
- package/dist/commonjs/operations/virtualMachineTemplates.d.ts +107 -0
- package/dist/commonjs/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualMachineTemplates.js +556 -0
- package/dist/commonjs/operations/virtualMachineTemplates.js.map +1 -0
- package/dist/commonjs/operations/virtualNetworks.d.ts +107 -0
- package/dist/commonjs/operations/virtualNetworks.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualNetworks.js +546 -0
- package/dist/commonjs/operations/virtualNetworks.js.map +1 -0
- package/dist/commonjs/operations/vmInstanceHybridIdentityMetadatas.d.ts +42 -0
- package/dist/commonjs/operations/vmInstanceHybridIdentityMetadatas.d.ts.map +1 -0
- package/dist/commonjs/operations/vmInstanceHybridIdentityMetadatas.js +169 -0
- package/dist/commonjs/operations/vmInstanceHybridIdentityMetadatas.js.map +1 -0
- package/dist/commonjs/operations/vmmServers.d.ts +107 -0
- package/dist/commonjs/operations/vmmServers.d.ts.map +1 -0
- package/dist/commonjs/operations/vmmServers.js +546 -0
- package/dist/commonjs/operations/vmmServers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/availabilitySets.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/availabilitySets.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/availabilitySets.js +10 -0
- package/dist/commonjs/operationsInterfaces/availabilitySets.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/clouds.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/clouds.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/clouds.js +10 -0
- package/dist/commonjs/operationsInterfaces/clouds.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestAgents.d.ts +39 -0
- package/dist/commonjs/operationsInterfaces/guestAgents.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestAgents.js +10 -0
- package/dist/commonjs/operationsInterfaces/guestAgents.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +21 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/inventoryItems.d.ts +38 -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/virtualMachineInstances.d.ts +141 -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 +71 -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 +71 -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/vmInstanceHybridIdentityMetadatas.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadatas.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadatas.js +10 -0
- package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadatas.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/vmmServers.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/vmmServers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/vmmServers.js +10 -0
- package/dist/commonjs/operationsInterfaces/vmmServers.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/commonjs/scVmm.d.ts +30 -0
- package/dist/commonjs/scVmm.d.ts.map +1 -0
- package/dist/commonjs/scVmm.js +110 -0
- package/dist/commonjs/scVmm.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 +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1967 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +160 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +109 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2918 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +36 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +277 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/availabilitySets.d.ts +107 -0
- package/dist/esm/operations/availabilitySets.d.ts.map +1 -0
- package/dist/esm/operations/availabilitySets.js +552 -0
- package/dist/esm/operations/availabilitySets.js.map +1 -0
- package/dist/esm/operations/clouds.d.ts +107 -0
- package/dist/esm/operations/clouds.d.ts.map +1 -0
- package/dist/esm/operations/clouds.js +542 -0
- package/dist/esm/operations/clouds.js.map +1 -0
- package/dist/esm/operations/guestAgents.d.ts +63 -0
- package/dist/esm/operations/guestAgents.d.ts.map +1 -0
- package/dist/esm/operations/guestAgents.js +269 -0
- package/dist/esm/operations/guestAgents.js.map +1 -0
- package/dist/esm/operations/index.d.ts +11 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +18 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/inventoryItems.d.ts +63 -0
- package/dist/esm/operations/inventoryItems.d.ts.map +1 -0
- package/dist/esm/operations/inventoryItems.js +257 -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/virtualMachineInstances.d.ts +164 -0
- package/dist/esm/operations/virtualMachineInstances.d.ts.map +1 -0
- package/dist/esm/operations/virtualMachineInstances.js +871 -0
- package/dist/esm/operations/virtualMachineInstances.js.map +1 -0
- package/dist/esm/operations/virtualMachineTemplates.d.ts +107 -0
- package/dist/esm/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/esm/operations/virtualMachineTemplates.js +552 -0
- package/dist/esm/operations/virtualMachineTemplates.js.map +1 -0
- package/dist/esm/operations/virtualNetworks.d.ts +107 -0
- package/dist/esm/operations/virtualNetworks.d.ts.map +1 -0
- package/dist/esm/operations/virtualNetworks.js +542 -0
- package/dist/esm/operations/virtualNetworks.js.map +1 -0
- package/dist/esm/operations/vmInstanceHybridIdentityMetadatas.d.ts +42 -0
- package/dist/esm/operations/vmInstanceHybridIdentityMetadatas.d.ts.map +1 -0
- package/dist/esm/operations/vmInstanceHybridIdentityMetadatas.js +165 -0
- package/dist/esm/operations/vmInstanceHybridIdentityMetadatas.js.map +1 -0
- package/dist/esm/operations/vmmServers.d.ts +107 -0
- package/dist/esm/operations/vmmServers.d.ts.map +1 -0
- package/dist/esm/operations/vmmServers.js +542 -0
- package/dist/esm/operations/vmmServers.js.map +1 -0
- package/dist/esm/operationsInterfaces/availabilitySets.d.ts +71 -0
- package/dist/esm/operationsInterfaces/availabilitySets.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/availabilitySets.js +9 -0
- package/dist/esm/operationsInterfaces/availabilitySets.js.map +1 -0
- package/dist/esm/operationsInterfaces/clouds.d.ts +71 -0
- package/dist/esm/operationsInterfaces/clouds.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/clouds.js +9 -0
- package/dist/esm/operationsInterfaces/clouds.js.map +1 -0
- package/dist/esm/operationsInterfaces/guestAgents.d.ts +39 -0
- package/dist/esm/operationsInterfaces/guestAgents.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/guestAgents.js +9 -0
- package/dist/esm/operationsInterfaces/guestAgents.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +11 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +18 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/inventoryItems.d.ts +38 -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/virtualMachineInstances.d.ts +141 -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 +71 -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 +71 -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/vmInstanceHybridIdentityMetadatas.d.ts +18 -0
- package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadatas.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadatas.js +9 -0
- package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadatas.js.map +1 -0
- package/dist/esm/operationsInterfaces/vmmServers.d.ts +71 -0
- package/dist/esm/operationsInterfaces/vmmServers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/vmmServers.js +9 -0
- package/dist/esm/operationsInterfaces/vmmServers.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/esm/scVmm.d.ts +30 -0
- package/dist/esm/scVmm.d.ts.map +1 -0
- package/dist/esm/scVmm.js +105 -0
- package/dist/esm/scVmm.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 +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1967 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +160 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +109 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2918 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +36 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +277 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/availabilitySets.d.ts +107 -0
- package/dist/react-native/operations/availabilitySets.d.ts.map +1 -0
- package/dist/react-native/operations/availabilitySets.js +552 -0
- package/dist/react-native/operations/availabilitySets.js.map +1 -0
- package/dist/react-native/operations/clouds.d.ts +107 -0
- package/dist/react-native/operations/clouds.d.ts.map +1 -0
- package/dist/react-native/operations/clouds.js +542 -0
- package/dist/react-native/operations/clouds.js.map +1 -0
- package/dist/react-native/operations/guestAgents.d.ts +63 -0
- package/dist/react-native/operations/guestAgents.d.ts.map +1 -0
- package/dist/react-native/operations/guestAgents.js +269 -0
- package/dist/react-native/operations/guestAgents.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +11 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +18 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/inventoryItems.d.ts +63 -0
- package/dist/react-native/operations/inventoryItems.d.ts.map +1 -0
- package/dist/react-native/operations/inventoryItems.js +257 -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/virtualMachineInstances.d.ts +164 -0
- package/dist/react-native/operations/virtualMachineInstances.d.ts.map +1 -0
- package/dist/react-native/operations/virtualMachineInstances.js +871 -0
- package/dist/react-native/operations/virtualMachineInstances.js.map +1 -0
- package/dist/react-native/operations/virtualMachineTemplates.d.ts +107 -0
- package/dist/react-native/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/react-native/operations/virtualMachineTemplates.js +552 -0
- package/dist/react-native/operations/virtualMachineTemplates.js.map +1 -0
- package/dist/react-native/operations/virtualNetworks.d.ts +107 -0
- package/dist/react-native/operations/virtualNetworks.d.ts.map +1 -0
- package/dist/react-native/operations/virtualNetworks.js +542 -0
- package/dist/react-native/operations/virtualNetworks.js.map +1 -0
- package/dist/react-native/operations/vmInstanceHybridIdentityMetadatas.d.ts +42 -0
- package/dist/react-native/operations/vmInstanceHybridIdentityMetadatas.d.ts.map +1 -0
- package/dist/react-native/operations/vmInstanceHybridIdentityMetadatas.js +165 -0
- package/dist/react-native/operations/vmInstanceHybridIdentityMetadatas.js.map +1 -0
- package/dist/react-native/operations/vmmServers.d.ts +107 -0
- package/dist/react-native/operations/vmmServers.d.ts.map +1 -0
- package/dist/react-native/operations/vmmServers.js +542 -0
- package/dist/react-native/operations/vmmServers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/availabilitySets.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/availabilitySets.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/availabilitySets.js +9 -0
- package/dist/react-native/operationsInterfaces/availabilitySets.js.map +1 -0
- package/dist/react-native/operationsInterfaces/clouds.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/clouds.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/clouds.js +9 -0
- package/dist/react-native/operationsInterfaces/clouds.js.map +1 -0
- package/dist/react-native/operationsInterfaces/guestAgents.d.ts +39 -0
- package/dist/react-native/operationsInterfaces/guestAgents.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/guestAgents.js +9 -0
- package/dist/react-native/operationsInterfaces/guestAgents.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +18 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/inventoryItems.d.ts +38 -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/virtualMachineInstances.d.ts +141 -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 +71 -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 +71 -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/vmInstanceHybridIdentityMetadatas.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadatas.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadatas.js +9 -0
- package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadatas.js.map +1 -0
- package/dist/react-native/operationsInterfaces/vmmServers.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/vmmServers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/vmmServers.js +9 -0
- package/dist/react-native/operationsInterfaces/vmmServers.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/dist/react-native/scVmm.d.ts +30 -0
- package/dist/react-native/scVmm.d.ts.map +1 -0
- package/dist/react-native/scVmm.js +105 -0
- package/dist/react-native/scVmm.js.map +1 -0
- package/package.json +67 -37
- package/dist/index.js +0 -8101
- 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/availabilitySetsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilitySetsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilitySetsCreateOrUpdateSample.js +0 -63
- package/dist-esm/samples-dev/availabilitySetsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/availabilitySetsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilitySetsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilitySetsDeleteSample.js +0 -49
- package/dist-esm/samples-dev/availabilitySetsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/availabilitySetsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilitySetsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilitySetsGetSample.js +0 -54
- package/dist-esm/samples-dev/availabilitySetsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/availabilitySetsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilitySetsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilitySetsListByResourceGroupSample.js +0 -84
- package/dist-esm/samples-dev/availabilitySetsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/availabilitySetsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilitySetsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilitySetsListBySubscriptionSample.js +0 -82
- package/dist-esm/samples-dev/availabilitySetsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/availabilitySetsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilitySetsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilitySetsUpdateSample.js +0 -51
- package/dist-esm/samples-dev/availabilitySetsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudsCreateOrUpdateSample.js +0 -62
- package/dist-esm/samples-dev/cloudsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudsDeleteSample.js +0 -49
- package/dist-esm/samples-dev/cloudsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudsGetSample.js +0 -54
- package/dist-esm/samples-dev/cloudsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudsListByResourceGroupSample.js +0 -84
- package/dist-esm/samples-dev/cloudsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudsListBySubscriptionSample.js +0 -82
- package/dist-esm/samples-dev/cloudsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudsUpdateSample.js +0 -51
- package/dist-esm/samples-dev/cloudsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/guestAgentsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestAgentsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestAgentsCreateSample.js +0 -54
- package/dist-esm/samples-dev/guestAgentsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/guestAgentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestAgentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestAgentsDeleteSample.js +0 -50
- package/dist-esm/samples-dev/guestAgentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/guestAgentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestAgentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestAgentsGetSample.js +0 -50
- package/dist-esm/samples-dev/guestAgentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/guestAgentsListByVirtualMachineInstanceSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestAgentsListByVirtualMachineInstanceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestAgentsListByVirtualMachineInstanceSample.js +0 -82
- package/dist-esm/samples-dev/guestAgentsListByVirtualMachineInstanceSample.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 -54
- 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 -56
- 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 -56
- package/dist-esm/samples-dev/inventoryItemsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsListByVmmServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/inventoryItemsListByVmmServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inventoryItemsListByVmmServerSample.js +0 -86
- package/dist-esm/samples-dev/inventoryItemsListByVmmServerSample.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 -82
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesCreateCheckpointSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesCreateCheckpointSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesCreateCheckpointSample.js +0 -48
- package/dist-esm/samples-dev/virtualMachineInstancesCreateCheckpointSample.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 -118
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteCheckpointSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteCheckpointSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteCheckpointSample.js +0 -47
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteCheckpointSample.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 -49
- 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 -50
- 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 -82
- 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 -50
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesRestoreCheckpointSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesRestoreCheckpointSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesRestoreCheckpointSample.js +0 -45
- package/dist-esm/samples-dev/virtualMachineInstancesRestoreCheckpointSample.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 -50
- 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 -45
- 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 -90
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateOrUpdateSample.js +0 -69
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateOrUpdateSample.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 -49
- 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 -54
- 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 -84
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineTemplatesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListBySubscriptionSample.js +0 -82
- package/dist-esm/samples-dev/virtualMachineTemplatesListBySubscriptionSample.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 -51
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksCreateOrUpdateSample.js +0 -61
- package/dist-esm/samples-dev/virtualNetworksCreateOrUpdateSample.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 -49
- 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 -54
- 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 -84
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworksListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksListBySubscriptionSample.js +0 -82
- package/dist-esm/samples-dev/virtualNetworksListBySubscriptionSample.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 -49
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasGetSample.js +0 -50
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasGetSample.js.map +0 -1
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceSample.js +0 -82
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceSample.js.map +0 -1
- package/dist-esm/samples-dev/vmmServersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmmServersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmmServersCreateOrUpdateSample.js +0 -64
- package/dist-esm/samples-dev/vmmServersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/vmmServersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmmServersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmmServersDeleteSample.js +0 -49
- package/dist-esm/samples-dev/vmmServersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/vmmServersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmmServersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmmServersGetSample.js +0 -54
- package/dist-esm/samples-dev/vmmServersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/vmmServersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmmServersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmmServersListByResourceGroupSample.js +0 -84
- package/dist-esm/samples-dev/vmmServersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/vmmServersListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmmServersListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmmServersListBySubscriptionSample.js +0 -82
- package/dist-esm/samples-dev/vmmServersListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/vmmServersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmmServersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmmServersUpdateSample.js +0 -51
- package/dist-esm/samples-dev/vmmServersUpdateSample.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 -277
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/availabilitySets.d.ts +0 -107
- package/dist-esm/src/operations/availabilitySets.d.ts.map +0 -1
- package/dist-esm/src/operations/availabilitySets.js +0 -564
- package/dist-esm/src/operations/availabilitySets.js.map +0 -1
- package/dist-esm/src/operations/clouds.d.ts +0 -107
- package/dist-esm/src/operations/clouds.d.ts.map +0 -1
- package/dist-esm/src/operations/clouds.js +0 -554
- package/dist-esm/src/operations/clouds.js.map +0 -1
- package/dist-esm/src/operations/guestAgents.d.ts +0 -63
- package/dist-esm/src/operations/guestAgents.d.ts.map +0 -1
- package/dist-esm/src/operations/guestAgents.js +0 -273
- package/dist-esm/src/operations/guestAgents.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -11
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -18
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/inventoryItems.d.ts +0 -63
- package/dist-esm/src/operations/inventoryItems.d.ts.map +0 -1
- package/dist-esm/src/operations/inventoryItems.js +0 -257
- 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/virtualMachineInstances.d.ts +0 -164
- package/dist-esm/src/operations/virtualMachineInstances.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualMachineInstances.js +0 -907
- package/dist-esm/src/operations/virtualMachineInstances.js.map +0 -1
- package/dist-esm/src/operations/virtualMachineTemplates.d.ts +0 -107
- package/dist-esm/src/operations/virtualMachineTemplates.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualMachineTemplates.js +0 -564
- package/dist-esm/src/operations/virtualMachineTemplates.js.map +0 -1
- package/dist-esm/src/operations/virtualNetworks.d.ts +0 -107
- package/dist-esm/src/operations/virtualNetworks.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualNetworks.js +0 -554
- package/dist-esm/src/operations/virtualNetworks.js.map +0 -1
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadatas.d.ts +0 -42
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadatas.d.ts.map +0 -1
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadatas.js +0 -165
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadatas.js.map +0 -1
- package/dist-esm/src/operations/vmmServers.d.ts +0 -107
- package/dist-esm/src/operations/vmmServers.d.ts.map +0 -1
- package/dist-esm/src/operations/vmmServers.js +0 -554
- package/dist-esm/src/operations/vmmServers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/availabilitySets.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/availabilitySets.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/availabilitySets.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/clouds.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/clouds.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/clouds.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestAgents.d.ts +0 -39
- package/dist-esm/src/operationsInterfaces/guestAgents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestAgents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -18
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/inventoryItems.d.ts +0 -38
- 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/virtualMachineInstances.d.ts +0 -141
- 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 -71
- 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 -71
- 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/vmInstanceHybridIdentityMetadatas.d.ts +0 -18
- package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadatas.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadatas.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/vmmServers.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/vmmServers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/vmmServers.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/scVmm.d.ts +0 -30
- package/dist-esm/src/scVmm.d.ts.map +0 -1
- package/dist-esm/src/scVmm.js +0 -108
- package/dist-esm/src/scVmm.js.map +0 -1
- package/dist-esm/test/scvmm_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/scvmm_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/scvmm_operations_test.spec.js +0 -74
- package/dist-esm/test/scvmm_operations_test.spec.js.map +0 -1
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -2290
- package/src/models/mappers.ts +0 -3106
- package/src/models/parameters.ts +0 -337
- package/src/operations/availabilitySets.ts +0 -738
- package/src/operations/clouds.ts +0 -722
- package/src/operations/guestAgents.ts +0 -365
- package/src/operations/index.ts +0 -18
- package/src/operations/inventoryItems.ts +0 -341
- package/src/operations/operations.ts +0 -149
- package/src/operations/virtualMachineInstances.ts +0 -1239
- package/src/operations/virtualMachineTemplates.ts +0 -738
- package/src/operations/virtualNetworks.ts +0 -728
- package/src/operations/vmInstanceHybridIdentityMetadatas.ts +0 -214
- package/src/operations/vmmServers.ts +0 -728
- package/src/operationsInterfaces/availabilitySets.ts +0 -145
- package/src/operationsInterfaces/clouds.ts +0 -139
- package/src/operationsInterfaces/guestAgents.ts +0 -78
- package/src/operationsInterfaces/index.ts +0 -18
- package/src/operationsInterfaces/inventoryItems.ts +0 -75
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/virtualMachineInstances.ts +0 -295
- package/src/operationsInterfaces/virtualMachineTemplates.ts +0 -145
- package/src/operationsInterfaces/virtualNetworks.ts +0 -145
- package/src/operationsInterfaces/vmInstanceHybridIdentityMetadatas.ts +0 -38
- package/src/operationsInterfaces/vmmServers.ts +0 -145
- package/src/pagingHelper.ts +0 -39
- package/src/scVmm.ts +0 -196
- package/tsconfig.json +0 -33
- package/types/arm-scvmm.d.ts +0 -2848
- /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/availabilitySets.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/clouds.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/guestAgents.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/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/vmInstanceHybridIdentityMetadatas.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/vmmServers.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,145 +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
|
-
VmmServer,
|
|
13
|
-
VmmServersListBySubscriptionOptionalParams,
|
|
14
|
-
VmmServersListByResourceGroupOptionalParams,
|
|
15
|
-
VmmServersGetOptionalParams,
|
|
16
|
-
VmmServersGetResponse,
|
|
17
|
-
VmmServersCreateOrUpdateOptionalParams,
|
|
18
|
-
VmmServersCreateOrUpdateResponse,
|
|
19
|
-
VmmServerTagsUpdate,
|
|
20
|
-
VmmServersUpdateOptionalParams,
|
|
21
|
-
VmmServersUpdateResponse,
|
|
22
|
-
VmmServersDeleteOptionalParams,
|
|
23
|
-
VmmServersDeleteResponse,
|
|
24
|
-
} from "../models";
|
|
25
|
-
|
|
26
|
-
/// <reference lib="esnext.asynciterable" />
|
|
27
|
-
/** Interface representing a VmmServers. */
|
|
28
|
-
export interface VmmServers {
|
|
29
|
-
/**
|
|
30
|
-
* List of VmmServers in a subscription.
|
|
31
|
-
* @param options The options parameters.
|
|
32
|
-
*/
|
|
33
|
-
listBySubscription(
|
|
34
|
-
options?: VmmServersListBySubscriptionOptionalParams,
|
|
35
|
-
): PagedAsyncIterableIterator<VmmServer>;
|
|
36
|
-
/**
|
|
37
|
-
* List of VmmServers in a resource group.
|
|
38
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
39
|
-
* @param options The options parameters.
|
|
40
|
-
*/
|
|
41
|
-
listByResourceGroup(
|
|
42
|
-
resourceGroupName: string,
|
|
43
|
-
options?: VmmServersListByResourceGroupOptionalParams,
|
|
44
|
-
): PagedAsyncIterableIterator<VmmServer>;
|
|
45
|
-
/**
|
|
46
|
-
* Implements VmmServer GET method.
|
|
47
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
48
|
-
* @param vmmServerName Name of the VmmServer.
|
|
49
|
-
* @param options The options parameters.
|
|
50
|
-
*/
|
|
51
|
-
get(
|
|
52
|
-
resourceGroupName: string,
|
|
53
|
-
vmmServerName: string,
|
|
54
|
-
options?: VmmServersGetOptionalParams,
|
|
55
|
-
): Promise<VmmServersGetResponse>;
|
|
56
|
-
/**
|
|
57
|
-
* Onboards the SCVmm fabric as an Azure VmmServer resource.
|
|
58
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
59
|
-
* @param vmmServerName Name of the VmmServer.
|
|
60
|
-
* @param resource Resource create parameters.
|
|
61
|
-
* @param options The options parameters.
|
|
62
|
-
*/
|
|
63
|
-
beginCreateOrUpdate(
|
|
64
|
-
resourceGroupName: string,
|
|
65
|
-
vmmServerName: string,
|
|
66
|
-
resource: VmmServer,
|
|
67
|
-
options?: VmmServersCreateOrUpdateOptionalParams,
|
|
68
|
-
): Promise<
|
|
69
|
-
SimplePollerLike<
|
|
70
|
-
OperationState<VmmServersCreateOrUpdateResponse>,
|
|
71
|
-
VmmServersCreateOrUpdateResponse
|
|
72
|
-
>
|
|
73
|
-
>;
|
|
74
|
-
/**
|
|
75
|
-
* Onboards the SCVmm fabric as an Azure VmmServer resource.
|
|
76
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
77
|
-
* @param vmmServerName Name of the VmmServer.
|
|
78
|
-
* @param resource Resource create parameters.
|
|
79
|
-
* @param options The options parameters.
|
|
80
|
-
*/
|
|
81
|
-
beginCreateOrUpdateAndWait(
|
|
82
|
-
resourceGroupName: string,
|
|
83
|
-
vmmServerName: string,
|
|
84
|
-
resource: VmmServer,
|
|
85
|
-
options?: VmmServersCreateOrUpdateOptionalParams,
|
|
86
|
-
): Promise<VmmServersCreateOrUpdateResponse>;
|
|
87
|
-
/**
|
|
88
|
-
* Updates the VmmServers resource.
|
|
89
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
90
|
-
* @param vmmServerName Name of the VmmServer.
|
|
91
|
-
* @param properties The resource properties to be updated.
|
|
92
|
-
* @param options The options parameters.
|
|
93
|
-
*/
|
|
94
|
-
beginUpdate(
|
|
95
|
-
resourceGroupName: string,
|
|
96
|
-
vmmServerName: string,
|
|
97
|
-
properties: VmmServerTagsUpdate,
|
|
98
|
-
options?: VmmServersUpdateOptionalParams,
|
|
99
|
-
): Promise<
|
|
100
|
-
SimplePollerLike<
|
|
101
|
-
OperationState<VmmServersUpdateResponse>,
|
|
102
|
-
VmmServersUpdateResponse
|
|
103
|
-
>
|
|
104
|
-
>;
|
|
105
|
-
/**
|
|
106
|
-
* Updates the VmmServers resource.
|
|
107
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
108
|
-
* @param vmmServerName Name of the VmmServer.
|
|
109
|
-
* @param properties The resource properties to be updated.
|
|
110
|
-
* @param options The options parameters.
|
|
111
|
-
*/
|
|
112
|
-
beginUpdateAndWait(
|
|
113
|
-
resourceGroupName: string,
|
|
114
|
-
vmmServerName: string,
|
|
115
|
-
properties: VmmServerTagsUpdate,
|
|
116
|
-
options?: VmmServersUpdateOptionalParams,
|
|
117
|
-
): Promise<VmmServersUpdateResponse>;
|
|
118
|
-
/**
|
|
119
|
-
* Removes the SCVmm fabric from Azure.
|
|
120
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
121
|
-
* @param vmmServerName Name of the VmmServer.
|
|
122
|
-
* @param options The options parameters.
|
|
123
|
-
*/
|
|
124
|
-
beginDelete(
|
|
125
|
-
resourceGroupName: string,
|
|
126
|
-
vmmServerName: string,
|
|
127
|
-
options?: VmmServersDeleteOptionalParams,
|
|
128
|
-
): Promise<
|
|
129
|
-
SimplePollerLike<
|
|
130
|
-
OperationState<VmmServersDeleteResponse>,
|
|
131
|
-
VmmServersDeleteResponse
|
|
132
|
-
>
|
|
133
|
-
>;
|
|
134
|
-
/**
|
|
135
|
-
* Removes the SCVmm fabric from Azure.
|
|
136
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
137
|
-
* @param vmmServerName Name of the VmmServer.
|
|
138
|
-
* @param options The options parameters.
|
|
139
|
-
*/
|
|
140
|
-
beginDeleteAndWait(
|
|
141
|
-
resourceGroupName: string,
|
|
142
|
-
vmmServerName: string,
|
|
143
|
-
options?: VmmServersDeleteOptionalParams,
|
|
144
|
-
): Promise<VmmServersDeleteResponse>;
|
|
145
|
-
}
|
package/src/pagingHelper.ts
DELETED
|
@@ -1,39 +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 interface PageInfo {
|
|
10
|
-
continuationToken?: string;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
const pageMap = new WeakMap<object, PageInfo>();
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
17
|
-
* returns a continuation token that can be used to begin paging from
|
|
18
|
-
* that point later.
|
|
19
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
20
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
21
|
-
*/
|
|
22
|
-
export function getContinuationToken(page: unknown): string | undefined {
|
|
23
|
-
if (typeof page !== "object" || page === null) {
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
26
|
-
return pageMap.get(page)?.continuationToken;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export function setContinuationToken(
|
|
30
|
-
page: unknown,
|
|
31
|
-
continuationToken: string | undefined,
|
|
32
|
-
): void {
|
|
33
|
-
if (typeof page !== "object" || page === null || !continuationToken) {
|
|
34
|
-
return;
|
|
35
|
-
}
|
|
36
|
-
const pageInfo = pageMap.get(page) ?? {};
|
|
37
|
-
pageInfo.continuationToken = continuationToken;
|
|
38
|
-
pageMap.set(page, pageInfo);
|
|
39
|
-
}
|
package/src/scVmm.ts
DELETED
|
@@ -1,196 +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 * as coreClient from "@azure/core-client";
|
|
10
|
-
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
|
11
|
-
import {
|
|
12
|
-
PipelineRequest,
|
|
13
|
-
PipelineResponse,
|
|
14
|
-
SendRequest,
|
|
15
|
-
} from "@azure/core-rest-pipeline";
|
|
16
|
-
import * as coreAuth from "@azure/core-auth";
|
|
17
|
-
import {
|
|
18
|
-
VirtualMachineInstancesImpl,
|
|
19
|
-
GuestAgentsImpl,
|
|
20
|
-
VmInstanceHybridIdentityMetadatasImpl,
|
|
21
|
-
OperationsImpl,
|
|
22
|
-
AvailabilitySetsImpl,
|
|
23
|
-
CloudsImpl,
|
|
24
|
-
VirtualMachineTemplatesImpl,
|
|
25
|
-
VirtualNetworksImpl,
|
|
26
|
-
VmmServersImpl,
|
|
27
|
-
InventoryItemsImpl,
|
|
28
|
-
} from "./operations";
|
|
29
|
-
import {
|
|
30
|
-
VirtualMachineInstances,
|
|
31
|
-
GuestAgents,
|
|
32
|
-
VmInstanceHybridIdentityMetadatas,
|
|
33
|
-
Operations,
|
|
34
|
-
AvailabilitySets,
|
|
35
|
-
Clouds,
|
|
36
|
-
VirtualMachineTemplates,
|
|
37
|
-
VirtualNetworks,
|
|
38
|
-
VmmServers,
|
|
39
|
-
InventoryItems,
|
|
40
|
-
} from "./operationsInterfaces";
|
|
41
|
-
import { ScVmmOptionalParams } from "./models";
|
|
42
|
-
|
|
43
|
-
export class ScVmm extends coreClient.ServiceClient {
|
|
44
|
-
$host: string;
|
|
45
|
-
apiVersion: string;
|
|
46
|
-
subscriptionId?: string;
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* Initializes a new instance of the ScVmm class.
|
|
50
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
51
|
-
* @param subscriptionId The ID of the target subscription. The value must be an UUID.
|
|
52
|
-
* @param options The parameter options
|
|
53
|
-
*/
|
|
54
|
-
constructor(
|
|
55
|
-
credentials: coreAuth.TokenCredential,
|
|
56
|
-
subscriptionId: string,
|
|
57
|
-
options?: ScVmmOptionalParams,
|
|
58
|
-
);
|
|
59
|
-
constructor(
|
|
60
|
-
credentials: coreAuth.TokenCredential,
|
|
61
|
-
options?: ScVmmOptionalParams,
|
|
62
|
-
);
|
|
63
|
-
constructor(
|
|
64
|
-
credentials: coreAuth.TokenCredential,
|
|
65
|
-
subscriptionIdOrOptions?: ScVmmOptionalParams | string,
|
|
66
|
-
options?: ScVmmOptionalParams,
|
|
67
|
-
) {
|
|
68
|
-
if (credentials === undefined) {
|
|
69
|
-
throw new Error("'credentials' cannot be null");
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
let subscriptionId: string | undefined;
|
|
73
|
-
|
|
74
|
-
if (typeof subscriptionIdOrOptions === "string") {
|
|
75
|
-
subscriptionId = subscriptionIdOrOptions;
|
|
76
|
-
} else if (typeof subscriptionIdOrOptions === "object") {
|
|
77
|
-
options = subscriptionIdOrOptions;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
// Initializing default values for options
|
|
81
|
-
if (!options) {
|
|
82
|
-
options = {};
|
|
83
|
-
}
|
|
84
|
-
const defaults: ScVmmOptionalParams = {
|
|
85
|
-
requestContentType: "application/json; charset=utf-8",
|
|
86
|
-
credential: credentials,
|
|
87
|
-
};
|
|
88
|
-
|
|
89
|
-
const packageDetails = `azsdk-js-arm-scvmm/1.0.1`;
|
|
90
|
-
const userAgentPrefix =
|
|
91
|
-
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
92
|
-
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
93
|
-
: `${packageDetails}`;
|
|
94
|
-
|
|
95
|
-
const optionsWithDefaults = {
|
|
96
|
-
...defaults,
|
|
97
|
-
...options,
|
|
98
|
-
userAgentOptions: {
|
|
99
|
-
userAgentPrefix,
|
|
100
|
-
},
|
|
101
|
-
endpoint:
|
|
102
|
-
options.endpoint ?? options.baseUri ?? "https://management.azure.com",
|
|
103
|
-
};
|
|
104
|
-
super(optionsWithDefaults);
|
|
105
|
-
|
|
106
|
-
let bearerTokenAuthenticationPolicyFound: boolean = false;
|
|
107
|
-
if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {
|
|
108
|
-
const pipelinePolicies: coreRestPipeline.PipelinePolicy[] =
|
|
109
|
-
options.pipeline.getOrderedPolicies();
|
|
110
|
-
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(
|
|
111
|
-
(pipelinePolicy) =>
|
|
112
|
-
pipelinePolicy.name ===
|
|
113
|
-
coreRestPipeline.bearerTokenAuthenticationPolicyName,
|
|
114
|
-
);
|
|
115
|
-
}
|
|
116
|
-
if (
|
|
117
|
-
!options ||
|
|
118
|
-
!options.pipeline ||
|
|
119
|
-
options.pipeline.getOrderedPolicies().length == 0 ||
|
|
120
|
-
!bearerTokenAuthenticationPolicyFound
|
|
121
|
-
) {
|
|
122
|
-
this.pipeline.removePolicy({
|
|
123
|
-
name: coreRestPipeline.bearerTokenAuthenticationPolicyName,
|
|
124
|
-
});
|
|
125
|
-
this.pipeline.addPolicy(
|
|
126
|
-
coreRestPipeline.bearerTokenAuthenticationPolicy({
|
|
127
|
-
credential: credentials,
|
|
128
|
-
scopes:
|
|
129
|
-
optionsWithDefaults.credentialScopes ??
|
|
130
|
-
`${optionsWithDefaults.endpoint}/.default`,
|
|
131
|
-
challengeCallbacks: {
|
|
132
|
-
authorizeRequestOnChallenge:
|
|
133
|
-
coreClient.authorizeRequestOnClaimChallenge,
|
|
134
|
-
},
|
|
135
|
-
}),
|
|
136
|
-
);
|
|
137
|
-
}
|
|
138
|
-
// Parameter assignments
|
|
139
|
-
this.subscriptionId = subscriptionId;
|
|
140
|
-
|
|
141
|
-
// Assigning values to Constant parameters
|
|
142
|
-
this.$host = options.$host || "https://management.azure.com";
|
|
143
|
-
this.apiVersion = options.apiVersion || "2023-10-07";
|
|
144
|
-
this.virtualMachineInstances = new VirtualMachineInstancesImpl(this);
|
|
145
|
-
this.guestAgents = new GuestAgentsImpl(this);
|
|
146
|
-
this.vmInstanceHybridIdentityMetadatas =
|
|
147
|
-
new VmInstanceHybridIdentityMetadatasImpl(this);
|
|
148
|
-
this.operations = new OperationsImpl(this);
|
|
149
|
-
this.availabilitySets = new AvailabilitySetsImpl(this);
|
|
150
|
-
this.clouds = new CloudsImpl(this);
|
|
151
|
-
this.virtualMachineTemplates = new VirtualMachineTemplatesImpl(this);
|
|
152
|
-
this.virtualNetworks = new VirtualNetworksImpl(this);
|
|
153
|
-
this.vmmServers = new VmmServersImpl(this);
|
|
154
|
-
this.inventoryItems = new InventoryItemsImpl(this);
|
|
155
|
-
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
159
|
-
private addCustomApiVersionPolicy(apiVersion?: string) {
|
|
160
|
-
if (!apiVersion) {
|
|
161
|
-
return;
|
|
162
|
-
}
|
|
163
|
-
const apiVersionPolicy = {
|
|
164
|
-
name: "CustomApiVersionPolicy",
|
|
165
|
-
async sendRequest(
|
|
166
|
-
request: PipelineRequest,
|
|
167
|
-
next: SendRequest,
|
|
168
|
-
): Promise<PipelineResponse> {
|
|
169
|
-
const param = request.url.split("?");
|
|
170
|
-
if (param.length > 1) {
|
|
171
|
-
const newParams = param[1].split("&").map((item) => {
|
|
172
|
-
if (item.indexOf("api-version") > -1) {
|
|
173
|
-
return "api-version=" + apiVersion;
|
|
174
|
-
} else {
|
|
175
|
-
return item;
|
|
176
|
-
}
|
|
177
|
-
});
|
|
178
|
-
request.url = param[0] + "?" + newParams.join("&");
|
|
179
|
-
}
|
|
180
|
-
return next(request);
|
|
181
|
-
},
|
|
182
|
-
};
|
|
183
|
-
this.pipeline.addPolicy(apiVersionPolicy);
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
virtualMachineInstances: VirtualMachineInstances;
|
|
187
|
-
guestAgents: GuestAgents;
|
|
188
|
-
vmInstanceHybridIdentityMetadatas: VmInstanceHybridIdentityMetadatas;
|
|
189
|
-
operations: Operations;
|
|
190
|
-
availabilitySets: AvailabilitySets;
|
|
191
|
-
clouds: Clouds;
|
|
192
|
-
virtualMachineTemplates: VirtualMachineTemplates;
|
|
193
|
-
virtualNetworks: VirtualNetworks;
|
|
194
|
-
vmmServers: VmmServers;
|
|
195
|
-
inventoryItems: InventoryItems;
|
|
196
|
-
}
|
package/tsconfig.json
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"module": "es6",
|
|
4
|
-
"moduleResolution": "node",
|
|
5
|
-
"strict": true,
|
|
6
|
-
"target": "es6",
|
|
7
|
-
"sourceMap": true,
|
|
8
|
-
"declarationMap": true,
|
|
9
|
-
"esModuleInterop": true,
|
|
10
|
-
"allowSyntheticDefaultImports": true,
|
|
11
|
-
"forceConsistentCasingInFileNames": true,
|
|
12
|
-
"lib": [
|
|
13
|
-
"es6",
|
|
14
|
-
"dom"
|
|
15
|
-
],
|
|
16
|
-
"declaration": true,
|
|
17
|
-
"outDir": "./dist-esm",
|
|
18
|
-
"importHelpers": true,
|
|
19
|
-
"paths": {
|
|
20
|
-
"@azure/arm-scvmm": [
|
|
21
|
-
"./src/index"
|
|
22
|
-
]
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"include": [
|
|
26
|
-
"./src/**/*.ts",
|
|
27
|
-
"./test/**/*.ts",
|
|
28
|
-
"samples-dev/**/*.ts"
|
|
29
|
-
],
|
|
30
|
-
"exclude": [
|
|
31
|
-
"node_modules"
|
|
32
|
-
]
|
|
33
|
-
}
|