@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const VirtualMachineInstanceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstanceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstance\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualMachineInstanceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstanceProperties\",\n modelProperties: {\n availabilitySets: {\n serializedName: \"availabilitySets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AvailabilitySetListItem\",\n },\n },\n },\n },\n osProfile: {\n serializedName: \"osProfile\",\n type: {\n name: \"Composite\",\n className: \"OsProfileForVmInstance\",\n },\n },\n hardwareProfile: {\n serializedName: \"hardwareProfile\",\n type: {\n name: \"Composite\",\n className: \"HardwareProfile\",\n },\n },\n networkProfile: {\n serializedName: \"networkProfile\",\n type: {\n name: \"Composite\",\n className: \"NetworkProfile\",\n },\n },\n storageProfile: {\n serializedName: \"storageProfile\",\n type: {\n name: \"Composite\",\n className: \"StorageProfile\",\n },\n },\n infrastructureProfile: {\n serializedName: \"infrastructureProfile\",\n type: {\n name: \"Composite\",\n className: \"InfrastructureProfile\",\n },\n },\n powerState: {\n serializedName: \"powerState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AvailabilitySetListItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailabilitySetListItem\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OsProfileForVmInstance: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OsProfileForVmInstance\",\n modelProperties: {\n adminPassword: {\n serializedName: \"adminPassword\",\n type: {\n name: \"String\",\n },\n },\n computerName: {\n serializedName: \"computerName\",\n type: {\n name: \"String\",\n },\n },\n osType: {\n serializedName: \"osType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n osSku: {\n serializedName: \"osSku\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n osVersion: {\n serializedName: \"osVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HardwareProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HardwareProfile\",\n modelProperties: {\n memoryMB: {\n serializedName: \"memoryMB\",\n type: {\n name: \"Number\",\n },\n },\n cpuCount: {\n serializedName: \"cpuCount\",\n type: {\n name: \"Number\",\n },\n },\n limitCpuForMigration: {\n serializedName: \"limitCpuForMigration\",\n type: {\n name: \"String\",\n },\n },\n dynamicMemoryEnabled: {\n serializedName: \"dynamicMemoryEnabled\",\n type: {\n name: \"String\",\n },\n },\n dynamicMemoryMaxMB: {\n serializedName: \"dynamicMemoryMaxMB\",\n type: {\n name: \"Number\",\n },\n },\n dynamicMemoryMinMB: {\n serializedName: \"dynamicMemoryMinMB\",\n type: {\n name: \"Number\",\n },\n },\n isHighlyAvailable: {\n serializedName: \"isHighlyAvailable\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NetworkProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkProfile\",\n modelProperties: {\n networkInterfaces: {\n serializedName: \"networkInterfaces\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkInterface\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const NetworkInterface: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkInterface\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ipv4Addresses: {\n serializedName: \"ipv4Addresses\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n ipv6Addresses: {\n serializedName: \"ipv6Addresses\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n macAddress: {\n serializedName: \"macAddress\",\n type: {\n name: \"String\",\n },\n },\n virtualNetworkId: {\n serializedName: \"virtualNetworkId\",\n type: {\n name: \"String\",\n },\n },\n networkName: {\n serializedName: \"networkName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ipv4AddressType: {\n serializedName: \"ipv4AddressType\",\n type: {\n name: \"String\",\n },\n },\n ipv6AddressType: {\n serializedName: \"ipv6AddressType\",\n type: {\n name: \"String\",\n },\n },\n macAddressType: {\n serializedName: \"macAddressType\",\n type: {\n name: \"String\",\n },\n },\n nicId: {\n serializedName: \"nicId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StorageProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageProfile\",\n modelProperties: {\n disks: {\n serializedName: \"disks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualDisk\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const VirtualDisk: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualDisk\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n diskId: {\n serializedName: \"diskId\",\n type: {\n name: \"String\",\n },\n },\n diskSizeGB: {\n serializedName: \"diskSizeGB\",\n type: {\n name: \"Number\",\n },\n },\n maxDiskSizeGB: {\n serializedName: \"maxDiskSizeGB\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n bus: {\n serializedName: \"bus\",\n type: {\n name: \"Number\",\n },\n },\n lun: {\n serializedName: \"lun\",\n type: {\n name: \"Number\",\n },\n },\n busType: {\n serializedName: \"busType\",\n type: {\n name: \"String\",\n },\n },\n vhdType: {\n serializedName: \"vhdType\",\n type: {\n name: \"String\",\n },\n },\n volumeType: {\n serializedName: \"volumeType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n vhdFormatType: {\n serializedName: \"vhdFormatType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n templateDiskId: {\n serializedName: \"templateDiskId\",\n type: {\n name: \"String\",\n },\n },\n storageQosPolicy: {\n serializedName: \"storageQoSPolicy\",\n type: {\n name: \"Composite\",\n className: \"StorageQosPolicyDetails\",\n },\n },\n createDiffDisk: {\n serializedName: \"createDiffDisk\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StorageQosPolicyDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageQosPolicyDetails\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const InfrastructureProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InfrastructureProfile\",\n modelProperties: {\n inventoryItemId: {\n serializedName: \"inventoryItemId\",\n type: {\n name: \"String\",\n },\n },\n vmmServerId: {\n serializedName: \"vmmServerId\",\n type: {\n name: \"String\",\n },\n },\n cloudId: {\n serializedName: \"cloudId\",\n type: {\n name: \"String\",\n },\n },\n templateId: {\n serializedName: \"templateId\",\n type: {\n name: \"String\",\n },\n },\n vmName: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"vmName\",\n type: {\n name: \"String\",\n },\n },\n uuid: {\n serializedName: \"uuid\",\n type: {\n name: \"String\",\n },\n },\n lastRestoredVmCheckpoint: {\n serializedName: \"lastRestoredVMCheckpoint\",\n type: {\n name: \"Composite\",\n className: \"Checkpoint\",\n },\n },\n checkpoints: {\n serializedName: \"checkpoints\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Checkpoint\",\n },\n },\n },\n },\n checkpointType: {\n serializedName: \"checkpointType\",\n type: {\n name: \"String\",\n },\n },\n generation: {\n serializedName: \"generation\",\n type: {\n name: \"Number\",\n },\n },\n biosGuid: {\n serializedName: \"biosGuid\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Checkpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Checkpoint\",\n modelProperties: {\n parentCheckpointId: {\n serializedName: \"parentCheckpointID\",\n type: {\n name: \"String\",\n },\n },\n checkpointId: {\n serializedName: \"checkpointID\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExtendedLocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const VirtualMachineInstanceUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstanceUpdate\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstanceUpdateProperties\",\n },\n },\n },\n },\n};\n\nexport const VirtualMachineInstanceUpdateProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstanceUpdateProperties\",\n modelProperties: {\n availabilitySets: {\n serializedName: \"availabilitySets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AvailabilitySetListItem\",\n },\n },\n },\n },\n hardwareProfile: {\n serializedName: \"hardwareProfile\",\n type: {\n name: \"Composite\",\n className: \"HardwareProfileUpdate\",\n },\n },\n networkProfile: {\n serializedName: \"networkProfile\",\n type: {\n name: \"Composite\",\n className: \"NetworkProfileUpdate\",\n },\n },\n storageProfile: {\n serializedName: \"storageProfile\",\n type: {\n name: \"Composite\",\n className: \"StorageProfileUpdate\",\n },\n },\n infrastructureProfile: {\n serializedName: \"infrastructureProfile\",\n type: {\n name: \"Composite\",\n className: \"InfrastructureProfileUpdate\",\n },\n },\n },\n },\n };\n\nexport const HardwareProfileUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HardwareProfileUpdate\",\n modelProperties: {\n memoryMB: {\n serializedName: \"memoryMB\",\n type: {\n name: \"Number\",\n },\n },\n cpuCount: {\n serializedName: \"cpuCount\",\n type: {\n name: \"Number\",\n },\n },\n limitCpuForMigration: {\n serializedName: \"limitCpuForMigration\",\n type: {\n name: \"String\",\n },\n },\n dynamicMemoryEnabled: {\n serializedName: \"dynamicMemoryEnabled\",\n type: {\n name: \"String\",\n },\n },\n dynamicMemoryMaxMB: {\n serializedName: \"dynamicMemoryMaxMB\",\n type: {\n name: \"Number\",\n },\n },\n dynamicMemoryMinMB: {\n serializedName: \"dynamicMemoryMinMB\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const NetworkProfileUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkProfileUpdate\",\n modelProperties: {\n networkInterfaces: {\n serializedName: \"networkInterfaces\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkInterfaceUpdate\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const NetworkInterfaceUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkInterfaceUpdate\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n macAddress: {\n serializedName: \"macAddress\",\n type: {\n name: \"String\",\n },\n },\n virtualNetworkId: {\n serializedName: \"virtualNetworkId\",\n type: {\n name: \"String\",\n },\n },\n ipv4AddressType: {\n serializedName: \"ipv4AddressType\",\n type: {\n name: \"String\",\n },\n },\n ipv6AddressType: {\n serializedName: \"ipv6AddressType\",\n type: {\n name: \"String\",\n },\n },\n macAddressType: {\n serializedName: \"macAddressType\",\n type: {\n name: \"String\",\n },\n },\n nicId: {\n serializedName: \"nicId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StorageProfileUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageProfileUpdate\",\n modelProperties: {\n disks: {\n serializedName: \"disks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualDiskUpdate\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const VirtualDiskUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualDiskUpdate\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n diskId: {\n serializedName: \"diskId\",\n type: {\n name: \"String\",\n },\n },\n diskSizeGB: {\n serializedName: \"diskSizeGB\",\n type: {\n name: \"Number\",\n },\n },\n bus: {\n serializedName: \"bus\",\n type: {\n name: \"Number\",\n },\n },\n lun: {\n serializedName: \"lun\",\n type: {\n name: \"Number\",\n },\n },\n busType: {\n serializedName: \"busType\",\n type: {\n name: \"String\",\n },\n },\n vhdType: {\n serializedName: \"vhdType\",\n type: {\n name: \"String\",\n },\n },\n storageQosPolicy: {\n serializedName: \"storageQoSPolicy\",\n type: {\n name: \"Composite\",\n className: \"StorageQosPolicyDetails\",\n },\n },\n },\n },\n};\n\nexport const InfrastructureProfileUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InfrastructureProfileUpdate\",\n modelProperties: {\n checkpointType: {\n serializedName: \"checkpointType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualMachineCreateCheckpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineCreateCheckpoint\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualMachineDeleteCheckpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineDeleteCheckpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GuestAgentListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GuestAgentListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GuestAgent\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GuestAgentProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GuestAgentProperties\",\n modelProperties: {\n uuid: {\n serializedName: \"uuid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n credentials: {\n serializedName: \"credentials\",\n type: {\n name: \"Composite\",\n className: \"GuestCredential\",\n },\n },\n httpProxyConfig: {\n serializedName: \"httpProxyConfig\",\n type: {\n name: \"Composite\",\n className: \"HttpProxyConfiguration\",\n },\n },\n provisioningAction: {\n serializedName: \"provisioningAction\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n customResourceName: {\n serializedName: \"customResourceName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GuestCredential: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GuestCredential\",\n modelProperties: {\n username: {\n serializedName: \"username\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HttpProxyConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpProxyConfiguration\",\n modelProperties: {\n httpsProxy: {\n serializedName: \"httpsProxy\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VmInstanceHybridIdentityMetadataListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"VmInstanceHybridIdentityMetadataListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VmInstanceHybridIdentityMetadata\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const VmInstanceHybridIdentityMetadataProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"VmInstanceHybridIdentityMetadataProperties\",\n modelProperties: {\n resourceUid: {\n serializedName: \"resourceUid\",\n type: {\n name: \"String\",\n },\n },\n publicKey: {\n serializedName: \"publicKey\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const VirtualMachineRestoreCheckpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineRestoreCheckpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StopVirtualMachineOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StopVirtualMachineOptions\",\n modelProperties: {\n skipShutdown: {\n defaultValue: \"false\",\n serializedName: \"skipShutdown\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n actionType: {\n serializedName: \"actionType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AvailabilitySetListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailabilitySetListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AvailabilitySet\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AvailabilitySetProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailabilitySetProperties\",\n modelProperties: {\n availabilitySetName: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"availabilitySetName\",\n type: {\n name: \"String\",\n },\n },\n vmmServerId: {\n serializedName: \"vmmServerId\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CloudListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Cloud\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CloudProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudProperties\",\n modelProperties: {\n inventoryItemId: {\n serializedName: \"inventoryItemId\",\n type: {\n name: \"String\",\n },\n },\n uuid: {\n constraints: {\n Pattern: new RegExp(\n \"^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$\",\n ),\n },\n serializedName: \"uuid\",\n type: {\n name: \"String\",\n },\n },\n vmmServerId: {\n serializedName: \"vmmServerId\",\n type: {\n name: \"String\",\n },\n },\n cloudName: {\n serializedName: \"cloudName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cloudCapacity: {\n serializedName: \"cloudCapacity\",\n type: {\n name: \"Composite\",\n className: \"CloudCapacity\",\n },\n },\n storageQosPolicies: {\n serializedName: \"storageQoSPolicies\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageQosPolicy\",\n },\n },\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CloudCapacity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudCapacity\",\n modelProperties: {\n cpuCount: {\n serializedName: \"cpuCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n memoryMB: {\n serializedName: \"memoryMB\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n vmCount: {\n serializedName: \"vmCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const StorageQosPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageQosPolicy\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n iopsMaximum: {\n serializedName: \"iopsMaximum\",\n type: {\n name: \"Number\",\n },\n },\n iopsMinimum: {\n serializedName: \"iopsMinimum\",\n type: {\n name: \"Number\",\n },\n },\n bandwidthLimit: {\n serializedName: \"bandwidthLimit\",\n type: {\n name: \"Number\",\n },\n },\n policyId: {\n serializedName: \"policyId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualMachineTemplateListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineTemplateListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineTemplate\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualMachineTemplateProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineTemplateProperties\",\n modelProperties: {\n inventoryItemId: {\n serializedName: \"inventoryItemId\",\n type: {\n name: \"String\",\n },\n },\n uuid: {\n constraints: {\n Pattern: new RegExp(\n \"^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$\",\n ),\n },\n serializedName: \"uuid\",\n type: {\n name: \"String\",\n },\n },\n vmmServerId: {\n serializedName: \"vmmServerId\",\n type: {\n name: \"String\",\n },\n },\n osType: {\n serializedName: \"osType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n osName: {\n serializedName: \"osName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n computerName: {\n serializedName: \"computerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n memoryMB: {\n serializedName: \"memoryMB\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cpuCount: {\n serializedName: \"cpuCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n limitCpuForMigration: {\n serializedName: \"limitCpuForMigration\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dynamicMemoryEnabled: {\n serializedName: \"dynamicMemoryEnabled\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isCustomizable: {\n serializedName: \"isCustomizable\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dynamicMemoryMaxMB: {\n serializedName: \"dynamicMemoryMaxMB\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dynamicMemoryMinMB: {\n serializedName: \"dynamicMemoryMinMB\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n isHighlyAvailable: {\n serializedName: \"isHighlyAvailable\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n generation: {\n serializedName: \"generation\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n networkInterfaces: {\n serializedName: \"networkInterfaces\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkInterface\",\n },\n },\n },\n },\n disks: {\n serializedName: \"disks\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualDisk\",\n },\n },\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualNetworkListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNetwork\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualNetworkProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkProperties\",\n modelProperties: {\n inventoryItemId: {\n serializedName: \"inventoryItemId\",\n type: {\n name: \"String\",\n },\n },\n uuid: {\n constraints: {\n Pattern: new RegExp(\n \"^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$\",\n ),\n },\n serializedName: \"uuid\",\n type: {\n name: \"String\",\n },\n },\n vmmServerId: {\n serializedName: \"vmmServerId\",\n type: {\n name: \"String\",\n },\n },\n networkName: {\n serializedName: \"networkName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VmmServerListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VmmServerListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VmmServer\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VmmServerProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VmmServerProperties\",\n modelProperties: {\n credentials: {\n serializedName: \"credentials\",\n type: {\n name: \"Composite\",\n className: \"VmmCredential\",\n },\n },\n fqdn: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"fqdn\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n port: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"port\",\n type: {\n name: \"Number\",\n },\n },\n connectionStatus: {\n serializedName: \"connectionStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errorMessage: {\n serializedName: \"errorMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n uuid: {\n serializedName: \"uuid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VmmCredential: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VmmCredential\",\n modelProperties: {\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AvailabilitySetTagsUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailabilitySetTagsUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const CloudTagsUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudTagsUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const VirtualMachineTemplateTagsUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineTemplateTagsUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const VirtualNetworkTagsUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkTagsUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const VmmServerTagsUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VmmServerTagsUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const InventoryItemListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InventoryItemListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InventoryItem\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const InventoryItemProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InventoryItemProperties\",\n uberParent: \"InventoryItemProperties\",\n polymorphicDiscriminator: {\n serializedName: \"inventoryType\",\n clientName: \"inventoryType\",\n },\n modelProperties: {\n inventoryType: {\n serializedName: \"inventoryType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n managedResourceId: {\n serializedName: \"managedResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n uuid: {\n serializedName: \"uuid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n inventoryItemName: {\n serializedName: \"inventoryItemName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const InventoryItemDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InventoryItemDetails\",\n modelProperties: {\n inventoryItemId: {\n serializedName: \"inventoryItemId\",\n type: {\n name: \"String\",\n },\n },\n inventoryItemName: {\n serializedName: \"inventoryItemName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CloudInventoryItem: coreClient.CompositeMapper = {\n serializedName: \"Cloud\",\n type: {\n name: \"Composite\",\n className: \"CloudInventoryItem\",\n uberParent: \"InventoryItemProperties\",\n polymorphicDiscriminator:\n InventoryItemProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...InventoryItemProperties.type.modelProperties,\n },\n },\n};\n\nexport const VirtualMachineInventoryItem: coreClient.CompositeMapper = {\n serializedName: \"VirtualMachine\",\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInventoryItem\",\n uberParent: \"InventoryItemProperties\",\n polymorphicDiscriminator:\n InventoryItemProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...InventoryItemProperties.type.modelProperties,\n osType: {\n serializedName: \"osType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n osName: {\n serializedName: \"osName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n osVersion: {\n serializedName: \"osVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n powerState: {\n serializedName: \"powerState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ipAddresses: {\n serializedName: \"ipAddresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n cloud: {\n serializedName: \"cloud\",\n type: {\n name: \"Composite\",\n className: \"InventoryItemDetails\",\n },\n },\n biosGuid: {\n serializedName: \"biosGuid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n managedMachineResourceId: {\n serializedName: \"managedMachineResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualMachineTemplateInventoryItem: coreClient.CompositeMapper = {\n serializedName: \"VirtualMachineTemplate\",\n type: {\n name: \"Composite\",\n className: \"VirtualMachineTemplateInventoryItem\",\n uberParent: \"InventoryItemProperties\",\n polymorphicDiscriminator:\n InventoryItemProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...InventoryItemProperties.type.modelProperties,\n cpuCount: {\n serializedName: \"cpuCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n memoryMB: {\n serializedName: \"memoryMB\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n osType: {\n serializedName: \"osType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n osName: {\n serializedName: \"osName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualNetworkInventoryItem: coreClient.CompositeMapper = {\n serializedName: \"VirtualNetwork\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkInventoryItem\",\n uberParent: \"InventoryItemProperties\",\n polymorphicDiscriminator:\n InventoryItemProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...InventoryItemProperties.type.modelProperties,\n },\n },\n};\n\nexport const VirtualMachineInstance: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstance\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstanceProperties\",\n },\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n },\n },\n },\n },\n};\n\nexport const GuestAgent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GuestAgent\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GuestAgentProperties\",\n },\n },\n },\n },\n};\n\nexport const VmInstanceHybridIdentityMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VmInstanceHybridIdentityMetadata\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"VmInstanceHybridIdentityMetadataProperties\",\n },\n },\n },\n },\n};\n\nexport const InventoryItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InventoryItem\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"InventoryItemProperties\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AvailabilitySet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailabilitySet\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AvailabilitySetProperties\",\n },\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n },\n },\n },\n },\n};\n\nexport const Cloud: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Cloud\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"CloudProperties\",\n },\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n },\n },\n },\n },\n};\n\nexport const VirtualMachineTemplate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineTemplate\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"VirtualMachineTemplateProperties\",\n },\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n },\n },\n },\n },\n};\n\nexport const VirtualNetwork: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetwork\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkProperties\",\n },\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n },\n },\n },\n },\n};\n\nexport const VmmServer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VmmServer\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"VmmServerProperties\",\n },\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n },\n },\n },\n },\n};\n\nexport const VirtualMachineInstancesCreateOrUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstancesCreateOrUpdateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const VirtualMachineInstancesUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstancesUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const VirtualMachineInstancesDeleteHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstancesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const VirtualMachineInstancesCreateCheckpointHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstancesCreateCheckpointHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const VirtualMachineInstancesDeleteCheckpointHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstancesDeleteCheckpointHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const VirtualMachineInstancesRestartHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstancesRestartHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const VirtualMachineInstancesRestoreCheckpointHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstancesRestoreCheckpointHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const VirtualMachineInstancesStartHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstancesStartHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const VirtualMachineInstancesStopHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineInstancesStopHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const GuestAgentsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GuestAgentsCreateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AvailabilitySetsCreateOrUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AvailabilitySetsCreateOrUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const AvailabilitySetsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailabilitySetsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AvailabilitySetsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailabilitySetsDeleteHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const CloudsCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudsCreateOrUpdateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const CloudsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const CloudsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const VirtualMachineTemplatesCreateOrUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineTemplatesCreateOrUpdateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const VirtualMachineTemplatesUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineTemplatesUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const VirtualMachineTemplatesDeleteHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineTemplatesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const VirtualNetworksCreateOrUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworksCreateOrUpdateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const VirtualNetworksUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworksUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const VirtualNetworksDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworksDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const VmmServersCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VmmServersCreateOrUpdateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const VmmServersUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VmmServersUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const VmmServersDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VmmServersDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport let discriminators = {\n InventoryItemProperties: InventoryItemProperties,\n \"InventoryItemProperties.Cloud\": CloudInventoryItem,\n \"InventoryItemProperties.VirtualMachine\": VirtualMachineInventoryItem,\n \"InventoryItemProperties.VirtualMachineTemplate\":\n VirtualMachineTemplateInventoryItem,\n \"InventoryItemProperties.VirtualNetwork\": VirtualNetworkInventoryItem,\n};\n"]}
|
|
@@ -0,0 +1,277 @@
|
|
|
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
|
+
import { VirtualMachineInstance as VirtualMachineInstanceMapper, VirtualMachineInstanceUpdate as VirtualMachineInstanceUpdateMapper, VirtualMachineCreateCheckpoint as VirtualMachineCreateCheckpointMapper, VirtualMachineDeleteCheckpoint as VirtualMachineDeleteCheckpointMapper, VirtualMachineRestoreCheckpoint as VirtualMachineRestoreCheckpointMapper, StopVirtualMachineOptions as StopVirtualMachineOptionsMapper, GuestAgent as GuestAgentMapper, AvailabilitySet as AvailabilitySetMapper, AvailabilitySetTagsUpdate as AvailabilitySetTagsUpdateMapper, Cloud as CloudMapper, CloudTagsUpdate as CloudTagsUpdateMapper, VirtualMachineTemplate as VirtualMachineTemplateMapper, VirtualMachineTemplateTagsUpdate as VirtualMachineTemplateTagsUpdateMapper, VirtualNetwork as VirtualNetworkMapper, VirtualNetworkTagsUpdate as VirtualNetworkTagsUpdateMapper, VmmServer as VmmServerMapper, VmmServerTagsUpdate as VmmServerTagsUpdateMapper, InventoryItem as InventoryItemMapper, } from "../models/mappers.js";
|
|
9
|
+
export const accept = {
|
|
10
|
+
parameterPath: "accept",
|
|
11
|
+
mapper: {
|
|
12
|
+
defaultValue: "application/json",
|
|
13
|
+
isConstant: true,
|
|
14
|
+
serializedName: "Accept",
|
|
15
|
+
type: {
|
|
16
|
+
name: "String",
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
};
|
|
20
|
+
export const $host = {
|
|
21
|
+
parameterPath: "$host",
|
|
22
|
+
mapper: {
|
|
23
|
+
serializedName: "$host",
|
|
24
|
+
required: true,
|
|
25
|
+
type: {
|
|
26
|
+
name: "String",
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
skipEncoding: true,
|
|
30
|
+
};
|
|
31
|
+
export const apiVersion = {
|
|
32
|
+
parameterPath: "apiVersion",
|
|
33
|
+
mapper: {
|
|
34
|
+
defaultValue: "2023-10-07",
|
|
35
|
+
isConstant: true,
|
|
36
|
+
serializedName: "api-version",
|
|
37
|
+
type: {
|
|
38
|
+
name: "String",
|
|
39
|
+
},
|
|
40
|
+
},
|
|
41
|
+
};
|
|
42
|
+
export const resourceUri = {
|
|
43
|
+
parameterPath: "resourceUri",
|
|
44
|
+
mapper: {
|
|
45
|
+
serializedName: "resourceUri",
|
|
46
|
+
required: true,
|
|
47
|
+
type: {
|
|
48
|
+
name: "String",
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
skipEncoding: true,
|
|
52
|
+
};
|
|
53
|
+
export const contentType = {
|
|
54
|
+
parameterPath: ["options", "contentType"],
|
|
55
|
+
mapper: {
|
|
56
|
+
defaultValue: "application/json",
|
|
57
|
+
isConstant: true,
|
|
58
|
+
serializedName: "Content-Type",
|
|
59
|
+
type: {
|
|
60
|
+
name: "String",
|
|
61
|
+
},
|
|
62
|
+
},
|
|
63
|
+
};
|
|
64
|
+
export const resource = {
|
|
65
|
+
parameterPath: "resource",
|
|
66
|
+
mapper: VirtualMachineInstanceMapper,
|
|
67
|
+
};
|
|
68
|
+
export const properties = {
|
|
69
|
+
parameterPath: "properties",
|
|
70
|
+
mapper: VirtualMachineInstanceUpdateMapper,
|
|
71
|
+
};
|
|
72
|
+
export const force = {
|
|
73
|
+
parameterPath: ["options", "force"],
|
|
74
|
+
mapper: {
|
|
75
|
+
serializedName: "force",
|
|
76
|
+
type: {
|
|
77
|
+
name: "String",
|
|
78
|
+
},
|
|
79
|
+
},
|
|
80
|
+
};
|
|
81
|
+
export const deleteFromHost = {
|
|
82
|
+
parameterPath: ["options", "deleteFromHost"],
|
|
83
|
+
mapper: {
|
|
84
|
+
serializedName: "deleteFromHost",
|
|
85
|
+
type: {
|
|
86
|
+
name: "String",
|
|
87
|
+
},
|
|
88
|
+
},
|
|
89
|
+
};
|
|
90
|
+
export const body = {
|
|
91
|
+
parameterPath: "body",
|
|
92
|
+
mapper: VirtualMachineCreateCheckpointMapper,
|
|
93
|
+
};
|
|
94
|
+
export const body1 = {
|
|
95
|
+
parameterPath: "body",
|
|
96
|
+
mapper: VirtualMachineDeleteCheckpointMapper,
|
|
97
|
+
};
|
|
98
|
+
export const body2 = {
|
|
99
|
+
parameterPath: "body",
|
|
100
|
+
mapper: VirtualMachineRestoreCheckpointMapper,
|
|
101
|
+
};
|
|
102
|
+
export const body3 = {
|
|
103
|
+
parameterPath: "body",
|
|
104
|
+
mapper: StopVirtualMachineOptionsMapper,
|
|
105
|
+
};
|
|
106
|
+
export const nextLink = {
|
|
107
|
+
parameterPath: "nextLink",
|
|
108
|
+
mapper: {
|
|
109
|
+
serializedName: "nextLink",
|
|
110
|
+
required: true,
|
|
111
|
+
type: {
|
|
112
|
+
name: "String",
|
|
113
|
+
},
|
|
114
|
+
},
|
|
115
|
+
skipEncoding: true,
|
|
116
|
+
};
|
|
117
|
+
export const resource1 = {
|
|
118
|
+
parameterPath: "resource",
|
|
119
|
+
mapper: GuestAgentMapper,
|
|
120
|
+
};
|
|
121
|
+
export const subscriptionId = {
|
|
122
|
+
parameterPath: "subscriptionId",
|
|
123
|
+
mapper: {
|
|
124
|
+
serializedName: "subscriptionId",
|
|
125
|
+
required: true,
|
|
126
|
+
type: {
|
|
127
|
+
name: "Uuid",
|
|
128
|
+
},
|
|
129
|
+
},
|
|
130
|
+
};
|
|
131
|
+
export const resourceGroupName = {
|
|
132
|
+
parameterPath: "resourceGroupName",
|
|
133
|
+
mapper: {
|
|
134
|
+
constraints: {
|
|
135
|
+
MaxLength: 90,
|
|
136
|
+
MinLength: 1,
|
|
137
|
+
},
|
|
138
|
+
serializedName: "resourceGroupName",
|
|
139
|
+
required: true,
|
|
140
|
+
type: {
|
|
141
|
+
name: "String",
|
|
142
|
+
},
|
|
143
|
+
},
|
|
144
|
+
};
|
|
145
|
+
export const availabilitySetResourceName = {
|
|
146
|
+
parameterPath: "availabilitySetResourceName",
|
|
147
|
+
mapper: {
|
|
148
|
+
constraints: {
|
|
149
|
+
Pattern: new RegExp("[a-zA-Z0-9-_\\.]"),
|
|
150
|
+
MaxLength: 54,
|
|
151
|
+
MinLength: 1,
|
|
152
|
+
},
|
|
153
|
+
serializedName: "availabilitySetResourceName",
|
|
154
|
+
required: true,
|
|
155
|
+
type: {
|
|
156
|
+
name: "String",
|
|
157
|
+
},
|
|
158
|
+
},
|
|
159
|
+
};
|
|
160
|
+
export const resource2 = {
|
|
161
|
+
parameterPath: "resource",
|
|
162
|
+
mapper: AvailabilitySetMapper,
|
|
163
|
+
};
|
|
164
|
+
export const properties1 = {
|
|
165
|
+
parameterPath: "properties",
|
|
166
|
+
mapper: AvailabilitySetTagsUpdateMapper,
|
|
167
|
+
};
|
|
168
|
+
export const cloudResourceName = {
|
|
169
|
+
parameterPath: "cloudResourceName",
|
|
170
|
+
mapper: {
|
|
171
|
+
constraints: {
|
|
172
|
+
Pattern: new RegExp("[a-zA-Z0-9-_\\.]"),
|
|
173
|
+
MaxLength: 54,
|
|
174
|
+
MinLength: 1,
|
|
175
|
+
},
|
|
176
|
+
serializedName: "cloudResourceName",
|
|
177
|
+
required: true,
|
|
178
|
+
type: {
|
|
179
|
+
name: "String",
|
|
180
|
+
},
|
|
181
|
+
},
|
|
182
|
+
};
|
|
183
|
+
export const resource3 = {
|
|
184
|
+
parameterPath: "resource",
|
|
185
|
+
mapper: CloudMapper,
|
|
186
|
+
};
|
|
187
|
+
export const properties2 = {
|
|
188
|
+
parameterPath: "properties",
|
|
189
|
+
mapper: CloudTagsUpdateMapper,
|
|
190
|
+
};
|
|
191
|
+
export const virtualMachineTemplateName = {
|
|
192
|
+
parameterPath: "virtualMachineTemplateName",
|
|
193
|
+
mapper: {
|
|
194
|
+
constraints: {
|
|
195
|
+
Pattern: new RegExp("[a-zA-Z0-9-_\\.]"),
|
|
196
|
+
MaxLength: 54,
|
|
197
|
+
MinLength: 1,
|
|
198
|
+
},
|
|
199
|
+
serializedName: "virtualMachineTemplateName",
|
|
200
|
+
required: true,
|
|
201
|
+
type: {
|
|
202
|
+
name: "String",
|
|
203
|
+
},
|
|
204
|
+
},
|
|
205
|
+
};
|
|
206
|
+
export const resource4 = {
|
|
207
|
+
parameterPath: "resource",
|
|
208
|
+
mapper: VirtualMachineTemplateMapper,
|
|
209
|
+
};
|
|
210
|
+
export const properties3 = {
|
|
211
|
+
parameterPath: "properties",
|
|
212
|
+
mapper: VirtualMachineTemplateTagsUpdateMapper,
|
|
213
|
+
};
|
|
214
|
+
export const virtualNetworkName = {
|
|
215
|
+
parameterPath: "virtualNetworkName",
|
|
216
|
+
mapper: {
|
|
217
|
+
constraints: {
|
|
218
|
+
Pattern: new RegExp("[a-zA-Z0-9-_\\.]"),
|
|
219
|
+
MaxLength: 54,
|
|
220
|
+
MinLength: 1,
|
|
221
|
+
},
|
|
222
|
+
serializedName: "virtualNetworkName",
|
|
223
|
+
required: true,
|
|
224
|
+
type: {
|
|
225
|
+
name: "String",
|
|
226
|
+
},
|
|
227
|
+
},
|
|
228
|
+
};
|
|
229
|
+
export const resource5 = {
|
|
230
|
+
parameterPath: "resource",
|
|
231
|
+
mapper: VirtualNetworkMapper,
|
|
232
|
+
};
|
|
233
|
+
export const properties4 = {
|
|
234
|
+
parameterPath: "properties",
|
|
235
|
+
mapper: VirtualNetworkTagsUpdateMapper,
|
|
236
|
+
};
|
|
237
|
+
export const vmmServerName = {
|
|
238
|
+
parameterPath: "vmmServerName",
|
|
239
|
+
mapper: {
|
|
240
|
+
constraints: {
|
|
241
|
+
Pattern: new RegExp("[a-zA-Z0-9-_\\.]"),
|
|
242
|
+
MaxLength: 54,
|
|
243
|
+
MinLength: 1,
|
|
244
|
+
},
|
|
245
|
+
serializedName: "vmmServerName",
|
|
246
|
+
required: true,
|
|
247
|
+
type: {
|
|
248
|
+
name: "String",
|
|
249
|
+
},
|
|
250
|
+
},
|
|
251
|
+
};
|
|
252
|
+
export const resource6 = {
|
|
253
|
+
parameterPath: "resource",
|
|
254
|
+
mapper: VmmServerMapper,
|
|
255
|
+
};
|
|
256
|
+
export const properties5 = {
|
|
257
|
+
parameterPath: "properties",
|
|
258
|
+
mapper: VmmServerTagsUpdateMapper,
|
|
259
|
+
};
|
|
260
|
+
export const inventoryItemResourceName = {
|
|
261
|
+
parameterPath: "inventoryItemResourceName",
|
|
262
|
+
mapper: {
|
|
263
|
+
constraints: {
|
|
264
|
+
Pattern: new RegExp("^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"),
|
|
265
|
+
},
|
|
266
|
+
serializedName: "inventoryItemResourceName",
|
|
267
|
+
required: true,
|
|
268
|
+
type: {
|
|
269
|
+
name: "String",
|
|
270
|
+
},
|
|
271
|
+
},
|
|
272
|
+
};
|
|
273
|
+
export const resource7 = {
|
|
274
|
+
parameterPath: "resource",
|
|
275
|
+
mapper: InventoryItemMapper,
|
|
276
|
+
};
|
|
277
|
+
//# sourceMappingURL=parameters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAOH,OAAO,EACL,sBAAsB,IAAI,4BAA4B,EACtD,4BAA4B,IAAI,kCAAkC,EAClE,8BAA8B,IAAI,oCAAoC,EACtE,8BAA8B,IAAI,oCAAoC,EACtE,+BAA+B,IAAI,qCAAqC,EACxE,yBAAyB,IAAI,+BAA+B,EAC5D,UAAU,IAAI,gBAAgB,EAC9B,eAAe,IAAI,qBAAqB,EACxC,yBAAyB,IAAI,+BAA+B,EAC5D,KAAK,IAAI,WAAW,EACpB,eAAe,IAAI,qBAAqB,EACxC,sBAAsB,IAAI,4BAA4B,EACtD,gCAAgC,IAAI,sCAAsC,EAC1E,cAAc,IAAI,oBAAoB,EACtC,wBAAwB,IAAI,8BAA8B,EAC1D,SAAS,IAAI,eAAe,EAC5B,mBAAmB,IAAI,yBAAyB,EAChD,aAAa,IAAI,mBAAmB,GACrC,MAAM,sBAAsB,CAAC;AAE9B,MAAM,CAAC,MAAM,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA0B;IAC1C,aAAa,EAAE,OAAO;IACtB,MAAM,EAAE;QACN,cAAc,EAAE,OAAO;QACvB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA4B;IACjD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA0B;IAChD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAuB;IAC1C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE,4BAA4B;CACrC,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAAuB;IAC5C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE,kCAAkC;CAC3C,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA4B;IAC5C,aAAa,EAAE,CAAC,SAAS,EAAE,OAAO,CAAC;IACnC,MAAM,EAAE;QACN,cAAc,EAAE,OAAO;QACvB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA4B;IACrD,aAAa,EAAE,CAAC,SAAS,EAAE,gBAAgB,CAAC;IAC5C,MAAM,EAAE;QACN,cAAc,EAAE,gBAAgB;QAChC,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAuB;IACtC,aAAa,EAAE,MAAM;IACrB,MAAM,EAAE,oCAAoC;CAC7C,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAAuB;IACvC,aAAa,EAAE,MAAM;IACrB,MAAM,EAAE,oCAAoC;CAC7C,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAAuB;IACvC,aAAa,EAAE,MAAM;IACrB,MAAM,EAAE,qCAAqC;CAC9C,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAAuB;IACvC,aAAa,EAAE,MAAM;IACrB,MAAM,EAAE,+BAA+B;CACxC,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAAuB;IAC3C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE,gBAAgB;CACzB,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA0B;IACnD,aAAa,EAAE,gBAAgB;IAC/B,MAAM,EAAE;QACN,cAAc,EAAE,gBAAgB;QAChC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;SACb;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA0B;IACtD,aAAa,EAAE,mBAAmB;IAClC,MAAM,EAAE;QACN,WAAW,EAAE;YACX,SAAS,EAAE,EAAE;YACb,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,mBAAmB;QACnC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA0B;IAChE,aAAa,EAAE,6BAA6B;IAC5C,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CAAC,kBAAkB,CAAC;YACvC,SAAS,EAAE,EAAE;YACb,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,6BAA6B;QAC7C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAAuB;IAC3C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE,qBAAqB;CAC9B,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE,+BAA+B;CACxC,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA0B;IACtD,aAAa,EAAE,mBAAmB;IAClC,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CAAC,kBAAkB,CAAC;YACvC,SAAS,EAAE,EAAE;YACb,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,mBAAmB;QACnC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAAuB;IAC3C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE,WAAW;CACpB,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE,qBAAqB;CAC9B,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA0B;IAC/D,aAAa,EAAE,4BAA4B;IAC3C,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CAAC,kBAAkB,CAAC;YACvC,SAAS,EAAE,EAAE;YACb,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,4BAA4B;QAC5C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAAuB;IAC3C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE,4BAA4B;CACrC,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE,sCAAsC;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAA0B;IACvD,aAAa,EAAE,oBAAoB;IACnC,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CAAC,kBAAkB,CAAC;YACvC,SAAS,EAAE,EAAE;YACb,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,oBAAoB;QACpC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAAuB;IAC3C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE,oBAAoB;CAC7B,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE,8BAA8B;CACvC,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA0B;IAClD,aAAa,EAAE,eAAe;IAC9B,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CAAC,kBAAkB,CAAC;YACvC,SAAS,EAAE,EAAE;YACb,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,eAAe;QAC/B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAAuB;IAC3C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE,eAAe;CACxB,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE,yBAAyB;CAClC,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA0B;IAC9D,aAAa,EAAE,2BAA2B;IAC1C,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CACjB,+EAA+E,CAChF;SACF;QACD,cAAc,EAAE,2BAA2B;QAC3C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAAuB;IAC3C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE,mBAAmB;CAC5B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n VirtualMachineInstance as VirtualMachineInstanceMapper,\n VirtualMachineInstanceUpdate as VirtualMachineInstanceUpdateMapper,\n VirtualMachineCreateCheckpoint as VirtualMachineCreateCheckpointMapper,\n VirtualMachineDeleteCheckpoint as VirtualMachineDeleteCheckpointMapper,\n VirtualMachineRestoreCheckpoint as VirtualMachineRestoreCheckpointMapper,\n StopVirtualMachineOptions as StopVirtualMachineOptionsMapper,\n GuestAgent as GuestAgentMapper,\n AvailabilitySet as AvailabilitySetMapper,\n AvailabilitySetTagsUpdate as AvailabilitySetTagsUpdateMapper,\n Cloud as CloudMapper,\n CloudTagsUpdate as CloudTagsUpdateMapper,\n VirtualMachineTemplate as VirtualMachineTemplateMapper,\n VirtualMachineTemplateTagsUpdate as VirtualMachineTemplateTagsUpdateMapper,\n VirtualNetwork as VirtualNetworkMapper,\n VirtualNetworkTagsUpdate as VirtualNetworkTagsUpdateMapper,\n VmmServer as VmmServerMapper,\n VmmServerTagsUpdate as VmmServerTagsUpdateMapper,\n InventoryItem as InventoryItemMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-10-07\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceUri: OperationURLParameter = {\n parameterPath: \"resourceUri\",\n mapper: {\n serializedName: \"resourceUri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resource: OperationParameter = {\n parameterPath: \"resource\",\n mapper: VirtualMachineInstanceMapper,\n};\n\nexport const properties: OperationParameter = {\n parameterPath: \"properties\",\n mapper: VirtualMachineInstanceUpdateMapper,\n};\n\nexport const force: OperationQueryParameter = {\n parameterPath: [\"options\", \"force\"],\n mapper: {\n serializedName: \"force\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const deleteFromHost: OperationQueryParameter = {\n parameterPath: [\"options\", \"deleteFromHost\"],\n mapper: {\n serializedName: \"deleteFromHost\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body: OperationParameter = {\n parameterPath: \"body\",\n mapper: VirtualMachineCreateCheckpointMapper,\n};\n\nexport const body1: OperationParameter = {\n parameterPath: \"body\",\n mapper: VirtualMachineDeleteCheckpointMapper,\n};\n\nexport const body2: OperationParameter = {\n parameterPath: \"body\",\n mapper: VirtualMachineRestoreCheckpointMapper,\n};\n\nexport const body3: OperationParameter = {\n parameterPath: \"body\",\n mapper: StopVirtualMachineOptionsMapper,\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const resource1: OperationParameter = {\n parameterPath: \"resource\",\n mapper: GuestAgentMapper,\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"Uuid\",\n },\n },\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const availabilitySetResourceName: OperationURLParameter = {\n parameterPath: \"availabilitySetResourceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9-_\\\\.]\"),\n MaxLength: 54,\n MinLength: 1,\n },\n serializedName: \"availabilitySetResourceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resource2: OperationParameter = {\n parameterPath: \"resource\",\n mapper: AvailabilitySetMapper,\n};\n\nexport const properties1: OperationParameter = {\n parameterPath: \"properties\",\n mapper: AvailabilitySetTagsUpdateMapper,\n};\n\nexport const cloudResourceName: OperationURLParameter = {\n parameterPath: \"cloudResourceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9-_\\\\.]\"),\n MaxLength: 54,\n MinLength: 1,\n },\n serializedName: \"cloudResourceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resource3: OperationParameter = {\n parameterPath: \"resource\",\n mapper: CloudMapper,\n};\n\nexport const properties2: OperationParameter = {\n parameterPath: \"properties\",\n mapper: CloudTagsUpdateMapper,\n};\n\nexport const virtualMachineTemplateName: OperationURLParameter = {\n parameterPath: \"virtualMachineTemplateName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9-_\\\\.]\"),\n MaxLength: 54,\n MinLength: 1,\n },\n serializedName: \"virtualMachineTemplateName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resource4: OperationParameter = {\n parameterPath: \"resource\",\n mapper: VirtualMachineTemplateMapper,\n};\n\nexport const properties3: OperationParameter = {\n parameterPath: \"properties\",\n mapper: VirtualMachineTemplateTagsUpdateMapper,\n};\n\nexport const virtualNetworkName: OperationURLParameter = {\n parameterPath: \"virtualNetworkName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9-_\\\\.]\"),\n MaxLength: 54,\n MinLength: 1,\n },\n serializedName: \"virtualNetworkName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resource5: OperationParameter = {\n parameterPath: \"resource\",\n mapper: VirtualNetworkMapper,\n};\n\nexport const properties4: OperationParameter = {\n parameterPath: \"properties\",\n mapper: VirtualNetworkTagsUpdateMapper,\n};\n\nexport const vmmServerName: OperationURLParameter = {\n parameterPath: \"vmmServerName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9-_\\\\.]\"),\n MaxLength: 54,\n MinLength: 1,\n },\n serializedName: \"vmmServerName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resource6: OperationParameter = {\n parameterPath: \"resource\",\n mapper: VmmServerMapper,\n};\n\nexport const properties5: OperationParameter = {\n parameterPath: \"properties\",\n mapper: VmmServerTagsUpdateMapper,\n};\n\nexport const inventoryItemResourceName: OperationURLParameter = {\n parameterPath: \"inventoryItemResourceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\n \"^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$\",\n ),\n },\n serializedName: \"inventoryItemResourceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resource7: OperationParameter = {\n parameterPath: \"resource\",\n mapper: InventoryItemMapper,\n};\n"]}
|