@azure/arm-vmwarecloudsimple 3.1.1-alpha.20250217.1 → 3.1.1-alpha.20250219.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
|
@@ -0,0 +1,448 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.DedicatedCloudServicesImpl = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const pagingHelper_js_1 = require("../pagingHelper.js");
|
|
13
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
14
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
15
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
16
|
+
const core_lro_1 = require("@azure/core-lro");
|
|
17
|
+
const lroImpl_js_1 = require("../lroImpl.js");
|
|
18
|
+
/// <reference lib="esnext.asynciterable" />
|
|
19
|
+
/** Class containing DedicatedCloudServices operations. */
|
|
20
|
+
class DedicatedCloudServicesImpl {
|
|
21
|
+
/**
|
|
22
|
+
* Initialize a new instance of the class DedicatedCloudServices class.
|
|
23
|
+
* @param client Reference to the service client
|
|
24
|
+
*/
|
|
25
|
+
constructor(client) {
|
|
26
|
+
this.client = client;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Returns list of dedicated cloud services within a subscription
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
listBySubscription(options) {
|
|
33
|
+
const iter = this.listBySubscriptionPagingAll(options);
|
|
34
|
+
return {
|
|
35
|
+
next() {
|
|
36
|
+
return iter.next();
|
|
37
|
+
},
|
|
38
|
+
[Symbol.asyncIterator]() {
|
|
39
|
+
return this;
|
|
40
|
+
},
|
|
41
|
+
byPage: (settings) => {
|
|
42
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
43
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
44
|
+
}
|
|
45
|
+
return this.listBySubscriptionPagingPage(options, settings);
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
listBySubscriptionPagingPage(options, settings) {
|
|
50
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listBySubscriptionPagingPage_1() {
|
|
51
|
+
let result;
|
|
52
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
53
|
+
if (!continuationToken) {
|
|
54
|
+
result = yield tslib_1.__await(this._listBySubscription(options));
|
|
55
|
+
let page = result.value || [];
|
|
56
|
+
continuationToken = result.nextLink;
|
|
57
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
58
|
+
yield yield tslib_1.__await(page);
|
|
59
|
+
}
|
|
60
|
+
while (continuationToken) {
|
|
61
|
+
result = yield tslib_1.__await(this._listBySubscriptionNext(continuationToken, options));
|
|
62
|
+
continuationToken = result.nextLink;
|
|
63
|
+
let page = result.value || [];
|
|
64
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
65
|
+
yield yield tslib_1.__await(page);
|
|
66
|
+
}
|
|
67
|
+
});
|
|
68
|
+
}
|
|
69
|
+
listBySubscriptionPagingAll(options) {
|
|
70
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
|
71
|
+
var _a, e_1, _b, _c;
|
|
72
|
+
try {
|
|
73
|
+
for (var _d = true, _e = tslib_1.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
74
|
+
_c = _f.value;
|
|
75
|
+
_d = false;
|
|
76
|
+
const page = _c;
|
|
77
|
+
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
81
|
+
finally {
|
|
82
|
+
try {
|
|
83
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
84
|
+
}
|
|
85
|
+
finally { if (e_1) throw e_1.error; }
|
|
86
|
+
}
|
|
87
|
+
});
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Returns list of dedicated cloud services within a resource group
|
|
91
|
+
* @param resourceGroupName The name of the resource group
|
|
92
|
+
* @param options The options parameters.
|
|
93
|
+
*/
|
|
94
|
+
listByResourceGroup(resourceGroupName, options) {
|
|
95
|
+
const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
|
|
96
|
+
return {
|
|
97
|
+
next() {
|
|
98
|
+
return iter.next();
|
|
99
|
+
},
|
|
100
|
+
[Symbol.asyncIterator]() {
|
|
101
|
+
return this;
|
|
102
|
+
},
|
|
103
|
+
byPage: (settings) => {
|
|
104
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
105
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
106
|
+
}
|
|
107
|
+
return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
|
|
108
|
+
}
|
|
109
|
+
};
|
|
110
|
+
}
|
|
111
|
+
listByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
|
112
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listByResourceGroupPagingPage_1() {
|
|
113
|
+
let result;
|
|
114
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
115
|
+
if (!continuationToken) {
|
|
116
|
+
result = yield tslib_1.__await(this._listByResourceGroup(resourceGroupName, options));
|
|
117
|
+
let page = result.value || [];
|
|
118
|
+
continuationToken = result.nextLink;
|
|
119
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
120
|
+
yield yield tslib_1.__await(page);
|
|
121
|
+
}
|
|
122
|
+
while (continuationToken) {
|
|
123
|
+
result = yield tslib_1.__await(this._listByResourceGroupNext(resourceGroupName, continuationToken, options));
|
|
124
|
+
continuationToken = result.nextLink;
|
|
125
|
+
let page = result.value || [];
|
|
126
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
127
|
+
yield yield tslib_1.__await(page);
|
|
128
|
+
}
|
|
129
|
+
});
|
|
130
|
+
}
|
|
131
|
+
listByResourceGroupPagingAll(resourceGroupName, options) {
|
|
132
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
133
|
+
var _a, e_2, _b, _c;
|
|
134
|
+
try {
|
|
135
|
+
for (var _d = true, _e = tslib_1.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
136
|
+
_c = _f.value;
|
|
137
|
+
_d = false;
|
|
138
|
+
const page = _c;
|
|
139
|
+
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
143
|
+
finally {
|
|
144
|
+
try {
|
|
145
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
146
|
+
}
|
|
147
|
+
finally { if (e_2) throw e_2.error; }
|
|
148
|
+
}
|
|
149
|
+
});
|
|
150
|
+
}
|
|
151
|
+
/**
|
|
152
|
+
* Returns list of dedicated cloud services within a subscription
|
|
153
|
+
* @param options The options parameters.
|
|
154
|
+
*/
|
|
155
|
+
_listBySubscription(options) {
|
|
156
|
+
return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* Returns list of dedicated cloud services within a resource group
|
|
160
|
+
* @param resourceGroupName The name of the resource group
|
|
161
|
+
* @param options The options parameters.
|
|
162
|
+
*/
|
|
163
|
+
_listByResourceGroup(resourceGroupName, options) {
|
|
164
|
+
return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
|
|
165
|
+
}
|
|
166
|
+
/**
|
|
167
|
+
* Returns Dedicate Cloud Service
|
|
168
|
+
* @param resourceGroupName The name of the resource group
|
|
169
|
+
* @param dedicatedCloudServiceName dedicated cloud Service name
|
|
170
|
+
* @param options The options parameters.
|
|
171
|
+
*/
|
|
172
|
+
get(resourceGroupName, dedicatedCloudServiceName, options) {
|
|
173
|
+
return this.client.sendOperationRequest({ resourceGroupName, dedicatedCloudServiceName, options }, getOperationSpec);
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* Create dedicate cloud service
|
|
177
|
+
* @param resourceGroupName The name of the resource group
|
|
178
|
+
* @param dedicatedCloudServiceName dedicated cloud Service name
|
|
179
|
+
* @param dedicatedCloudServiceRequest Create Dedicated Cloud Service request
|
|
180
|
+
* @param options The options parameters.
|
|
181
|
+
*/
|
|
182
|
+
createOrUpdate(resourceGroupName, dedicatedCloudServiceName, dedicatedCloudServiceRequest, options) {
|
|
183
|
+
return this.client.sendOperationRequest({
|
|
184
|
+
resourceGroupName,
|
|
185
|
+
dedicatedCloudServiceName,
|
|
186
|
+
dedicatedCloudServiceRequest,
|
|
187
|
+
options
|
|
188
|
+
}, createOrUpdateOperationSpec);
|
|
189
|
+
}
|
|
190
|
+
/**
|
|
191
|
+
* Delete dedicate cloud service
|
|
192
|
+
* @param resourceGroupName The name of the resource group
|
|
193
|
+
* @param dedicatedCloudServiceName dedicated cloud service name
|
|
194
|
+
* @param options The options parameters.
|
|
195
|
+
*/
|
|
196
|
+
async beginDelete(resourceGroupName, dedicatedCloudServiceName, options) {
|
|
197
|
+
const directSendOperation = async (args, spec) => {
|
|
198
|
+
return this.client.sendOperationRequest(args, spec);
|
|
199
|
+
};
|
|
200
|
+
const sendOperation = async (args, spec) => {
|
|
201
|
+
var _a;
|
|
202
|
+
let currentRawResponse = undefined;
|
|
203
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
204
|
+
const callback = (rawResponse, flatResponse) => {
|
|
205
|
+
currentRawResponse = rawResponse;
|
|
206
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
207
|
+
};
|
|
208
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
209
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
210
|
+
return {
|
|
211
|
+
flatResponse,
|
|
212
|
+
rawResponse: {
|
|
213
|
+
statusCode: currentRawResponse.status,
|
|
214
|
+
body: currentRawResponse.parsedBody,
|
|
215
|
+
headers: currentRawResponse.headers.toJSON()
|
|
216
|
+
}
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
const lro = new lroImpl_js_1.LroImpl(sendOperation, { resourceGroupName, dedicatedCloudServiceName, options }, deleteOperationSpec);
|
|
220
|
+
const poller = new core_lro_1.LroEngine(lro, {
|
|
221
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
222
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
223
|
+
});
|
|
224
|
+
await poller.poll();
|
|
225
|
+
return poller;
|
|
226
|
+
}
|
|
227
|
+
/**
|
|
228
|
+
* Delete dedicate cloud service
|
|
229
|
+
* @param resourceGroupName The name of the resource group
|
|
230
|
+
* @param dedicatedCloudServiceName dedicated cloud service name
|
|
231
|
+
* @param options The options parameters.
|
|
232
|
+
*/
|
|
233
|
+
async beginDeleteAndWait(resourceGroupName, dedicatedCloudServiceName, options) {
|
|
234
|
+
const poller = await this.beginDelete(resourceGroupName, dedicatedCloudServiceName, options);
|
|
235
|
+
return poller.pollUntilDone();
|
|
236
|
+
}
|
|
237
|
+
/**
|
|
238
|
+
* Patch dedicated cloud service's properties
|
|
239
|
+
* @param resourceGroupName The name of the resource group
|
|
240
|
+
* @param dedicatedCloudServiceName dedicated cloud service name
|
|
241
|
+
* @param dedicatedCloudServiceRequest Patch Dedicated Cloud Service request
|
|
242
|
+
* @param options The options parameters.
|
|
243
|
+
*/
|
|
244
|
+
update(resourceGroupName, dedicatedCloudServiceName, dedicatedCloudServiceRequest, options) {
|
|
245
|
+
return this.client.sendOperationRequest({
|
|
246
|
+
resourceGroupName,
|
|
247
|
+
dedicatedCloudServiceName,
|
|
248
|
+
dedicatedCloudServiceRequest,
|
|
249
|
+
options
|
|
250
|
+
}, updateOperationSpec);
|
|
251
|
+
}
|
|
252
|
+
/**
|
|
253
|
+
* ListBySubscriptionNext
|
|
254
|
+
* @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
|
|
255
|
+
* @param options The options parameters.
|
|
256
|
+
*/
|
|
257
|
+
_listBySubscriptionNext(nextLink, options) {
|
|
258
|
+
return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec);
|
|
259
|
+
}
|
|
260
|
+
/**
|
|
261
|
+
* ListByResourceGroupNext
|
|
262
|
+
* @param resourceGroupName The name of the resource group
|
|
263
|
+
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
264
|
+
* @param options The options parameters.
|
|
265
|
+
*/
|
|
266
|
+
_listByResourceGroupNext(resourceGroupName, nextLink, options) {
|
|
267
|
+
return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
exports.DedicatedCloudServicesImpl = DedicatedCloudServicesImpl;
|
|
271
|
+
// Operation Specifications
|
|
272
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
273
|
+
const listBySubscriptionOperationSpec = {
|
|
274
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudServices",
|
|
275
|
+
httpMethod: "GET",
|
|
276
|
+
responses: {
|
|
277
|
+
200: {
|
|
278
|
+
bodyMapper: Mappers.DedicatedCloudServiceListResponse
|
|
279
|
+
},
|
|
280
|
+
default: {
|
|
281
|
+
bodyMapper: Mappers.CsrpError
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
queryParameters: [
|
|
285
|
+
Parameters.apiVersion,
|
|
286
|
+
Parameters.filter,
|
|
287
|
+
Parameters.top,
|
|
288
|
+
Parameters.skipToken
|
|
289
|
+
],
|
|
290
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
291
|
+
headerParameters: [Parameters.accept],
|
|
292
|
+
serializer
|
|
293
|
+
};
|
|
294
|
+
const listByResourceGroupOperationSpec = {
|
|
295
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudServices",
|
|
296
|
+
httpMethod: "GET",
|
|
297
|
+
responses: {
|
|
298
|
+
200: {
|
|
299
|
+
bodyMapper: Mappers.DedicatedCloudServiceListResponse
|
|
300
|
+
},
|
|
301
|
+
default: {
|
|
302
|
+
bodyMapper: Mappers.CsrpError
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
queryParameters: [
|
|
306
|
+
Parameters.apiVersion,
|
|
307
|
+
Parameters.filter,
|
|
308
|
+
Parameters.top,
|
|
309
|
+
Parameters.skipToken
|
|
310
|
+
],
|
|
311
|
+
urlParameters: [
|
|
312
|
+
Parameters.$host,
|
|
313
|
+
Parameters.subscriptionId,
|
|
314
|
+
Parameters.resourceGroupName
|
|
315
|
+
],
|
|
316
|
+
headerParameters: [Parameters.accept],
|
|
317
|
+
serializer
|
|
318
|
+
};
|
|
319
|
+
const getOperationSpec = {
|
|
320
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudServices/{dedicatedCloudServiceName}",
|
|
321
|
+
httpMethod: "GET",
|
|
322
|
+
responses: {
|
|
323
|
+
200: {
|
|
324
|
+
bodyMapper: Mappers.DedicatedCloudService
|
|
325
|
+
},
|
|
326
|
+
default: {
|
|
327
|
+
bodyMapper: Mappers.CsrpError
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
queryParameters: [Parameters.apiVersion],
|
|
331
|
+
urlParameters: [
|
|
332
|
+
Parameters.$host,
|
|
333
|
+
Parameters.subscriptionId,
|
|
334
|
+
Parameters.resourceGroupName,
|
|
335
|
+
Parameters.dedicatedCloudServiceName
|
|
336
|
+
],
|
|
337
|
+
headerParameters: [Parameters.accept],
|
|
338
|
+
serializer
|
|
339
|
+
};
|
|
340
|
+
const createOrUpdateOperationSpec = {
|
|
341
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudServices/{dedicatedCloudServiceName}",
|
|
342
|
+
httpMethod: "PUT",
|
|
343
|
+
responses: {
|
|
344
|
+
200: {
|
|
345
|
+
bodyMapper: Mappers.DedicatedCloudService
|
|
346
|
+
},
|
|
347
|
+
default: {
|
|
348
|
+
bodyMapper: Mappers.CsrpError
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
requestBody: Parameters.dedicatedCloudServiceRequest,
|
|
352
|
+
queryParameters: [Parameters.apiVersion],
|
|
353
|
+
urlParameters: [
|
|
354
|
+
Parameters.$host,
|
|
355
|
+
Parameters.subscriptionId,
|
|
356
|
+
Parameters.resourceGroupName,
|
|
357
|
+
Parameters.dedicatedCloudServiceName1
|
|
358
|
+
],
|
|
359
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
360
|
+
mediaType: "json",
|
|
361
|
+
serializer
|
|
362
|
+
};
|
|
363
|
+
const deleteOperationSpec = {
|
|
364
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudServices/{dedicatedCloudServiceName}",
|
|
365
|
+
httpMethod: "DELETE",
|
|
366
|
+
responses: {
|
|
367
|
+
200: {},
|
|
368
|
+
201: {},
|
|
369
|
+
202: {},
|
|
370
|
+
204: {},
|
|
371
|
+
default: {
|
|
372
|
+
bodyMapper: Mappers.CsrpError,
|
|
373
|
+
headersMapper: Mappers.DedicatedCloudServicesDeleteExceptionHeaders
|
|
374
|
+
}
|
|
375
|
+
},
|
|
376
|
+
queryParameters: [Parameters.apiVersion],
|
|
377
|
+
urlParameters: [
|
|
378
|
+
Parameters.$host,
|
|
379
|
+
Parameters.subscriptionId,
|
|
380
|
+
Parameters.resourceGroupName,
|
|
381
|
+
Parameters.dedicatedCloudServiceName
|
|
382
|
+
],
|
|
383
|
+
headerParameters: [Parameters.accept],
|
|
384
|
+
serializer
|
|
385
|
+
};
|
|
386
|
+
const updateOperationSpec = {
|
|
387
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudServices/{dedicatedCloudServiceName}",
|
|
388
|
+
httpMethod: "PATCH",
|
|
389
|
+
responses: {
|
|
390
|
+
200: {
|
|
391
|
+
bodyMapper: Mappers.DedicatedCloudService
|
|
392
|
+
},
|
|
393
|
+
default: {
|
|
394
|
+
bodyMapper: Mappers.CsrpError
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
requestBody: Parameters.dedicatedCloudServiceRequest1,
|
|
398
|
+
queryParameters: [Parameters.apiVersion],
|
|
399
|
+
urlParameters: [
|
|
400
|
+
Parameters.$host,
|
|
401
|
+
Parameters.subscriptionId,
|
|
402
|
+
Parameters.resourceGroupName,
|
|
403
|
+
Parameters.dedicatedCloudServiceName
|
|
404
|
+
],
|
|
405
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
406
|
+
mediaType: "json",
|
|
407
|
+
serializer
|
|
408
|
+
};
|
|
409
|
+
const listBySubscriptionNextOperationSpec = {
|
|
410
|
+
path: "{nextLink}",
|
|
411
|
+
httpMethod: "GET",
|
|
412
|
+
responses: {
|
|
413
|
+
200: {
|
|
414
|
+
bodyMapper: Mappers.DedicatedCloudServiceListResponse
|
|
415
|
+
},
|
|
416
|
+
default: {
|
|
417
|
+
bodyMapper: Mappers.CsrpError
|
|
418
|
+
}
|
|
419
|
+
},
|
|
420
|
+
urlParameters: [
|
|
421
|
+
Parameters.$host,
|
|
422
|
+
Parameters.subscriptionId,
|
|
423
|
+
Parameters.nextLink
|
|
424
|
+
],
|
|
425
|
+
headerParameters: [Parameters.accept],
|
|
426
|
+
serializer
|
|
427
|
+
};
|
|
428
|
+
const listByResourceGroupNextOperationSpec = {
|
|
429
|
+
path: "{nextLink}",
|
|
430
|
+
httpMethod: "GET",
|
|
431
|
+
responses: {
|
|
432
|
+
200: {
|
|
433
|
+
bodyMapper: Mappers.DedicatedCloudServiceListResponse
|
|
434
|
+
},
|
|
435
|
+
default: {
|
|
436
|
+
bodyMapper: Mappers.CsrpError
|
|
437
|
+
}
|
|
438
|
+
},
|
|
439
|
+
urlParameters: [
|
|
440
|
+
Parameters.$host,
|
|
441
|
+
Parameters.subscriptionId,
|
|
442
|
+
Parameters.nextLink,
|
|
443
|
+
Parameters.resourceGroupName
|
|
444
|
+
],
|
|
445
|
+
headerParameters: [Parameters.accept],
|
|
446
|
+
serializer
|
|
447
|
+
};
|
|
448
|
+
//# sourceMappingURL=dedicatedCloudServices.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dedicatedCloudServices.js","sourceRoot":"","sources":["../../../src/operations/dedicatedCloudServices.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 { DedicatedCloudServices } 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 { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl.js\";\nimport {\n DedicatedCloudService,\n DedicatedCloudServicesListBySubscriptionNextOptionalParams,\n DedicatedCloudServicesListBySubscriptionOptionalParams,\n DedicatedCloudServicesListBySubscriptionResponse,\n DedicatedCloudServicesListByResourceGroupNextOptionalParams,\n DedicatedCloudServicesListByResourceGroupOptionalParams,\n DedicatedCloudServicesListByResourceGroupResponse,\n DedicatedCloudServicesGetOptionalParams,\n DedicatedCloudServicesGetResponse,\n DedicatedCloudServicesCreateOrUpdateOptionalParams,\n DedicatedCloudServicesCreateOrUpdateResponse,\n DedicatedCloudServicesDeleteOptionalParams,\n PatchPayload,\n DedicatedCloudServicesUpdateOptionalParams,\n DedicatedCloudServicesUpdateResponse,\n DedicatedCloudServicesListBySubscriptionNextResponse,\n DedicatedCloudServicesListByResourceGroupNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing DedicatedCloudServices operations. */\nexport class DedicatedCloudServicesImpl implements DedicatedCloudServices {\n private readonly client: VMwareCloudSimple;\n\n /**\n * Initialize a new instance of the class DedicatedCloudServices 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 dedicated cloud services within a subscription\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: DedicatedCloudServicesListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<DedicatedCloudService> {\n const iter = this.listBySubscriptionPagingAll(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.listBySubscriptionPagingPage(options, settings);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: DedicatedCloudServicesListBySubscriptionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<DedicatedCloudService[]> {\n let result: DedicatedCloudServicesListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(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._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: DedicatedCloudServicesListBySubscriptionOptionalParams\n ): AsyncIterableIterator<DedicatedCloudService> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Returns list of dedicated cloud services within a resource group\n * @param resourceGroupName The name of the resource group\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: DedicatedCloudServicesListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<DedicatedCloudService> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, 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.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: DedicatedCloudServicesListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<DedicatedCloudService[]> {\n let result: DedicatedCloudServicesListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, 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._listByResourceGroupNext(\n resourceGroupName,\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 *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: DedicatedCloudServicesListByResourceGroupOptionalParams\n ): AsyncIterableIterator<DedicatedCloudService> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Returns list of dedicated cloud services within a subscription\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: DedicatedCloudServicesListBySubscriptionOptionalParams\n ): Promise<DedicatedCloudServicesListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * Returns list of dedicated cloud services within a resource group\n * @param resourceGroupName The name of the resource group\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: DedicatedCloudServicesListByResourceGroupOptionalParams\n ): Promise<DedicatedCloudServicesListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Returns Dedicate Cloud Service\n * @param resourceGroupName The name of the resource group\n * @param dedicatedCloudServiceName dedicated cloud Service name\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n dedicatedCloudServiceName: string,\n options?: DedicatedCloudServicesGetOptionalParams\n ): Promise<DedicatedCloudServicesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, dedicatedCloudServiceName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create dedicate cloud service\n * @param resourceGroupName The name of the resource group\n * @param dedicatedCloudServiceName dedicated cloud Service name\n * @param dedicatedCloudServiceRequest Create Dedicated Cloud Service request\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n dedicatedCloudServiceName: string,\n dedicatedCloudServiceRequest: DedicatedCloudService,\n options?: DedicatedCloudServicesCreateOrUpdateOptionalParams\n ): Promise<DedicatedCloudServicesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n dedicatedCloudServiceName,\n dedicatedCloudServiceRequest,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Delete dedicate cloud service\n * @param resourceGroupName The name of the resource group\n * @param dedicatedCloudServiceName dedicated cloud service name\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n dedicatedCloudServiceName: string,\n options?: DedicatedCloudServicesDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, dedicatedCloudServiceName, options },\n deleteOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete dedicate cloud service\n * @param resourceGroupName The name of the resource group\n * @param dedicatedCloudServiceName dedicated cloud service name\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n dedicatedCloudServiceName: string,\n options?: DedicatedCloudServicesDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n dedicatedCloudServiceName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Patch dedicated cloud service's properties\n * @param resourceGroupName The name of the resource group\n * @param dedicatedCloudServiceName dedicated cloud service name\n * @param dedicatedCloudServiceRequest Patch Dedicated Cloud Service request\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n dedicatedCloudServiceName: string,\n dedicatedCloudServiceRequest: PatchPayload,\n options?: DedicatedCloudServicesUpdateOptionalParams\n ): Promise<DedicatedCloudServicesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n dedicatedCloudServiceName,\n dedicatedCloudServiceRequest,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: DedicatedCloudServicesListBySubscriptionNextOptionalParams\n ): Promise<DedicatedCloudServicesListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: DedicatedCloudServicesListByResourceGroupNextOptionalParams\n ): Promise<DedicatedCloudServicesListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudServices\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DedicatedCloudServiceListResponse\n },\n default: {\n bodyMapper: Mappers.CsrpError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.top,\n Parameters.skipToken\n ],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudServices\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DedicatedCloudServiceListResponse\n },\n default: {\n bodyMapper: Mappers.CsrpError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.top,\n Parameters.skipToken\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudServices/{dedicatedCloudServiceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DedicatedCloudService\n },\n default: {\n bodyMapper: Mappers.CsrpError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.dedicatedCloudServiceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudServices/{dedicatedCloudServiceName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.DedicatedCloudService\n },\n default: {\n bodyMapper: Mappers.CsrpError\n }\n },\n requestBody: Parameters.dedicatedCloudServiceRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.dedicatedCloudServiceName1\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudServices/{dedicatedCloudServiceName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CsrpError,\n headersMapper: Mappers.DedicatedCloudServicesDeleteExceptionHeaders\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.dedicatedCloudServiceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudServices/{dedicatedCloudServiceName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.DedicatedCloudService\n },\n default: {\n bodyMapper: Mappers.CsrpError\n }\n },\n requestBody: Parameters.dedicatedCloudServiceRequest1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.dedicatedCloudServiceName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DedicatedCloudServiceListResponse\n },\n default: {\n bodyMapper: Mappers.CsrpError\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DedicatedCloudServiceListResponse\n },\n default: {\n bodyMapper: Mappers.CsrpError\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from "./operations.js";
|
|
2
|
+
export * from "./dedicatedCloudNodes.js";
|
|
3
|
+
export * from "./dedicatedCloudServices.js";
|
|
4
|
+
export * from "./skusAvailability.js";
|
|
5
|
+
export * from "./privateClouds.js";
|
|
6
|
+
export * from "./customizationPolicies.js";
|
|
7
|
+
export * from "./resourcePools.js";
|
|
8
|
+
export * from "./virtualMachineTemplates.js";
|
|
9
|
+
export * from "./virtualNetworks.js";
|
|
10
|
+
export * from "./usages.js";
|
|
11
|
+
export * from "./virtualMachines.js";
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
const tslib_1 = require("tslib");
|
|
11
|
+
tslib_1.__exportStar(require("./operations.js"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./dedicatedCloudNodes.js"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./dedicatedCloudServices.js"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./skusAvailability.js"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./privateClouds.js"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./customizationPolicies.js"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./resourcePools.js"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./virtualMachineTemplates.js"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./virtualNetworks.js"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./usages.js"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./virtualMachines.js"), exports);
|
|
22
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAEH,0DAAgC;AAChC,mEAAyC;AACzC,sEAA4C;AAC5C,gEAAsC;AACtC,6DAAmC;AACnC,qEAA2C;AAC3C,6DAAmC;AACnC,uEAA6C;AAC7C,+DAAqC;AACrC,sDAA4B;AAC5B,+DAAqC","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\nexport * from \"./operations.js\";\nexport * from \"./dedicatedCloudNodes.js\";\nexport * from \"./dedicatedCloudServices.js\";\nexport * from \"./skusAvailability.js\";\nexport * from \"./privateClouds.js\";\nexport * from \"./customizationPolicies.js\";\nexport * from \"./resourcePools.js\";\nexport * from \"./virtualMachineTemplates.js\";\nexport * from \"./virtualNetworks.js\";\nexport * from \"./usages.js\";\nexport * from \"./virtualMachines.js\";\n"]}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Operations } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { VMwareCloudSimple } from "../vMwareCloudSimple.js";
|
|
4
|
+
import { AvailableOperation, OperationsListOptionalParams, OperationsGetOptionalParams, OperationsGetResponse } from "../models/index.js";
|
|
5
|
+
/** Class containing Operations operations. */
|
|
6
|
+
export declare class OperationsImpl implements Operations {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class Operations class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: VMwareCloudSimple);
|
|
13
|
+
/**
|
|
14
|
+
* Return list of operations
|
|
15
|
+
* @param options The options parameters.
|
|
16
|
+
*/
|
|
17
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<AvailableOperation>;
|
|
18
|
+
private listPagingPage;
|
|
19
|
+
private listPagingAll;
|
|
20
|
+
/**
|
|
21
|
+
* Return list of operations
|
|
22
|
+
* @param options The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
private _list;
|
|
25
|
+
/**
|
|
26
|
+
* Return an async operation
|
|
27
|
+
* @param regionId The region Id (westus, eastus)
|
|
28
|
+
* @param referer referer url
|
|
29
|
+
* @param operationId operation id
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
get(regionId: string, referer: string, operationId: string, options?: OperationsGetOptionalParams): Promise<OperationsGetResponse>;
|
|
33
|
+
/**
|
|
34
|
+
* ListNext
|
|
35
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
private _listNext;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EACL,kBAAkB,EAElB,4BAA4B,EAE5B,2BAA2B,EAC3B,qBAAqB,EAEtB,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAoB;IAE3C;;;OAGG;gBACS,MAAM,EAAE,iBAAiB;IAIrC;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,kBAAkB,CAAC;YAkBlC,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;;;OAMG;IACH,GAAG,CACD,QAAQ,EAAE,MAAM,EAChB,OAAO,EAAE,MAAM,EACf,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC;IAOjC;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
|