@azure/arm-azurestackhci 4.0.0-beta.1 → 4.0.0-beta.3
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/CHANGELOG.md +403 -9
- package/LICENSE +4 -4
- package/README.md +26 -17
- package/dist/browser/azureStackHCIClient.d.ts +33 -0
- package/dist/browser/azureStackHCIClient.d.ts.map +1 -0
- package/dist/browser/azureStackHCIClient.js +128 -0
- package/dist/browser/azureStackHCIClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +3822 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +632 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +147 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +5276 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +40 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +302 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/arcSettings.d.ts +129 -0
- package/dist/browser/operations/arcSettings.d.ts.map +1 -0
- package/dist/browser/operations/arcSettings.js +555 -0
- package/dist/browser/operations/arcSettings.js.map +1 -0
- package/dist/browser/operations/clusters.d.ts +169 -0
- package/dist/browser/operations/clusters.d.ts.map +1 -0
- package/dist/browser/operations/clusters.js +851 -0
- package/dist/browser/operations/clusters.js.map +1 -0
- package/dist/browser/operations/deploymentSettings.d.ts +81 -0
- package/dist/browser/operations/deploymentSettings.d.ts.map +1 -0
- package/dist/browser/operations/deploymentSettings.js +357 -0
- package/dist/browser/operations/deploymentSettings.js.map +1 -0
- package/dist/browser/operations/edgeDevices.d.ts +89 -0
- package/dist/browser/operations/edgeDevices.d.ts.map +1 -0
- package/dist/browser/operations/edgeDevices.js +420 -0
- package/dist/browser/operations/edgeDevices.js.map +1 -0
- package/dist/browser/operations/extensions.d.ts +129 -0
- package/dist/browser/operations/extensions.d.ts.map +1 -0
- package/dist/browser/operations/extensions.js +575 -0
- package/dist/browser/operations/extensions.js.map +1 -0
- package/dist/browser/operations/index.d.ts +14 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +21 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/offers.d.ts +74 -0
- package/dist/browser/operations/offers.d.ts.map +1 -0
- package/dist/browser/operations/offers.js +279 -0
- package/dist/browser/operations/offers.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +18 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +47 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/publishers.d.ts +46 -0
- package/dist/browser/operations/publishers.d.ts.map +1 -0
- package/dist/browser/operations/publishers.js +165 -0
- package/dist/browser/operations/publishers.js.map +1 -0
- package/dist/browser/operations/securitySettings.d.ts +81 -0
- package/dist/browser/operations/securitySettings.d.ts.map +1 -0
- package/dist/browser/operations/securitySettings.js +357 -0
- package/dist/browser/operations/securitySettings.js.map +1 -0
- package/dist/browser/operations/skus.d.ts +54 -0
- package/dist/browser/operations/skus.d.ts.map +1 -0
- package/dist/browser/operations/skus.js +193 -0
- package/dist/browser/operations/skus.js.map +1 -0
- package/dist/browser/operations/updateRuns.d.ts +79 -0
- package/dist/browser/operations/updateRuns.d.ts.map +1 -0
- package/dist/browser/operations/updateRuns.js +309 -0
- package/dist/browser/operations/updateRuns.js.map +1 -0
- package/dist/browser/operations/updateSummariesOperations.d.ts +68 -0
- package/dist/browser/operations/updateSummariesOperations.d.ts.map +1 -0
- package/dist/browser/operations/updateSummariesOperations.js +277 -0
- package/dist/browser/operations/updateSummariesOperations.js.map +1 -0
- package/dist/browser/operations/updates.d.ts +88 -0
- package/dist/browser/operations/updates.d.ts.map +1 -0
- package/dist/browser/operations/updates.js +366 -0
- package/dist/browser/operations/updates.js.map +1 -0
- package/dist/browser/operationsInterfaces/arcSettings.d.ts +104 -0
- package/dist/browser/operationsInterfaces/arcSettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/arcSettings.js +9 -0
- package/dist/browser/operationsInterfaces/arcSettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.d.ts +133 -0
- package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.js +9 -0
- package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
- package/dist/browser/operationsInterfaces/deploymentSettings.d.ts +56 -0
- package/dist/browser/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/deploymentSettings.js +9 -0
- package/dist/browser/operationsInterfaces/deploymentSettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/edgeDevices.d.ts +66 -0
- package/dist/browser/operationsInterfaces/edgeDevices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/edgeDevices.js +9 -0
- package/dist/browser/operationsInterfaces/edgeDevices.js.map +1 -0
- package/dist/browser/operationsInterfaces/extensions.d.ts +102 -0
- package/dist/browser/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/extensions.js +9 -0
- package/dist/browser/operationsInterfaces/extensions.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +14 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +21 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/offers.d.ts +30 -0
- package/dist/browser/operationsInterfaces/offers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/offers.js +9 -0
- package/dist/browser/operationsInterfaces/offers.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +10 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/publishers.d.ts +21 -0
- package/dist/browser/operationsInterfaces/publishers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/publishers.js +9 -0
- package/dist/browser/operationsInterfaces/publishers.js.map +1 -0
- package/dist/browser/operationsInterfaces/securitySettings.d.ts +56 -0
- package/dist/browser/operationsInterfaces/securitySettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/securitySettings.js +9 -0
- package/dist/browser/operationsInterfaces/securitySettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/skus.d.ts +25 -0
- package/dist/browser/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/skus.js +9 -0
- package/dist/browser/operationsInterfaces/skus.js.map +1 -0
- package/dist/browser/operationsInterfaces/updateRuns.d.ts +52 -0
- package/dist/browser/operationsInterfaces/updateRuns.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/updateRuns.js +9 -0
- package/dist/browser/operationsInterfaces/updateRuns.js.map +1 -0
- package/dist/browser/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
- package/dist/browser/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/updateSummariesOperations.js +9 -0
- package/dist/browser/operationsInterfaces/updateSummariesOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/updates.d.ts +63 -0
- package/dist/browser/operationsInterfaces/updates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/updates.js +9 -0
- package/dist/browser/operationsInterfaces/updates.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/azureStackHCIClient.d.ts +33 -0
- package/dist/commonjs/azureStackHCIClient.d.ts.map +1 -0
- package/dist/commonjs/azureStackHCIClient.js +133 -0
- package/dist/commonjs/azureStackHCIClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +3822 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +635 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +147 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +5281 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +40 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +305 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/arcSettings.d.ts +129 -0
- package/dist/commonjs/operations/arcSettings.d.ts.map +1 -0
- package/dist/commonjs/operations/arcSettings.js +560 -0
- package/dist/commonjs/operations/arcSettings.js.map +1 -0
- package/dist/commonjs/operations/clusters.d.ts +169 -0
- package/dist/commonjs/operations/clusters.d.ts.map +1 -0
- package/dist/commonjs/operations/clusters.js +856 -0
- package/dist/commonjs/operations/clusters.js.map +1 -0
- package/dist/commonjs/operations/deploymentSettings.d.ts +81 -0
- package/dist/commonjs/operations/deploymentSettings.d.ts.map +1 -0
- package/dist/commonjs/operations/deploymentSettings.js +362 -0
- package/dist/commonjs/operations/deploymentSettings.js.map +1 -0
- package/dist/commonjs/operations/edgeDevices.d.ts +89 -0
- package/dist/commonjs/operations/edgeDevices.d.ts.map +1 -0
- package/dist/commonjs/operations/edgeDevices.js +425 -0
- package/dist/commonjs/operations/edgeDevices.js.map +1 -0
- package/dist/commonjs/operations/extensions.d.ts +129 -0
- package/dist/commonjs/operations/extensions.d.ts.map +1 -0
- package/dist/commonjs/operations/extensions.js +580 -0
- package/dist/commonjs/operations/extensions.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +14 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +24 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/offers.d.ts +74 -0
- package/dist/commonjs/operations/offers.d.ts.map +1 -0
- package/dist/commonjs/operations/offers.js +284 -0
- package/dist/commonjs/operations/offers.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +18 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +52 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/publishers.d.ts +46 -0
- package/dist/commonjs/operations/publishers.d.ts.map +1 -0
- package/dist/commonjs/operations/publishers.js +170 -0
- package/dist/commonjs/operations/publishers.js.map +1 -0
- package/dist/commonjs/operations/securitySettings.d.ts +81 -0
- package/dist/commonjs/operations/securitySettings.d.ts.map +1 -0
- package/dist/commonjs/operations/securitySettings.js +362 -0
- package/dist/commonjs/operations/securitySettings.js.map +1 -0
- package/dist/commonjs/operations/skus.d.ts +54 -0
- package/dist/commonjs/operations/skus.d.ts.map +1 -0
- package/dist/commonjs/operations/skus.js +198 -0
- package/dist/commonjs/operations/skus.js.map +1 -0
- package/dist/commonjs/operations/updateRuns.d.ts +79 -0
- package/dist/commonjs/operations/updateRuns.d.ts.map +1 -0
- package/dist/commonjs/operations/updateRuns.js +314 -0
- package/dist/commonjs/operations/updateRuns.js.map +1 -0
- package/dist/commonjs/operations/updateSummariesOperations.d.ts +68 -0
- package/dist/commonjs/operations/updateSummariesOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/updateSummariesOperations.js +282 -0
- package/dist/commonjs/operations/updateSummariesOperations.js.map +1 -0
- package/dist/commonjs/operations/updates.d.ts +88 -0
- package/dist/commonjs/operations/updates.d.ts.map +1 -0
- package/dist/commonjs/operations/updates.js +371 -0
- package/dist/commonjs/operations/updates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/arcSettings.d.ts +104 -0
- package/dist/commonjs/operationsInterfaces/arcSettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/arcSettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/arcSettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts +133 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
- package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/deploymentSettings.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/deploymentSettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/deploymentSettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/edgeDevices.d.ts +66 -0
- package/dist/commonjs/operationsInterfaces/edgeDevices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/edgeDevices.js +10 -0
- package/dist/commonjs/operationsInterfaces/edgeDevices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensions.d.ts +102 -0
- package/dist/commonjs/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensions.js +10 -0
- package/dist/commonjs/operationsInterfaces/extensions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +24 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/offers.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/offers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/offers.js +10 -0
- package/dist/commonjs/operationsInterfaces/offers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -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/publishers.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/publishers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/publishers.js +10 -0
- package/dist/commonjs/operationsInterfaces/publishers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/securitySettings.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/securitySettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/securitySettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/securitySettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/skus.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/skus.js +10 -0
- package/dist/commonjs/operationsInterfaces/skus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/updateRuns.d.ts +52 -0
- package/dist/commonjs/operationsInterfaces/updateRuns.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/updateRuns.js +10 -0
- package/dist/commonjs/operationsInterfaces/updateRuns.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/updateSummariesOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/updateSummariesOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/updates.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/updates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/updates.js +10 -0
- package/dist/commonjs/operationsInterfaces/updates.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 +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/azureStackHCIClient.d.ts +33 -0
- package/dist/esm/azureStackHCIClient.d.ts.map +1 -0
- package/dist/esm/azureStackHCIClient.js +128 -0
- package/dist/esm/azureStackHCIClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +3822 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +632 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +147 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +5276 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +40 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +302 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/arcSettings.d.ts +129 -0
- package/dist/esm/operations/arcSettings.d.ts.map +1 -0
- package/dist/esm/operations/arcSettings.js +555 -0
- package/dist/esm/operations/arcSettings.js.map +1 -0
- package/dist/esm/operations/clusters.d.ts +169 -0
- package/dist/esm/operations/clusters.d.ts.map +1 -0
- package/dist/esm/operations/clusters.js +851 -0
- package/dist/esm/operations/clusters.js.map +1 -0
- package/dist/esm/operations/deploymentSettings.d.ts +81 -0
- package/dist/esm/operations/deploymentSettings.d.ts.map +1 -0
- package/dist/esm/operations/deploymentSettings.js +357 -0
- package/dist/esm/operations/deploymentSettings.js.map +1 -0
- package/dist/esm/operations/edgeDevices.d.ts +89 -0
- package/dist/esm/operations/edgeDevices.d.ts.map +1 -0
- package/dist/esm/operations/edgeDevices.js +420 -0
- package/dist/esm/operations/edgeDevices.js.map +1 -0
- package/dist/esm/operations/extensions.d.ts +129 -0
- package/dist/esm/operations/extensions.d.ts.map +1 -0
- package/dist/esm/operations/extensions.js +575 -0
- package/dist/esm/operations/extensions.js.map +1 -0
- package/dist/esm/operations/index.d.ts +14 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +21 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/offers.d.ts +74 -0
- package/dist/esm/operations/offers.d.ts.map +1 -0
- package/dist/esm/operations/offers.js +279 -0
- package/dist/esm/operations/offers.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +18 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +47 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/publishers.d.ts +46 -0
- package/dist/esm/operations/publishers.d.ts.map +1 -0
- package/dist/esm/operations/publishers.js +165 -0
- package/dist/esm/operations/publishers.js.map +1 -0
- package/dist/esm/operations/securitySettings.d.ts +81 -0
- package/dist/esm/operations/securitySettings.d.ts.map +1 -0
- package/dist/esm/operations/securitySettings.js +357 -0
- package/dist/esm/operations/securitySettings.js.map +1 -0
- package/dist/esm/operations/skus.d.ts +54 -0
- package/dist/esm/operations/skus.d.ts.map +1 -0
- package/dist/esm/operations/skus.js +193 -0
- package/dist/esm/operations/skus.js.map +1 -0
- package/dist/esm/operations/updateRuns.d.ts +79 -0
- package/dist/esm/operations/updateRuns.d.ts.map +1 -0
- package/dist/esm/operations/updateRuns.js +309 -0
- package/dist/esm/operations/updateRuns.js.map +1 -0
- package/dist/esm/operations/updateSummariesOperations.d.ts +68 -0
- package/dist/esm/operations/updateSummariesOperations.d.ts.map +1 -0
- package/dist/esm/operations/updateSummariesOperations.js +277 -0
- package/dist/esm/operations/updateSummariesOperations.js.map +1 -0
- package/dist/esm/operations/updates.d.ts +88 -0
- package/dist/esm/operations/updates.d.ts.map +1 -0
- package/dist/esm/operations/updates.js +366 -0
- package/dist/esm/operations/updates.js.map +1 -0
- package/dist/esm/operationsInterfaces/arcSettings.d.ts +104 -0
- package/dist/esm/operationsInterfaces/arcSettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/arcSettings.js +9 -0
- package/dist/esm/operationsInterfaces/arcSettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts +133 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.js +9 -0
- package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
- package/dist/esm/operationsInterfaces/deploymentSettings.d.ts +56 -0
- package/dist/esm/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/deploymentSettings.js +9 -0
- package/dist/esm/operationsInterfaces/deploymentSettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/edgeDevices.d.ts +66 -0
- package/dist/esm/operationsInterfaces/edgeDevices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/edgeDevices.js +9 -0
- package/dist/esm/operationsInterfaces/edgeDevices.js.map +1 -0
- package/dist/esm/operationsInterfaces/extensions.d.ts +102 -0
- package/dist/esm/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/extensions.js +9 -0
- package/dist/esm/operationsInterfaces/extensions.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +14 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +21 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/offers.d.ts +30 -0
- package/dist/esm/operationsInterfaces/offers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/offers.js +9 -0
- package/dist/esm/operationsInterfaces/offers.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +10 -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/publishers.d.ts +21 -0
- package/dist/esm/operationsInterfaces/publishers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/publishers.js +9 -0
- package/dist/esm/operationsInterfaces/publishers.js.map +1 -0
- package/dist/esm/operationsInterfaces/securitySettings.d.ts +56 -0
- package/dist/esm/operationsInterfaces/securitySettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/securitySettings.js +9 -0
- package/dist/esm/operationsInterfaces/securitySettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/skus.d.ts +25 -0
- package/dist/esm/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/skus.js +9 -0
- package/dist/esm/operationsInterfaces/skus.js.map +1 -0
- package/dist/esm/operationsInterfaces/updateRuns.d.ts +52 -0
- package/dist/esm/operationsInterfaces/updateRuns.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/updateRuns.js +9 -0
- package/dist/esm/operationsInterfaces/updateRuns.js.map +1 -0
- package/dist/esm/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
- package/dist/esm/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/updateSummariesOperations.js +9 -0
- package/dist/esm/operationsInterfaces/updateSummariesOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/updates.d.ts +63 -0
- package/dist/esm/operationsInterfaces/updates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/updates.js +9 -0
- package/dist/esm/operationsInterfaces/updates.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 +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/azureStackHCIClient.d.ts +33 -0
- package/dist/react-native/azureStackHCIClient.d.ts.map +1 -0
- package/dist/react-native/azureStackHCIClient.js +128 -0
- package/dist/react-native/azureStackHCIClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +3822 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +632 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +147 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +5276 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +40 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +302 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/arcSettings.d.ts +129 -0
- package/dist/react-native/operations/arcSettings.d.ts.map +1 -0
- package/dist/react-native/operations/arcSettings.js +555 -0
- package/dist/react-native/operations/arcSettings.js.map +1 -0
- package/dist/react-native/operations/clusters.d.ts +169 -0
- package/dist/react-native/operations/clusters.d.ts.map +1 -0
- package/dist/react-native/operations/clusters.js +851 -0
- package/dist/react-native/operations/clusters.js.map +1 -0
- package/dist/react-native/operations/deploymentSettings.d.ts +81 -0
- package/dist/react-native/operations/deploymentSettings.d.ts.map +1 -0
- package/dist/react-native/operations/deploymentSettings.js +357 -0
- package/dist/react-native/operations/deploymentSettings.js.map +1 -0
- package/dist/react-native/operations/edgeDevices.d.ts +89 -0
- package/dist/react-native/operations/edgeDevices.d.ts.map +1 -0
- package/dist/react-native/operations/edgeDevices.js +420 -0
- package/dist/react-native/operations/edgeDevices.js.map +1 -0
- package/dist/react-native/operations/extensions.d.ts +129 -0
- package/dist/react-native/operations/extensions.d.ts.map +1 -0
- package/dist/react-native/operations/extensions.js +575 -0
- package/dist/react-native/operations/extensions.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +14 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +21 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/offers.d.ts +74 -0
- package/dist/react-native/operations/offers.d.ts.map +1 -0
- package/dist/react-native/operations/offers.js +279 -0
- package/dist/react-native/operations/offers.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +18 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +47 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/publishers.d.ts +46 -0
- package/dist/react-native/operations/publishers.d.ts.map +1 -0
- package/dist/react-native/operations/publishers.js +165 -0
- package/dist/react-native/operations/publishers.js.map +1 -0
- package/dist/react-native/operations/securitySettings.d.ts +81 -0
- package/dist/react-native/operations/securitySettings.d.ts.map +1 -0
- package/dist/react-native/operations/securitySettings.js +357 -0
- package/dist/react-native/operations/securitySettings.js.map +1 -0
- package/dist/react-native/operations/skus.d.ts +54 -0
- package/dist/react-native/operations/skus.d.ts.map +1 -0
- package/dist/react-native/operations/skus.js +193 -0
- package/dist/react-native/operations/skus.js.map +1 -0
- package/dist/react-native/operations/updateRuns.d.ts +79 -0
- package/dist/react-native/operations/updateRuns.d.ts.map +1 -0
- package/dist/react-native/operations/updateRuns.js +309 -0
- package/dist/react-native/operations/updateRuns.js.map +1 -0
- package/dist/react-native/operations/updateSummariesOperations.d.ts +68 -0
- package/dist/react-native/operations/updateSummariesOperations.d.ts.map +1 -0
- package/dist/react-native/operations/updateSummariesOperations.js +277 -0
- package/dist/react-native/operations/updateSummariesOperations.js.map +1 -0
- package/dist/react-native/operations/updates.d.ts +88 -0
- package/dist/react-native/operations/updates.d.ts.map +1 -0
- package/dist/react-native/operations/updates.js +366 -0
- package/dist/react-native/operations/updates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/arcSettings.d.ts +104 -0
- package/dist/react-native/operationsInterfaces/arcSettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/arcSettings.js +9 -0
- package/dist/react-native/operationsInterfaces/arcSettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts +133 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.js +9 -0
- package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/deploymentSettings.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/deploymentSettings.js +9 -0
- package/dist/react-native/operationsInterfaces/deploymentSettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/edgeDevices.d.ts +66 -0
- package/dist/react-native/operationsInterfaces/edgeDevices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/edgeDevices.js +9 -0
- package/dist/react-native/operationsInterfaces/edgeDevices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/extensions.d.ts +102 -0
- package/dist/react-native/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/extensions.js +9 -0
- package/dist/react-native/operationsInterfaces/extensions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +21 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/offers.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/offers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/offers.js +9 -0
- package/dist/react-native/operationsInterfaces/offers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +10 -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/publishers.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/publishers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/publishers.js +9 -0
- package/dist/react-native/operationsInterfaces/publishers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/securitySettings.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/securitySettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/securitySettings.js +9 -0
- package/dist/react-native/operationsInterfaces/securitySettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/skus.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/skus.js +9 -0
- package/dist/react-native/operationsInterfaces/skus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/updateRuns.d.ts +52 -0
- package/dist/react-native/operationsInterfaces/updateRuns.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/updateRuns.js +9 -0
- package/dist/react-native/operationsInterfaces/updateRuns.js.map +1 -0
- package/dist/react-native/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/updateSummariesOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/updateSummariesOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/updates.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/updates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/updates.js +9 -0
- package/dist/react-native/operationsInterfaces/updates.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 +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +88 -73
- package/review/arm-azurestackhci-node.api.md +2416 -0
- package/dist/index.js +0 -8427
- 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/galleryImagesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/galleryImagesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/galleryImagesCreateOrUpdateSample.js +0 -49
- package/dist-esm/samples-dev/galleryImagesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/galleryImagesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/galleryImagesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/galleryImagesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/galleryImagesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/galleryImagesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/galleryImagesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/galleryImagesGetSample.js +0 -39
- package/dist-esm/samples-dev/galleryImagesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/galleryImagesListAllSample.d.ts +0 -2
- package/dist-esm/samples-dev/galleryImagesListAllSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/galleryImagesListAllSample.js +0 -53
- package/dist-esm/samples-dev/galleryImagesListAllSample.js.map +0 -1
- package/dist-esm/samples-dev/galleryImagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/galleryImagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/galleryImagesListSample.js +0 -54
- package/dist-esm/samples-dev/galleryImagesListSample.js.map +0 -1
- package/dist-esm/samples-dev/galleryImagesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/galleryImagesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/galleryImagesUpdateSample.js +0 -42
- package/dist-esm/samples-dev/galleryImagesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/guestAgentCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestAgentCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestAgentCreateSample.js +0 -41
- package/dist-esm/samples-dev/guestAgentCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/guestAgentDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestAgentDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestAgentDeleteSample.js +0 -36
- package/dist-esm/samples-dev/guestAgentDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/guestAgentGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestAgentGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestAgentGetSample.js +0 -36
- package/dist-esm/samples-dev/guestAgentGetSample.js.map +0 -1
- package/dist-esm/samples-dev/guestAgentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestAgentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestAgentsListSample.js +0 -52
- package/dist-esm/samples-dev/guestAgentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.js +0 -36
- package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridIdentityMetadataListSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridIdentityMetadataListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridIdentityMetadataListSample.js +0 -52
- package/dist-esm/samples-dev/hybridIdentityMetadataListSample.js.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicalNetworksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/logicalNetworksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicalNetworksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksDeleteSample.js +0 -39
- package/dist-esm/samples-dev/logicalNetworksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicalNetworksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksGetSample.js +0 -39
- package/dist-esm/samples-dev/logicalNetworksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksListAllSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicalNetworksListAllSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksListAllSample.js +0 -53
- package/dist-esm/samples-dev/logicalNetworksListAllSample.js.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksListSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicalNetworksListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksListSample.js +0 -54
- package/dist-esm/samples-dev/logicalNetworksListSample.js.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicalNetworksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksUpdateSample.js +0 -42
- package/dist-esm/samples-dev/logicalNetworksUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplaceGalleryImagesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesCreateOrUpdateSample.js +0 -56
- package/dist-esm/samples-dev/marketplaceGalleryImagesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplaceGalleryImagesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/marketplaceGalleryImagesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplaceGalleryImagesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesGetSample.js +0 -39
- package/dist-esm/samples-dev/marketplaceGalleryImagesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesListAllSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplaceGalleryImagesListAllSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesListAllSample.js +0 -53
- package/dist-esm/samples-dev/marketplaceGalleryImagesListAllSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplaceGalleryImagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesListSample.js +0 -54
- package/dist-esm/samples-dev/marketplaceGalleryImagesListSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplaceGalleryImagesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesUpdateSample.js +0 -42
- package/dist-esm/samples-dev/marketplaceGalleryImagesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkInterfacesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesCreateOrUpdateSample.js +0 -49
- package/dist-esm/samples-dev/networkInterfacesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkInterfacesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/networkInterfacesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkInterfacesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesGetSample.js +0 -39
- package/dist-esm/samples-dev/networkInterfacesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesListAllSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkInterfacesListAllSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesListAllSample.js +0 -53
- package/dist-esm/samples-dev/networkInterfacesListAllSample.js.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkInterfacesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesListSample.js +0 -54
- package/dist-esm/samples-dev/networkInterfacesListSample.js.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkInterfacesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesUpdateSample.js +0 -42
- package/dist-esm/samples-dev/networkInterfacesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageContainersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageContainersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageContainersCreateOrUpdateSample.js +0 -47
- package/dist-esm/samples-dev/storageContainersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/storageContainersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageContainersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageContainersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/storageContainersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/storageContainersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageContainersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageContainersGetSample.js +0 -39
- package/dist-esm/samples-dev/storageContainersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/storageContainersListAllSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageContainersListAllSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageContainersListAllSample.js +0 -53
- package/dist-esm/samples-dev/storageContainersListAllSample.js.map +0 -1
- package/dist-esm/samples-dev/storageContainersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageContainersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageContainersListSample.js +0 -54
- package/dist-esm/samples-dev/storageContainersListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageContainersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageContainersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageContainersUpdateSample.js +0 -42
- package/dist-esm/samples-dev/storageContainersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualHardDisksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksCreateOrUpdateSample.js +0 -47
- package/dist-esm/samples-dev/virtualHardDisksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualHardDisksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksDeleteSample.js +0 -39
- package/dist-esm/samples-dev/virtualHardDisksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualHardDisksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksGetSample.js +0 -39
- package/dist-esm/samples-dev/virtualHardDisksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksListAllSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualHardDisksListAllSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksListAllSample.js +0 -53
- package/dist-esm/samples-dev/virtualHardDisksListAllSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksListSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualHardDisksListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksListSample.js +0 -54
- package/dist-esm/samples-dev/virtualHardDisksListSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualHardDisksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksUpdateSample.js +0 -42
- package/dist-esm/samples-dev/virtualHardDisksUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js +0 -172
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.js +0 -52
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js +0 -47
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js.map +0 -1
- package/dist-esm/src/azureStackHCIClient.d.ts +0 -31
- package/dist-esm/src/azureStackHCIClient.d.ts.map +0 -1
- package/dist-esm/src/azureStackHCIClient.js +0 -108
- package/dist-esm/src/azureStackHCIClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -1886
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -206
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -119
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -3010
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -31
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -252
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/galleryImagesOperations.d.ts +0 -113
- package/dist-esm/src/operations/galleryImagesOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/galleryImagesOperations.js +0 -560
- package/dist-esm/src/operations/galleryImagesOperations.js.map +0 -1
- package/dist-esm/src/operations/guestAgentOperations.d.ts +0 -49
- package/dist-esm/src/operations/guestAgentOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/guestAgentOperations.js +0 -214
- package/dist-esm/src/operations/guestAgentOperations.js.map +0 -1
- package/dist-esm/src/operations/guestAgents.d.ts +0 -38
- package/dist-esm/src/operations/guestAgents.d.ts.map +0 -1
- package/dist-esm/src/operations/guestAgents.js +0 -143
- package/dist-esm/src/operations/guestAgents.js.map +0 -1
- package/dist-esm/src/operations/hybridIdentityMetadataOperations.d.ts +0 -45
- package/dist-esm/src/operations/hybridIdentityMetadataOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/hybridIdentityMetadataOperations.js +0 -168
- package/dist-esm/src/operations/hybridIdentityMetadataOperations.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/logicalNetworksOperations.d.ts +0 -112
- package/dist-esm/src/operations/logicalNetworksOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/logicalNetworksOperations.js +0 -559
- package/dist-esm/src/operations/logicalNetworksOperations.js.map +0 -1
- package/dist-esm/src/operations/marketplaceGalleryImagesOperations.d.ts +0 -113
- package/dist-esm/src/operations/marketplaceGalleryImagesOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/marketplaceGalleryImagesOperations.js +0 -570
- package/dist-esm/src/operations/marketplaceGalleryImagesOperations.js.map +0 -1
- package/dist-esm/src/operations/networkInterfacesOperations.d.ts +0 -113
- package/dist-esm/src/operations/networkInterfacesOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/networkInterfacesOperations.js +0 -570
- package/dist-esm/src/operations/networkInterfacesOperations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/storageContainersOperations.d.ts +0 -113
- package/dist-esm/src/operations/storageContainersOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/storageContainersOperations.js +0 -570
- package/dist-esm/src/operations/storageContainersOperations.js.map +0 -1
- package/dist-esm/src/operations/virtualHardDisksOperations.d.ts +0 -113
- package/dist-esm/src/operations/virtualHardDisksOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualHardDisksOperations.js +0 -570
- package/dist-esm/src/operations/virtualHardDisksOperations.js.map +0 -1
- package/dist-esm/src/operations/virtualMachineInstances.d.ts +0 -136
- package/dist-esm/src/operations/virtualMachineInstances.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualMachineInstances.js +0 -666
- package/dist-esm/src/operations/virtualMachineInstances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/galleryImagesOperations.d.ts +0 -75
- package/dist-esm/src/operationsInterfaces/galleryImagesOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/galleryImagesOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/galleryImagesOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestAgentOperations.d.ts +0 -41
- package/dist-esm/src/operationsInterfaces/guestAgentOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestAgentOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/guestAgentOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestAgents.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/guestAgents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestAgents.js +0 -9
- package/dist-esm/src/operationsInterfaces/guestAgents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.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/logicalNetworksOperations.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/logicalNetworksOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/logicalNetworksOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/logicalNetworksOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/marketplaceGalleryImagesOperations.d.ts +0 -75
- package/dist-esm/src/operationsInterfaces/marketplaceGalleryImagesOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/marketplaceGalleryImagesOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/marketplaceGalleryImagesOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkInterfacesOperations.d.ts +0 -75
- package/dist-esm/src/operationsInterfaces/networkInterfacesOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkInterfacesOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/networkInterfacesOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageContainersOperations.d.ts +0 -75
- package/dist-esm/src/operationsInterfaces/storageContainersOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageContainersOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/storageContainersOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualHardDisksOperations.d.ts +0 -75
- package/dist-esm/src/operationsInterfaces/virtualHardDisksOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualHardDisksOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/virtualHardDisksOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts +0 -111
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.js +0 -9
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.js.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/azurestackhci_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/azurestackhci_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/azurestackhci_operations_test.spec.js +0 -73
- package/dist-esm/test/azurestackhci_operations_test.spec.js.map +0 -1
- package/review/arm-azurestackhci.api.md +0 -1729
- package/src/azureStackHCIClient.ts +0 -206
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -2188
- package/src/models/mappers.ts +0 -3237
- package/src/models/parameters.ts +0 -314
- package/src/operations/galleryImagesOperations.ts +0 -733
- package/src/operations/guestAgentOperations.ts +0 -299
- package/src/operations/guestAgents.ts +0 -168
- package/src/operations/hybridIdentityMetadataOperations.ts +0 -204
- package/src/operations/index.ts +0 -19
- package/src/operations/logicalNetworksOperations.ts +0 -733
- package/src/operations/marketplaceGalleryImagesOperations.ts +0 -744
- package/src/operations/networkInterfacesOperations.ts +0 -744
- package/src/operations/operations.ts +0 -149
- package/src/operations/storageContainersOperations.ts +0 -744
- package/src/operations/virtualHardDisksOperations.ts +0 -744
- package/src/operations/virtualMachineInstances.ts +0 -910
- package/src/operationsInterfaces/galleryImagesOperations.ts +0 -149
- package/src/operationsInterfaces/guestAgentOperations.ts +0 -81
- package/src/operationsInterfaces/guestAgents.ts +0 -25
- package/src/operationsInterfaces/hybridIdentityMetadataOperations.ts +0 -40
- package/src/operationsInterfaces/index.ts +0 -19
- package/src/operationsInterfaces/logicalNetworksOperations.ts +0 -148
- package/src/operationsInterfaces/marketplaceGalleryImagesOperations.ts +0 -149
- package/src/operationsInterfaces/networkInterfacesOperations.ts +0 -149
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/storageContainersOperations.ts +0 -149
- package/src/operationsInterfaces/virtualHardDisksOperations.ts +0 -149
- package/src/operationsInterfaces/virtualMachineInstances.ts +0 -214
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-azurestackhci.d.ts +0 -2829
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.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
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { VirtualHardDisksOperations } from "../operationsInterfaces";
|
|
3
|
-
import { AzureStackHCIClient } from "../azureStackHCIClient";
|
|
4
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
-
import { VirtualHardDisks, VirtualHardDisksListOptionalParams, VirtualHardDisksListAllOptionalParams, VirtualHardDisksGetOptionalParams, VirtualHardDisksGetResponse, VirtualHardDisksCreateOrUpdateOptionalParams, VirtualHardDisksCreateOrUpdateResponse, VirtualHardDisksDeleteOptionalParams, VirtualHardDisksDeleteResponse, VirtualHardDisksUpdateRequest, VirtualHardDisksUpdateOptionalParams, VirtualHardDisksUpdateResponse } from "../models";
|
|
6
|
-
/** Class containing VirtualHardDisksOperations operations. */
|
|
7
|
-
export declare class VirtualHardDisksOperationsImpl implements VirtualHardDisksOperations {
|
|
8
|
-
private readonly client;
|
|
9
|
-
/**
|
|
10
|
-
* Initialize a new instance of the class VirtualHardDisksOperations class.
|
|
11
|
-
* @param client Reference to the service client
|
|
12
|
-
*/
|
|
13
|
-
constructor(client: AzureStackHCIClient);
|
|
14
|
-
/**
|
|
15
|
-
* Lists all of the virtual hard disks in the specified resource group. Use the nextLink property in
|
|
16
|
-
* the response to get the next page of virtual hard disks.
|
|
17
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
18
|
-
* @param options The options parameters.
|
|
19
|
-
*/
|
|
20
|
-
list(resourceGroupName: string, options?: VirtualHardDisksListOptionalParams): PagedAsyncIterableIterator<VirtualHardDisks>;
|
|
21
|
-
private listPagingPage;
|
|
22
|
-
private listPagingAll;
|
|
23
|
-
/**
|
|
24
|
-
* Lists all of the virtual hard disks in the specified subscription. Use the nextLink property in the
|
|
25
|
-
* response to get the next page of virtual hard disks.
|
|
26
|
-
* @param options The options parameters.
|
|
27
|
-
*/
|
|
28
|
-
listAll(options?: VirtualHardDisksListAllOptionalParams): PagedAsyncIterableIterator<VirtualHardDisks>;
|
|
29
|
-
private listAllPagingPage;
|
|
30
|
-
private listAllPagingAll;
|
|
31
|
-
/**
|
|
32
|
-
* Gets a virtual hard disk
|
|
33
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
34
|
-
* @param virtualHardDiskName Name of the virtual hard disk
|
|
35
|
-
* @param options The options parameters.
|
|
36
|
-
*/
|
|
37
|
-
get(resourceGroupName: string, virtualHardDiskName: string, options?: VirtualHardDisksGetOptionalParams): Promise<VirtualHardDisksGetResponse>;
|
|
38
|
-
/**
|
|
39
|
-
* The operation to create or update a virtual hard disk. Please note some properties can be set only
|
|
40
|
-
* during virtual hard disk creation.
|
|
41
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
42
|
-
* @param virtualHardDiskName Name of the virtual hard disk
|
|
43
|
-
* @param virtualHardDisks The virtual hard disk resource definition.
|
|
44
|
-
* @param options The options parameters.
|
|
45
|
-
*/
|
|
46
|
-
beginCreateOrUpdate(resourceGroupName: string, virtualHardDiskName: string, virtualHardDisks: VirtualHardDisks, options?: VirtualHardDisksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualHardDisksCreateOrUpdateResponse>, VirtualHardDisksCreateOrUpdateResponse>>;
|
|
47
|
-
/**
|
|
48
|
-
* The operation to create or update a virtual hard disk. Please note some properties can be set only
|
|
49
|
-
* during virtual hard disk creation.
|
|
50
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
51
|
-
* @param virtualHardDiskName Name of the virtual hard disk
|
|
52
|
-
* @param virtualHardDisks The virtual hard disk resource definition.
|
|
53
|
-
* @param options The options parameters.
|
|
54
|
-
*/
|
|
55
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, virtualHardDiskName: string, virtualHardDisks: VirtualHardDisks, options?: VirtualHardDisksCreateOrUpdateOptionalParams): Promise<VirtualHardDisksCreateOrUpdateResponse>;
|
|
56
|
-
/**
|
|
57
|
-
* The operation to delete a virtual hard disk.
|
|
58
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
59
|
-
* @param virtualHardDiskName Name of the virtual hard disk
|
|
60
|
-
* @param options The options parameters.
|
|
61
|
-
*/
|
|
62
|
-
beginDelete(resourceGroupName: string, virtualHardDiskName: string, options?: VirtualHardDisksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualHardDisksDeleteResponse>, VirtualHardDisksDeleteResponse>>;
|
|
63
|
-
/**
|
|
64
|
-
* The operation to delete a virtual hard disk.
|
|
65
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
66
|
-
* @param virtualHardDiskName Name of the virtual hard disk
|
|
67
|
-
* @param options The options parameters.
|
|
68
|
-
*/
|
|
69
|
-
beginDeleteAndWait(resourceGroupName: string, virtualHardDiskName: string, options?: VirtualHardDisksDeleteOptionalParams): Promise<VirtualHardDisksDeleteResponse>;
|
|
70
|
-
/**
|
|
71
|
-
* The operation to update a virtual hard disk.
|
|
72
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
73
|
-
* @param virtualHardDiskName Name of the virtual hard disk
|
|
74
|
-
* @param virtualHardDisks The virtual hard disk resource patch definition.
|
|
75
|
-
* @param options The options parameters.
|
|
76
|
-
*/
|
|
77
|
-
beginUpdate(resourceGroupName: string, virtualHardDiskName: string, virtualHardDisks: VirtualHardDisksUpdateRequest, options?: VirtualHardDisksUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualHardDisksUpdateResponse>, VirtualHardDisksUpdateResponse>>;
|
|
78
|
-
/**
|
|
79
|
-
* The operation to update a virtual hard disk.
|
|
80
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
81
|
-
* @param virtualHardDiskName Name of the virtual hard disk
|
|
82
|
-
* @param virtualHardDisks The virtual hard disk resource patch definition.
|
|
83
|
-
* @param options The options parameters.
|
|
84
|
-
*/
|
|
85
|
-
beginUpdateAndWait(resourceGroupName: string, virtualHardDiskName: string, virtualHardDisks: VirtualHardDisksUpdateRequest, options?: VirtualHardDisksUpdateOptionalParams): Promise<VirtualHardDisksUpdateResponse>;
|
|
86
|
-
/**
|
|
87
|
-
* Lists all of the virtual hard disks in the specified resource group. Use the nextLink property in
|
|
88
|
-
* the response to get the next page of virtual hard disks.
|
|
89
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
90
|
-
* @param options The options parameters.
|
|
91
|
-
*/
|
|
92
|
-
private _list;
|
|
93
|
-
/**
|
|
94
|
-
* Lists all of the virtual hard disks in the specified subscription. Use the nextLink property in the
|
|
95
|
-
* response to get the next page of virtual hard disks.
|
|
96
|
-
* @param options The options parameters.
|
|
97
|
-
*/
|
|
98
|
-
private _listAll;
|
|
99
|
-
/**
|
|
100
|
-
* ListNext
|
|
101
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
102
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
103
|
-
* @param options The options parameters.
|
|
104
|
-
*/
|
|
105
|
-
private _listNext;
|
|
106
|
-
/**
|
|
107
|
-
* ListAllNext
|
|
108
|
-
* @param nextLink The nextLink from the previous successful call to the ListAll method.
|
|
109
|
-
* @param options The options parameters.
|
|
110
|
-
*/
|
|
111
|
-
private _listAllNext;
|
|
112
|
-
}
|
|
113
|
-
//# sourceMappingURL=virtualHardDisksOperations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"virtualHardDisksOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/virtualHardDisksOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,0BAA0B,EAAE,MAAM,yBAAyB,CAAC;AAIrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,gBAAgB,EAEhB,kCAAkC,EAGlC,qCAAqC,EAErC,iCAAiC,EACjC,2BAA2B,EAC3B,4CAA4C,EAC5C,sCAAsC,EACtC,oCAAoC,EACpC,8BAA8B,EAC9B,6BAA6B,EAC7B,oCAAoC,EACpC,8BAA8B,EAG/B,MAAM,WAAW,CAAC;AAGnB,8DAA8D;AAC9D,qBAAa,8BACX,YAAW,0BAA0B;IACrC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAsB;IAE7C;;;OAGG;gBACS,MAAM,EAAE,mBAAmB;IAIvC;;;;;OAKG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,gBAAgB,CAAC;YAkBhC,cAAc;YA2Bd,aAAa;IAS5B;;;;OAIG;IACI,OAAO,CACZ,OAAO,CAAC,EAAE,qCAAqC,GAC9C,0BAA0B,CAAC,gBAAgB,CAAC;YAkBhC,iBAAiB;YAsBjB,gBAAgB;IAQ/B;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC;IAOvC;;;;;;;OAOG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,gBAAgB,EAAE,gBAAgB,EAClC,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sCAAsC,CAAC,EACtD,sCAAsC,CACvC,CACF;IA8DD;;;;;;;OAOG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,gBAAgB,EAAE,gBAAgB,EAClC,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC;IAUlD;;;;;OAKG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,8BAA8B,CAAC,EAC9C,8BAA8B,CAC/B,CACF;IAyDD;;;;;OAKG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC;IAS1C;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,gBAAgB,EAAE,6BAA6B,EAC/C,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,8BAA8B,CAAC,EAC9C,8BAA8B,CAC/B,CACF;IA8DD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,gBAAgB,EAAE,6BAA6B,EAC/C,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC;IAU1C;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAUb;;;;OAIG;IACH,OAAO,CAAC,QAAQ;IAMhB;;;;;OAKG;IACH,OAAO,CAAC,SAAS;IAWjB;;;;OAIG;IACH,OAAO,CAAC,YAAY;CASrB"}
|
|
@@ -1,570 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter } from "tslib";
|
|
9
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
10
|
-
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
import { createHttpPoller } from "@azure/core-lro";
|
|
14
|
-
import { createLroSpec } from "../lroImpl";
|
|
15
|
-
/// <reference lib="esnext.asynciterable" />
|
|
16
|
-
/** Class containing VirtualHardDisksOperations operations. */
|
|
17
|
-
export class VirtualHardDisksOperationsImpl {
|
|
18
|
-
/**
|
|
19
|
-
* Initialize a new instance of the class VirtualHardDisksOperations class.
|
|
20
|
-
* @param client Reference to the service client
|
|
21
|
-
*/
|
|
22
|
-
constructor(client) {
|
|
23
|
-
this.client = client;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Lists all of the virtual hard disks in the specified resource group. Use the nextLink property in
|
|
27
|
-
* the response to get the next page of virtual hard disks.
|
|
28
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
29
|
-
* @param options The options parameters.
|
|
30
|
-
*/
|
|
31
|
-
list(resourceGroupName, options) {
|
|
32
|
-
const iter = this.listPagingAll(resourceGroupName, options);
|
|
33
|
-
return {
|
|
34
|
-
next() {
|
|
35
|
-
return iter.next();
|
|
36
|
-
},
|
|
37
|
-
[Symbol.asyncIterator]() {
|
|
38
|
-
return this;
|
|
39
|
-
},
|
|
40
|
-
byPage: (settings) => {
|
|
41
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
42
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
43
|
-
}
|
|
44
|
-
return this.listPagingPage(resourceGroupName, options, settings);
|
|
45
|
-
}
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
listPagingPage(resourceGroupName, options, settings) {
|
|
49
|
-
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
50
|
-
let result;
|
|
51
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
52
|
-
if (!continuationToken) {
|
|
53
|
-
result = yield __await(this._list(resourceGroupName, options));
|
|
54
|
-
let page = result.value || [];
|
|
55
|
-
continuationToken = result.nextLink;
|
|
56
|
-
setContinuationToken(page, continuationToken);
|
|
57
|
-
yield yield __await(page);
|
|
58
|
-
}
|
|
59
|
-
while (continuationToken) {
|
|
60
|
-
result = yield __await(this._listNext(resourceGroupName, continuationToken, options));
|
|
61
|
-
continuationToken = result.nextLink;
|
|
62
|
-
let page = result.value || [];
|
|
63
|
-
setContinuationToken(page, continuationToken);
|
|
64
|
-
yield yield __await(page);
|
|
65
|
-
}
|
|
66
|
-
});
|
|
67
|
-
}
|
|
68
|
-
listPagingAll(resourceGroupName, options) {
|
|
69
|
-
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
70
|
-
var _a, e_1, _b, _c;
|
|
71
|
-
try {
|
|
72
|
-
for (var _d = true, _e = __asyncValues(this.listPagingPage(resourceGroupName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
73
|
-
_c = _f.value;
|
|
74
|
-
_d = false;
|
|
75
|
-
const page = _c;
|
|
76
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
80
|
-
finally {
|
|
81
|
-
try {
|
|
82
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
83
|
-
}
|
|
84
|
-
finally { if (e_1) throw e_1.error; }
|
|
85
|
-
}
|
|
86
|
-
});
|
|
87
|
-
}
|
|
88
|
-
/**
|
|
89
|
-
* Lists all of the virtual hard disks in the specified subscription. Use the nextLink property in the
|
|
90
|
-
* response to get the next page of virtual hard disks.
|
|
91
|
-
* @param options The options parameters.
|
|
92
|
-
*/
|
|
93
|
-
listAll(options) {
|
|
94
|
-
const iter = this.listAllPagingAll(options);
|
|
95
|
-
return {
|
|
96
|
-
next() {
|
|
97
|
-
return iter.next();
|
|
98
|
-
},
|
|
99
|
-
[Symbol.asyncIterator]() {
|
|
100
|
-
return this;
|
|
101
|
-
},
|
|
102
|
-
byPage: (settings) => {
|
|
103
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
104
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
105
|
-
}
|
|
106
|
-
return this.listAllPagingPage(options, settings);
|
|
107
|
-
}
|
|
108
|
-
};
|
|
109
|
-
}
|
|
110
|
-
listAllPagingPage(options, settings) {
|
|
111
|
-
return __asyncGenerator(this, arguments, function* listAllPagingPage_1() {
|
|
112
|
-
let result;
|
|
113
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
114
|
-
if (!continuationToken) {
|
|
115
|
-
result = yield __await(this._listAll(options));
|
|
116
|
-
let page = result.value || [];
|
|
117
|
-
continuationToken = result.nextLink;
|
|
118
|
-
setContinuationToken(page, continuationToken);
|
|
119
|
-
yield yield __await(page);
|
|
120
|
-
}
|
|
121
|
-
while (continuationToken) {
|
|
122
|
-
result = yield __await(this._listAllNext(continuationToken, options));
|
|
123
|
-
continuationToken = result.nextLink;
|
|
124
|
-
let page = result.value || [];
|
|
125
|
-
setContinuationToken(page, continuationToken);
|
|
126
|
-
yield yield __await(page);
|
|
127
|
-
}
|
|
128
|
-
});
|
|
129
|
-
}
|
|
130
|
-
listAllPagingAll(options) {
|
|
131
|
-
return __asyncGenerator(this, arguments, function* listAllPagingAll_1() {
|
|
132
|
-
var _a, e_2, _b, _c;
|
|
133
|
-
try {
|
|
134
|
-
for (var _d = true, _e = __asyncValues(this.listAllPagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
135
|
-
_c = _f.value;
|
|
136
|
-
_d = false;
|
|
137
|
-
const page = _c;
|
|
138
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
142
|
-
finally {
|
|
143
|
-
try {
|
|
144
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
145
|
-
}
|
|
146
|
-
finally { if (e_2) throw e_2.error; }
|
|
147
|
-
}
|
|
148
|
-
});
|
|
149
|
-
}
|
|
150
|
-
/**
|
|
151
|
-
* Gets a virtual hard disk
|
|
152
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
153
|
-
* @param virtualHardDiskName Name of the virtual hard disk
|
|
154
|
-
* @param options The options parameters.
|
|
155
|
-
*/
|
|
156
|
-
get(resourceGroupName, virtualHardDiskName, options) {
|
|
157
|
-
return this.client.sendOperationRequest({ resourceGroupName, virtualHardDiskName, options }, getOperationSpec);
|
|
158
|
-
}
|
|
159
|
-
/**
|
|
160
|
-
* The operation to create or update a virtual hard disk. Please note some properties can be set only
|
|
161
|
-
* during virtual hard disk creation.
|
|
162
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
163
|
-
* @param virtualHardDiskName Name of the virtual hard disk
|
|
164
|
-
* @param virtualHardDisks The virtual hard disk resource definition.
|
|
165
|
-
* @param options The options parameters.
|
|
166
|
-
*/
|
|
167
|
-
beginCreateOrUpdate(resourceGroupName, virtualHardDiskName, virtualHardDisks, options) {
|
|
168
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
169
|
-
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
170
|
-
return this.client.sendOperationRequest(args, spec);
|
|
171
|
-
});
|
|
172
|
-
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
173
|
-
var _a;
|
|
174
|
-
let currentRawResponse = undefined;
|
|
175
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
176
|
-
const callback = (rawResponse, flatResponse) => {
|
|
177
|
-
currentRawResponse = rawResponse;
|
|
178
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
179
|
-
};
|
|
180
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
181
|
-
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
182
|
-
return {
|
|
183
|
-
flatResponse,
|
|
184
|
-
rawResponse: {
|
|
185
|
-
statusCode: currentRawResponse.status,
|
|
186
|
-
body: currentRawResponse.parsedBody,
|
|
187
|
-
headers: currentRawResponse.headers.toJSON()
|
|
188
|
-
}
|
|
189
|
-
};
|
|
190
|
-
});
|
|
191
|
-
const lro = createLroSpec({
|
|
192
|
-
sendOperationFn,
|
|
193
|
-
args: {
|
|
194
|
-
resourceGroupName,
|
|
195
|
-
virtualHardDiskName,
|
|
196
|
-
virtualHardDisks,
|
|
197
|
-
options
|
|
198
|
-
},
|
|
199
|
-
spec: createOrUpdateOperationSpec
|
|
200
|
-
});
|
|
201
|
-
const poller = yield createHttpPoller(lro, {
|
|
202
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
203
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
204
|
-
resourceLocationConfig: "azure-async-operation"
|
|
205
|
-
});
|
|
206
|
-
yield poller.poll();
|
|
207
|
-
return poller;
|
|
208
|
-
});
|
|
209
|
-
}
|
|
210
|
-
/**
|
|
211
|
-
* The operation to create or update a virtual hard disk. Please note some properties can be set only
|
|
212
|
-
* during virtual hard disk creation.
|
|
213
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
214
|
-
* @param virtualHardDiskName Name of the virtual hard disk
|
|
215
|
-
* @param virtualHardDisks The virtual hard disk resource definition.
|
|
216
|
-
* @param options The options parameters.
|
|
217
|
-
*/
|
|
218
|
-
beginCreateOrUpdateAndWait(resourceGroupName, virtualHardDiskName, virtualHardDisks, options) {
|
|
219
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
220
|
-
const poller = yield this.beginCreateOrUpdate(resourceGroupName, virtualHardDiskName, virtualHardDisks, options);
|
|
221
|
-
return poller.pollUntilDone();
|
|
222
|
-
});
|
|
223
|
-
}
|
|
224
|
-
/**
|
|
225
|
-
* The operation to delete a virtual hard disk.
|
|
226
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
227
|
-
* @param virtualHardDiskName Name of the virtual hard disk
|
|
228
|
-
* @param options The options parameters.
|
|
229
|
-
*/
|
|
230
|
-
beginDelete(resourceGroupName, virtualHardDiskName, options) {
|
|
231
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
232
|
-
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
233
|
-
return this.client.sendOperationRequest(args, spec);
|
|
234
|
-
});
|
|
235
|
-
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
236
|
-
var _a;
|
|
237
|
-
let currentRawResponse = undefined;
|
|
238
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
239
|
-
const callback = (rawResponse, flatResponse) => {
|
|
240
|
-
currentRawResponse = rawResponse;
|
|
241
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
242
|
-
};
|
|
243
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
244
|
-
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
245
|
-
return {
|
|
246
|
-
flatResponse,
|
|
247
|
-
rawResponse: {
|
|
248
|
-
statusCode: currentRawResponse.status,
|
|
249
|
-
body: currentRawResponse.parsedBody,
|
|
250
|
-
headers: currentRawResponse.headers.toJSON()
|
|
251
|
-
}
|
|
252
|
-
};
|
|
253
|
-
});
|
|
254
|
-
const lro = createLroSpec({
|
|
255
|
-
sendOperationFn,
|
|
256
|
-
args: { resourceGroupName, virtualHardDiskName, options },
|
|
257
|
-
spec: deleteOperationSpec
|
|
258
|
-
});
|
|
259
|
-
const poller = yield createHttpPoller(lro, {
|
|
260
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
261
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
262
|
-
resourceLocationConfig: "azure-async-operation"
|
|
263
|
-
});
|
|
264
|
-
yield poller.poll();
|
|
265
|
-
return poller;
|
|
266
|
-
});
|
|
267
|
-
}
|
|
268
|
-
/**
|
|
269
|
-
* The operation to delete a virtual hard disk.
|
|
270
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
271
|
-
* @param virtualHardDiskName Name of the virtual hard disk
|
|
272
|
-
* @param options The options parameters.
|
|
273
|
-
*/
|
|
274
|
-
beginDeleteAndWait(resourceGroupName, virtualHardDiskName, options) {
|
|
275
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
276
|
-
const poller = yield this.beginDelete(resourceGroupName, virtualHardDiskName, options);
|
|
277
|
-
return poller.pollUntilDone();
|
|
278
|
-
});
|
|
279
|
-
}
|
|
280
|
-
/**
|
|
281
|
-
* The operation to update a virtual hard disk.
|
|
282
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
283
|
-
* @param virtualHardDiskName Name of the virtual hard disk
|
|
284
|
-
* @param virtualHardDisks The virtual hard disk resource patch definition.
|
|
285
|
-
* @param options The options parameters.
|
|
286
|
-
*/
|
|
287
|
-
beginUpdate(resourceGroupName, virtualHardDiskName, virtualHardDisks, options) {
|
|
288
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
289
|
-
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
290
|
-
return this.client.sendOperationRequest(args, spec);
|
|
291
|
-
});
|
|
292
|
-
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
293
|
-
var _a;
|
|
294
|
-
let currentRawResponse = undefined;
|
|
295
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
296
|
-
const callback = (rawResponse, flatResponse) => {
|
|
297
|
-
currentRawResponse = rawResponse;
|
|
298
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
299
|
-
};
|
|
300
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
301
|
-
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
302
|
-
return {
|
|
303
|
-
flatResponse,
|
|
304
|
-
rawResponse: {
|
|
305
|
-
statusCode: currentRawResponse.status,
|
|
306
|
-
body: currentRawResponse.parsedBody,
|
|
307
|
-
headers: currentRawResponse.headers.toJSON()
|
|
308
|
-
}
|
|
309
|
-
};
|
|
310
|
-
});
|
|
311
|
-
const lro = createLroSpec({
|
|
312
|
-
sendOperationFn,
|
|
313
|
-
args: {
|
|
314
|
-
resourceGroupName,
|
|
315
|
-
virtualHardDiskName,
|
|
316
|
-
virtualHardDisks,
|
|
317
|
-
options
|
|
318
|
-
},
|
|
319
|
-
spec: updateOperationSpec
|
|
320
|
-
});
|
|
321
|
-
const poller = yield createHttpPoller(lro, {
|
|
322
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
323
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
324
|
-
resourceLocationConfig: "azure-async-operation"
|
|
325
|
-
});
|
|
326
|
-
yield poller.poll();
|
|
327
|
-
return poller;
|
|
328
|
-
});
|
|
329
|
-
}
|
|
330
|
-
/**
|
|
331
|
-
* The operation to update a virtual hard disk.
|
|
332
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
333
|
-
* @param virtualHardDiskName Name of the virtual hard disk
|
|
334
|
-
* @param virtualHardDisks The virtual hard disk resource patch definition.
|
|
335
|
-
* @param options The options parameters.
|
|
336
|
-
*/
|
|
337
|
-
beginUpdateAndWait(resourceGroupName, virtualHardDiskName, virtualHardDisks, options) {
|
|
338
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
339
|
-
const poller = yield this.beginUpdate(resourceGroupName, virtualHardDiskName, virtualHardDisks, options);
|
|
340
|
-
return poller.pollUntilDone();
|
|
341
|
-
});
|
|
342
|
-
}
|
|
343
|
-
/**
|
|
344
|
-
* Lists all of the virtual hard disks in the specified resource group. Use the nextLink property in
|
|
345
|
-
* the response to get the next page of virtual hard disks.
|
|
346
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
347
|
-
* @param options The options parameters.
|
|
348
|
-
*/
|
|
349
|
-
_list(resourceGroupName, options) {
|
|
350
|
-
return this.client.sendOperationRequest({ resourceGroupName, options }, listOperationSpec);
|
|
351
|
-
}
|
|
352
|
-
/**
|
|
353
|
-
* Lists all of the virtual hard disks in the specified subscription. Use the nextLink property in the
|
|
354
|
-
* response to get the next page of virtual hard disks.
|
|
355
|
-
* @param options The options parameters.
|
|
356
|
-
*/
|
|
357
|
-
_listAll(options) {
|
|
358
|
-
return this.client.sendOperationRequest({ options }, listAllOperationSpec);
|
|
359
|
-
}
|
|
360
|
-
/**
|
|
361
|
-
* ListNext
|
|
362
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
363
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
364
|
-
* @param options The options parameters.
|
|
365
|
-
*/
|
|
366
|
-
_listNext(resourceGroupName, nextLink, options) {
|
|
367
|
-
return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listNextOperationSpec);
|
|
368
|
-
}
|
|
369
|
-
/**
|
|
370
|
-
* ListAllNext
|
|
371
|
-
* @param nextLink The nextLink from the previous successful call to the ListAll method.
|
|
372
|
-
* @param options The options parameters.
|
|
373
|
-
*/
|
|
374
|
-
_listAllNext(nextLink, options) {
|
|
375
|
-
return this.client.sendOperationRequest({ nextLink, options }, listAllNextOperationSpec);
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
// Operation Specifications
|
|
379
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
380
|
-
const getOperationSpec = {
|
|
381
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/virtualHardDisks/{virtualHardDiskName}",
|
|
382
|
-
httpMethod: "GET",
|
|
383
|
-
responses: {
|
|
384
|
-
200: {
|
|
385
|
-
bodyMapper: Mappers.VirtualHardDisks
|
|
386
|
-
},
|
|
387
|
-
default: {
|
|
388
|
-
bodyMapper: Mappers.ErrorResponse
|
|
389
|
-
}
|
|
390
|
-
},
|
|
391
|
-
queryParameters: [Parameters.apiVersion],
|
|
392
|
-
urlParameters: [
|
|
393
|
-
Parameters.$host,
|
|
394
|
-
Parameters.subscriptionId,
|
|
395
|
-
Parameters.resourceGroupName,
|
|
396
|
-
Parameters.virtualHardDiskName
|
|
397
|
-
],
|
|
398
|
-
headerParameters: [Parameters.accept],
|
|
399
|
-
serializer
|
|
400
|
-
};
|
|
401
|
-
const createOrUpdateOperationSpec = {
|
|
402
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/virtualHardDisks/{virtualHardDiskName}",
|
|
403
|
-
httpMethod: "PUT",
|
|
404
|
-
responses: {
|
|
405
|
-
200: {
|
|
406
|
-
bodyMapper: Mappers.VirtualHardDisks
|
|
407
|
-
},
|
|
408
|
-
201: {
|
|
409
|
-
bodyMapper: Mappers.VirtualHardDisks
|
|
410
|
-
},
|
|
411
|
-
202: {
|
|
412
|
-
bodyMapper: Mappers.VirtualHardDisks
|
|
413
|
-
},
|
|
414
|
-
204: {
|
|
415
|
-
bodyMapper: Mappers.VirtualHardDisks
|
|
416
|
-
},
|
|
417
|
-
default: {
|
|
418
|
-
bodyMapper: Mappers.ErrorResponse
|
|
419
|
-
}
|
|
420
|
-
},
|
|
421
|
-
requestBody: Parameters.virtualHardDisks,
|
|
422
|
-
queryParameters: [Parameters.apiVersion],
|
|
423
|
-
urlParameters: [
|
|
424
|
-
Parameters.$host,
|
|
425
|
-
Parameters.subscriptionId,
|
|
426
|
-
Parameters.resourceGroupName,
|
|
427
|
-
Parameters.virtualHardDiskName
|
|
428
|
-
],
|
|
429
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
430
|
-
mediaType: "json",
|
|
431
|
-
serializer
|
|
432
|
-
};
|
|
433
|
-
const deleteOperationSpec = {
|
|
434
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/virtualHardDisks/{virtualHardDiskName}",
|
|
435
|
-
httpMethod: "DELETE",
|
|
436
|
-
responses: {
|
|
437
|
-
200: {
|
|
438
|
-
headersMapper: Mappers.VirtualHardDisksDeleteHeaders
|
|
439
|
-
},
|
|
440
|
-
201: {
|
|
441
|
-
headersMapper: Mappers.VirtualHardDisksDeleteHeaders
|
|
442
|
-
},
|
|
443
|
-
202: {
|
|
444
|
-
headersMapper: Mappers.VirtualHardDisksDeleteHeaders
|
|
445
|
-
},
|
|
446
|
-
204: {
|
|
447
|
-
headersMapper: Mappers.VirtualHardDisksDeleteHeaders
|
|
448
|
-
},
|
|
449
|
-
default: {
|
|
450
|
-
bodyMapper: Mappers.ErrorResponse
|
|
451
|
-
}
|
|
452
|
-
},
|
|
453
|
-
queryParameters: [Parameters.apiVersion],
|
|
454
|
-
urlParameters: [
|
|
455
|
-
Parameters.$host,
|
|
456
|
-
Parameters.subscriptionId,
|
|
457
|
-
Parameters.resourceGroupName,
|
|
458
|
-
Parameters.virtualHardDiskName
|
|
459
|
-
],
|
|
460
|
-
headerParameters: [Parameters.accept],
|
|
461
|
-
serializer
|
|
462
|
-
};
|
|
463
|
-
const updateOperationSpec = {
|
|
464
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/virtualHardDisks/{virtualHardDiskName}",
|
|
465
|
-
httpMethod: "PATCH",
|
|
466
|
-
responses: {
|
|
467
|
-
200: {
|
|
468
|
-
bodyMapper: Mappers.VirtualHardDisks
|
|
469
|
-
},
|
|
470
|
-
201: {
|
|
471
|
-
bodyMapper: Mappers.VirtualHardDisks
|
|
472
|
-
},
|
|
473
|
-
202: {
|
|
474
|
-
bodyMapper: Mappers.VirtualHardDisks
|
|
475
|
-
},
|
|
476
|
-
204: {
|
|
477
|
-
bodyMapper: Mappers.VirtualHardDisks
|
|
478
|
-
},
|
|
479
|
-
default: {
|
|
480
|
-
bodyMapper: Mappers.ErrorResponse
|
|
481
|
-
}
|
|
482
|
-
},
|
|
483
|
-
requestBody: Parameters.virtualHardDisks1,
|
|
484
|
-
queryParameters: [Parameters.apiVersion],
|
|
485
|
-
urlParameters: [
|
|
486
|
-
Parameters.$host,
|
|
487
|
-
Parameters.subscriptionId,
|
|
488
|
-
Parameters.resourceGroupName,
|
|
489
|
-
Parameters.virtualHardDiskName
|
|
490
|
-
],
|
|
491
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
492
|
-
mediaType: "json",
|
|
493
|
-
serializer
|
|
494
|
-
};
|
|
495
|
-
const listOperationSpec = {
|
|
496
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/virtualHardDisks",
|
|
497
|
-
httpMethod: "GET",
|
|
498
|
-
responses: {
|
|
499
|
-
200: {
|
|
500
|
-
bodyMapper: Mappers.VirtualHardDisksListResult
|
|
501
|
-
},
|
|
502
|
-
default: {
|
|
503
|
-
bodyMapper: Mappers.ErrorResponse
|
|
504
|
-
}
|
|
505
|
-
},
|
|
506
|
-
queryParameters: [Parameters.apiVersion],
|
|
507
|
-
urlParameters: [
|
|
508
|
-
Parameters.$host,
|
|
509
|
-
Parameters.subscriptionId,
|
|
510
|
-
Parameters.resourceGroupName
|
|
511
|
-
],
|
|
512
|
-
headerParameters: [Parameters.accept],
|
|
513
|
-
serializer
|
|
514
|
-
};
|
|
515
|
-
const listAllOperationSpec = {
|
|
516
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.AzureStackHCI/virtualHardDisks",
|
|
517
|
-
httpMethod: "GET",
|
|
518
|
-
responses: {
|
|
519
|
-
200: {
|
|
520
|
-
bodyMapper: Mappers.VirtualHardDisksListResult
|
|
521
|
-
},
|
|
522
|
-
default: {
|
|
523
|
-
bodyMapper: Mappers.ErrorResponse
|
|
524
|
-
}
|
|
525
|
-
},
|
|
526
|
-
queryParameters: [Parameters.apiVersion],
|
|
527
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
528
|
-
headerParameters: [Parameters.accept],
|
|
529
|
-
serializer
|
|
530
|
-
};
|
|
531
|
-
const listNextOperationSpec = {
|
|
532
|
-
path: "{nextLink}",
|
|
533
|
-
httpMethod: "GET",
|
|
534
|
-
responses: {
|
|
535
|
-
200: {
|
|
536
|
-
bodyMapper: Mappers.VirtualHardDisksListResult
|
|
537
|
-
},
|
|
538
|
-
default: {
|
|
539
|
-
bodyMapper: Mappers.ErrorResponse
|
|
540
|
-
}
|
|
541
|
-
},
|
|
542
|
-
urlParameters: [
|
|
543
|
-
Parameters.$host,
|
|
544
|
-
Parameters.subscriptionId,
|
|
545
|
-
Parameters.resourceGroupName,
|
|
546
|
-
Parameters.nextLink
|
|
547
|
-
],
|
|
548
|
-
headerParameters: [Parameters.accept],
|
|
549
|
-
serializer
|
|
550
|
-
};
|
|
551
|
-
const listAllNextOperationSpec = {
|
|
552
|
-
path: "{nextLink}",
|
|
553
|
-
httpMethod: "GET",
|
|
554
|
-
responses: {
|
|
555
|
-
200: {
|
|
556
|
-
bodyMapper: Mappers.VirtualHardDisksListResult
|
|
557
|
-
},
|
|
558
|
-
default: {
|
|
559
|
-
bodyMapper: Mappers.ErrorResponse
|
|
560
|
-
}
|
|
561
|
-
},
|
|
562
|
-
urlParameters: [
|
|
563
|
-
Parameters.$host,
|
|
564
|
-
Parameters.subscriptionId,
|
|
565
|
-
Parameters.nextLink
|
|
566
|
-
],
|
|
567
|
-
headerParameters: [Parameters.accept],
|
|
568
|
-
serializer
|
|
569
|
-
};
|
|
570
|
-
//# sourceMappingURL=virtualHardDisksOperations.js.map
|