@azure/arm-vmwarecloudsimple 3.1.1-alpha.20250214.1 → 3.1.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-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js +25 -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-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/customizationPolicies.d.ts +3 -3
- package/dist/browser/operations/customizationPolicies.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/customizationPolicies.js +3 -3
- package/dist/browser/operations/customizationPolicies.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dedicatedCloudNodes.d.ts +3 -3
- package/dist/browser/operations/dedicatedCloudNodes.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dedicatedCloudNodes.js +43 -47
- package/dist/browser/operations/dedicatedCloudNodes.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dedicatedCloudServices.d.ts +3 -3
- package/dist/browser/operations/dedicatedCloudServices.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dedicatedCloudServices.js +37 -41
- package/dist/browser/operations/dedicatedCloudServices.js.map +1 -0
- package/dist/browser/operations/index.d.ts +12 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +19 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateClouds.d.ts +3 -3
- package/dist/browser/operations/privateClouds.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateClouds.js +3 -3
- package/dist/browser/operations/privateClouds.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/resourcePools.d.ts +3 -3
- package/dist/browser/operations/resourcePools.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/resourcePools.js +3 -3
- package/dist/browser/operations/resourcePools.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/skusAvailability.d.ts +3 -3
- package/dist/browser/operations/skusAvailability.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/skusAvailability.js +3 -3
- package/dist/browser/operations/skusAvailability.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/usages.d.ts +3 -3
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/usages.js +3 -3
- package/dist/browser/operations/usages.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/virtualMachineTemplates.d.ts +3 -3
- package/dist/browser/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/virtualMachineTemplates.js +3 -3
- package/dist/browser/operations/virtualMachineTemplates.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/virtualMachines.d.ts +3 -3
- package/dist/browser/operations/virtualMachines.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/virtualMachines.js +171 -191
- package/dist/browser/operations/virtualMachines.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/virtualNetworks.d.ts +3 -3
- package/dist/browser/operations/virtualNetworks.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/virtualNetworks.js +3 -3
- package/dist/browser/operations/virtualNetworks.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/customizationPolicies.d.ts +1 -1
- package/dist/browser/operationsInterfaces/customizationPolicies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/customizationPolicies.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/dedicatedCloudNodes.d.ts +1 -1
- package/dist/browser/operationsInterfaces/dedicatedCloudNodes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dedicatedCloudNodes.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/dedicatedCloudServices.d.ts +1 -1
- package/dist/browser/operationsInterfaces/dedicatedCloudServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dedicatedCloudServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +12 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +19 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateClouds.d.ts +1 -1
- package/dist/browser/operationsInterfaces/privateClouds.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateClouds.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/resourcePools.d.ts +1 -1
- package/dist/browser/operationsInterfaces/resourcePools.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/resourcePools.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/skusAvailability.d.ts +1 -1
- package/dist/browser/operationsInterfaces/skusAvailability.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/skusAvailability.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachineTemplates.d.ts +1 -1
- package/dist/browser/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachines.d.ts +1 -1
- package/dist/browser/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachines.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualNetworks.d.ts +1 -1
- package/dist/browser/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualNetworks.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/vMwareCloudSimple.d.ts +2 -2
- package/dist/browser/vMwareCloudSimple.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/vMwareCloudSimple.js +15 -18
- package/dist/browser/vMwareCloudSimple.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 +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +29 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-vmwarecloudsimple.d.ts → dist/commonjs/models/index.d.ts} +1302 -1855
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +63 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +59 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2407 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +35 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +310 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/customizationPolicies.d.ts +46 -0
- package/dist/commonjs/operations/customizationPolicies.d.ts.map +1 -0
- package/dist/commonjs/operations/customizationPolicies.js +186 -0
- package/dist/commonjs/operations/customizationPolicies.js.map +1 -0
- package/dist/commonjs/operations/dedicatedCloudNodes.d.ts +94 -0
- package/dist/commonjs/operations/dedicatedCloudNodes.d.ts.map +1 -0
- package/dist/commonjs/operations/dedicatedCloudNodes.js +466 -0
- package/dist/commonjs/operations/dedicatedCloudNodes.js.map +1 -0
- package/dist/commonjs/operations/dedicatedCloudServices.d.ts +91 -0
- package/dist/commonjs/operations/dedicatedCloudServices.d.ts.map +1 -0
- package/dist/commonjs/operations/dedicatedCloudServices.js +448 -0
- package/dist/commonjs/operations/dedicatedCloudServices.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +12 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +22 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +40 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +173 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateClouds.d.ts +42 -0
- package/dist/commonjs/operations/privateClouds.d.ts.map +1 -0
- package/dist/commonjs/operations/privateClouds.js +179 -0
- package/dist/commonjs/operations/privateClouds.js.map +1 -0
- package/dist/commonjs/operations/resourcePools.d.ts +46 -0
- package/dist/commonjs/operations/resourcePools.d.ts.map +1 -0
- package/dist/commonjs/operations/resourcePools.js +186 -0
- package/dist/commonjs/operations/resourcePools.js.map +1 -0
- package/dist/commonjs/operations/skusAvailability.d.ts +35 -0
- package/dist/commonjs/operations/skusAvailability.d.ts.map +1 -0
- package/dist/commonjs/operations/skusAvailability.js +149 -0
- package/dist/commonjs/operations/skusAvailability.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +35 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +149 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operations/virtualMachineTemplates.d.ts +48 -0
- package/dist/commonjs/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualMachineTemplates.js +188 -0
- package/dist/commonjs/operations/virtualMachineTemplates.js.map +1 -0
- package/dist/commonjs/operations/virtualMachines.d.ts +143 -0
- package/dist/commonjs/operations/virtualMachines.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualMachines.js +710 -0
- package/dist/commonjs/operations/virtualMachines.js.map +1 -0
- package/dist/commonjs/operations/virtualNetworks.d.ts +48 -0
- package/dist/commonjs/operations/virtualNetworks.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualNetworks.js +188 -0
- package/dist/commonjs/operations/virtualNetworks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/customizationPolicies.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/customizationPolicies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/customizationPolicies.js +10 -0
- package/dist/commonjs/operationsInterfaces/customizationPolicies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dedicatedCloudNodes.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/dedicatedCloudNodes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dedicatedCloudNodes.js +10 -0
- package/dist/commonjs/operationsInterfaces/dedicatedCloudNodes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dedicatedCloudServices.d.ts +55 -0
- package/dist/commonjs/operationsInterfaces/dedicatedCloudServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dedicatedCloudServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/dedicatedCloudServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +22 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +19 -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/privateClouds.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/privateClouds.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateClouds.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateClouds.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/resourcePools.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/resourcePools.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/resourcePools.js +10 -0
- package/dist/commonjs/operationsInterfaces/resourcePools.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/skusAvailability.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/skusAvailability.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/skusAvailability.js +10 -0
- package/dist/commonjs/operationsInterfaces/skusAvailability.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachineTemplates.d.ts +22 -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/virtualMachines.d.ts +107 -0
- package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachines.js +10 -0
- package/dist/commonjs/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworks.d.ts +22 -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/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/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- package/dist/commonjs/vMwareCloudSimple.d.ts +30 -0
- package/dist/commonjs/vMwareCloudSimple.d.ts.map +1 -0
- package/dist/commonjs/vMwareCloudSimple.js +112 -0
- package/dist/commonjs/vMwareCloudSimple.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +25 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1302 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +60 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +59 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2403 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +35 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +307 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/customizationPolicies.d.ts +46 -0
- package/dist/esm/operations/customizationPolicies.d.ts.map +1 -0
- package/dist/esm/operations/customizationPolicies.js +182 -0
- package/dist/esm/operations/customizationPolicies.js.map +1 -0
- package/dist/esm/operations/dedicatedCloudNodes.d.ts +94 -0
- package/dist/esm/operations/dedicatedCloudNodes.d.ts.map +1 -0
- package/dist/esm/operations/dedicatedCloudNodes.js +462 -0
- package/dist/esm/operations/dedicatedCloudNodes.js.map +1 -0
- package/dist/esm/operations/dedicatedCloudServices.d.ts +91 -0
- package/dist/esm/operations/dedicatedCloudServices.d.ts.map +1 -0
- package/dist/esm/operations/dedicatedCloudServices.js +444 -0
- package/dist/esm/operations/dedicatedCloudServices.js.map +1 -0
- package/dist/esm/operations/index.d.ts +12 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +19 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +40 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +169 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateClouds.d.ts +42 -0
- package/dist/esm/operations/privateClouds.d.ts.map +1 -0
- package/dist/esm/operations/privateClouds.js +175 -0
- package/dist/esm/operations/privateClouds.js.map +1 -0
- package/dist/esm/operations/resourcePools.d.ts +46 -0
- package/dist/esm/operations/resourcePools.d.ts.map +1 -0
- package/dist/esm/operations/resourcePools.js +182 -0
- package/dist/esm/operations/resourcePools.js.map +1 -0
- package/dist/esm/operations/skusAvailability.d.ts +35 -0
- package/dist/esm/operations/skusAvailability.d.ts.map +1 -0
- package/dist/esm/operations/skusAvailability.js +145 -0
- package/dist/esm/operations/skusAvailability.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +35 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +145 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operations/virtualMachineTemplates.d.ts +48 -0
- package/dist/esm/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/esm/operations/virtualMachineTemplates.js +184 -0
- package/dist/esm/operations/virtualMachineTemplates.js.map +1 -0
- package/dist/esm/operations/virtualMachines.d.ts +143 -0
- package/dist/esm/operations/virtualMachines.d.ts.map +1 -0
- package/dist/esm/operations/virtualMachines.js +706 -0
- package/dist/esm/operations/virtualMachines.js.map +1 -0
- package/dist/esm/operations/virtualNetworks.d.ts +48 -0
- package/dist/esm/operations/virtualNetworks.d.ts.map +1 -0
- package/dist/esm/operations/virtualNetworks.js +184 -0
- package/dist/esm/operations/virtualNetworks.js.map +1 -0
- package/dist/esm/operationsInterfaces/customizationPolicies.d.ts +21 -0
- package/dist/esm/operationsInterfaces/customizationPolicies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/customizationPolicies.js +9 -0
- package/dist/esm/operationsInterfaces/customizationPolicies.js.map +1 -0
- package/dist/esm/operationsInterfaces/dedicatedCloudNodes.d.ts +58 -0
- package/dist/esm/operationsInterfaces/dedicatedCloudNodes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dedicatedCloudNodes.js +9 -0
- package/dist/esm/operationsInterfaces/dedicatedCloudNodes.js.map +1 -0
- package/dist/esm/operationsInterfaces/dedicatedCloudServices.d.ts +55 -0
- package/dist/esm/operationsInterfaces/dedicatedCloudServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dedicatedCloudServices.js +9 -0
- package/dist/esm/operationsInterfaces/dedicatedCloudServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +12 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +19 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +19 -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/privateClouds.d.ts +19 -0
- package/dist/esm/operationsInterfaces/privateClouds.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateClouds.js +9 -0
- package/dist/esm/operationsInterfaces/privateClouds.js.map +1 -0
- package/dist/esm/operationsInterfaces/resourcePools.d.ts +21 -0
- package/dist/esm/operationsInterfaces/resourcePools.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/resourcePools.js +9 -0
- package/dist/esm/operationsInterfaces/resourcePools.js.map +1 -0
- package/dist/esm/operationsInterfaces/skusAvailability.d.ts +12 -0
- package/dist/esm/operationsInterfaces/skusAvailability.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/skusAvailability.js +9 -0
- package/dist/esm/operationsInterfaces/skusAvailability.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +12 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachineTemplates.d.ts +22 -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/virtualMachines.d.ts +107 -0
- package/dist/esm/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachines.js +9 -0
- package/dist/esm/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualNetworks.d.ts +22 -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/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/vMwareCloudSimple.d.ts +30 -0
- package/dist/esm/vMwareCloudSimple.d.ts.map +1 -0
- package/dist/esm/vMwareCloudSimple.js +107 -0
- package/dist/esm/vMwareCloudSimple.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 +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +25 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1302 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +60 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +59 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2403 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +35 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +307 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/customizationPolicies.d.ts +46 -0
- package/dist/react-native/operations/customizationPolicies.d.ts.map +1 -0
- package/dist/react-native/operations/customizationPolicies.js +182 -0
- package/dist/react-native/operations/customizationPolicies.js.map +1 -0
- package/dist/react-native/operations/dedicatedCloudNodes.d.ts +94 -0
- package/dist/react-native/operations/dedicatedCloudNodes.d.ts.map +1 -0
- package/dist/react-native/operations/dedicatedCloudNodes.js +462 -0
- package/dist/react-native/operations/dedicatedCloudNodes.js.map +1 -0
- package/dist/react-native/operations/dedicatedCloudServices.d.ts +91 -0
- package/dist/react-native/operations/dedicatedCloudServices.d.ts.map +1 -0
- package/dist/react-native/operations/dedicatedCloudServices.js +444 -0
- package/dist/react-native/operations/dedicatedCloudServices.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +12 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +19 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +40 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +169 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateClouds.d.ts +42 -0
- package/dist/react-native/operations/privateClouds.d.ts.map +1 -0
- package/dist/react-native/operations/privateClouds.js +175 -0
- package/dist/react-native/operations/privateClouds.js.map +1 -0
- package/dist/react-native/operations/resourcePools.d.ts +46 -0
- package/dist/react-native/operations/resourcePools.d.ts.map +1 -0
- package/dist/react-native/operations/resourcePools.js +182 -0
- package/dist/react-native/operations/resourcePools.js.map +1 -0
- package/dist/react-native/operations/skusAvailability.d.ts +35 -0
- package/dist/react-native/operations/skusAvailability.d.ts.map +1 -0
- package/dist/react-native/operations/skusAvailability.js +145 -0
- package/dist/react-native/operations/skusAvailability.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +35 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +145 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operations/virtualMachineTemplates.d.ts +48 -0
- package/dist/react-native/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist/react-native/operations/virtualMachineTemplates.js +184 -0
- package/dist/react-native/operations/virtualMachineTemplates.js.map +1 -0
- package/dist/react-native/operations/virtualMachines.d.ts +143 -0
- package/dist/react-native/operations/virtualMachines.d.ts.map +1 -0
- package/dist/react-native/operations/virtualMachines.js +706 -0
- package/dist/react-native/operations/virtualMachines.js.map +1 -0
- package/dist/react-native/operations/virtualNetworks.d.ts +48 -0
- package/dist/react-native/operations/virtualNetworks.d.ts.map +1 -0
- package/dist/react-native/operations/virtualNetworks.js +184 -0
- package/dist/react-native/operations/virtualNetworks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/customizationPolicies.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/customizationPolicies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/customizationPolicies.js +9 -0
- package/dist/react-native/operationsInterfaces/customizationPolicies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dedicatedCloudNodes.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/dedicatedCloudNodes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dedicatedCloudNodes.js +9 -0
- package/dist/react-native/operationsInterfaces/dedicatedCloudNodes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dedicatedCloudServices.d.ts +55 -0
- package/dist/react-native/operationsInterfaces/dedicatedCloudServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dedicatedCloudServices.js +9 -0
- package/dist/react-native/operationsInterfaces/dedicatedCloudServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +19 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +19 -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/privateClouds.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/privateClouds.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateClouds.js +9 -0
- package/dist/react-native/operationsInterfaces/privateClouds.js.map +1 -0
- package/dist/react-native/operationsInterfaces/resourcePools.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/resourcePools.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/resourcePools.js +9 -0
- package/dist/react-native/operationsInterfaces/resourcePools.js.map +1 -0
- package/dist/react-native/operationsInterfaces/skusAvailability.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/skusAvailability.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/skusAvailability.js +9 -0
- package/dist/react-native/operationsInterfaces/skusAvailability.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachineTemplates.d.ts +22 -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/virtualMachines.d.ts +107 -0
- package/dist/react-native/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachines.js +9 -0
- package/dist/react-native/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualNetworks.d.ts +22 -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/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/vMwareCloudSimple.d.ts +30 -0
- package/dist/react-native/vMwareCloudSimple.d.ts.map +1 -0
- package/dist/react-native/vMwareCloudSimple.js +107 -0
- package/dist/react-native/vMwareCloudSimple.js.map +1 -0
- package/package.json +67 -36
- package/dist/index.js +0 -5973
- 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/customizationPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/customizationPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customizationPoliciesGetSample.js +0 -37
- package/dist-esm/samples-dev/customizationPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/customizationPoliciesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/customizationPoliciesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customizationPoliciesListSample.js +0 -52
- package/dist-esm/samples-dev/customizationPoliciesListSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudNodesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesCreateOrUpdateSample.js +0 -40
- package/dist-esm/samples-dev/dedicatedCloudNodesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudNodesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/dedicatedCloudNodesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudNodesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesGetSample.js +0 -36
- package/dist-esm/samples-dev/dedicatedCloudNodesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudNodesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/dedicatedCloudNodesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudNodesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/dedicatedCloudNodesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudNodesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudNodesUpdateSample.js +0 -32
- package/dist-esm/samples-dev/dedicatedCloudNodesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudServicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesCreateOrUpdateSample.js +0 -33
- package/dist-esm/samples-dev/dedicatedCloudServicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudServicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/dedicatedCloudServicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudServicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesGetSample.js +0 -36
- package/dist-esm/samples-dev/dedicatedCloudServicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudServicesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/dedicatedCloudServicesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudServicesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/dedicatedCloudServicesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedCloudServicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedCloudServicesUpdateSample.js +0 -32
- package/dist-esm/samples-dev/dedicatedCloudServicesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsGetSample.js +0 -56
- package/dist-esm/samples-dev/operationsGetSample.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 -50
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateCloudsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateCloudsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateCloudsGetSample.js +0 -36
- package/dist-esm/samples-dev/privateCloudsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateCloudsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateCloudsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateCloudsListSample.js +0 -51
- package/dist-esm/samples-dev/privateCloudsListSample.js.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourcePoolsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsGetSample.js +0 -37
- package/dist-esm/samples-dev/resourcePoolsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourcePoolsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourcePoolsListSample.js +0 -52
- package/dist-esm/samples-dev/resourcePoolsListSample.js.map +0 -1
- package/dist-esm/samples-dev/skusAvailabilityListSample.d.ts +0 -2
- package/dist-esm/samples-dev/skusAvailabilityListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/skusAvailabilityListSample.js +0 -51
- package/dist-esm/samples-dev/skusAvailabilityListSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.js +0 -51
- package/dist-esm/samples-dev/usagesListSample.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 -37
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js +0 -53
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesCreateOrUpdateSample.js +0 -58
- package/dist-esm/samples-dev/virtualMachinesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesGetSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachinesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStartSample.js +0 -37
- package/dist-esm/samples-dev/virtualMachinesStartSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStopSample.js +0 -53
- package/dist-esm/samples-dev/virtualMachinesStopSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.js +0 -30
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.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 -37
- package/dist-esm/samples-dev/virtualNetworksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksListSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworksListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworksListSample.js +0 -53
- package/dist-esm/samples-dev/virtualNetworksListSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- 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.map +0 -1
- package/dist-esm/src/operations/customizationPolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/customizationPolicies.js.map +0 -1
- package/dist-esm/src/operations/dedicatedCloudNodes.d.ts.map +0 -1
- package/dist-esm/src/operations/dedicatedCloudNodes.js.map +0 -1
- package/dist-esm/src/operations/dedicatedCloudServices.d.ts.map +0 -1
- package/dist-esm/src/operations/dedicatedCloudServices.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -12
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -19
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateClouds.d.ts.map +0 -1
- package/dist-esm/src/operations/privateClouds.js.map +0 -1
- package/dist-esm/src/operations/resourcePools.d.ts.map +0 -1
- package/dist-esm/src/operations/resourcePools.js.map +0 -1
- package/dist-esm/src/operations/skusAvailability.d.ts.map +0 -1
- package/dist-esm/src/operations/skusAvailability.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operations/virtualMachineTemplates.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualMachineTemplates.js.map +0 -1
- package/dist-esm/src/operations/virtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualMachines.js.map +0 -1
- package/dist-esm/src/operations/virtualNetworks.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualNetworks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/customizationPolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/customizationPolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dedicatedCloudNodes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dedicatedCloudNodes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dedicatedCloudServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dedicatedCloudServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -19
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- 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/privateClouds.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateClouds.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourcePools.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourcePools.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/skusAvailability.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/skusAvailability.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- 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/virtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +0 -1
- 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/pagingHelper.js.map +0 -1
- package/dist-esm/src/vMwareCloudSimple.d.ts.map +0 -1
- package/dist-esm/src/vMwareCloudSimple.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -42
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -1504
- package/src/models/mappers.ts +0 -2479
- package/src/models/parameters.ts +0 -351
- package/src/operations/customizationPolicies.ts +0 -229
- package/src/operations/dedicatedCloudNodes.ts +0 -592
- package/src/operations/dedicatedCloudServices.ts +0 -564
- package/src/operations/index.ts +0 -19
- package/src/operations/operations.ts +0 -197
- package/src/operations/privateClouds.ts +0 -211
- package/src/operations/resourcePools.ts +0 -229
- package/src/operations/skusAvailability.ts +0 -170
- package/src/operations/usages.ts +0 -170
- package/src/operations/virtualMachineTemplates.ts +0 -251
- package/src/operations/virtualMachines.ts +0 -986
- package/src/operations/virtualNetworks.ts +0 -251
- package/src/operationsInterfaces/customizationPolicies.ts +0 -44
- package/src/operationsInterfaces/dedicatedCloudNodes.ts +0 -114
- package/src/operationsInterfaces/dedicatedCloudServices.ts +0 -103
- package/src/operationsInterfaces/index.ts +0 -19
- package/src/operationsInterfaces/operations.ts +0 -40
- package/src/operationsInterfaces/privateClouds.ts +0 -40
- package/src/operationsInterfaces/resourcePools.ts +0 -44
- package/src/operationsInterfaces/skusAvailability.ts +0 -24
- package/src/operationsInterfaces/usages.ts +0 -24
- package/src/operationsInterfaces/virtualMachineTemplates.ts +0 -46
- package/src/operationsInterfaces/virtualMachines.ts +0 -207
- package/src/operationsInterfaces/virtualNetworks.ts +0 -46
- package/src/pagingHelper.ts +0 -39
- package/src/vMwareCloudSimple.ts +0 -184
- package/tsconfig.json +0 -33
- /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}/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/customizationPolicies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dedicatedCloudNodes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dedicatedCloudServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateClouds.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourcePools.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/skusAvailability.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachineTemplates.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachines.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualNetworks.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/README.md
CHANGED
|
@@ -48,20 +48,28 @@ Set the values of the client ID, tenant ID, and client secret of the AAD applica
|
|
|
48
48
|
|
|
49
49
|
For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
|
|
50
50
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
51
|
+
Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
|
|
52
|
+
|
|
53
|
+
```ts snippet:ReadmeSampleCreateClient_Node
|
|
54
|
+
import { VMwareCloudSimple } from "@azure/arm-vmwarecloudsimple";
|
|
55
|
+
import { DefaultAzureCredential } from "@azure/identity";
|
|
55
56
|
|
|
56
57
|
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
57
58
|
const client = new VMwareCloudSimple(new DefaultAzureCredential(), subscriptionId);
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
|
|
58
62
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
63
|
+
```ts snippet:ReadmeSampleCreateClient_Browser
|
|
64
|
+
import { InteractiveBrowserCredential } from "@azure/identity";
|
|
65
|
+
import { VMwareCloudSimple } from "@azure/arm-vmwarecloudsimple";
|
|
66
|
+
|
|
67
|
+
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
68
|
+
const credential = new InteractiveBrowserCredential({
|
|
69
|
+
tenantId: "<YOUR_TENANT_ID>",
|
|
70
|
+
clientId: "<YOUR_CLIENT_ID>",
|
|
71
|
+
});
|
|
72
|
+
const client = new VMwareCloudSimple(credential, subscriptionId);
|
|
65
73
|
```
|
|
66
74
|
|
|
67
75
|
### JavaScript Bundle
|
|
@@ -80,8 +88,9 @@ To use this client library in the browser, first you need to use a bundler. For
|
|
|
80
88
|
|
|
81
89
|
Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
|
|
82
90
|
|
|
83
|
-
```
|
|
84
|
-
|
|
91
|
+
```ts snippet:SetLogLevel
|
|
92
|
+
import { setLogLevel } from "@azure/logger";
|
|
93
|
+
|
|
85
94
|
setLogLevel("info");
|
|
86
95
|
```
|
|
87
96
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,cAAc,iCAAiC,CAAC"}
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
/// <reference lib="esnext.asynciterable" />
|
|
9
|
-
export { getContinuationToken } from "./pagingHelper";
|
|
10
|
-
export * from "./models";
|
|
11
|
-
export { VMwareCloudSimple } from "./vMwareCloudSimple";
|
|
12
|
-
export * from "./operationsInterfaces";
|
|
9
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
|
10
|
+
export * from "./models/index.js";
|
|
11
|
+
export { VMwareCloudSimple } from "./vMwareCloudSimple.js";
|
|
12
|
+
export * from "./operationsInterfaces/index.js";
|
|
13
13
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,cAAc,iCAAiC,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\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { VMwareCloudSimple } from \"./vMwareCloudSimple.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 { __rest } from "tslib";
|
|
9
|
+
export class LroImpl {
|
|
10
|
+
constructor(sendOperationFn, args, spec, requestPath = spec.path, requestMethod = spec.httpMethod) {
|
|
11
|
+
this.sendOperationFn = sendOperationFn;
|
|
12
|
+
this.args = args;
|
|
13
|
+
this.spec = spec;
|
|
14
|
+
this.requestPath = requestPath;
|
|
15
|
+
this.requestMethod = requestMethod;
|
|
16
|
+
}
|
|
17
|
+
async sendInitialRequest() {
|
|
18
|
+
return this.sendOperationFn(this.args, this.spec);
|
|
19
|
+
}
|
|
20
|
+
async sendPollRequest(path) {
|
|
21
|
+
const _a = this.spec, { requestBody } = _a, restSpec = __rest(_a, ["requestBody"]);
|
|
22
|
+
return this.sendOperationFn(this.args, Object.assign(Object.assign({}, restSpec), { path, httpMethod: "GET" }));
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=lroImpl.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAIH,MAAM,OAAO,OAAO;IAClB,YACU,eAAkE,EAClE,IAA6B,EAC7B,IAIe,EAChB,cAAsB,IAAI,CAAC,IAAK,EAChC,gBAAwB,IAAI,CAAC,UAAU;QARtC,oBAAe,GAAf,eAAe,CAAmD;QAClE,SAAI,GAAJ,IAAI,CAAyB;QAC7B,SAAI,GAAJ,IAAI,CAIW;QAChB,gBAAW,GAAX,WAAW,CAAqB;QAChC,kBAAa,GAAb,aAAa,CAA0B;IAC7C,CAAC;IACG,KAAK,CAAC,kBAAkB;QAC7B,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;IACpD,CAAC;IACM,KAAK,CAAC,eAAe,CAAC,IAAY;QACvC,MAAM,KAA+B,IAAI,CAAC,IAAI,EAAxC,EAAE,WAAW,OAA2B,EAAtB,QAAQ,cAA1B,eAA4B,CAAY,CAAC;QAC/C,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,kCAChC,QAAQ,KACX,IAAI,EACJ,UAAU,EAAE,KAAK,IACjB,CAAC;IACL,CAAC;CACF","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 { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport class LroImpl<T> implements LongRunningOperation<T> {\n constructor(\n private sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>,\n private args: Record<string, unknown>,\n private spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>,\n public requestPath: string = spec.path!,\n public requestMethod: string = spec.httpMethod\n ) {}\n public async sendInitialRequest(): Promise<LroResponse<T>> {\n return this.sendOperationFn(this.args, this.spec);\n }\n public async sendPollRequest(path: string): Promise<LroResponse<T>> {\n const { requestBody, ...restSpec } = this.spec;\n return this.sendOperationFn(this.args, {\n ...restSpec,\n path,\n httpMethod: \"GET\"\n });\n }\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAw5BH,0FAA0F;AAC1F,MAAM,CAAN,IAAY,sCAKX;AALD,WAAY,sCAAsC;IAChD,aAAa;IACb,2DAAiB,CAAA;IACjB,cAAc;IACd,6DAAmB,CAAA;AACrB,CAAC,EALW,sCAAsC,KAAtC,sCAAsC,QAKjD;AAYD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BAWX;AAXD,WAAY,8BAA8B;IACxC,kBAAkB;IAClB,8DAA4B,CAAA;IAC5B,kBAAkB;IAClB,8DAA4B,CAAA;IAC5B,YAAY;IACZ,iDAAe,CAAA;IACf,yBAAyB;IACzB,6EAA2C,CAAA;IAC3C,iBAAiB;IACjB,4DAA0B,CAAA;AAC5B,CAAC,EAXW,8BAA8B,KAA9B,8BAA8B,QAWzC;AAeD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BAOX;AAPD,WAAY,8BAA8B;IACxC,kBAAkB;IAClB,8DAA4B,CAAA;IAC5B,cAAc;IACd,qDAAmB,CAAA;IACnB,YAAY;IACZ,iDAAe,CAAA;AACjB,CAAC,EAPW,8BAA8B,KAA9B,8BAA8B,QAOzC;AAaD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BASX;AATD,WAAY,+BAA+B;IACzC,aAAa;IACb,oDAAiB,CAAA;IACjB,aAAa;IACb,qDAAkB,CAAA;IAClB,cAAc;IACd,uDAAoB,CAAA;IACpB,kBAAkB;IAClB,+DAA4B,CAAA;AAC9B,CAAC,EATW,+BAA+B,KAA/B,+BAA+B,QAS1C;AAcD,0FAA0F;AAC1F,MAAM,CAAN,IAAY,sCAKX;AALD,WAAY,sCAAsC;IAChD,YAAY;IACZ,yDAAe,CAAA;IACf,cAAc;IACd,6DAAmB,CAAA;AACrB,CAAC,EALW,sCAAsC,KAAtC,sCAAsC,QAKjD","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\n/** List of available operations */\nexport interface AvailableOperationsListResponse {\n /** Link for next list of available operations */\n nextLink?: string;\n /** Returns a list of available operations */\n value?: AvailableOperation[];\n}\n\n/** Resource provider available operation model */\nexport interface AvailableOperation {\n /** The list of operations */\n display?: AvailableOperationDisplay;\n /** Indicating whether the operation is a data action or not */\n isDataAction?: boolean;\n /** {resourceProviderNamespace}/{resourceType}/{read|write|delete|action} */\n name?: string;\n /** The origin of operation */\n origin?: OperationOrigin;\n /** The list of specification's service metrics */\n serviceSpecification?: AvailableOperationDisplayPropertyServiceSpecificationMetricsList;\n}\n\n/** Resource provider available operation display model */\nexport interface AvailableOperationDisplay {\n /** Description of the operation for display purposes */\n description?: string;\n /** Name of the operation for display purposes */\n operation?: string;\n /** Name of the provider for display purposes */\n provider?: string;\n /** Name of the resource type for display purposes */\n resource?: string;\n}\n\n/** List of available operation display property service specification metrics */\nexport interface AvailableOperationDisplayPropertyServiceSpecificationMetricsList {\n /** Metric specifications of operation */\n metricSpecifications?: AvailableOperationDisplayPropertyServiceSpecificationMetricsItem[];\n}\n\n/** Available operation display property service specification metrics item */\nexport interface AvailableOperationDisplayPropertyServiceSpecificationMetricsItem {\n /** Metric's aggregation type for e.g. (Average, Total) */\n aggregationType: AggregationType;\n /** Metric's description */\n displayDescription: string;\n /** Human readable metric's name */\n displayName: string;\n /** Metric's name/id */\n name: string;\n /** Metric's unit */\n unit: string;\n}\n\n/** General error model */\nexport interface CsrpError {\n /** Error's body */\n error?: CsrpErrorBody;\n}\n\n/** Error properties */\nexport interface CsrpErrorBody {\n /**\n * Error's code\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Error's details\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: CsrpErrorBody[];\n /**\n * Error's message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /** Error's target */\n target?: string;\n}\n\n/** List of dedicated nodes response model */\nexport interface DedicatedCloudNodeListResponse {\n /** Link for next list of DedicatedCloudNode */\n nextLink?: string;\n /** Results of the DedicatedCloudNode list */\n value?: DedicatedCloudNode[];\n}\n\n/** Dedicated cloud node model */\nexport interface DedicatedCloudNode {\n /**\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/dedicatedCloudNodes/{dedicatedCloudNodeName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Azure region */\n location: string;\n /**\n * {dedicatedCloudNodeName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Dedicated Cloud Nodes SKU */\n sku?: Sku;\n /** Dedicated Cloud Nodes tags */\n tags?: { [propertyName: string]: string };\n /**\n * {resourceProviderNamespace}/{resourceType}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Availability Zone id, e.g. \"az1\" */\n availabilityZoneId?: string;\n /**\n * Availability Zone name, e.g. \"Availability Zone 1\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availabilityZoneName?: string;\n /**\n * VMWare Cloud Rack Name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cloudRackName?: string;\n /**\n * date time the resource was created\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: Date;\n /** count of nodes to create */\n nodesCount?: number;\n /** Placement Group id, e.g. \"n1\" */\n placementGroupId?: string;\n /**\n * Placement Name, e.g. \"Placement Group 1\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly placementGroupName?: string;\n /**\n * Private Cloud Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateCloudId?: string;\n /**\n * Resource Pool Name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateCloudName?: string;\n /**\n * The provisioning status of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** purchase id */\n purchaseId?: string;\n /**\n * Node status, indicates is private cloud set up on this node or not\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: NodeStatus;\n /**\n * VMWare Cluster Name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmwareClusterName?: string;\n /** SKU's id */\n idPropertiesSkuDescriptionId?: string;\n /** SKU's name */\n namePropertiesSkuDescriptionName?: string;\n}\n\n/** The purchase SKU for CloudSimple paid resources */\nexport interface Sku {\n /** The capacity of the SKU */\n capacity?: string;\n /** dedicatedCloudNode example: 8 x Ten-Core Intel® Xeon® Processor E5-2640 v4 2.40GHz 25MB Cache (90W); 12 x 64GB PC4-19200 2400MHz DDR4 ECC Registered DIMM, ... */\n description?: string;\n /** If the service has different generations of hardware, for the same SKU, then that can be captured here */\n family?: string;\n /** The name of the SKU for VMWare CloudSimple Node */\n name: string;\n /** The tier of the SKU */\n tier?: string;\n}\n\n/** List of dedicated cloud services */\nexport interface DedicatedCloudServiceListResponse {\n /** Link for next list of DedicatedCloudNode */\n nextLink?: string;\n /** Results of the DedicatedCloudService list */\n value?: DedicatedCloudService[];\n}\n\n/** Dedicated cloud service model */\nexport interface DedicatedCloudService {\n /**\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/dedicatedCloudServices/{dedicatedCloudServiceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Azure region */\n location: string;\n /**\n * {dedicatedCloudServiceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** The list of tags */\n tags?: { [propertyName: string]: string };\n /**\n * {resourceProviderNamespace}/{resourceType}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** gateway Subnet for the account. It will collect the subnet address and always treat it as /28 */\n gatewaySubnet?: string;\n /**\n * indicates whether account onboarded or not in a given region\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isAccountOnboarded?: OnboardingStatus;\n /**\n * total nodes purchased\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nodes?: number;\n /**\n * link to a service management web portal\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceURL?: string;\n}\n\n/** List of SKU availabilities */\nexport interface SkuAvailabilityListResponse {\n /** Link for next list of DedicatedCloudNode */\n nextLink?: string;\n /** Results of the DedicatedPlacementGroupSkuAvailability list */\n value?: SkuAvailability[];\n}\n\n/** SKU availability model */\nexport interface SkuAvailability {\n /** CloudSimple Availability Zone id */\n dedicatedAvailabilityZoneId?: string;\n /** CloudSimple Availability Zone Name */\n dedicatedAvailabilityZoneName?: string;\n /** CloudSimple Placement Group Id */\n dedicatedPlacementGroupId?: string;\n /** CloudSimple Placement Group name */\n dedicatedPlacementGroupName?: string;\n /** indicates how many resources of a given SKU is available in a AZ->PG */\n limit: number;\n /** resource type e.g. DedicatedCloudNodes */\n resourceType?: string;\n /** sku id */\n skuId?: string;\n /** sku name */\n skuName?: string;\n}\n\n/** Operation status response */\nexport interface OperationResource {\n /**\n * End time of the operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /** Error Message if operation failed */\n error?: OperationError;\n /**\n * Operation Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Operation ID\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Start time of the operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * Operation status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n}\n\n/** Operation error model */\nexport interface OperationError {\n /** Error's code */\n code?: string;\n /** Error's message */\n message?: string;\n}\n\n/** List of private clouds */\nexport interface PrivateCloudList {\n /** Link for next list of Private Clouds */\n nextLink?: string;\n /** the list of private clouds */\n value?: PrivateCloud[];\n}\n\n/** Private cloud model */\nexport interface PrivateCloud {\n /** Azure Id, e.g. \"/subscriptions/4da99247-a172-4ed6-8ae9-ebed2d12f839/providers/Microsoft.VMwareCloudSimple/privateClouds/cloud123\" */\n id?: string;\n /** Location where private cloud created, e.g \"westus\" */\n location?: string;\n /** Private cloud name */\n name?: string;\n /** Azure Resource type */\n type?: \"Microsoft.VMwareCloudSimple/privateClouds\";\n /** Availability Zone id, e.g. \"az1\" */\n availabilityZoneId?: string;\n /** Availability Zone name, e.g. \"Availability Zone 1\" */\n availabilityZoneName?: string;\n /** Number of clusters */\n clustersNumber?: number;\n /** User's emails who created cloud */\n createdBy?: string;\n /** When private cloud was created */\n createdOn?: Date;\n /** Array of DNS servers */\n dnsServers?: string[];\n /** Expiration date of PC */\n expires?: string;\n /** Nsx Type, e.g. \"Advanced\" */\n nsxType?: string;\n /** Placement Group id, e.g. \"n1\" */\n placementGroupId?: string;\n /** Placement Group name */\n placementGroupName?: string;\n /** Id of a private cloud */\n privateCloudId?: string;\n /** The list of Resource Pools */\n resourcePools?: ResourcePool[];\n /** Private Cloud state, e.g. \"operational\" */\n state?: string;\n /** Number of cores */\n totalCpuCores?: number;\n /** Number of nodes */\n totalNodes?: number;\n /** Memory size */\n totalRam?: number;\n /** Disk space in TB */\n totalStorage?: number;\n /** Virtualization type e.g. \"vSphere\" */\n typePropertiesType?: string;\n /** e.g. \"6.5u2\" */\n vSphereVersion?: string;\n /** FQDN for vcenter access */\n vcenterFqdn?: string;\n /** Vcenter ip address */\n vcenterRefid?: string;\n /** The list of Virtual Machine Templates */\n virtualMachineTemplates?: VirtualMachineTemplate[];\n /** The list of Virtual Networks */\n virtualNetworks?: VirtualNetwork[];\n /** Is Vrops enabled/disabled */\n vrOpsEnabled?: boolean;\n}\n\n/** Resource pool model */\nexport interface ResourcePool {\n /** resource pool id (privateCloudId:vsphereId) */\n id: string;\n /**\n * Azure region\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * {ResourcePoolName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The Private Cloud Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateCloudId?: string;\n /**\n * {resourceProviderNamespace}/{resourceType}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Hierarchical resource pool name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullName?: string;\n}\n\n/** Virtual machine template model */\nexport interface VirtualMachineTemplate {\n /**\n * virtual machine template id (privateCloudId:vsphereId)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Azure region */\n location?: string;\n /**\n * {virtualMachineTemplateName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * {resourceProviderNamespace}/{resourceType}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The amount of memory */\n amountOfRam?: number;\n /** The list of Virtual Disk Controllers */\n controllers?: VirtualDiskController[];\n /** The description of Virtual Machine Template */\n description?: string;\n /** The list of Virtual Disks */\n disks?: VirtualDisk[];\n /** Expose Guest OS or not */\n exposeToGuestVM?: boolean;\n /**\n * The Guest OS\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly guestOS?: string;\n /**\n * The Guest OS types\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly guestOSType?: string;\n /** The list of Virtual NICs */\n nics?: VirtualNic[];\n /** The number of CPU cores */\n numberOfCores?: number;\n /** path to folder */\n path?: string;\n /** The Private Cloud Id */\n privateCloudId?: string;\n /** The list of VSphere networks */\n vSphereNetworks?: string[];\n /** The tags from VSphere */\n vSphereTags?: string[];\n /**\n * The VMware tools version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmwaretools?: string;\n}\n\n/** Virtual disk controller model */\nexport interface VirtualDiskController {\n /**\n * Controller's id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The display name of Controller\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * dik controller subtype (VMWARE_PARAVIRTUAL, BUS_PARALLEL, LSI_PARALLEL, LSI_SAS)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subType?: string;\n /**\n * disk controller type (SCSI)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Virtual disk model */\nexport interface VirtualDisk {\n /** Disk's Controller id */\n controllerId: string;\n /** Disk's independence mode type */\n independenceMode: DiskIndependenceMode;\n /** Disk's total size */\n totalSize: number;\n /** Disk's id */\n virtualDiskId?: string;\n /**\n * Disk's display name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly virtualDiskName?: string;\n}\n\n/** Virtual NIC model */\nexport interface VirtualNic {\n /** guest OS customization for nic */\n customization?: GuestOsnicCustomization;\n /** NIC ip address */\n ipAddresses?: string[];\n /** NIC MAC address */\n macAddress?: string;\n /** Virtual Network */\n network: VirtualNetwork;\n /** NIC type */\n nicType: NICType;\n /** Is NIC powered on/off on boot */\n powerOnBoot?: boolean;\n /** NIC id */\n virtualNicId?: string;\n /**\n * NIC name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly virtualNicName?: string;\n}\n\n/** Guest OS nic customization */\nexport interface GuestOsnicCustomization {\n /** IP address allocation method */\n allocation?: GuestOsnicCustomizationAllocation;\n /** List of dns servers to use */\n dnsServers?: string[];\n /** Gateway addresses assigned to nic */\n gateway?: string[];\n /** Static ip address for nic */\n ipAddress?: string;\n /** Network mask for nic */\n mask?: string;\n /** primary WINS server for Windows */\n primaryWinsServer?: string;\n /** secondary WINS server for Windows */\n secondaryWinsServer?: string;\n}\n\n/** Virtual network model */\nexport interface VirtualNetwork {\n /**\n * can be used in vm creation/deletion\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assignable?: boolean;\n /** virtual network id (privateCloudId:vsphereId) */\n id: string;\n /**\n * Azure region\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * {VirtualNetworkName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * {resourceProviderNamespace}/{resourceType}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The Private Cloud id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateCloudId?: string;\n}\n\n/** List of customization polices response model */\nexport interface CustomizationPoliciesListResponse {\n /** Link for next list of the Customization policy */\n nextLink?: string;\n /** List of the customization policies */\n value?: CustomizationPolicy[];\n}\n\n/** The virtual machine customization policy */\nexport interface CustomizationPolicy {\n /** Customization policy azure id */\n id?: string;\n /** Azure region */\n location?: string;\n /**\n * Customization policy name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly type?: string;\n /** Policy description */\n description?: string;\n /** The Private cloud id */\n privateCloudId?: string;\n /** Detailed customization policy specification */\n specification?: CustomizationSpecification;\n /** The type of customization (Linux or Windows) */\n typePropertiesType?: CustomizationPolicyPropertiesType;\n /** Policy version */\n version?: string;\n}\n\n/** The specification for Customization Policy */\nexport interface CustomizationSpecification {\n /** Customization Identity. It contains data about user and hostname */\n identity?: CustomizationIdentity;\n /** Network interface settings */\n nicSettings?: CustomizationNicSetting[];\n}\n\nexport interface CustomizationIdentity {\n /** Windows Text Identity. Prepared data */\n data?: string;\n /** Virtual machine host name settings */\n hostName?: CustomizationHostName;\n /** Identity type */\n type?: CustomizationIdentityType;\n /** Windows Identity. User data customization */\n userData?: CustomizationIdentityUserData;\n}\n\n/** Host name model */\nexport interface CustomizationHostName {\n /** Hostname */\n name?: string;\n /** Type of host name */\n type?: CustomizationHostNameType;\n}\n\n/** Windows Identity. User data customization */\nexport interface CustomizationIdentityUserData {\n /** Is password predefined in customization policy */\n isPasswordPredefined?: boolean;\n}\n\nexport interface CustomizationNicSetting {\n /** The list of adapters' settings */\n adapter?: CustomizationIPSettings;\n /** NIC mac address */\n macAddress?: string;\n}\n\nexport interface CustomizationIPSettings {\n /** The list of gateways */\n gateway?: string[];\n /** Ip address customization settings */\n ip?: CustomizationIPAddress;\n /** Adapter subnet mask */\n subnetMask?: string;\n}\n\nexport interface CustomizationIPAddress {\n /** Argument when Custom ip type is selected */\n argument?: string;\n /** Defined Ip Address when Fixed ip type is selected */\n ipAddress?: string;\n /** Customization Specification ip type */\n type?: CustomizationIPAddressType;\n}\n\n/** List of resource pools response model */\nexport interface ResourcePoolsListResponse {\n /** Link for next list of ResourcePoolsList */\n nextLink?: string;\n /** Results of the Resource pools list */\n value?: ResourcePool[];\n}\n\n/** List of virtual machine templates */\nexport interface VirtualMachineTemplateListResponse {\n /** Link for next list of VirtualMachineTemplate */\n nextLink?: string;\n /** Results of the VM template list */\n value?: VirtualMachineTemplate[];\n}\n\n/** List of virtual networks */\nexport interface VirtualNetworkListResponse {\n /** Link for next list of VirtualNetwork */\n nextLink?: string;\n /** Results of the VirtualNetwork list */\n value?: VirtualNetwork[];\n}\n\n/** List of usages */\nexport interface UsageListResponse {\n /** Link for next list of DedicatedCloudNode */\n nextLink?: string;\n /**\n * The list of usages\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Usage[];\n}\n\n/** Usage model */\nexport interface Usage {\n /** The current usage value */\n currentValue: number;\n /** limit of a given sku in a region for a subscription. The maximum permitted value for the usage quota. If there is no limit, this value will be -1 */\n limit: number;\n /** Usage name value and localized name */\n name?: UsageName;\n /** The usages' unit */\n unit?: UsageCount;\n}\n\n/** User name model */\nexport interface UsageName {\n /** e.g. \"Virtual Machines\" */\n localizedValue?: string;\n /** resource type or resource type sku name, e.g. virtualMachines */\n value?: string;\n}\n\n/** List of virtual machines */\nexport interface VirtualMachineListResponse {\n /** Link for next list of VirtualMachines */\n nextLink?: string;\n /** Results of the VirtualMachine list */\n value?: VirtualMachine[];\n}\n\n/** Virtual machine model */\nexport interface VirtualMachine {\n /**\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/virtualMachines/{virtualMachineName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Azure region */\n location: string;\n /**\n * {virtualMachineName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** The list of tags */\n tags?: { [propertyName: string]: string };\n /**\n * {resourceProviderNamespace}/{resourceType}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The amount of memory */\n amountOfRam?: number;\n /**\n * The list of Virtual Disks' Controllers\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly controllers?: VirtualDiskController[];\n /** Virtual machine properties */\n customization?: GuestOSCustomization;\n /** The list of Virtual Disks */\n disks?: VirtualDisk[];\n /**\n * The DNS name of Virtual Machine in VCenter\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dnsname?: string;\n /** Expose Guest OS or not */\n exposeToGuestVM?: boolean;\n /**\n * The path to virtual machine folder in VCenter\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly folder?: string;\n /**\n * The name of Guest OS\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly guestOS?: string;\n /**\n * The Guest OS type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly guestOSType?: GuestOSType;\n /** The list of Virtual NICs */\n nics?: VirtualNic[];\n /** The number of CPU cores */\n numberOfCores?: number;\n /** Password for login. Deprecated - use customization property */\n password?: string;\n /** Private Cloud Id */\n privateCloudId?: string;\n /**\n * The provisioning status of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The public ip of Virtual Machine\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicIP?: string;\n /** Virtual Machines Resource Pool */\n resourcePool?: ResourcePool;\n /**\n * The status of Virtual machine\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: VirtualMachineStatus;\n /** Virtual Machine Template Id */\n templateId?: string;\n /** Username for login. Deprecated - use customization property */\n username?: string;\n /** The list of Virtual VSphere Networks */\n vSphereNetworks?: string[];\n /**\n * The internal id of Virtual Machine in VCenter\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmId?: string;\n /**\n * VMware tools version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmwaretools?: string;\n}\n\n/** Guest OS Customization properties */\nexport interface GuestOSCustomization {\n /** List of dns servers to use */\n dnsServers?: string[];\n /** Virtual Machine hostname */\n hostName?: string;\n /** Password for login */\n password?: string;\n /** id of customization policy */\n policyId?: string;\n /** Username for login */\n username?: string;\n}\n\n/** General patch payload modal */\nexport interface PatchPayload {\n /** The tags key:value pairs */\n tags?: { [propertyName: string]: string };\n}\n\n/** List of virtual machine stop modes */\nexport interface VirtualMachineStopMode {\n /** mode indicates a type of stop operation - reboot, suspend, shutdown or power-off */\n mode?: StopMode;\n}\n\n/** Defines headers for Operations_get operation. */\nexport interface OperationsGetHeaders {\n location?: string;\n retryAfter?: number;\n}\n\n/** Defines headers for Operations_get operation. */\nexport interface OperationsGetExceptionHeaders {\n contentType?: string;\n}\n\n/** Defines headers for DedicatedCloudNodes_createOrUpdate operation. */\nexport interface DedicatedCloudNodesCreateOrUpdateHeaders {\n azureAsyncOperation?: string;\n location?: string;\n retryAfter?: number;\n}\n\n/** Defines headers for DedicatedCloudNodes_delete operation. */\nexport interface DedicatedCloudNodesDeleteExceptionHeaders {\n contentType?: string;\n}\n\n/** Defines headers for DedicatedCloudServices_delete operation. */\nexport interface DedicatedCloudServicesDeleteExceptionHeaders {\n contentType?: string;\n}\n\n/** Defines headers for VirtualMachines_createOrUpdate operation. */\nexport interface VirtualMachinesCreateOrUpdateHeaders {\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for VirtualMachines_delete operation. */\nexport interface VirtualMachinesDeleteHeaders {\n azureAsyncOperation?: string;\n location?: string;\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualMachines_delete operation. */\nexport interface VirtualMachinesDeleteExceptionHeaders {\n contentType?: string;\n}\n\n/** Defines headers for VirtualMachines_start operation. */\nexport interface VirtualMachinesStartHeaders {\n azureAsyncOperation?: string;\n location?: string;\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualMachines_start operation. */\nexport interface VirtualMachinesStartExceptionHeaders {\n contentType?: string;\n}\n\n/** Defines headers for VirtualMachines_stop operation. */\nexport interface VirtualMachinesStopHeaders {\n azureAsyncOperation?: string;\n location?: string;\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualMachines_stop operation. */\nexport interface VirtualMachinesStopExceptionHeaders {\n contentType?: string;\n}\n\n/** Known values of {@link GuestOsnicCustomizationAllocation} that the service accepts. */\nexport enum KnownGuestOsnicCustomizationAllocation {\n /** Static */\n Static = \"static\",\n /** Dynamic */\n Dynamic = \"dynamic\"\n}\n\n/**\n * Defines values for GuestOsnicCustomizationAllocation. \\\n * {@link KnownGuestOsnicCustomizationAllocation} can be used interchangeably with GuestOsnicCustomizationAllocation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **static** \\\n * **dynamic**\n */\nexport type GuestOsnicCustomizationAllocation = string;\n\n/** Known values of {@link CustomizationHostNameType} that the service accepts. */\nexport enum KnownCustomizationHostNameType {\n /** UserDefined */\n UserDefined = \"USER_DEFINED\",\n /** PrefixBased */\n PrefixBased = \"PREFIX_BASED\",\n /** Fixed */\n Fixed = \"FIXED\",\n /** VirtualMachineName */\n VirtualMachineName = \"VIRTUAL_MACHINE_NAME\",\n /** CustomName */\n CustomName = \"CUSTOM_NAME\"\n}\n\n/**\n * Defines values for CustomizationHostNameType. \\\n * {@link KnownCustomizationHostNameType} can be used interchangeably with CustomizationHostNameType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **USER_DEFINED** \\\n * **PREFIX_BASED** \\\n * **FIXED** \\\n * **VIRTUAL_MACHINE_NAME** \\\n * **CUSTOM_NAME**\n */\nexport type CustomizationHostNameType = string;\n\n/** Known values of {@link CustomizationIdentityType} that the service accepts. */\nexport enum KnownCustomizationIdentityType {\n /** WindowsText */\n WindowsText = \"WINDOWS_TEXT\",\n /** Windows */\n Windows = \"WINDOWS\",\n /** Linux */\n Linux = \"LINUX\"\n}\n\n/**\n * Defines values for CustomizationIdentityType. \\\n * {@link KnownCustomizationIdentityType} can be used interchangeably with CustomizationIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **WINDOWS_TEXT** \\\n * **WINDOWS** \\\n * **LINUX**\n */\nexport type CustomizationIdentityType = string;\n\n/** Known values of {@link CustomizationIPAddressType} that the service accepts. */\nexport enum KnownCustomizationIPAddressType {\n /** Custom */\n Custom = \"CUSTOM\",\n /** DhcpIP */\n DhcpIP = \"DHCP_IP\",\n /** FixedIP */\n FixedIP = \"FIXED_IP\",\n /** UserDefined */\n UserDefined = \"USER_DEFINED\"\n}\n\n/**\n * Defines values for CustomizationIPAddressType. \\\n * {@link KnownCustomizationIPAddressType} can be used interchangeably with CustomizationIPAddressType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CUSTOM** \\\n * **DHCP_IP** \\\n * **FIXED_IP** \\\n * **USER_DEFINED**\n */\nexport type CustomizationIPAddressType = string;\n\n/** Known values of {@link CustomizationPolicyPropertiesType} that the service accepts. */\nexport enum KnownCustomizationPolicyPropertiesType {\n /** Linux */\n Linux = \"LINUX\",\n /** Windows */\n Windows = \"WINDOWS\"\n}\n\n/**\n * Defines values for CustomizationPolicyPropertiesType. \\\n * {@link KnownCustomizationPolicyPropertiesType} can be used interchangeably with CustomizationPolicyPropertiesType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LINUX** \\\n * **WINDOWS**\n */\nexport type CustomizationPolicyPropertiesType = string;\n/** Defines values for OperationOrigin. */\nexport type OperationOrigin = \"user\" | \"system\" | \"user,system\";\n/** Defines values for AggregationType. */\nexport type AggregationType = \"Average\" | \"Total\";\n/** Defines values for NodeStatus. */\nexport type NodeStatus = \"unused\" | \"used\";\n/** Defines values for OnboardingStatus. */\nexport type OnboardingStatus =\n | \"notOnBoarded\"\n | \"onBoarded\"\n | \"onBoardingFailed\"\n | \"onBoarding\";\n/** Defines values for DiskIndependenceMode. */\nexport type DiskIndependenceMode =\n | \"persistent\"\n | \"independent_persistent\"\n | \"independent_nonpersistent\";\n/** Defines values for NICType. */\nexport type NICType =\n | \"E1000\"\n | \"E1000E\"\n | \"PCNET32\"\n | \"VMXNET\"\n | \"VMXNET2\"\n | \"VMXNET3\";\n/** Defines values for UsageCount. */\nexport type UsageCount =\n | \"Count\"\n | \"Bytes\"\n | \"Seconds\"\n | \"Percent\"\n | \"CountPerSecond\"\n | \"BytesPerSecond\";\n/** Defines values for GuestOSType. */\nexport type GuestOSType = \"linux\" | \"windows\" | \"other\";\n/** Defines values for VirtualMachineStatus. */\nexport type VirtualMachineStatus =\n | \"running\"\n | \"suspended\"\n | \"poweredoff\"\n | \"updating\"\n | \"deallocating\"\n | \"deleting\";\n/** Defines values for StopMode. */\nexport type StopMode = \"reboot\" | \"suspend\" | \"shutdown\" | \"poweroff\";\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = AvailableOperationsListResponse;\n\n/** Optional parameters. */\nexport interface OperationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OperationsGetResponse = OperationResource;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = AvailableOperationsListResponse;\n\n/** Optional parameters. */\nexport interface DedicatedCloudNodesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the list operation */\n filter?: string;\n /** The maximum number of record sets to return */\n top?: number;\n /** to be used by nextLink implementation */\n skipToken?: string;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type DedicatedCloudNodesListBySubscriptionResponse = DedicatedCloudNodeListResponse;\n\n/** Optional parameters. */\nexport interface DedicatedCloudNodesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the list operation */\n filter?: string;\n /** The maximum number of record sets to return */\n top?: number;\n /** to be used by nextLink implementation */\n skipToken?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DedicatedCloudNodesListByResourceGroupResponse = DedicatedCloudNodeListResponse;\n\n/** Optional parameters. */\nexport interface DedicatedCloudNodesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DedicatedCloudNodesGetResponse = DedicatedCloudNode;\n\n/** Optional parameters. */\nexport interface DedicatedCloudNodesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DedicatedCloudNodesCreateOrUpdateResponse = DedicatedCloudNodesCreateOrUpdateHeaders &\n DedicatedCloudNode;\n\n/** Optional parameters. */\nexport interface DedicatedCloudNodesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DedicatedCloudNodesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type DedicatedCloudNodesUpdateResponse = DedicatedCloudNode;\n\n/** Optional parameters. */\nexport interface DedicatedCloudNodesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type DedicatedCloudNodesListBySubscriptionNextResponse = DedicatedCloudNodeListResponse;\n\n/** Optional parameters. */\nexport interface DedicatedCloudNodesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DedicatedCloudNodesListByResourceGroupNextResponse = DedicatedCloudNodeListResponse;\n\n/** Optional parameters. */\nexport interface DedicatedCloudServicesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the list operation */\n filter?: string;\n /** The maximum number of record sets to return */\n top?: number;\n /** to be used by nextLink implementation */\n skipToken?: string;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type DedicatedCloudServicesListBySubscriptionResponse = DedicatedCloudServiceListResponse;\n\n/** Optional parameters. */\nexport interface DedicatedCloudServicesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the list operation */\n filter?: string;\n /** The maximum number of record sets to return */\n top?: number;\n /** to be used by nextLink implementation */\n skipToken?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DedicatedCloudServicesListByResourceGroupResponse = DedicatedCloudServiceListResponse;\n\n/** Optional parameters. */\nexport interface DedicatedCloudServicesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DedicatedCloudServicesGetResponse = DedicatedCloudService;\n\n/** Optional parameters. */\nexport interface DedicatedCloudServicesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DedicatedCloudServicesCreateOrUpdateResponse = DedicatedCloudService;\n\n/** Optional parameters. */\nexport interface DedicatedCloudServicesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DedicatedCloudServicesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type DedicatedCloudServicesUpdateResponse = DedicatedCloudService;\n\n/** Optional parameters. */\nexport interface DedicatedCloudServicesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type DedicatedCloudServicesListBySubscriptionNextResponse = DedicatedCloudServiceListResponse;\n\n/** Optional parameters. */\nexport interface DedicatedCloudServicesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DedicatedCloudServicesListByResourceGroupNextResponse = DedicatedCloudServiceListResponse;\n\n/** Optional parameters. */\nexport interface SkusAvailabilityListOptionalParams\n extends coreClient.OperationOptions {\n /** sku id, if no sku is passed availability for all skus will be returned */\n skuId?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type SkusAvailabilityListResponse = SkuAvailabilityListResponse;\n\n/** Optional parameters. */\nexport interface SkusAvailabilityListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SkusAvailabilityListNextResponse = SkuAvailabilityListResponse;\n\n/** Optional parameters. */\nexport interface PrivateCloudsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type PrivateCloudsListResponse = PrivateCloudList;\n\n/** Optional parameters. */\nexport interface PrivateCloudsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateCloudsGetResponse = PrivateCloud;\n\n/** Optional parameters. */\nexport interface PrivateCloudsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type PrivateCloudsListNextResponse = PrivateCloudList;\n\n/** Optional parameters. */\nexport interface CustomizationPoliciesListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the list operation. only type is allowed here as a filter e.g. $filter=type eq 'xxxx' */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type CustomizationPoliciesListOperationResponse = CustomizationPoliciesListResponse;\n\n/** Optional parameters. */\nexport interface CustomizationPoliciesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CustomizationPoliciesGetResponse = CustomizationPolicy;\n\n/** Optional parameters. */\nexport interface CustomizationPoliciesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type CustomizationPoliciesListNextResponse = CustomizationPoliciesListResponse;\n\n/** Optional parameters. */\nexport interface ResourcePoolsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ResourcePoolsListOperationResponse = ResourcePoolsListResponse;\n\n/** Optional parameters. */\nexport interface ResourcePoolsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ResourcePoolsGetResponse = ResourcePool;\n\n/** Optional parameters. */\nexport interface ResourcePoolsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ResourcePoolsListNextResponse = ResourcePoolsListResponse;\n\n/** Optional parameters. */\nexport interface VirtualMachineTemplatesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type VirtualMachineTemplatesListResponse = VirtualMachineTemplateListResponse;\n\n/** Optional parameters. */\nexport interface VirtualMachineTemplatesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VirtualMachineTemplatesGetResponse = VirtualMachineTemplate;\n\n/** Optional parameters. */\nexport interface VirtualMachineTemplatesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type VirtualMachineTemplatesListNextResponse = VirtualMachineTemplateListResponse;\n\n/** Optional parameters. */\nexport interface VirtualNetworksListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type VirtualNetworksListResponse = VirtualNetworkListResponse;\n\n/** Optional parameters. */\nexport interface VirtualNetworksGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VirtualNetworksGetResponse = VirtualNetwork;\n\n/** Optional parameters. */\nexport interface VirtualNetworksListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type VirtualNetworksListNextResponse = VirtualNetworkListResponse;\n\n/** Optional parameters. */\nexport interface UsagesListOptionalParams extends coreClient.OperationOptions {\n /** The filter to apply on the list operation. only name.value is allowed here as a filter e.g. $filter=name.value eq 'xxxx' */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type UsagesListResponse = UsageListResponse;\n\n/** Optional parameters. */\nexport interface UsagesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type UsagesListNextResponse = UsageListResponse;\n\n/** Optional parameters. */\nexport interface VirtualMachinesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the list operation */\n filter?: string;\n /** The maximum number of record sets to return */\n top?: number;\n /** to be used by nextLink implementation */\n skipToken?: string;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type VirtualMachinesListBySubscriptionResponse = VirtualMachineListResponse;\n\n/** Optional parameters. */\nexport interface VirtualMachinesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the list operation */\n filter?: string;\n /** The maximum number of record sets to return */\n top?: number;\n /** to be used by nextLink implementation */\n skipToken?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type VirtualMachinesListByResourceGroupResponse = VirtualMachineListResponse;\n\n/** Optional parameters. */\nexport interface VirtualMachinesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VirtualMachinesGetResponse = VirtualMachine;\n\n/** Optional parameters. */\nexport interface VirtualMachinesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type VirtualMachinesCreateOrUpdateResponse = VirtualMachinesCreateOrUpdateHeaders &\n VirtualMachine;\n\n/** Optional parameters. */\nexport interface VirtualMachinesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type VirtualMachinesDeleteResponse = VirtualMachinesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface VirtualMachinesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type VirtualMachinesUpdateResponse = VirtualMachine;\n\n/** Optional parameters. */\nexport interface VirtualMachinesStartOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesStopOptionalParams\n extends coreClient.OperationOptions {\n /** body stop mode parameter (reboot, shutdown, etc...) */\n m?: VirtualMachineStopMode;\n /** query stop mode parameter (reboot, shutdown, etc...) */\n mode?: StopMode;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type VirtualMachinesListBySubscriptionNextResponse = VirtualMachineListResponse;\n\n/** Optional parameters. */\nexport interface VirtualMachinesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type VirtualMachinesListByResourceGroupNextResponse = VirtualMachineListResponse;\n\n/** Optional parameters. */\nexport interface VMwareCloudSimpleOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -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 AvailableOperationsListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableOperationsListResponse\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AvailableOperation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AvailableOperation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableOperation\",\n modelProperties: {\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"AvailableOperationDisplay\"\n }\n },\n isDataAction: {\n defaultValue: false,\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"Enum\",\n allowedValues: [\"user\", \"system\", \"user,system\"]\n }\n },\n serviceSpecification: {\n serializedName: \"properties.serviceSpecification\",\n type: {\n name: \"Composite\",\n className:\n \"AvailableOperationDisplayPropertyServiceSpecificationMetricsList\"\n }\n }\n }\n }\n};\n\nexport const AvailableOperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableOperationDisplay\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AvailableOperationDisplayPropertyServiceSpecificationMetricsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className:\n \"AvailableOperationDisplayPropertyServiceSpecificationMetricsList\",\n modelProperties: {\n metricSpecifications: {\n serializedName: \"metricSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"AvailableOperationDisplayPropertyServiceSpecificationMetricsItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AvailableOperationDisplayPropertyServiceSpecificationMetricsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className:\n \"AvailableOperationDisplayPropertyServiceSpecificationMetricsItem\",\n modelProperties: {\n aggregationType: {\n serializedName: \"aggregationType\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Average\", \"Total\"]\n }\n },\n displayDescription: {\n serializedName: \"displayDescription\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n unit: {\n serializedName: \"unit\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CsrpError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CsrpError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CsrpErrorBody\"\n }\n }\n }\n }\n};\n\nexport const CsrpErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CsrpErrorBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\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: \"CsrpErrorBody\"\n }\n }\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DedicatedCloudNodeListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DedicatedCloudNodeListResponse\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DedicatedCloudNode\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DedicatedCloudNode: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DedicatedCloudNode\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9]([-_.a-zA-Z0-9]*[a-zA-Z0-9])?$\")\n },\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n availabilityZoneId: {\n serializedName: \"properties.availabilityZoneId\",\n type: {\n name: \"String\"\n }\n },\n availabilityZoneName: {\n serializedName: \"properties.availabilityZoneName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n cloudRackName: {\n serializedName: \"properties.cloudRackName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n created: {\n serializedName: \"properties.created\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n nodesCount: {\n serializedName: \"properties.nodesCount\",\n type: {\n name: \"Number\"\n }\n },\n placementGroupId: {\n serializedName: \"properties.placementGroupId\",\n type: {\n name: \"String\"\n }\n },\n placementGroupName: {\n serializedName: \"properties.placementGroupName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n privateCloudId: {\n serializedName: \"properties.privateCloudId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n privateCloudName: {\n serializedName: \"properties.privateCloudName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n purchaseId: {\n serializedName: \"properties.purchaseId\",\n type: {\n name: \"Uuid\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"unused\", \"used\"]\n }\n },\n vmwareClusterName: {\n serializedName: \"properties.vmwareClusterName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n idPropertiesSkuDescriptionId: {\n serializedName: \"properties.skuDescription.id\",\n type: {\n name: \"String\"\n }\n },\n namePropertiesSkuDescriptionName: {\n serializedName: \"properties.skuDescription.name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Sku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n family: {\n serializedName: \"family\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DedicatedCloudServiceListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DedicatedCloudServiceListResponse\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DedicatedCloudService\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DedicatedCloudService: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DedicatedCloudService\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9]([-_.a-zA-Z0-9]*[a-zA-Z0-9])?$\")\n },\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n gatewaySubnet: {\n serializedName: \"properties.gatewaySubnet\",\n type: {\n name: \"String\"\n }\n },\n isAccountOnboarded: {\n serializedName: \"properties.isAccountOnboarded\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"notOnBoarded\",\n \"onBoarded\",\n \"onBoardingFailed\",\n \"onBoarding\"\n ]\n }\n },\n nodes: {\n serializedName: \"properties.nodes\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n serviceURL: {\n serializedName: \"properties.serviceURL\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SkuAvailabilityListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SkuAvailabilityListResponse\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuAvailability\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SkuAvailability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SkuAvailability\",\n modelProperties: {\n dedicatedAvailabilityZoneId: {\n serializedName: \"dedicatedAvailabilityZoneId\",\n type: {\n name: \"String\"\n }\n },\n dedicatedAvailabilityZoneName: {\n serializedName: \"dedicatedAvailabilityZoneName\",\n type: {\n name: \"String\"\n }\n },\n dedicatedPlacementGroupId: {\n serializedName: \"dedicatedPlacementGroupId\",\n type: {\n name: \"String\"\n }\n },\n dedicatedPlacementGroupName: {\n serializedName: \"dedicatedPlacementGroupName\",\n type: {\n name: \"String\"\n }\n },\n limit: {\n serializedName: \"limit\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n resourceType: {\n serializedName: \"resourceType\",\n type: {\n name: \"String\"\n }\n },\n skuId: {\n serializedName: \"skuId\",\n type: {\n name: \"String\"\n }\n },\n skuName: {\n serializedName: \"skuName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationResource\",\n modelProperties: {\n endTime: {\n serializedName: \"endTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"OperationError\"\n }\n },\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 startTime: {\n serializedName: \"startTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateCloudList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateCloudList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateCloud\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateCloud: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateCloud\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n defaultValue: \"Microsoft.VMwareCloudSimple/privateClouds\",\n isConstant: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n availabilityZoneId: {\n serializedName: \"properties.availabilityZoneId\",\n type: {\n name: \"String\"\n }\n },\n availabilityZoneName: {\n serializedName: \"properties.availabilityZoneName\",\n type: {\n name: \"String\"\n }\n },\n clustersNumber: {\n serializedName: \"properties.clustersNumber\",\n type: {\n name: \"Number\"\n }\n },\n createdBy: {\n serializedName: \"properties.createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdOn: {\n serializedName: \"properties.createdOn\",\n type: {\n name: \"DateTime\"\n }\n },\n dnsServers: {\n serializedName: \"properties.dnsServers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n expires: {\n serializedName: \"properties.expires\",\n type: {\n name: \"String\"\n }\n },\n nsxType: {\n serializedName: \"properties.nsxType\",\n type: {\n name: \"String\"\n }\n },\n placementGroupId: {\n serializedName: \"properties.placementGroupId\",\n type: {\n name: \"String\"\n }\n },\n placementGroupName: {\n serializedName: \"properties.placementGroupName\",\n type: {\n name: \"String\"\n }\n },\n privateCloudId: {\n serializedName: \"properties.privateCloudId\",\n type: {\n name: \"Uuid\"\n }\n },\n resourcePools: {\n serializedName: \"properties.resourcePools\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourcePool\"\n }\n }\n }\n },\n state: {\n serializedName: \"properties.state\",\n type: {\n name: \"String\"\n }\n },\n totalCpuCores: {\n serializedName: \"properties.totalCpuCores\",\n type: {\n name: \"Number\"\n }\n },\n totalNodes: {\n serializedName: \"properties.totalNodes\",\n type: {\n name: \"Number\"\n }\n },\n totalRam: {\n serializedName: \"properties.totalRam\",\n type: {\n name: \"Number\"\n }\n },\n totalStorage: {\n serializedName: \"properties.totalStorage\",\n type: {\n name: \"Number\"\n }\n },\n typePropertiesType: {\n serializedName: \"properties.type\",\n type: {\n name: \"String\"\n }\n },\n vSphereVersion: {\n serializedName: \"properties.vSphereVersion\",\n type: {\n name: \"String\"\n }\n },\n vcenterFqdn: {\n serializedName: \"properties.vcenterFqdn\",\n type: {\n name: \"String\"\n }\n },\n vcenterRefid: {\n serializedName: \"properties.vcenterRefid\",\n type: {\n name: \"String\"\n }\n },\n virtualMachineTemplates: {\n serializedName: \"properties.virtualMachineTemplates\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineTemplate\"\n }\n }\n }\n },\n virtualNetworks: {\n serializedName: \"properties.virtualNetworks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNetwork\"\n }\n }\n }\n },\n vrOpsEnabled: {\n serializedName: \"properties.vrOpsEnabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ResourcePool: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourcePool\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\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 privateCloudId: {\n serializedName: \"privateCloudId\",\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 fullName: {\n serializedName: \"properties.fullName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachineTemplate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineTemplate\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\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 amountOfRam: {\n serializedName: \"properties.amountOfRam\",\n type: {\n name: \"Number\"\n }\n },\n controllers: {\n serializedName: \"properties.controllers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualDiskController\"\n }\n }\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n disks: {\n serializedName: \"properties.disks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualDisk\"\n }\n }\n }\n },\n exposeToGuestVM: {\n serializedName: \"properties.exposeToGuestVM\",\n type: {\n name: \"Boolean\"\n }\n },\n guestOS: {\n serializedName: \"properties.guestOS\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n guestOSType: {\n serializedName: \"properties.guestOSType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n nics: {\n serializedName: \"properties.nics\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNic\"\n }\n }\n }\n },\n numberOfCores: {\n serializedName: \"properties.numberOfCores\",\n type: {\n name: \"Number\"\n }\n },\n path: {\n serializedName: \"properties.path\",\n type: {\n name: \"String\"\n }\n },\n privateCloudId: {\n serializedName: \"properties.privateCloudId\",\n type: {\n name: \"String\"\n }\n },\n vSphereNetworks: {\n serializedName: \"properties.vSphereNetworks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n vSphereTags: {\n serializedName: \"properties.vSphereTags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n vmwaretools: {\n serializedName: \"properties.vmwaretools\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualDiskController: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualDiskController\",\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 subType: {\n serializedName: \"subType\",\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 }\n }\n};\n\nexport const VirtualDisk: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualDisk\",\n modelProperties: {\n controllerId: {\n serializedName: \"controllerId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n independenceMode: {\n serializedName: \"independenceMode\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"persistent\",\n \"independent_persistent\",\n \"independent_nonpersistent\"\n ]\n }\n },\n totalSize: {\n serializedName: \"totalSize\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n virtualDiskId: {\n serializedName: \"virtualDiskId\",\n type: {\n name: \"String\"\n }\n },\n virtualDiskName: {\n serializedName: \"virtualDiskName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualNic: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNic\",\n modelProperties: {\n customization: {\n serializedName: \"customization\",\n type: {\n name: \"Composite\",\n className: \"GuestOsnicCustomization\"\n }\n },\n ipAddresses: {\n serializedName: \"ipAddresses\",\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 network: {\n serializedName: \"network\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetwork\"\n }\n },\n nicType: {\n serializedName: \"nicType\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"E1000\",\n \"E1000E\",\n \"PCNET32\",\n \"VMXNET\",\n \"VMXNET2\",\n \"VMXNET3\"\n ]\n }\n },\n powerOnBoot: {\n serializedName: \"powerOnBoot\",\n type: {\n name: \"Boolean\"\n }\n },\n virtualNicId: {\n serializedName: \"virtualNicId\",\n type: {\n name: \"String\"\n }\n },\n virtualNicName: {\n serializedName: \"virtualNicName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GuestOsnicCustomization: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GuestOsnicCustomization\",\n modelProperties: {\n allocation: {\n serializedName: \"allocation\",\n type: {\n name: \"String\"\n }\n },\n dnsServers: {\n serializedName: \"dnsServers\",\n type: {\n name: \"Sequence\",\n element: {\n constraints: {\n Pattern: new RegExp(\n \"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])[.]){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$\"\n )\n },\n type: {\n name: \"String\"\n }\n }\n }\n },\n gateway: {\n serializedName: \"gateway\",\n type: {\n name: \"Sequence\",\n element: {\n constraints: {\n Pattern: new RegExp(\n \"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])[.]){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$\"\n )\n },\n type: {\n name: \"String\"\n }\n }\n }\n },\n ipAddress: {\n constraints: {\n Pattern: new RegExp(\n \"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])[.]){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$\"\n )\n },\n serializedName: \"ipAddress\",\n type: {\n name: \"String\"\n }\n },\n mask: {\n constraints: {\n Pattern: new RegExp(\n \"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])[.]){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$\"\n )\n },\n serializedName: \"mask\",\n type: {\n name: \"String\"\n }\n },\n primaryWinsServer: {\n constraints: {\n Pattern: new RegExp(\n \"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])[.]){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$\"\n )\n },\n serializedName: \"primaryWinsServer\",\n type: {\n name: \"String\"\n }\n },\n secondaryWinsServer: {\n constraints: {\n Pattern: new RegExp(\n \"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])[.]){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$\"\n )\n },\n serializedName: \"secondaryWinsServer\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetwork: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetwork\",\n modelProperties: {\n assignable: {\n serializedName: \"assignable\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\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 privateCloudId: {\n serializedName: \"properties.privateCloudId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomizationPoliciesListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomizationPoliciesListResponse\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CustomizationPolicy\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CustomizationPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomizationPolicy\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\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 description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n privateCloudId: {\n serializedName: \"properties.privateCloudId\",\n type: {\n name: \"String\"\n }\n },\n specification: {\n serializedName: \"properties.specification\",\n type: {\n name: \"Composite\",\n className: \"CustomizationSpecification\"\n }\n },\n typePropertiesType: {\n serializedName: \"properties.type\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomizationSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomizationSpecification\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"CustomizationIdentity\"\n }\n },\n nicSettings: {\n serializedName: \"nicSettings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CustomizationNicSetting\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CustomizationIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomizationIdentity\",\n modelProperties: {\n data: {\n serializedName: \"data\",\n type: {\n name: \"String\"\n }\n },\n hostName: {\n serializedName: \"hostName\",\n type: {\n name: \"Composite\",\n className: \"CustomizationHostName\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n userData: {\n serializedName: \"userData\",\n type: {\n name: \"Composite\",\n className: \"CustomizationIdentityUserData\"\n }\n }\n }\n }\n};\n\nexport const CustomizationHostName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomizationHostName\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomizationIdentityUserData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomizationIdentityUserData\",\n modelProperties: {\n isPasswordPredefined: {\n defaultValue: false,\n serializedName: \"isPasswordPredefined\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const CustomizationNicSetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomizationNicSetting\",\n modelProperties: {\n adapter: {\n serializedName: \"adapter\",\n type: {\n name: \"Composite\",\n className: \"CustomizationIPSettings\"\n }\n },\n macAddress: {\n serializedName: \"macAddress\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomizationIPSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomizationIPSettings\",\n modelProperties: {\n gateway: {\n serializedName: \"gateway\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n ip: {\n serializedName: \"ip\",\n type: {\n name: \"Composite\",\n className: \"CustomizationIPAddress\"\n }\n },\n subnetMask: {\n serializedName: \"subnetMask\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomizationIPAddress: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomizationIPAddress\",\n modelProperties: {\n argument: {\n serializedName: \"argument\",\n type: {\n name: \"String\"\n }\n },\n ipAddress: {\n serializedName: \"ipAddress\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourcePoolsListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourcePoolsListResponse\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourcePool\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const VirtualMachineTemplateListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineTemplateListResponse\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineTemplate\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const VirtualNetworkListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkListResponse\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNetwork\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const UsageListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UsageListResponse\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Usage\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Usage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Usage\",\n modelProperties: {\n currentValue: {\n defaultValue: 0,\n serializedName: \"currentValue\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n limit: {\n defaultValue: 0,\n serializedName: \"limit\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"UsageName\"\n }\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Count\",\n \"Bytes\",\n \"Seconds\",\n \"Percent\",\n \"CountPerSecond\",\n \"BytesPerSecond\"\n ]\n }\n }\n }\n }\n};\n\nexport const UsageName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UsageName\",\n modelProperties: {\n localizedValue: {\n serializedName: \"localizedValue\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachineListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineListResponse\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualMachine\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const VirtualMachine: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachine\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9]([-_.a-zA-Z0-9]*[a-zA-Z0-9])?$\")\n },\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n amountOfRam: {\n serializedName: \"properties.amountOfRam\",\n type: {\n name: \"Number\"\n }\n },\n controllers: {\n serializedName: \"properties.controllers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualDiskController\"\n }\n }\n }\n },\n customization: {\n serializedName: \"properties.customization\",\n type: {\n name: \"Composite\",\n className: \"GuestOSCustomization\"\n }\n },\n disks: {\n serializedName: \"properties.disks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualDisk\"\n }\n }\n }\n },\n dnsname: {\n serializedName: \"properties.dnsname\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n exposeToGuestVM: {\n serializedName: \"properties.exposeToGuestVM\",\n type: {\n name: \"Boolean\"\n }\n },\n folder: {\n serializedName: \"properties.folder\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n guestOS: {\n serializedName: \"properties.guestOS\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n guestOSType: {\n serializedName: \"properties.guestOSType\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"linux\", \"windows\", \"other\"]\n }\n },\n nics: {\n serializedName: \"properties.nics\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNic\"\n }\n }\n }\n },\n numberOfCores: {\n serializedName: \"properties.numberOfCores\",\n type: {\n name: \"Number\"\n }\n },\n password: {\n serializedName: \"properties.password\",\n type: {\n name: \"String\"\n }\n },\n privateCloudId: {\n serializedName: \"properties.privateCloudId\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n publicIP: {\n serializedName: \"properties.publicIP\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resourcePool: {\n serializedName: \"properties.resourcePool\",\n type: {\n name: \"Composite\",\n className: \"ResourcePool\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"running\",\n \"suspended\",\n \"poweredoff\",\n \"updating\",\n \"deallocating\",\n \"deleting\"\n ]\n }\n },\n templateId: {\n serializedName: \"properties.templateId\",\n type: {\n name: \"String\"\n }\n },\n username: {\n serializedName: \"properties.username\",\n type: {\n name: \"String\"\n }\n },\n vSphereNetworks: {\n serializedName: \"properties.vSphereNetworks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n vmId: {\n serializedName: \"properties.vmId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n vmwaretools: {\n serializedName: \"properties.vmwaretools\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GuestOSCustomization: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GuestOSCustomization\",\n modelProperties: {\n dnsServers: {\n serializedName: \"dnsServers\",\n type: {\n name: \"Sequence\",\n element: {\n constraints: {\n Pattern: new RegExp(\n \"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])[.]){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$\"\n )\n },\n type: {\n name: \"String\"\n }\n }\n }\n },\n hostName: {\n serializedName: \"hostName\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\"\n }\n },\n policyId: {\n serializedName: \"policyId\",\n type: {\n name: \"String\"\n }\n },\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PatchPayload: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PatchPayload\",\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 VirtualMachineStopMode: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineStopMode\",\n modelProperties: {\n mode: {\n serializedName: \"mode\",\n type: {\n name: \"Enum\",\n allowedValues: [\"reboot\", \"suspend\", \"shutdown\", \"poweroff\"]\n }\n }\n }\n }\n};\n\nexport const OperationsGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationsGetHeaders\",\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 OperationsGetExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationsGetExceptionHeaders\",\n modelProperties: {\n contentType: {\n defaultValue: \"application/json\",\n serializedName: \"content-type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DedicatedCloudNodesCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DedicatedCloudNodesCreateOrUpdateHeaders\",\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 DedicatedCloudNodesDeleteExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DedicatedCloudNodesDeleteExceptionHeaders\",\n modelProperties: {\n contentType: {\n defaultValue: \"application/json\",\n serializedName: \"content-type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DedicatedCloudServicesDeleteExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DedicatedCloudServicesDeleteExceptionHeaders\",\n modelProperties: {\n contentType: {\n defaultValue: \"application/json\",\n serializedName: \"content-type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachinesCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachinesCreateOrUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachinesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachinesDeleteHeaders\",\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 VirtualMachinesDeleteExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachinesDeleteExceptionHeaders\",\n modelProperties: {\n contentType: {\n defaultValue: \"application/json\",\n serializedName: \"content-type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachinesStartHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachinesStartHeaders\",\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 VirtualMachinesStartExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachinesStartExceptionHeaders\",\n modelProperties: {\n contentType: {\n defaultValue: \"application/json\",\n serializedName: \"content-type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachinesStopHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachinesStopHeaders\",\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 VirtualMachinesStopExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachinesStopExceptionHeaders\",\n modelProperties: {\n contentType: {\n defaultValue: \"application/json\",\n serializedName: \"content-type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n"]}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import { DedicatedCloudNode as DedicatedCloudNodeMapper, PatchPayload as PatchPayloadMapper, DedicatedCloudService as DedicatedCloudServiceMapper, VirtualMachine as VirtualMachineMapper, VirtualMachineStopMode as VirtualMachineStopModeMapper } from "../models/mappers";
|
|
8
|
+
import { DedicatedCloudNode as DedicatedCloudNodeMapper, PatchPayload as PatchPayloadMapper, DedicatedCloudService as DedicatedCloudServiceMapper, VirtualMachine as VirtualMachineMapper, VirtualMachineStopMode as VirtualMachineStopModeMapper } from "../models/mappers.js";
|
|
9
9
|
export const accept = {
|
|
10
10
|
parameterPath: "accept",
|
|
11
11
|
mapper: {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n DedicatedCloudNode as DedicatedCloudNodeMapper,\n PatchPayload as PatchPayloadMapper,\n DedicatedCloudService as DedicatedCloudServiceMapper,\n VirtualMachine as VirtualMachineMapper,\n VirtualMachineStopMode as VirtualMachineStopModeMapper\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: \"2019-04-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const regionId: OperationURLParameter = {\n parameterPath: \"regionId\",\n mapper: {\n serializedName: \"regionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const referer: OperationParameter = {\n parameterPath: \"referer\",\n mapper: {\n serializedName: \"Referer\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const operationId: OperationURLParameter = {\n parameterPath: \"operationId\",\n mapper: {\n serializedName: \"operationId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\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 filter: OperationQueryParameter = {\n parameterPath: [\"options\", \"filter\"],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const top: OperationQueryParameter = {\n parameterPath: [\"options\", \"top\"],\n mapper: {\n serializedName: \"$top\",\n type: {\n name: \"Number\"\n }\n }\n};\n\nexport const skipToken: OperationQueryParameter = {\n parameterPath: [\"options\", \"skipToken\"],\n mapper: {\n serializedName: \"$skipToken\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const dedicatedCloudNodeName: OperationURLParameter = {\n parameterPath: \"dedicatedCloudNodeName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9]([-_.a-zA-Z0-9]*[a-zA-Z0-9])?$\")\n },\n serializedName: \"dedicatedCloudNodeName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\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 dedicatedCloudNodeRequest: OperationParameter = {\n parameterPath: \"dedicatedCloudNodeRequest\",\n mapper: DedicatedCloudNodeMapper\n};\n\nexport const dedicatedCloudNodeRequest1: OperationParameter = {\n parameterPath: \"dedicatedCloudNodeRequest\",\n mapper: PatchPayloadMapper\n};\n\nexport const dedicatedCloudServiceName: OperationURLParameter = {\n parameterPath: \"dedicatedCloudServiceName\",\n mapper: {\n serializedName: \"dedicatedCloudServiceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const dedicatedCloudServiceRequest: OperationParameter = {\n parameterPath: \"dedicatedCloudServiceRequest\",\n mapper: DedicatedCloudServiceMapper\n};\n\nexport const dedicatedCloudServiceName1: OperationURLParameter = {\n parameterPath: \"dedicatedCloudServiceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9]([-_.a-zA-Z0-9]*[a-zA-Z0-9])?$\")\n },\n serializedName: \"dedicatedCloudServiceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const dedicatedCloudServiceRequest1: OperationParameter = {\n parameterPath: \"dedicatedCloudServiceRequest\",\n mapper: PatchPayloadMapper\n};\n\nexport const skuId: OperationQueryParameter = {\n parameterPath: [\"options\", \"skuId\"],\n mapper: {\n serializedName: \"skuId\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const pcName: OperationURLParameter = {\n parameterPath: \"pcName\",\n mapper: {\n serializedName: \"pcName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const customizationPolicyName: OperationURLParameter = {\n parameterPath: \"customizationPolicyName\",\n mapper: {\n serializedName: \"customizationPolicyName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourcePoolName: OperationURLParameter = {\n parameterPath: \"resourcePoolName\",\n mapper: {\n serializedName: \"resourcePoolName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourcePoolName1: OperationQueryParameter = {\n parameterPath: \"resourcePoolName\",\n mapper: {\n serializedName: \"resourcePoolName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const virtualMachineTemplateName: OperationURLParameter = {\n parameterPath: \"virtualMachineTemplateName\",\n mapper: {\n serializedName: \"virtualMachineTemplateName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const virtualNetworkName: OperationURLParameter = {\n parameterPath: \"virtualNetworkName\",\n mapper: {\n serializedName: \"virtualNetworkName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const virtualMachineName: OperationURLParameter = {\n parameterPath: \"virtualMachineName\",\n mapper: {\n serializedName: \"virtualMachineName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const virtualMachineRequest: OperationParameter = {\n parameterPath: \"virtualMachineRequest\",\n mapper: VirtualMachineMapper\n};\n\nexport const virtualMachineName1: OperationURLParameter = {\n parameterPath: \"virtualMachineName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9]([-_.a-zA-Z0-9]*[a-zA-Z0-9])?$\")\n },\n serializedName: \"virtualMachineName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const virtualMachineRequest1: OperationParameter = {\n parameterPath: \"virtualMachineRequest\",\n mapper: PatchPayloadMapper\n};\n\nexport const m: OperationParameter = {\n parameterPath: [\"options\", \"m\"],\n mapper: VirtualMachineStopModeMapper\n};\n\nexport const mode: OperationQueryParameter = {\n parameterPath: [\"options\", \"mode\"],\n mapper: {\n serializedName: \"mode\",\n type: {\n name: \"Enum\",\n allowedValues: [\"reboot\", \"suspend\", \"shutdown\", \"poweroff\"]\n }\n }\n};\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { CustomizationPolicies } from "../operationsInterfaces";
|
|
3
|
-
import { VMwareCloudSimple } from "../vMwareCloudSimple";
|
|
4
|
-
import { CustomizationPolicy, CustomizationPoliciesListOptionalParams, CustomizationPoliciesGetOptionalParams, CustomizationPoliciesGetResponse } from "../models";
|
|
2
|
+
import { CustomizationPolicies } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { VMwareCloudSimple } from "../vMwareCloudSimple.js";
|
|
4
|
+
import { CustomizationPolicy, CustomizationPoliciesListOptionalParams, CustomizationPoliciesGetOptionalParams, CustomizationPoliciesGetResponse } from "../models/index.js";
|
|
5
5
|
/** Class containing CustomizationPolicies operations. */
|
|
6
6
|
export declare class CustomizationPoliciesImpl implements CustomizationPolicies {
|
|
7
7
|
private readonly client;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customizationPolicies.d.ts","sourceRoot":"","sources":["../../../src/operations/customizationPolicies.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAIzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EACL,mBAAmB,EAEnB,uCAAuC,EAEvC,sCAAsC,EACtC,gCAAgC,EAEjC,MAAM,oBAAoB,CAAC;AAG5B,yDAAyD;AACzD,qBAAa,yBAA0B,YAAW,qBAAqB;IACrE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAoB;IAE3C;;;OAGG;gBACS,MAAM,EAAE,iBAAiB;IAIrC;;;;;OAKG;IACI,IAAI,CACT,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,mBAAmB,CAAC;YAkBnC,cAAc;YA6Bd,aAAa;IAU5B;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;OAMG;IACH,GAAG,CACD,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,MAAM,EACd,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC;IAO5C;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;CAWlB"}
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
9
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
|
10
10
|
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
11
|
+
import * as Mappers from "../models/mappers.js";
|
|
12
|
+
import * as Parameters from "../models/parameters.js";
|
|
13
13
|
/// <reference lib="esnext.asynciterable" />
|
|
14
14
|
/** Class containing CustomizationPolicies operations. */
|
|
15
15
|
export class CustomizationPoliciesImpl {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customizationPolicies.js","sourceRoot":"","sources":["../../../src/operations/customizationPolicies.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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { CustomizationPolicies } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { VMwareCloudSimple } from \"../vMwareCloudSimple.js\";\nimport {\n CustomizationPolicy,\n CustomizationPoliciesListNextOptionalParams,\n CustomizationPoliciesListOptionalParams,\n CustomizationPoliciesListOperationResponse,\n CustomizationPoliciesGetOptionalParams,\n CustomizationPoliciesGetResponse,\n CustomizationPoliciesListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing CustomizationPolicies operations. */\nexport class CustomizationPoliciesImpl implements CustomizationPolicies {\n private readonly client: VMwareCloudSimple;\n\n /**\n * Initialize a new instance of the class CustomizationPolicies class.\n * @param client Reference to the service client\n */\n constructor(client: VMwareCloudSimple) {\n this.client = client;\n }\n\n /**\n * Returns list of customization policies in region for private cloud\n * @param regionId The region Id (westus, eastus)\n * @param pcName The private cloud name\n * @param options The options parameters.\n */\n public list(\n regionId: string,\n pcName: string,\n options?: CustomizationPoliciesListOptionalParams\n ): PagedAsyncIterableIterator<CustomizationPolicy> {\n const iter = this.listPagingAll(regionId, pcName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(regionId, pcName, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n regionId: string,\n pcName: string,\n options?: CustomizationPoliciesListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<CustomizationPolicy[]> {\n let result: CustomizationPoliciesListOperationResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(regionId, pcName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n regionId,\n pcName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n regionId: string,\n pcName: string,\n options?: CustomizationPoliciesListOptionalParams\n ): AsyncIterableIterator<CustomizationPolicy> {\n for await (const page of this.listPagingPage(regionId, pcName, options)) {\n yield* page;\n }\n }\n\n /**\n * Returns list of customization policies in region for private cloud\n * @param regionId The region Id (westus, eastus)\n * @param pcName The private cloud name\n * @param options The options parameters.\n */\n private _list(\n regionId: string,\n pcName: string,\n options?: CustomizationPoliciesListOptionalParams\n ): Promise<CustomizationPoliciesListOperationResponse> {\n return this.client.sendOperationRequest(\n { regionId, pcName, options },\n listOperationSpec\n );\n }\n\n /**\n * Returns customization policy by its name\n * @param regionId The region Id (westus, eastus)\n * @param pcName The private cloud name\n * @param customizationPolicyName customization policy name\n * @param options The options parameters.\n */\n get(\n regionId: string,\n pcName: string,\n customizationPolicyName: string,\n options?: CustomizationPoliciesGetOptionalParams\n ): Promise<CustomizationPoliciesGetResponse> {\n return this.client.sendOperationRequest(\n { regionId, pcName, customizationPolicyName, options },\n getOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param regionId The region Id (westus, eastus)\n * @param pcName The private cloud name\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n regionId: string,\n pcName: string,\n nextLink: string,\n options?: CustomizationPoliciesListNextOptionalParams\n ): Promise<CustomizationPoliciesListNextResponse> {\n return this.client.sendOperationRequest(\n { regionId, pcName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.VMwareCloudSimple/locations/{regionId}/privateClouds/{pcName}/customizationPolicies\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CustomizationPoliciesListResponse\n },\n default: {\n bodyMapper: Mappers.CsrpError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.regionId,\n Parameters.pcName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.VMwareCloudSimple/locations/{regionId}/privateClouds/{pcName}/customizationPolicies/{customizationPolicyName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CustomizationPolicy\n },\n default: {\n bodyMapper: Mappers.CsrpError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.regionId,\n Parameters.pcName,\n Parameters.customizationPolicyName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CustomizationPoliciesListResponse\n },\n default: {\n bodyMapper: Mappers.CsrpError\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.regionId,\n Parameters.nextLink,\n Parameters.pcName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|