@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,299 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { GuestAgentOperations } from "../operationsInterfaces";
|
|
10
|
-
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
import { AzureStackHCIClient } from "../azureStackHCIClient";
|
|
14
|
-
import {
|
|
15
|
-
SimplePollerLike,
|
|
16
|
-
OperationState,
|
|
17
|
-
createHttpPoller
|
|
18
|
-
} from "@azure/core-lro";
|
|
19
|
-
import { createLroSpec } from "../lroImpl";
|
|
20
|
-
import {
|
|
21
|
-
GuestAgentCreateOptionalParams,
|
|
22
|
-
GuestAgentCreateResponse,
|
|
23
|
-
GuestAgentGetOptionalParams,
|
|
24
|
-
GuestAgentGetResponse,
|
|
25
|
-
GuestAgentDeleteOptionalParams,
|
|
26
|
-
GuestAgentDeleteResponse
|
|
27
|
-
} from "../models";
|
|
28
|
-
|
|
29
|
-
/** Class containing GuestAgentOperations operations. */
|
|
30
|
-
export class GuestAgentOperationsImpl implements GuestAgentOperations {
|
|
31
|
-
private readonly client: AzureStackHCIClient;
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* Initialize a new instance of the class GuestAgentOperations class.
|
|
35
|
-
* @param client Reference to the service client
|
|
36
|
-
*/
|
|
37
|
-
constructor(client: AzureStackHCIClient) {
|
|
38
|
-
this.client = client;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* Create Or Update GuestAgent.
|
|
43
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
|
|
44
|
-
* machine resource to be extended.
|
|
45
|
-
* @param options The options parameters.
|
|
46
|
-
*/
|
|
47
|
-
async beginCreate(
|
|
48
|
-
resourceUri: string,
|
|
49
|
-
options?: GuestAgentCreateOptionalParams
|
|
50
|
-
): Promise<
|
|
51
|
-
SimplePollerLike<
|
|
52
|
-
OperationState<GuestAgentCreateResponse>,
|
|
53
|
-
GuestAgentCreateResponse
|
|
54
|
-
>
|
|
55
|
-
> {
|
|
56
|
-
const directSendOperation = async (
|
|
57
|
-
args: coreClient.OperationArguments,
|
|
58
|
-
spec: coreClient.OperationSpec
|
|
59
|
-
): Promise<GuestAgentCreateResponse> => {
|
|
60
|
-
return this.client.sendOperationRequest(args, spec);
|
|
61
|
-
};
|
|
62
|
-
const sendOperationFn = async (
|
|
63
|
-
args: coreClient.OperationArguments,
|
|
64
|
-
spec: coreClient.OperationSpec
|
|
65
|
-
) => {
|
|
66
|
-
let currentRawResponse:
|
|
67
|
-
| coreClient.FullOperationResponse
|
|
68
|
-
| undefined = undefined;
|
|
69
|
-
const providedCallback = args.options?.onResponse;
|
|
70
|
-
const callback: coreClient.RawResponseCallback = (
|
|
71
|
-
rawResponse: coreClient.FullOperationResponse,
|
|
72
|
-
flatResponse: unknown
|
|
73
|
-
) => {
|
|
74
|
-
currentRawResponse = rawResponse;
|
|
75
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
76
|
-
};
|
|
77
|
-
const updatedArgs = {
|
|
78
|
-
...args,
|
|
79
|
-
options: {
|
|
80
|
-
...args.options,
|
|
81
|
-
onResponse: callback
|
|
82
|
-
}
|
|
83
|
-
};
|
|
84
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
85
|
-
return {
|
|
86
|
-
flatResponse,
|
|
87
|
-
rawResponse: {
|
|
88
|
-
statusCode: currentRawResponse!.status,
|
|
89
|
-
body: currentRawResponse!.parsedBody,
|
|
90
|
-
headers: currentRawResponse!.headers.toJSON()
|
|
91
|
-
}
|
|
92
|
-
};
|
|
93
|
-
};
|
|
94
|
-
|
|
95
|
-
const lro = createLroSpec({
|
|
96
|
-
sendOperationFn,
|
|
97
|
-
args: { resourceUri, options },
|
|
98
|
-
spec: createOperationSpec
|
|
99
|
-
});
|
|
100
|
-
const poller = await createHttpPoller<
|
|
101
|
-
GuestAgentCreateResponse,
|
|
102
|
-
OperationState<GuestAgentCreateResponse>
|
|
103
|
-
>(lro, {
|
|
104
|
-
restoreFrom: options?.resumeFrom,
|
|
105
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
106
|
-
resourceLocationConfig: "azure-async-operation"
|
|
107
|
-
});
|
|
108
|
-
await poller.poll();
|
|
109
|
-
return poller;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
/**
|
|
113
|
-
* Create Or Update GuestAgent.
|
|
114
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
|
|
115
|
-
* machine resource to be extended.
|
|
116
|
-
* @param options The options parameters.
|
|
117
|
-
*/
|
|
118
|
-
async beginCreateAndWait(
|
|
119
|
-
resourceUri: string,
|
|
120
|
-
options?: GuestAgentCreateOptionalParams
|
|
121
|
-
): Promise<GuestAgentCreateResponse> {
|
|
122
|
-
const poller = await this.beginCreate(resourceUri, options);
|
|
123
|
-
return poller.pollUntilDone();
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
/**
|
|
127
|
-
* Implements GuestAgent GET method.
|
|
128
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
|
|
129
|
-
* machine resource to be extended.
|
|
130
|
-
* @param options The options parameters.
|
|
131
|
-
*/
|
|
132
|
-
get(
|
|
133
|
-
resourceUri: string,
|
|
134
|
-
options?: GuestAgentGetOptionalParams
|
|
135
|
-
): Promise<GuestAgentGetResponse> {
|
|
136
|
-
return this.client.sendOperationRequest(
|
|
137
|
-
{ resourceUri, options },
|
|
138
|
-
getOperationSpec
|
|
139
|
-
);
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
/**
|
|
143
|
-
* Implements GuestAgent DELETE method.
|
|
144
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
|
|
145
|
-
* machine resource to be extended.
|
|
146
|
-
* @param options The options parameters.
|
|
147
|
-
*/
|
|
148
|
-
async beginDelete(
|
|
149
|
-
resourceUri: string,
|
|
150
|
-
options?: GuestAgentDeleteOptionalParams
|
|
151
|
-
): Promise<
|
|
152
|
-
SimplePollerLike<
|
|
153
|
-
OperationState<GuestAgentDeleteResponse>,
|
|
154
|
-
GuestAgentDeleteResponse
|
|
155
|
-
>
|
|
156
|
-
> {
|
|
157
|
-
const directSendOperation = async (
|
|
158
|
-
args: coreClient.OperationArguments,
|
|
159
|
-
spec: coreClient.OperationSpec
|
|
160
|
-
): Promise<GuestAgentDeleteResponse> => {
|
|
161
|
-
return this.client.sendOperationRequest(args, spec);
|
|
162
|
-
};
|
|
163
|
-
const sendOperationFn = async (
|
|
164
|
-
args: coreClient.OperationArguments,
|
|
165
|
-
spec: coreClient.OperationSpec
|
|
166
|
-
) => {
|
|
167
|
-
let currentRawResponse:
|
|
168
|
-
| coreClient.FullOperationResponse
|
|
169
|
-
| undefined = undefined;
|
|
170
|
-
const providedCallback = args.options?.onResponse;
|
|
171
|
-
const callback: coreClient.RawResponseCallback = (
|
|
172
|
-
rawResponse: coreClient.FullOperationResponse,
|
|
173
|
-
flatResponse: unknown
|
|
174
|
-
) => {
|
|
175
|
-
currentRawResponse = rawResponse;
|
|
176
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
177
|
-
};
|
|
178
|
-
const updatedArgs = {
|
|
179
|
-
...args,
|
|
180
|
-
options: {
|
|
181
|
-
...args.options,
|
|
182
|
-
onResponse: callback
|
|
183
|
-
}
|
|
184
|
-
};
|
|
185
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
186
|
-
return {
|
|
187
|
-
flatResponse,
|
|
188
|
-
rawResponse: {
|
|
189
|
-
statusCode: currentRawResponse!.status,
|
|
190
|
-
body: currentRawResponse!.parsedBody,
|
|
191
|
-
headers: currentRawResponse!.headers.toJSON()
|
|
192
|
-
}
|
|
193
|
-
};
|
|
194
|
-
};
|
|
195
|
-
|
|
196
|
-
const lro = createLroSpec({
|
|
197
|
-
sendOperationFn,
|
|
198
|
-
args: { resourceUri, options },
|
|
199
|
-
spec: deleteOperationSpec
|
|
200
|
-
});
|
|
201
|
-
const poller = await createHttpPoller<
|
|
202
|
-
GuestAgentDeleteResponse,
|
|
203
|
-
OperationState<GuestAgentDeleteResponse>
|
|
204
|
-
>(lro, {
|
|
205
|
-
restoreFrom: options?.resumeFrom,
|
|
206
|
-
intervalInMs: options?.updateIntervalInMs
|
|
207
|
-
});
|
|
208
|
-
await poller.poll();
|
|
209
|
-
return poller;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
/**
|
|
213
|
-
* Implements GuestAgent DELETE method.
|
|
214
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
|
|
215
|
-
* machine resource to be extended.
|
|
216
|
-
* @param options The options parameters.
|
|
217
|
-
*/
|
|
218
|
-
async beginDeleteAndWait(
|
|
219
|
-
resourceUri: string,
|
|
220
|
-
options?: GuestAgentDeleteOptionalParams
|
|
221
|
-
): Promise<GuestAgentDeleteResponse> {
|
|
222
|
-
const poller = await this.beginDelete(resourceUri, options);
|
|
223
|
-
return poller.pollUntilDone();
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
|
-
// Operation Specifications
|
|
227
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
228
|
-
|
|
229
|
-
const createOperationSpec: coreClient.OperationSpec = {
|
|
230
|
-
path:
|
|
231
|
-
"/{resourceUri}/providers/Microsoft.AzureStackHCI/virtualMachineInstances/default/guestAgents/default",
|
|
232
|
-
httpMethod: "PUT",
|
|
233
|
-
responses: {
|
|
234
|
-
200: {
|
|
235
|
-
bodyMapper: Mappers.GuestAgent
|
|
236
|
-
},
|
|
237
|
-
201: {
|
|
238
|
-
bodyMapper: Mappers.GuestAgent
|
|
239
|
-
},
|
|
240
|
-
202: {
|
|
241
|
-
bodyMapper: Mappers.GuestAgent
|
|
242
|
-
},
|
|
243
|
-
204: {
|
|
244
|
-
bodyMapper: Mappers.GuestAgent
|
|
245
|
-
},
|
|
246
|
-
default: {
|
|
247
|
-
bodyMapper: Mappers.ErrorResponse
|
|
248
|
-
}
|
|
249
|
-
},
|
|
250
|
-
requestBody: Parameters.body,
|
|
251
|
-
queryParameters: [Parameters.apiVersion],
|
|
252
|
-
urlParameters: [Parameters.$host, Parameters.resourceUri],
|
|
253
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
254
|
-
mediaType: "json",
|
|
255
|
-
serializer
|
|
256
|
-
};
|
|
257
|
-
const getOperationSpec: coreClient.OperationSpec = {
|
|
258
|
-
path:
|
|
259
|
-
"/{resourceUri}/providers/Microsoft.AzureStackHCI/virtualMachineInstances/default/guestAgents/default",
|
|
260
|
-
httpMethod: "GET",
|
|
261
|
-
responses: {
|
|
262
|
-
200: {
|
|
263
|
-
bodyMapper: Mappers.GuestAgent
|
|
264
|
-
},
|
|
265
|
-
default: {
|
|
266
|
-
bodyMapper: Mappers.ErrorResponse
|
|
267
|
-
}
|
|
268
|
-
},
|
|
269
|
-
queryParameters: [Parameters.apiVersion],
|
|
270
|
-
urlParameters: [Parameters.$host, Parameters.resourceUri],
|
|
271
|
-
headerParameters: [Parameters.accept],
|
|
272
|
-
serializer
|
|
273
|
-
};
|
|
274
|
-
const deleteOperationSpec: coreClient.OperationSpec = {
|
|
275
|
-
path:
|
|
276
|
-
"/{resourceUri}/providers/Microsoft.AzureStackHCI/virtualMachineInstances/default/guestAgents/default",
|
|
277
|
-
httpMethod: "DELETE",
|
|
278
|
-
responses: {
|
|
279
|
-
200: {
|
|
280
|
-
headersMapper: Mappers.GuestAgentDeleteHeaders
|
|
281
|
-
},
|
|
282
|
-
201: {
|
|
283
|
-
headersMapper: Mappers.GuestAgentDeleteHeaders
|
|
284
|
-
},
|
|
285
|
-
202: {
|
|
286
|
-
headersMapper: Mappers.GuestAgentDeleteHeaders
|
|
287
|
-
},
|
|
288
|
-
204: {
|
|
289
|
-
headersMapper: Mappers.GuestAgentDeleteHeaders
|
|
290
|
-
},
|
|
291
|
-
default: {
|
|
292
|
-
bodyMapper: Mappers.ErrorResponse
|
|
293
|
-
}
|
|
294
|
-
},
|
|
295
|
-
queryParameters: [Parameters.apiVersion],
|
|
296
|
-
urlParameters: [Parameters.$host, Parameters.resourceUri],
|
|
297
|
-
headerParameters: [Parameters.accept],
|
|
298
|
-
serializer
|
|
299
|
-
};
|
|
@@ -1,168 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
|
|
10
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
11
|
-
import { GuestAgents } from "../operationsInterfaces";
|
|
12
|
-
import * as coreClient from "@azure/core-client";
|
|
13
|
-
import * as Mappers from "../models/mappers";
|
|
14
|
-
import * as Parameters from "../models/parameters";
|
|
15
|
-
import { AzureStackHCIClient } from "../azureStackHCIClient";
|
|
16
|
-
import {
|
|
17
|
-
GuestAgent,
|
|
18
|
-
GuestAgentsListNextOptionalParams,
|
|
19
|
-
GuestAgentsListOptionalParams,
|
|
20
|
-
GuestAgentsListResponse,
|
|
21
|
-
GuestAgentsListNextResponse
|
|
22
|
-
} from "../models";
|
|
23
|
-
|
|
24
|
-
/// <reference lib="esnext.asynciterable" />
|
|
25
|
-
/** Class containing GuestAgents operations. */
|
|
26
|
-
export class GuestAgentsImpl implements GuestAgents {
|
|
27
|
-
private readonly client: AzureStackHCIClient;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Initialize a new instance of the class GuestAgents class.
|
|
31
|
-
* @param client Reference to the service client
|
|
32
|
-
*/
|
|
33
|
-
constructor(client: AzureStackHCIClient) {
|
|
34
|
-
this.client = client;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
/**
|
|
38
|
-
* Returns the list of GuestAgent of the given vm.
|
|
39
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
|
|
40
|
-
* machine resource to be extended.
|
|
41
|
-
* @param options The options parameters.
|
|
42
|
-
*/
|
|
43
|
-
public list(
|
|
44
|
-
resourceUri: string,
|
|
45
|
-
options?: GuestAgentsListOptionalParams
|
|
46
|
-
): PagedAsyncIterableIterator<GuestAgent> {
|
|
47
|
-
const iter = this.listPagingAll(resourceUri, options);
|
|
48
|
-
return {
|
|
49
|
-
next() {
|
|
50
|
-
return iter.next();
|
|
51
|
-
},
|
|
52
|
-
[Symbol.asyncIterator]() {
|
|
53
|
-
return this;
|
|
54
|
-
},
|
|
55
|
-
byPage: (settings?: PageSettings) => {
|
|
56
|
-
if (settings?.maxPageSize) {
|
|
57
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
58
|
-
}
|
|
59
|
-
return this.listPagingPage(resourceUri, options, settings);
|
|
60
|
-
}
|
|
61
|
-
};
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
private async *listPagingPage(
|
|
65
|
-
resourceUri: string,
|
|
66
|
-
options?: GuestAgentsListOptionalParams,
|
|
67
|
-
settings?: PageSettings
|
|
68
|
-
): AsyncIterableIterator<GuestAgent[]> {
|
|
69
|
-
let result: GuestAgentsListResponse;
|
|
70
|
-
let continuationToken = settings?.continuationToken;
|
|
71
|
-
if (!continuationToken) {
|
|
72
|
-
result = await this._list(resourceUri, options);
|
|
73
|
-
let page = result.value || [];
|
|
74
|
-
continuationToken = result.nextLink;
|
|
75
|
-
setContinuationToken(page, continuationToken);
|
|
76
|
-
yield page;
|
|
77
|
-
}
|
|
78
|
-
while (continuationToken) {
|
|
79
|
-
result = await this._listNext(resourceUri, continuationToken, options);
|
|
80
|
-
continuationToken = result.nextLink;
|
|
81
|
-
let page = result.value || [];
|
|
82
|
-
setContinuationToken(page, continuationToken);
|
|
83
|
-
yield page;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
private async *listPagingAll(
|
|
88
|
-
resourceUri: string,
|
|
89
|
-
options?: GuestAgentsListOptionalParams
|
|
90
|
-
): AsyncIterableIterator<GuestAgent> {
|
|
91
|
-
for await (const page of this.listPagingPage(resourceUri, options)) {
|
|
92
|
-
yield* page;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* Returns the list of GuestAgent of the given vm.
|
|
98
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
|
|
99
|
-
* machine resource to be extended.
|
|
100
|
-
* @param options The options parameters.
|
|
101
|
-
*/
|
|
102
|
-
private _list(
|
|
103
|
-
resourceUri: string,
|
|
104
|
-
options?: GuestAgentsListOptionalParams
|
|
105
|
-
): Promise<GuestAgentsListResponse> {
|
|
106
|
-
return this.client.sendOperationRequest(
|
|
107
|
-
{ resourceUri, options },
|
|
108
|
-
listOperationSpec
|
|
109
|
-
);
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
/**
|
|
113
|
-
* ListNext
|
|
114
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
|
|
115
|
-
* machine resource to be extended.
|
|
116
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
117
|
-
* @param options The options parameters.
|
|
118
|
-
*/
|
|
119
|
-
private _listNext(
|
|
120
|
-
resourceUri: string,
|
|
121
|
-
nextLink: string,
|
|
122
|
-
options?: GuestAgentsListNextOptionalParams
|
|
123
|
-
): Promise<GuestAgentsListNextResponse> {
|
|
124
|
-
return this.client.sendOperationRequest(
|
|
125
|
-
{ resourceUri, nextLink, options },
|
|
126
|
-
listNextOperationSpec
|
|
127
|
-
);
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
// Operation Specifications
|
|
131
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
132
|
-
|
|
133
|
-
const listOperationSpec: coreClient.OperationSpec = {
|
|
134
|
-
path:
|
|
135
|
-
"/{resourceUri}/providers/Microsoft.AzureStackHCI/virtualMachineInstances/default/guestAgents",
|
|
136
|
-
httpMethod: "GET",
|
|
137
|
-
responses: {
|
|
138
|
-
200: {
|
|
139
|
-
bodyMapper: Mappers.GuestAgentList
|
|
140
|
-
},
|
|
141
|
-
default: {
|
|
142
|
-
bodyMapper: Mappers.ErrorResponse
|
|
143
|
-
}
|
|
144
|
-
},
|
|
145
|
-
queryParameters: [Parameters.apiVersion],
|
|
146
|
-
urlParameters: [Parameters.$host, Parameters.resourceUri],
|
|
147
|
-
headerParameters: [Parameters.accept],
|
|
148
|
-
serializer
|
|
149
|
-
};
|
|
150
|
-
const listNextOperationSpec: coreClient.OperationSpec = {
|
|
151
|
-
path: "{nextLink}",
|
|
152
|
-
httpMethod: "GET",
|
|
153
|
-
responses: {
|
|
154
|
-
200: {
|
|
155
|
-
bodyMapper: Mappers.GuestAgentList
|
|
156
|
-
},
|
|
157
|
-
default: {
|
|
158
|
-
bodyMapper: Mappers.ErrorResponse
|
|
159
|
-
}
|
|
160
|
-
},
|
|
161
|
-
urlParameters: [
|
|
162
|
-
Parameters.$host,
|
|
163
|
-
Parameters.nextLink,
|
|
164
|
-
Parameters.resourceUri
|
|
165
|
-
],
|
|
166
|
-
headerParameters: [Parameters.accept],
|
|
167
|
-
serializer
|
|
168
|
-
};
|
|
@@ -1,204 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
|
|
10
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
11
|
-
import { HybridIdentityMetadataOperations } from "../operationsInterfaces";
|
|
12
|
-
import * as coreClient from "@azure/core-client";
|
|
13
|
-
import * as Mappers from "../models/mappers";
|
|
14
|
-
import * as Parameters from "../models/parameters";
|
|
15
|
-
import { AzureStackHCIClient } from "../azureStackHCIClient";
|
|
16
|
-
import {
|
|
17
|
-
HybridIdentityMetadata,
|
|
18
|
-
HybridIdentityMetadataListNextOptionalParams,
|
|
19
|
-
HybridIdentityMetadataListOptionalParams,
|
|
20
|
-
HybridIdentityMetadataListResponse,
|
|
21
|
-
HybridIdentityMetadataGetOptionalParams,
|
|
22
|
-
HybridIdentityMetadataGetResponse,
|
|
23
|
-
HybridIdentityMetadataListNextResponse
|
|
24
|
-
} from "../models";
|
|
25
|
-
|
|
26
|
-
/// <reference lib="esnext.asynciterable" />
|
|
27
|
-
/** Class containing HybridIdentityMetadataOperations operations. */
|
|
28
|
-
export class HybridIdentityMetadataOperationsImpl
|
|
29
|
-
implements HybridIdentityMetadataOperations {
|
|
30
|
-
private readonly client: AzureStackHCIClient;
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
* Initialize a new instance of the class HybridIdentityMetadataOperations class.
|
|
34
|
-
* @param client Reference to the service client
|
|
35
|
-
*/
|
|
36
|
-
constructor(client: AzureStackHCIClient) {
|
|
37
|
-
this.client = client;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
* Returns the list of HybridIdentityMetadata of the given vm.
|
|
42
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
|
|
43
|
-
* machine resource to be extended.
|
|
44
|
-
* @param options The options parameters.
|
|
45
|
-
*/
|
|
46
|
-
public list(
|
|
47
|
-
resourceUri: string,
|
|
48
|
-
options?: HybridIdentityMetadataListOptionalParams
|
|
49
|
-
): PagedAsyncIterableIterator<HybridIdentityMetadata> {
|
|
50
|
-
const iter = this.listPagingAll(resourceUri, options);
|
|
51
|
-
return {
|
|
52
|
-
next() {
|
|
53
|
-
return iter.next();
|
|
54
|
-
},
|
|
55
|
-
[Symbol.asyncIterator]() {
|
|
56
|
-
return this;
|
|
57
|
-
},
|
|
58
|
-
byPage: (settings?: PageSettings) => {
|
|
59
|
-
if (settings?.maxPageSize) {
|
|
60
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
61
|
-
}
|
|
62
|
-
return this.listPagingPage(resourceUri, options, settings);
|
|
63
|
-
}
|
|
64
|
-
};
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
private async *listPagingPage(
|
|
68
|
-
resourceUri: string,
|
|
69
|
-
options?: HybridIdentityMetadataListOptionalParams,
|
|
70
|
-
settings?: PageSettings
|
|
71
|
-
): AsyncIterableIterator<HybridIdentityMetadata[]> {
|
|
72
|
-
let result: HybridIdentityMetadataListResponse;
|
|
73
|
-
let continuationToken = settings?.continuationToken;
|
|
74
|
-
if (!continuationToken) {
|
|
75
|
-
result = await this._list(resourceUri, options);
|
|
76
|
-
let page = result.value || [];
|
|
77
|
-
continuationToken = result.nextLink;
|
|
78
|
-
setContinuationToken(page, continuationToken);
|
|
79
|
-
yield page;
|
|
80
|
-
}
|
|
81
|
-
while (continuationToken) {
|
|
82
|
-
result = await this._listNext(resourceUri, continuationToken, options);
|
|
83
|
-
continuationToken = result.nextLink;
|
|
84
|
-
let page = result.value || [];
|
|
85
|
-
setContinuationToken(page, continuationToken);
|
|
86
|
-
yield page;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
private async *listPagingAll(
|
|
91
|
-
resourceUri: string,
|
|
92
|
-
options?: HybridIdentityMetadataListOptionalParams
|
|
93
|
-
): AsyncIterableIterator<HybridIdentityMetadata> {
|
|
94
|
-
for await (const page of this.listPagingPage(resourceUri, options)) {
|
|
95
|
-
yield* page;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
/**
|
|
100
|
-
* Implements HybridIdentityMetadata GET method.
|
|
101
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
|
|
102
|
-
* machine resource to be extended.
|
|
103
|
-
* @param options The options parameters.
|
|
104
|
-
*/
|
|
105
|
-
get(
|
|
106
|
-
resourceUri: string,
|
|
107
|
-
options?: HybridIdentityMetadataGetOptionalParams
|
|
108
|
-
): Promise<HybridIdentityMetadataGetResponse> {
|
|
109
|
-
return this.client.sendOperationRequest(
|
|
110
|
-
{ resourceUri, options },
|
|
111
|
-
getOperationSpec
|
|
112
|
-
);
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
/**
|
|
116
|
-
* Returns the list of HybridIdentityMetadata of the given vm.
|
|
117
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
|
|
118
|
-
* machine resource to be extended.
|
|
119
|
-
* @param options The options parameters.
|
|
120
|
-
*/
|
|
121
|
-
private _list(
|
|
122
|
-
resourceUri: string,
|
|
123
|
-
options?: HybridIdentityMetadataListOptionalParams
|
|
124
|
-
): Promise<HybridIdentityMetadataListResponse> {
|
|
125
|
-
return this.client.sendOperationRequest(
|
|
126
|
-
{ resourceUri, options },
|
|
127
|
-
listOperationSpec
|
|
128
|
-
);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
/**
|
|
132
|
-
* ListNext
|
|
133
|
-
* @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
|
|
134
|
-
* machine resource to be extended.
|
|
135
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
136
|
-
* @param options The options parameters.
|
|
137
|
-
*/
|
|
138
|
-
private _listNext(
|
|
139
|
-
resourceUri: string,
|
|
140
|
-
nextLink: string,
|
|
141
|
-
options?: HybridIdentityMetadataListNextOptionalParams
|
|
142
|
-
): Promise<HybridIdentityMetadataListNextResponse> {
|
|
143
|
-
return this.client.sendOperationRequest(
|
|
144
|
-
{ resourceUri, nextLink, options },
|
|
145
|
-
listNextOperationSpec
|
|
146
|
-
);
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
// Operation Specifications
|
|
150
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
151
|
-
|
|
152
|
-
const getOperationSpec: coreClient.OperationSpec = {
|
|
153
|
-
path:
|
|
154
|
-
"/{resourceUri}/providers/Microsoft.AzureStackHCI/virtualMachineInstances/default/hybridIdentityMetadata/default",
|
|
155
|
-
httpMethod: "GET",
|
|
156
|
-
responses: {
|
|
157
|
-
200: {
|
|
158
|
-
bodyMapper: Mappers.HybridIdentityMetadata
|
|
159
|
-
},
|
|
160
|
-
default: {
|
|
161
|
-
bodyMapper: Mappers.ErrorResponse
|
|
162
|
-
}
|
|
163
|
-
},
|
|
164
|
-
queryParameters: [Parameters.apiVersion],
|
|
165
|
-
urlParameters: [Parameters.$host, Parameters.resourceUri],
|
|
166
|
-
headerParameters: [Parameters.accept],
|
|
167
|
-
serializer
|
|
168
|
-
};
|
|
169
|
-
const listOperationSpec: coreClient.OperationSpec = {
|
|
170
|
-
path:
|
|
171
|
-
"/{resourceUri}/providers/Microsoft.AzureStackHCI/virtualMachineInstances/default/hybridIdentityMetadata",
|
|
172
|
-
httpMethod: "GET",
|
|
173
|
-
responses: {
|
|
174
|
-
200: {
|
|
175
|
-
bodyMapper: Mappers.HybridIdentityMetadataList
|
|
176
|
-
},
|
|
177
|
-
default: {
|
|
178
|
-
bodyMapper: Mappers.ErrorResponse
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
queryParameters: [Parameters.apiVersion],
|
|
182
|
-
urlParameters: [Parameters.$host, Parameters.resourceUri],
|
|
183
|
-
headerParameters: [Parameters.accept],
|
|
184
|
-
serializer
|
|
185
|
-
};
|
|
186
|
-
const listNextOperationSpec: coreClient.OperationSpec = {
|
|
187
|
-
path: "{nextLink}",
|
|
188
|
-
httpMethod: "GET",
|
|
189
|
-
responses: {
|
|
190
|
-
200: {
|
|
191
|
-
bodyMapper: Mappers.HybridIdentityMetadataList
|
|
192
|
-
},
|
|
193
|
-
default: {
|
|
194
|
-
bodyMapper: Mappers.ErrorResponse
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
urlParameters: [
|
|
198
|
-
Parameters.$host,
|
|
199
|
-
Parameters.nextLink,
|
|
200
|
-
Parameters.resourceUri
|
|
201
|
-
],
|
|
202
|
-
headerParameters: [Parameters.accept],
|
|
203
|
-
serializer
|
|
204
|
-
};
|
package/src/operations/index.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export * from "./galleryImagesOperations";
|
|
10
|
-
export * from "./operations";
|
|
11
|
-
export * from "./logicalNetworksOperations";
|
|
12
|
-
export * from "./marketplaceGalleryImagesOperations";
|
|
13
|
-
export * from "./networkInterfacesOperations";
|
|
14
|
-
export * from "./storageContainersOperations";
|
|
15
|
-
export * from "./virtualHardDisksOperations";
|
|
16
|
-
export * from "./virtualMachineInstances";
|
|
17
|
-
export * from "./hybridIdentityMetadataOperations";
|
|
18
|
-
export * from "./guestAgentOperations";
|
|
19
|
-
export * from "./guestAgents";
|