@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
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { OperationsListOptionalParams, OperationsListResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a Operations. */
|
|
3
|
+
export interface Operations {
|
|
4
|
+
/**
|
|
5
|
+
* List all available Microsoft.AzureStackHCI provider operations
|
|
6
|
+
* @param options The options parameters.
|
|
7
|
+
*/
|
|
8
|
+
list(options?: OperationsListOptionalParams): Promise<OperationsListResponse>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,oBAAoB,CAAC;AAE5B,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,4BAA4B,GAAG,OAAO,CAAC,sBAAsB,CAAC,CAAC;CAC/E"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=operations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationsListOptionalParams,\n OperationsListResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * List all available Microsoft.AzureStackHCI provider operations\n * @param options The options parameters.\n */\n list(options?: OperationsListOptionalParams): Promise<OperationsListResponse>;\n}\n"]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Publisher, PublishersListByClusterOptionalParams, PublishersGetOptionalParams, PublishersGetResponse } from "../models/index.js";
|
|
3
|
+
/** Interface representing a Publishers. */
|
|
4
|
+
export interface Publishers {
|
|
5
|
+
/**
|
|
6
|
+
* List Publishers available for the HCI Cluster.
|
|
7
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
+
* @param clusterName The name of the cluster.
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: PublishersListByClusterOptionalParams): PagedAsyncIterableIterator<Publisher>;
|
|
12
|
+
/**
|
|
13
|
+
* Get Publisher resource details of HCI Cluster.
|
|
14
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
15
|
+
* @param clusterName The name of the cluster.
|
|
16
|
+
* @param publisherName The name of the publisher available within HCI cluster.
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
get(resourceGroupName: string, clusterName: string, publisherName: string, options?: PublishersGetOptionalParams): Promise<PublishersGetResponse>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=publishers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"publishers.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/publishers.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,SAAS,EACT,qCAAqC,EACrC,2BAA2B,EAC3B,qBAAqB,EACtB,MAAM,oBAAoB,CAAC;AAG5B,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;;;OAKG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,0BAA0B,CAAC,SAAS,CAAC,CAAC;IACzC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;CACnC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=publishers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"publishers.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/publishers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n Publisher,\n PublishersListByClusterOptionalParams,\n PublishersGetOptionalParams,\n PublishersGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Publishers. */\nexport interface Publishers {\n /**\n * List Publishers available for the HCI Cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options?: PublishersListByClusterOptionalParams,\n ): PagedAsyncIterableIterator<Publisher>;\n /**\n * Get Publisher resource details of HCI Cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param publisherName The name of the publisher available within HCI cluster.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n publisherName: string,\n options?: PublishersGetOptionalParams,\n ): Promise<PublishersGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { SecuritySetting, SecuritySettingsListByClustersOptionalParams, SecuritySettingsGetOptionalParams, SecuritySettingsGetResponse, SecuritySettingsCreateOrUpdateOptionalParams, SecuritySettingsCreateOrUpdateResponse, SecuritySettingsDeleteOptionalParams, SecuritySettingsDeleteResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a SecuritySettings. */
|
|
5
|
+
export interface SecuritySettings {
|
|
6
|
+
/**
|
|
7
|
+
* List SecuritySetting resources by Clusters
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param clusterName The name of the cluster.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
listByClusters(resourceGroupName: string, clusterName: string, options?: SecuritySettingsListByClustersOptionalParams): PagedAsyncIterableIterator<SecuritySetting>;
|
|
13
|
+
/**
|
|
14
|
+
* Get a SecuritySetting
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param clusterName The name of the cluster.
|
|
17
|
+
* @param securitySettingsName Name of security setting
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
get(resourceGroupName: string, clusterName: string, securitySettingsName: string, options?: SecuritySettingsGetOptionalParams): Promise<SecuritySettingsGetResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* Create a security setting
|
|
23
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
24
|
+
* @param clusterName The name of the cluster.
|
|
25
|
+
* @param securitySettingsName Name of security setting
|
|
26
|
+
* @param resource Resource create parameters.
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, securitySettingsName: string, resource: SecuritySetting, options?: SecuritySettingsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SecuritySettingsCreateOrUpdateResponse>, SecuritySettingsCreateOrUpdateResponse>>;
|
|
30
|
+
/**
|
|
31
|
+
* Create a security setting
|
|
32
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
33
|
+
* @param clusterName The name of the cluster.
|
|
34
|
+
* @param securitySettingsName Name of security setting
|
|
35
|
+
* @param resource Resource create parameters.
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, securitySettingsName: string, resource: SecuritySetting, options?: SecuritySettingsCreateOrUpdateOptionalParams): Promise<SecuritySettingsCreateOrUpdateResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* Delete a SecuritySetting
|
|
41
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
42
|
+
* @param clusterName The name of the cluster.
|
|
43
|
+
* @param securitySettingsName Name of security setting
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
beginDelete(resourceGroupName: string, clusterName: string, securitySettingsName: string, options?: SecuritySettingsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SecuritySettingsDeleteResponse>, SecuritySettingsDeleteResponse>>;
|
|
47
|
+
/**
|
|
48
|
+
* Delete a SecuritySetting
|
|
49
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
50
|
+
* @param clusterName The name of the cluster.
|
|
51
|
+
* @param securitySettingsName Name of security setting
|
|
52
|
+
* @param options The options parameters.
|
|
53
|
+
*/
|
|
54
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, securitySettingsName: string, options?: SecuritySettingsDeleteOptionalParams): Promise<SecuritySettingsDeleteResponse>;
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=securitySettings.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"securitySettings.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/securitySettings.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,eAAe,EACf,4CAA4C,EAC5C,iCAAiC,EACjC,2BAA2B,EAC3B,4CAA4C,EAC5C,sCAAsC,EACtC,oCAAoC,EACpC,8BAA8B,EAC/B,MAAM,oBAAoB,CAAC;AAG5B,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;OAKG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4CAA4C,GACrD,0BAA0B,CAAC,eAAe,CAAC,CAAC;IAC/C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,eAAe,EACzB,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sCAAsC,CAAC,EACtD,sCAAsC,CACvC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,eAAe,EACzB,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;IACnD;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,8BAA8B,CAAC,EAC9C,8BAA8B,CAC/B,CACF,CAAC;IACF;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;CAC5C"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=securitySettings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"securitySettings.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/securitySettings.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n SecuritySetting,\n SecuritySettingsListByClustersOptionalParams,\n SecuritySettingsGetOptionalParams,\n SecuritySettingsGetResponse,\n SecuritySettingsCreateOrUpdateOptionalParams,\n SecuritySettingsCreateOrUpdateResponse,\n SecuritySettingsDeleteOptionalParams,\n SecuritySettingsDeleteResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a SecuritySettings. */\nexport interface SecuritySettings {\n /**\n * List SecuritySetting resources by Clusters\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n listByClusters(\n resourceGroupName: string,\n clusterName: string,\n options?: SecuritySettingsListByClustersOptionalParams,\n ): PagedAsyncIterableIterator<SecuritySetting>;\n /**\n * Get a SecuritySetting\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param securitySettingsName Name of security setting\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n securitySettingsName: string,\n options?: SecuritySettingsGetOptionalParams,\n ): Promise<SecuritySettingsGetResponse>;\n /**\n * Create a security setting\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param securitySettingsName Name of security setting\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n securitySettingsName: string,\n resource: SecuritySetting,\n options?: SecuritySettingsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SecuritySettingsCreateOrUpdateResponse>,\n SecuritySettingsCreateOrUpdateResponse\n >\n >;\n /**\n * Create a security setting\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param securitySettingsName Name of security setting\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n securitySettingsName: string,\n resource: SecuritySetting,\n options?: SecuritySettingsCreateOrUpdateOptionalParams,\n ): Promise<SecuritySettingsCreateOrUpdateResponse>;\n /**\n * Delete a SecuritySetting\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param securitySettingsName Name of security setting\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n securitySettingsName: string,\n options?: SecuritySettingsDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SecuritySettingsDeleteResponse>,\n SecuritySettingsDeleteResponse\n >\n >;\n /**\n * Delete a SecuritySetting\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param securitySettingsName Name of security setting\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n securitySettingsName: string,\n options?: SecuritySettingsDeleteOptionalParams,\n ): Promise<SecuritySettingsDeleteResponse>;\n}\n"]}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Sku, SkusListByOfferOptionalParams, SkusGetOptionalParams, SkusGetResponse } from "../models/index.js";
|
|
3
|
+
/** Interface representing a Skus. */
|
|
4
|
+
export interface Skus {
|
|
5
|
+
/**
|
|
6
|
+
* List Skus available for a offer within the HCI Cluster.
|
|
7
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
+
* @param clusterName The name of the cluster.
|
|
9
|
+
* @param publisherName The name of the publisher available within HCI cluster.
|
|
10
|
+
* @param offerName The name of the offer available within HCI cluster.
|
|
11
|
+
* @param options The options parameters.
|
|
12
|
+
*/
|
|
13
|
+
listByOffer(resourceGroupName: string, clusterName: string, publisherName: string, offerName: string, options?: SkusListByOfferOptionalParams): PagedAsyncIterableIterator<Sku>;
|
|
14
|
+
/**
|
|
15
|
+
* Get SKU resource details within a offer of HCI Cluster.
|
|
16
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
+
* @param clusterName The name of the cluster.
|
|
18
|
+
* @param publisherName The name of the publisher available within HCI cluster.
|
|
19
|
+
* @param offerName The name of the offer available within HCI cluster.
|
|
20
|
+
* @param skuName The name of the SKU available within HCI cluster.
|
|
21
|
+
* @param options The options parameters.
|
|
22
|
+
*/
|
|
23
|
+
get(resourceGroupName: string, clusterName: string, publisherName: string, offerName: string, skuName: string, options?: SkusGetOptionalParams): Promise<SkusGetResponse>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=skus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/skus.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,GAAG,EACH,6BAA6B,EAC7B,qBAAqB,EACrB,eAAe,EAChB,MAAM,oBAAoB,CAAC;AAG5B,qCAAqC;AACrC,MAAM,WAAW,IAAI;IACnB;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,6BAA6B,GACtC,0BAA0B,CAAC,GAAG,CAAC,CAAC;IACnC;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,qBAAqB,GAC9B,OAAO,CAAC,eAAe,CAAC,CAAC;CAC7B"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=skus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skus.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/skus.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n Sku,\n SkusListByOfferOptionalParams,\n SkusGetOptionalParams,\n SkusGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Skus. */\nexport interface Skus {\n /**\n * List Skus available for a offer within the HCI Cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param publisherName The name of the publisher available within HCI cluster.\n * @param offerName The name of the offer available within HCI cluster.\n * @param options The options parameters.\n */\n listByOffer(\n resourceGroupName: string,\n clusterName: string,\n publisherName: string,\n offerName: string,\n options?: SkusListByOfferOptionalParams,\n ): PagedAsyncIterableIterator<Sku>;\n /**\n * Get SKU resource details within a offer of HCI Cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param publisherName The name of the publisher available within HCI cluster.\n * @param offerName The name of the offer available within HCI cluster.\n * @param skuName The name of the SKU available within HCI cluster.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n publisherName: string,\n offerName: string,\n skuName: string,\n options?: SkusGetOptionalParams,\n ): Promise<SkusGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { UpdateRun, UpdateRunsListOptionalParams, UpdateRunsDeleteOptionalParams, UpdateRunsPutOptionalParams, UpdateRunsPutResponse, UpdateRunsGetOptionalParams, UpdateRunsGetResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a UpdateRuns. */
|
|
5
|
+
export interface UpdateRuns {
|
|
6
|
+
/**
|
|
7
|
+
* List all Update runs for a specified update
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param clusterName The name of the cluster.
|
|
10
|
+
* @param updateName The name of the Update
|
|
11
|
+
* @param options The options parameters.
|
|
12
|
+
*/
|
|
13
|
+
list(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdateRunsListOptionalParams): PagedAsyncIterableIterator<UpdateRun>;
|
|
14
|
+
/**
|
|
15
|
+
* Delete specified Update Run
|
|
16
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
+
* @param clusterName The name of the cluster.
|
|
18
|
+
* @param updateName The name of the Update
|
|
19
|
+
* @param updateRunName The name of the Update Run
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
beginDelete(resourceGroupName: string, clusterName: string, updateName: string, updateRunName: string, options?: UpdateRunsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
23
|
+
/**
|
|
24
|
+
* Delete specified Update Run
|
|
25
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
|
+
* @param clusterName The name of the cluster.
|
|
27
|
+
* @param updateName The name of the Update
|
|
28
|
+
* @param updateRunName The name of the Update Run
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, updateName: string, updateRunName: string, options?: UpdateRunsDeleteOptionalParams): Promise<void>;
|
|
32
|
+
/**
|
|
33
|
+
* Put Update runs for a specified update
|
|
34
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
35
|
+
* @param clusterName The name of the cluster.
|
|
36
|
+
* @param updateName The name of the Update
|
|
37
|
+
* @param updateRunName The name of the Update Run
|
|
38
|
+
* @param updateRunsProperties Properties of the updateRuns object
|
|
39
|
+
* @param options The options parameters.
|
|
40
|
+
*/
|
|
41
|
+
put(resourceGroupName: string, clusterName: string, updateName: string, updateRunName: string, updateRunsProperties: UpdateRun, options?: UpdateRunsPutOptionalParams): Promise<UpdateRunsPutResponse>;
|
|
42
|
+
/**
|
|
43
|
+
* Get the Update run for a specified update
|
|
44
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
45
|
+
* @param clusterName The name of the cluster.
|
|
46
|
+
* @param updateName The name of the Update
|
|
47
|
+
* @param updateRunName The name of the Update Run
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
get(resourceGroupName: string, clusterName: string, updateName: string, updateRunName: string, options?: UpdateRunsGetOptionalParams): Promise<UpdateRunsGetResponse>;
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=updateRuns.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateRuns.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/updateRuns.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,SAAS,EACT,4BAA4B,EAC5B,8BAA8B,EAC9B,2BAA2B,EAC3B,qBAAqB,EACrB,2BAA2B,EAC3B,qBAAqB,EACtB,MAAM,oBAAoB,CAAC;AAG5B,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;;;;OAMG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;IACzC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,aAAa,EAAE,MAAM,EACrB,oBAAoB,EAAE,SAAS,EAC/B,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;CACnC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=updateRuns.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateRuns.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/updateRuns.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n UpdateRun,\n UpdateRunsListOptionalParams,\n UpdateRunsDeleteOptionalParams,\n UpdateRunsPutOptionalParams,\n UpdateRunsPutResponse,\n UpdateRunsGetOptionalParams,\n UpdateRunsGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a UpdateRuns. */\nexport interface UpdateRuns {\n /**\n * List all Update runs for a specified update\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateName The name of the Update\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n clusterName: string,\n updateName: string,\n options?: UpdateRunsListOptionalParams,\n ): PagedAsyncIterableIterator<UpdateRun>;\n /**\n * Delete specified Update Run\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateName The name of the Update\n * @param updateRunName The name of the Update Run\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n updateName: string,\n updateRunName: string,\n options?: UpdateRunsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete specified Update Run\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateName The name of the Update\n * @param updateRunName The name of the Update Run\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n updateName: string,\n updateRunName: string,\n options?: UpdateRunsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Put Update runs for a specified update\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateName The name of the Update\n * @param updateRunName The name of the Update Run\n * @param updateRunsProperties Properties of the updateRuns object\n * @param options The options parameters.\n */\n put(\n resourceGroupName: string,\n clusterName: string,\n updateName: string,\n updateRunName: string,\n updateRunsProperties: UpdateRun,\n options?: UpdateRunsPutOptionalParams,\n ): Promise<UpdateRunsPutResponse>;\n /**\n * Get the Update run for a specified update\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateName The name of the Update\n * @param updateRunName The name of the Update Run\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n updateName: string,\n updateRunName: string,\n options?: UpdateRunsGetOptionalParams,\n ): Promise<UpdateRunsGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { UpdateSummaries, UpdateSummariesListOptionalParams, UpdateSummariesDeleteOptionalParams, UpdateSummariesPutOptionalParams, UpdateSummariesPutResponse, UpdateSummariesGetOptionalParams, UpdateSummariesGetResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a UpdateSummariesOperations. */
|
|
5
|
+
export interface UpdateSummariesOperations {
|
|
6
|
+
/**
|
|
7
|
+
* List all Update summaries under the HCI cluster
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param clusterName The name of the cluster.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
list(resourceGroupName: string, clusterName: string, options?: UpdateSummariesListOptionalParams): PagedAsyncIterableIterator<UpdateSummaries>;
|
|
13
|
+
/**
|
|
14
|
+
* Delete Update Summaries
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param clusterName The name of the cluster.
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
beginDelete(resourceGroupName: string, clusterName: string, options?: UpdateSummariesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
20
|
+
/**
|
|
21
|
+
* Delete Update Summaries
|
|
22
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
23
|
+
* @param clusterName The name of the cluster.
|
|
24
|
+
* @param options The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: UpdateSummariesDeleteOptionalParams): Promise<void>;
|
|
27
|
+
/**
|
|
28
|
+
* Put Update summaries under the HCI cluster
|
|
29
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
30
|
+
* @param clusterName The name of the cluster.
|
|
31
|
+
* @param updateLocationProperties Properties of the UpdateSummaries resource
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
put(resourceGroupName: string, clusterName: string, updateLocationProperties: UpdateSummaries, options?: UpdateSummariesPutOptionalParams): Promise<UpdateSummariesPutResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* Get all Update summaries under the HCI cluster
|
|
37
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
38
|
+
* @param clusterName The name of the cluster.
|
|
39
|
+
* @param options The options parameters.
|
|
40
|
+
*/
|
|
41
|
+
get(resourceGroupName: string, clusterName: string, options?: UpdateSummariesGetOptionalParams): Promise<UpdateSummariesGetResponse>;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=updateSummariesOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateSummariesOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/updateSummariesOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,eAAe,EACf,iCAAiC,EACjC,mCAAmC,EACnC,gCAAgC,EAChC,0BAA0B,EAC1B,gCAAgC,EAChC,0BAA0B,EAC3B,MAAM,oBAAoB,CAAC;AAG5B,0DAA0D;AAC1D,MAAM,WAAW,yBAAyB;IACxC;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,0BAA0B,CAAC,eAAe,CAAC,CAAC;IAC/C;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,wBAAwB,EAAE,eAAe,EACzC,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;CACxC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=updateSummariesOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateSummariesOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/updateSummariesOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n UpdateSummaries,\n UpdateSummariesListOptionalParams,\n UpdateSummariesDeleteOptionalParams,\n UpdateSummariesPutOptionalParams,\n UpdateSummariesPutResponse,\n UpdateSummariesGetOptionalParams,\n UpdateSummariesGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a UpdateSummariesOperations. */\nexport interface UpdateSummariesOperations {\n /**\n * List all Update summaries under the HCI cluster\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n clusterName: string,\n options?: UpdateSummariesListOptionalParams,\n ): PagedAsyncIterableIterator<UpdateSummaries>;\n /**\n * Delete Update Summaries\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n options?: UpdateSummariesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete Update Summaries\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n options?: UpdateSummariesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Put Update summaries under the HCI cluster\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateLocationProperties Properties of the UpdateSummaries resource\n * @param options The options parameters.\n */\n put(\n resourceGroupName: string,\n clusterName: string,\n updateLocationProperties: UpdateSummaries,\n options?: UpdateSummariesPutOptionalParams,\n ): Promise<UpdateSummariesPutResponse>;\n /**\n * Get all Update summaries under the HCI cluster\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n options?: UpdateSummariesGetOptionalParams,\n ): Promise<UpdateSummariesGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { Update, UpdatesListOptionalParams, UpdatesPostOptionalParams, UpdatesDeleteOptionalParams, UpdatesPutOptionalParams, UpdatesPutResponse, UpdatesGetOptionalParams, UpdatesGetResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Updates. */
|
|
5
|
+
export interface Updates {
|
|
6
|
+
/**
|
|
7
|
+
* List all Updates
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param clusterName The name of the cluster.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
list(resourceGroupName: string, clusterName: string, options?: UpdatesListOptionalParams): PagedAsyncIterableIterator<Update>;
|
|
13
|
+
/**
|
|
14
|
+
* Apply Update
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param clusterName The name of the cluster.
|
|
17
|
+
* @param updateName The name of the Update
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
beginPost(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPostOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
21
|
+
/**
|
|
22
|
+
* Apply Update
|
|
23
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
24
|
+
* @param clusterName The name of the cluster.
|
|
25
|
+
* @param updateName The name of the Update
|
|
26
|
+
* @param options The options parameters.
|
|
27
|
+
*/
|
|
28
|
+
beginPostAndWait(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPostOptionalParams): Promise<void>;
|
|
29
|
+
/**
|
|
30
|
+
* Delete specified Update
|
|
31
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
32
|
+
* @param clusterName The name of the cluster.
|
|
33
|
+
* @param updateName The name of the Update
|
|
34
|
+
* @param options The options parameters.
|
|
35
|
+
*/
|
|
36
|
+
beginDelete(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
37
|
+
/**
|
|
38
|
+
* Delete specified Update
|
|
39
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
40
|
+
* @param clusterName The name of the cluster.
|
|
41
|
+
* @param updateName The name of the Update
|
|
42
|
+
* @param options The options parameters.
|
|
43
|
+
*/
|
|
44
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesDeleteOptionalParams): Promise<void>;
|
|
45
|
+
/**
|
|
46
|
+
* Put specified Update
|
|
47
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
48
|
+
* @param clusterName The name of the cluster.
|
|
49
|
+
* @param updateName The name of the Update
|
|
50
|
+
* @param updateProperties Properties of the Updates object
|
|
51
|
+
* @param options The options parameters.
|
|
52
|
+
*/
|
|
53
|
+
put(resourceGroupName: string, clusterName: string, updateName: string, updateProperties: Update, options?: UpdatesPutOptionalParams): Promise<UpdatesPutResponse>;
|
|
54
|
+
/**
|
|
55
|
+
* Get specified Update
|
|
56
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
57
|
+
* @param clusterName The name of the cluster.
|
|
58
|
+
* @param updateName The name of the Update
|
|
59
|
+
* @param options The options parameters.
|
|
60
|
+
*/
|
|
61
|
+
get(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesGetOptionalParams): Promise<UpdatesGetResponse>;
|
|
62
|
+
}
|
|
63
|
+
//# sourceMappingURL=updates.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updates.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/updates.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,MAAM,EACN,yBAAyB,EACzB,yBAAyB,EACzB,2BAA2B,EAC3B,wBAAwB,EACxB,kBAAkB,EAClB,wBAAwB,EACxB,kBAAkB,EACnB,MAAM,oBAAoB,CAAC;AAG5B,wCAAwC;AACxC,MAAM,WAAW,OAAO;IACtB;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,0BAA0B,CAAC,MAAM,CAAC,CAAC;IACtC;;;;;;OAMG;IACH,SAAS,CACP,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC/B;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;CAChC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=updates.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updates.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/updates.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Update,\n UpdatesListOptionalParams,\n UpdatesPostOptionalParams,\n UpdatesDeleteOptionalParams,\n UpdatesPutOptionalParams,\n UpdatesPutResponse,\n UpdatesGetOptionalParams,\n UpdatesGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Updates. */\nexport interface Updates {\n /**\n * List all Updates\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n clusterName: string,\n options?: UpdatesListOptionalParams,\n ): PagedAsyncIterableIterator<Update>;\n /**\n * Apply Update\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateName The name of the Update\n * @param options The options parameters.\n */\n beginPost(\n resourceGroupName: string,\n clusterName: string,\n updateName: string,\n options?: UpdatesPostOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Apply Update\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateName The name of the Update\n * @param options The options parameters.\n */\n beginPostAndWait(\n resourceGroupName: string,\n clusterName: string,\n updateName: string,\n options?: UpdatesPostOptionalParams,\n ): Promise<void>;\n /**\n * Delete specified Update\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateName The name of the Update\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n updateName: string,\n options?: UpdatesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete specified Update\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateName The name of the Update\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n updateName: string,\n options?: UpdatesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Put specified Update\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateName The name of the Update\n * @param updateProperties Properties of the Updates object\n * @param options The options parameters.\n */\n put(\n resourceGroupName: string,\n clusterName: string,\n updateName: string,\n updateProperties: Update,\n options?: UpdatesPutOptionalParams,\n ): Promise<UpdatesPutResponse>;\n /**\n * Get specified Update\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateName The name of the Update\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n updateName: string,\n options?: UpdatesGetOptionalParams,\n ): Promise<UpdatesGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface PageInfo {
|
|
2
|
+
continuationToken?: string;
|
|
3
|
+
}
|
|
4
|
+
/**
|
|
5
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
|
6
|
+
* returns a continuation token that can be used to begin paging from
|
|
7
|
+
* that point later.
|
|
8
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
9
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
10
|
+
*/
|
|
11
|
+
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
12
|
+
export declare function setContinuationToken(page: unknown, continuationToken: string | undefined): void;
|
|
13
|
+
//# sourceMappingURL=pagingHelper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,OAAO,EACb,iBAAiB,EAAE,MAAM,GAAG,SAAS,GACpC,IAAI,CAON"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
const pageMap = new WeakMap();
|
|
9
|
+
/**
|
|
10
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
|
11
|
+
* returns a continuation token that can be used to begin paging from
|
|
12
|
+
* that point later.
|
|
13
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
14
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
15
|
+
*/
|
|
16
|
+
export function getContinuationToken(page) {
|
|
17
|
+
if (typeof page !== "object" || page === null) {
|
|
18
|
+
return undefined;
|
|
19
|
+
}
|
|
20
|
+
return pageMap.get(page)?.continuationToken;
|
|
21
|
+
}
|
|
22
|
+
export function setContinuationToken(page, continuationToken) {
|
|
23
|
+
if (typeof page !== "object" || page === null || !continuationToken) {
|
|
24
|
+
return;
|
|
25
|
+
}
|
|
26
|
+
const pageInfo = pageMap.get(page) ?? {};
|
|
27
|
+
pageInfo.continuationToken = continuationToken;
|
|
28
|
+
pageMap.set(page, pageInfo);
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=pagingHelper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAClC,IAAa,EACb,iBAAqC;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined,\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}
|