@azure/arm-azurestackhci 4.0.0-beta.3 → 4.0.0
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/LICENSE +1 -1
- package/README.md +11 -14
- package/dist/browser/api/arcSettings/index.d.ts +3 -0
- package/dist/browser/api/arcSettings/index.js +4 -0
- package/dist/browser/api/arcSettings/index.js.map +1 -0
- package/dist/browser/api/arcSettings/operations.d.ts +52 -0
- package/dist/browser/api/arcSettings/operations.js +321 -0
- package/dist/browser/api/arcSettings/operations.js.map +1 -0
- package/dist/browser/api/arcSettings/options.d.ts +40 -0
- package/dist/browser/api/arcSettings/options.js +4 -0
- package/dist/browser/api/arcSettings/options.js.map +1 -0
- package/dist/browser/api/azureStackHCIContext.d.ts +22 -0
- package/dist/browser/api/azureStackHCIContext.js +24 -0
- package/dist/browser/api/azureStackHCIContext.js.map +1 -0
- package/dist/browser/api/clusters/index.d.ts +3 -0
- package/dist/browser/api/clusters/index.js +4 -0
- package/dist/browser/api/clusters/index.js.map +1 -0
- package/dist/browser/api/clusters/operations.d.ts +60 -0
- package/dist/browser/api/clusters/operations.js +389 -0
- package/dist/browser/api/clusters/operations.js.map +1 -0
- package/dist/browser/api/clusters/options.d.ts +52 -0
- package/dist/browser/api/clusters/options.js +4 -0
- package/dist/browser/api/clusters/options.js.map +1 -0
- package/dist/browser/api/deploymentSettings/index.d.ts +3 -0
- package/dist/browser/api/deploymentSettings/index.js +4 -0
- package/dist/browser/api/deploymentSettings/index.js.map +1 -0
- package/dist/browser/api/deploymentSettings/operations.d.ts +28 -0
- package/dist/browser/api/deploymentSettings/operations.js +136 -0
- package/dist/browser/api/deploymentSettings/operations.js.map +1 -0
- package/dist/browser/api/deploymentSettings/options.d.ts +18 -0
- package/dist/browser/api/deploymentSettings/options.js +4 -0
- package/dist/browser/api/deploymentSettings/options.js.map +1 -0
- package/dist/browser/api/edgeDeviceJobs/index.d.ts +3 -0
- package/dist/browser/api/edgeDeviceJobs/index.js +4 -0
- package/dist/browser/api/edgeDeviceJobs/index.js.map +1 -0
- package/dist/browser/api/edgeDeviceJobs/operations.d.ts +28 -0
- package/dist/browser/api/edgeDeviceJobs/operations.js +132 -0
- package/dist/browser/api/edgeDeviceJobs/operations.js.map +1 -0
- package/dist/browser/api/edgeDeviceJobs/options.d.ts +18 -0
- package/dist/browser/api/edgeDeviceJobs/options.js +4 -0
- package/dist/browser/api/edgeDeviceJobs/options.js.map +1 -0
- package/dist/browser/api/edgeDevices/index.d.ts +3 -0
- package/dist/browser/api/edgeDevices/index.js +4 -0
- package/dist/browser/api/edgeDevices/index.js.map +1 -0
- package/dist/browser/api/edgeDevices/operations.d.ts +32 -0
- package/dist/browser/api/edgeDevices/operations.js +162 -0
- package/dist/browser/api/edgeDevices/operations.js.map +1 -0
- package/dist/browser/api/edgeDevices/options.d.ts +23 -0
- package/dist/browser/api/edgeDevices/options.js +4 -0
- package/dist/browser/api/edgeDevices/options.js.map +1 -0
- package/dist/browser/api/extensions/index.d.ts +3 -0
- package/dist/browser/api/extensions/index.js +4 -0
- package/dist/browser/api/extensions/index.js.map +1 -0
- package/dist/browser/api/extensions/operations.d.ts +36 -0
- package/dist/browser/api/extensions/operations.js +213 -0
- package/dist/browser/api/extensions/operations.js.map +1 -0
- package/dist/browser/api/extensions/options.d.ts +28 -0
- package/dist/browser/api/extensions/options.js +4 -0
- package/dist/browser/api/extensions/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/offers/index.d.ts +3 -0
- package/dist/browser/api/offers/index.js +4 -0
- package/dist/browser/api/offers/index.js.map +1 -0
- package/dist/browser/api/offers/operations.d.ts +18 -0
- package/dist/browser/api/offers/operations.js +95 -0
- package/dist/browser/api/offers/operations.js.map +1 -0
- package/dist/browser/api/offers/options.d.ts +17 -0
- package/dist/browser/api/offers/options.js +4 -0
- package/dist/browser/api/offers/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +31 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/securitySettings/index.d.ts +3 -0
- package/dist/browser/api/securitySettings/index.js +4 -0
- package/dist/browser/api/securitySettings/index.js.map +1 -0
- package/dist/browser/api/securitySettings/operations.d.ts +28 -0
- package/dist/browser/api/securitySettings/operations.js +136 -0
- package/dist/browser/api/securitySettings/operations.js.map +1 -0
- package/dist/browser/api/securitySettings/options.d.ts +18 -0
- package/dist/browser/api/securitySettings/options.js +4 -0
- package/dist/browser/api/securitySettings/options.js.map +1 -0
- package/dist/browser/api/skus/index.d.ts +3 -0
- package/dist/browser/api/skus/index.js +4 -0
- package/dist/browser/api/skus/index.js.map +1 -0
- package/dist/browser/api/skus/operations.d.ts +14 -0
- package/dist/browser/api/skus/operations.js +69 -0
- package/dist/browser/api/skus/operations.js.map +1 -0
- package/dist/browser/api/skus/options.d.ts +12 -0
- package/dist/browser/api/skus/options.js +4 -0
- package/dist/browser/api/skus/options.js.map +1 -0
- package/dist/browser/api/updateRuns/index.d.ts +3 -0
- package/dist/browser/api/updateRuns/index.js +4 -0
- package/dist/browser/api/updateRuns/index.js.map +1 -0
- package/dist/browser/api/updateRuns/operations.d.ts +28 -0
- package/dist/browser/api/updateRuns/operations.js +135 -0
- package/dist/browser/api/updateRuns/operations.js.map +1 -0
- package/dist/browser/api/updateRuns/options.d.ts +16 -0
- package/dist/browser/api/updateRuns/options.js +4 -0
- package/dist/browser/api/updateRuns/options.js.map +1 -0
- package/dist/browser/api/updateSummaries/index.d.ts +3 -0
- package/dist/browser/api/updateSummaries/index.js +4 -0
- package/dist/browser/api/updateSummaries/index.js.map +1 -0
- package/dist/browser/api/updateSummaries/operations.d.ts +28 -0
- package/dist/browser/api/updateSummaries/operations.js +128 -0
- package/dist/browser/api/updateSummaries/operations.js.map +1 -0
- package/dist/browser/api/updateSummaries/options.d.ts +16 -0
- package/dist/browser/api/updateSummaries/options.js +4 -0
- package/dist/browser/api/updateSummaries/options.js.map +1 -0
- package/dist/browser/api/updates/index.d.ts +3 -0
- package/dist/browser/api/updates/index.js +4 -0
- package/dist/browser/api/updates/index.js.map +1 -0
- package/dist/browser/api/updates/operations.d.ts +32 -0
- package/dist/browser/api/updates/operations.js +162 -0
- package/dist/browser/api/updates/operations.js.map +1 -0
- package/dist/browser/api/updates/options.d.ts +21 -0
- package/dist/browser/api/updates/options.js +4 -0
- package/dist/browser/api/updates/options.js.map +1 -0
- package/dist/browser/api/validatedSolutionRecipes/index.d.ts +3 -0
- package/dist/browser/api/validatedSolutionRecipes/index.js +4 -0
- package/dist/browser/api/validatedSolutionRecipes/index.js.map +1 -0
- package/dist/browser/api/validatedSolutionRecipes/operations.d.ts +14 -0
- package/dist/browser/api/validatedSolutionRecipes/operations.js +65 -0
- package/dist/browser/api/validatedSolutionRecipes/operations.js.map +1 -0
- package/dist/browser/api/validatedSolutionRecipes/options.d.ts +8 -0
- package/dist/browser/api/validatedSolutionRecipes/options.js +4 -0
- package/dist/browser/api/validatedSolutionRecipes/options.js.map +1 -0
- package/dist/browser/azureStackHCIClient.d.ts +52 -31
- package/dist/browser/azureStackHCIClient.js +71 -114
- package/dist/browser/azureStackHCIClient.js.map +1 -1
- package/dist/browser/classic/arcSettings/index.d.ts +52 -0
- package/dist/browser/classic/arcSettings/index.js +56 -0
- package/dist/browser/classic/arcSettings/index.js.map +1 -0
- package/dist/browser/classic/clusters/index.d.ts +68 -0
- package/dist/browser/classic/clusters/index.js +82 -0
- package/dist/browser/classic/clusters/index.js.map +1 -0
- package/dist/browser/classic/deploymentSettings/index.d.ts +32 -0
- package/dist/browser/classic/deploymentSettings/index.js +34 -0
- package/dist/browser/classic/deploymentSettings/index.js.map +1 -0
- package/dist/browser/classic/edgeDeviceJobs/index.d.ts +32 -0
- package/dist/browser/classic/edgeDeviceJobs/index.js +34 -0
- package/dist/browser/classic/edgeDeviceJobs/index.js.map +1 -0
- package/dist/browser/classic/edgeDevices/index.d.ts +38 -0
- package/dist/browser/classic/edgeDevices/index.js +43 -0
- package/dist/browser/classic/edgeDevices/index.js.map +1 -0
- package/dist/browser/classic/extensions/index.d.ts +44 -0
- package/dist/browser/classic/extensions/index.js +52 -0
- package/dist/browser/classic/extensions/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +15 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/offers/index.d.ts +15 -0
- package/dist/browser/classic/offers/index.js +16 -0
- package/dist/browser/classic/offers/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/securitySettings/index.d.ts +32 -0
- package/dist/browser/classic/securitySettings/index.js +34 -0
- package/dist/browser/classic/securitySettings/index.js.map +1 -0
- package/dist/browser/classic/skus/index.d.ts +13 -0
- package/dist/browser/classic/skus/index.js +15 -0
- package/dist/browser/classic/skus/index.js.map +1 -0
- package/dist/browser/classic/updateRuns/index.d.ts +28 -0
- package/dist/browser/classic/updateRuns/index.js +26 -0
- package/dist/browser/classic/updateRuns/index.js.map +1 -0
- package/dist/browser/classic/updateSummaries/index.d.ts +28 -0
- package/dist/browser/classic/updateSummaries/index.js +26 -0
- package/dist/browser/classic/updateSummaries/index.js.map +1 -0
- package/dist/browser/classic/updates/index.d.ts +34 -0
- package/dist/browser/classic/updates/index.js +35 -0
- package/dist/browser/classic/updates/index.js.map +1 -0
- package/dist/browser/classic/validatedSolutionRecipes/index.d.ts +13 -0
- package/dist/browser/classic/validatedSolutionRecipes/index.js +15 -0
- package/dist/browser/classic/validatedSolutionRecipes/index.js.map +1 -0
- package/dist/browser/index.d.ts +27 -3
- package/dist/browser/index.js +6 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -3821
- package/dist/browser/models/index.js +3 -631
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +3951 -0
- package/dist/browser/models/models.js +4288 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +154 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/arcSettings/index.d.ts +3 -0
- package/dist/commonjs/api/arcSettings/index.js +45 -0
- package/dist/commonjs/api/arcSettings/index.js.map +7 -0
- package/dist/commonjs/api/arcSettings/operations.d.ts +52 -0
- package/dist/commonjs/api/arcSettings/operations.js +477 -0
- package/dist/commonjs/api/arcSettings/operations.js.map +7 -0
- package/dist/commonjs/api/arcSettings/options.d.ts +40 -0
- package/dist/commonjs/api/arcSettings/options.js +15 -0
- package/dist/commonjs/api/arcSettings/options.js.map +7 -0
- package/dist/commonjs/api/azureStackHCIContext.d.ts +22 -0
- package/dist/commonjs/api/azureStackHCIContext.js +44 -0
- package/dist/commonjs/api/azureStackHCIContext.js.map +7 -0
- package/dist/commonjs/api/clusters/index.d.ts +3 -0
- package/dist/commonjs/api/clusters/index.js +49 -0
- package/dist/commonjs/api/clusters/index.js.map +7 -0
- package/dist/commonjs/api/clusters/operations.d.ts +60 -0
- package/dist/commonjs/api/clusters/operations.js +554 -0
- package/dist/commonjs/api/clusters/operations.js.map +7 -0
- package/dist/commonjs/api/clusters/options.d.ts +52 -0
- package/dist/commonjs/api/clusters/options.js +15 -0
- package/dist/commonjs/api/clusters/options.js.map +7 -0
- package/dist/commonjs/api/deploymentSettings/index.d.ts +3 -0
- package/dist/commonjs/api/deploymentSettings/index.js +33 -0
- package/dist/commonjs/api/deploymentSettings/index.js.map +7 -0
- package/dist/commonjs/api/deploymentSettings/operations.d.ts +28 -0
- package/dist/commonjs/api/deploymentSettings/operations.js +207 -0
- package/dist/commonjs/api/deploymentSettings/operations.js.map +7 -0
- package/dist/commonjs/api/deploymentSettings/options.d.ts +18 -0
- package/dist/commonjs/api/deploymentSettings/options.js +15 -0
- package/dist/commonjs/api/deploymentSettings/options.js.map +7 -0
- package/dist/commonjs/api/edgeDeviceJobs/index.d.ts +3 -0
- package/dist/commonjs/api/edgeDeviceJobs/index.js +33 -0
- package/dist/commonjs/api/edgeDeviceJobs/index.js.map +7 -0
- package/dist/commonjs/api/edgeDeviceJobs/operations.d.ts +28 -0
- package/dist/commonjs/api/edgeDeviceJobs/operations.js +190 -0
- package/dist/commonjs/api/edgeDeviceJobs/operations.js.map +7 -0
- package/dist/commonjs/api/edgeDeviceJobs/options.d.ts +18 -0
- package/dist/commonjs/api/edgeDeviceJobs/options.js +15 -0
- package/dist/commonjs/api/edgeDeviceJobs/options.js.map +7 -0
- package/dist/commonjs/api/edgeDevices/index.d.ts +3 -0
- package/dist/commonjs/api/edgeDevices/index.js +35 -0
- package/dist/commonjs/api/edgeDevices/index.js.map +7 -0
- package/dist/commonjs/api/edgeDevices/operations.d.ts +32 -0
- package/dist/commonjs/api/edgeDevices/operations.js +229 -0
- package/dist/commonjs/api/edgeDevices/operations.js.map +7 -0
- package/dist/commonjs/api/edgeDevices/options.d.ts +23 -0
- package/dist/commonjs/api/edgeDevices/options.js +15 -0
- package/dist/commonjs/api/edgeDevices/options.js.map +7 -0
- package/dist/commonjs/api/extensions/index.d.ts +3 -0
- package/dist/commonjs/api/extensions/index.js +37 -0
- package/dist/commonjs/api/extensions/index.js.map +7 -0
- package/dist/commonjs/api/extensions/operations.d.ts +36 -0
- package/dist/commonjs/api/extensions/operations.js +320 -0
- package/dist/commonjs/api/extensions/operations.js.map +7 -0
- package/dist/commonjs/api/extensions/options.d.ts +28 -0
- package/dist/commonjs/api/extensions/options.js +15 -0
- package/dist/commonjs/api/extensions/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +27 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/offers/index.d.ts +3 -0
- package/dist/commonjs/api/offers/index.js +31 -0
- package/dist/commonjs/api/offers/index.js.map +7 -0
- package/dist/commonjs/api/offers/operations.d.ts +18 -0
- package/dist/commonjs/api/offers/operations.js +162 -0
- package/dist/commonjs/api/offers/operations.js.map +7 -0
- package/dist/commonjs/api/offers/options.d.ts +17 -0
- package/dist/commonjs/api/offers/options.js +15 -0
- package/dist/commonjs/api/offers/options.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +27 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +67 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +15 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/securitySettings/index.d.ts +3 -0
- package/dist/commonjs/api/securitySettings/index.js +33 -0
- package/dist/commonjs/api/securitySettings/index.js.map +7 -0
- package/dist/commonjs/api/securitySettings/operations.d.ts +28 -0
- package/dist/commonjs/api/securitySettings/operations.js +207 -0
- package/dist/commonjs/api/securitySettings/operations.js.map +7 -0
- package/dist/commonjs/api/securitySettings/options.d.ts +18 -0
- package/dist/commonjs/api/securitySettings/options.js +15 -0
- package/dist/commonjs/api/securitySettings/options.js.map +7 -0
- package/dist/commonjs/api/skus/index.d.ts +3 -0
- package/dist/commonjs/api/skus/index.js +29 -0
- package/dist/commonjs/api/skus/index.js.map +7 -0
- package/dist/commonjs/api/skus/operations.d.ts +14 -0
- package/dist/commonjs/api/skus/operations.js +122 -0
- package/dist/commonjs/api/skus/operations.js.map +7 -0
- package/dist/commonjs/api/skus/options.d.ts +12 -0
- package/dist/commonjs/api/skus/options.js +15 -0
- package/dist/commonjs/api/skus/options.js.map +7 -0
- package/dist/commonjs/api/updateRuns/index.d.ts +3 -0
- package/dist/commonjs/api/updateRuns/index.js +33 -0
- package/dist/commonjs/api/updateRuns/index.js.map +7 -0
- package/dist/commonjs/api/updateRuns/operations.d.ts +28 -0
- package/dist/commonjs/api/updateRuns/operations.js +208 -0
- package/dist/commonjs/api/updateRuns/operations.js.map +7 -0
- package/dist/commonjs/api/updateRuns/options.d.ts +16 -0
- package/dist/commonjs/api/updateRuns/options.js +15 -0
- package/dist/commonjs/api/updateRuns/options.js.map +7 -0
- package/dist/commonjs/api/updateSummaries/index.d.ts +3 -0
- package/dist/commonjs/api/updateSummaries/index.js +33 -0
- package/dist/commonjs/api/updateSummaries/index.js.map +7 -0
- package/dist/commonjs/api/updateSummaries/operations.d.ts +28 -0
- package/dist/commonjs/api/updateSummaries/operations.js +192 -0
- package/dist/commonjs/api/updateSummaries/operations.js.map +7 -0
- package/dist/commonjs/api/updateSummaries/options.d.ts +16 -0
- package/dist/commonjs/api/updateSummaries/options.js +15 -0
- package/dist/commonjs/api/updateSummaries/options.js.map +7 -0
- package/dist/commonjs/api/updates/index.d.ts +3 -0
- package/dist/commonjs/api/updates/index.js +35 -0
- package/dist/commonjs/api/updates/index.js.map +7 -0
- package/dist/commonjs/api/updates/operations.d.ts +32 -0
- package/dist/commonjs/api/updates/operations.js +236 -0
- package/dist/commonjs/api/updates/operations.js.map +7 -0
- package/dist/commonjs/api/updates/options.d.ts +21 -0
- package/dist/commonjs/api/updates/options.js +15 -0
- package/dist/commonjs/api/updates/options.js.map +7 -0
- package/dist/commonjs/api/validatedSolutionRecipes/index.d.ts +3 -0
- package/dist/commonjs/api/validatedSolutionRecipes/index.js +29 -0
- package/dist/commonjs/api/validatedSolutionRecipes/index.js.map +7 -0
- package/dist/commonjs/api/validatedSolutionRecipes/operations.d.ts +14 -0
- package/dist/commonjs/api/validatedSolutionRecipes/operations.js +110 -0
- package/dist/commonjs/api/validatedSolutionRecipes/operations.js.map +7 -0
- package/dist/commonjs/api/validatedSolutionRecipes/options.d.ts +8 -0
- package/dist/commonjs/api/validatedSolutionRecipes/options.js +15 -0
- package/dist/commonjs/api/validatedSolutionRecipes/options.js.map +7 -0
- package/dist/commonjs/azureStackHCIClient.d.ts +52 -31
- package/dist/commonjs/azureStackHCIClient.js +103 -131
- package/dist/commonjs/azureStackHCIClient.js.map +7 -1
- package/dist/commonjs/classic/arcSettings/index.d.ts +52 -0
- package/dist/commonjs/classic/arcSettings/index.js +124 -0
- package/dist/commonjs/classic/arcSettings/index.js.map +7 -0
- package/dist/commonjs/classic/clusters/index.d.ts +68 -0
- package/dist/commonjs/classic/clusters/index.js +165 -0
- package/dist/commonjs/classic/clusters/index.js.map +7 -0
- package/dist/commonjs/classic/deploymentSettings/index.d.ts +32 -0
- package/dist/commonjs/classic/deploymentSettings/index.js +90 -0
- package/dist/commonjs/classic/deploymentSettings/index.js.map +7 -0
- package/dist/commonjs/classic/edgeDeviceJobs/index.d.ts +32 -0
- package/dist/commonjs/classic/edgeDeviceJobs/index.js +71 -0
- package/dist/commonjs/classic/edgeDeviceJobs/index.js.map +7 -0
- package/dist/commonjs/classic/edgeDevices/index.d.ts +38 -0
- package/dist/commonjs/classic/edgeDevices/index.js +66 -0
- package/dist/commonjs/classic/edgeDevices/index.js.map +7 -0
- package/dist/commonjs/classic/extensions/index.d.ts +44 -0
- package/dist/commonjs/classic/extensions/index.js +161 -0
- package/dist/commonjs/classic/extensions/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +15 -0
- package/dist/commonjs/classic/index.js +15 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/offers/index.d.ts +15 -0
- package/dist/commonjs/classic/offers/index.js +39 -0
- package/dist/commonjs/classic/offers/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +37 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/securitySettings/index.d.ts +32 -0
- package/dist/commonjs/classic/securitySettings/index.js +84 -0
- package/dist/commonjs/classic/securitySettings/index.js.map +7 -0
- package/dist/commonjs/classic/skus/index.d.ts +13 -0
- package/dist/commonjs/classic/skus/index.js +38 -0
- package/dist/commonjs/classic/skus/index.js.map +7 -0
- package/dist/commonjs/classic/updateRuns/index.d.ts +28 -0
- package/dist/commonjs/classic/updateRuns/index.js +71 -0
- package/dist/commonjs/classic/updateRuns/index.js.map +7 -0
- package/dist/commonjs/classic/updateSummaries/index.d.ts +28 -0
- package/dist/commonjs/classic/updateSummaries/index.js +49 -0
- package/dist/commonjs/classic/updateSummaries/index.js.map +7 -0
- package/dist/commonjs/classic/updates/index.d.ts +34 -0
- package/dist/commonjs/classic/updates/index.js +58 -0
- package/dist/commonjs/classic/updates/index.js.map +7 -0
- package/dist/commonjs/classic/validatedSolutionRecipes/index.d.ts +13 -0
- package/dist/commonjs/classic/validatedSolutionRecipes/index.js +38 -0
- package/dist/commonjs/classic/validatedSolutionRecipes/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +27 -3
- package/dist/commonjs/index.js +138 -19
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +28 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -3821
- package/dist/commonjs/models/index.js +129 -635
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +3951 -0
- package/dist/commonjs/models/models.js +4282 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +166 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +51 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +142 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +100 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +34 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +66 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +196 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/arcSettings/index.d.ts +3 -0
- package/dist/esm/api/arcSettings/index.js +24 -0
- package/dist/esm/api/arcSettings/index.js.map +7 -0
- package/dist/esm/api/arcSettings/operations.d.ts +52 -0
- package/dist/esm/api/arcSettings/operations.js +434 -0
- package/dist/esm/api/arcSettings/operations.js.map +7 -0
- package/dist/esm/api/arcSettings/options.d.ts +40 -0
- package/dist/esm/api/arcSettings/options.js +0 -0
- package/dist/esm/api/arcSettings/options.js.map +7 -0
- package/dist/esm/api/azureStackHCIContext.d.ts +22 -0
- package/dist/esm/api/azureStackHCIContext.js +21 -0
- package/dist/esm/api/azureStackHCIContext.js.map +7 -0
- package/dist/esm/api/clusters/index.d.ts +3 -0
- package/dist/esm/api/clusters/index.js +28 -0
- package/dist/esm/api/clusters/index.js.map +7 -0
- package/dist/esm/api/clusters/operations.d.ts +60 -0
- package/dist/esm/api/clusters/operations.js +508 -0
- package/dist/esm/api/clusters/operations.js.map +7 -0
- package/dist/esm/api/clusters/options.d.ts +52 -0
- package/dist/esm/api/clusters/options.js +0 -0
- package/dist/esm/api/clusters/options.js.map +7 -0
- package/dist/esm/api/deploymentSettings/index.d.ts +3 -0
- package/dist/esm/api/deploymentSettings/index.js +7 -0
- package/dist/esm/api/deploymentSettings/index.js.map +7 -0
- package/dist/esm/api/deploymentSettings/operations.d.ts +28 -0
- package/dist/esm/api/deploymentSettings/operations.js +178 -0
- package/dist/esm/api/deploymentSettings/operations.js.map +7 -0
- package/dist/esm/api/deploymentSettings/options.d.ts +18 -0
- package/dist/esm/api/deploymentSettings/options.js +0 -0
- package/dist/esm/api/deploymentSettings/options.js.map +7 -0
- package/dist/esm/api/edgeDeviceJobs/index.d.ts +3 -0
- package/dist/esm/api/edgeDeviceJobs/index.js +7 -0
- package/dist/esm/api/edgeDeviceJobs/index.js.map +7 -0
- package/dist/esm/api/edgeDeviceJobs/operations.d.ts +28 -0
- package/dist/esm/api/edgeDeviceJobs/operations.js +161 -0
- package/dist/esm/api/edgeDeviceJobs/operations.js.map +7 -0
- package/dist/esm/api/edgeDeviceJobs/options.d.ts +18 -0
- package/dist/esm/api/edgeDeviceJobs/options.js +0 -0
- package/dist/esm/api/edgeDeviceJobs/options.js.map +7 -0
- package/dist/esm/api/edgeDevices/index.d.ts +3 -0
- package/dist/esm/api/edgeDevices/index.js +8 -0
- package/dist/esm/api/edgeDevices/index.js.map +7 -0
- package/dist/esm/api/edgeDevices/operations.d.ts +32 -0
- package/dist/esm/api/edgeDevices/operations.js +199 -0
- package/dist/esm/api/edgeDevices/operations.js.map +7 -0
- package/dist/esm/api/edgeDevices/options.d.ts +23 -0
- package/dist/esm/api/edgeDevices/options.js +0 -0
- package/dist/esm/api/edgeDevices/options.js.map +7 -0
- package/dist/esm/api/extensions/index.d.ts +3 -0
- package/dist/esm/api/extensions/index.js +9 -0
- package/dist/esm/api/extensions/index.js.map +7 -0
- package/dist/esm/api/extensions/operations.d.ts +36 -0
- package/dist/esm/api/extensions/operations.js +287 -0
- package/dist/esm/api/extensions/operations.js.map +7 -0
- package/dist/esm/api/extensions/options.d.ts +28 -0
- package/dist/esm/api/extensions/options.js +0 -0
- package/dist/esm/api/extensions/options.js.map +7 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +7 -0
- package/dist/esm/api/offers/index.d.ts +3 -0
- package/dist/esm/api/offers/index.js +6 -0
- package/dist/esm/api/offers/index.js.map +7 -0
- package/dist/esm/api/offers/operations.d.ts +18 -0
- package/dist/esm/api/offers/operations.js +135 -0
- package/dist/esm/api/offers/operations.js.map +7 -0
- package/dist/esm/api/offers/options.d.ts +17 -0
- package/dist/esm/api/offers/options.js +0 -0
- package/dist/esm/api/offers/options.js.map +7 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +7 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +45 -0
- package/dist/esm/api/operations/operations.js.map +7 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +0 -0
- package/dist/esm/api/operations/options.js.map +7 -0
- package/dist/esm/api/securitySettings/index.d.ts +3 -0
- package/dist/esm/api/securitySettings/index.js +7 -0
- package/dist/esm/api/securitySettings/index.js.map +7 -0
- package/dist/esm/api/securitySettings/operations.d.ts +28 -0
- package/dist/esm/api/securitySettings/operations.js +178 -0
- package/dist/esm/api/securitySettings/operations.js.map +7 -0
- package/dist/esm/api/securitySettings/options.d.ts +18 -0
- package/dist/esm/api/securitySettings/options.js +0 -0
- package/dist/esm/api/securitySettings/options.js.map +7 -0
- package/dist/esm/api/skus/index.d.ts +3 -0
- package/dist/esm/api/skus/index.js +5 -0
- package/dist/esm/api/skus/index.js.map +7 -0
- package/dist/esm/api/skus/operations.d.ts +14 -0
- package/dist/esm/api/skus/operations.js +98 -0
- package/dist/esm/api/skus/operations.js.map +7 -0
- package/dist/esm/api/skus/options.d.ts +12 -0
- package/dist/esm/api/skus/options.js +0 -0
- package/dist/esm/api/skus/options.js.map +7 -0
- package/dist/esm/api/updateRuns/index.d.ts +3 -0
- package/dist/esm/api/updateRuns/index.js +7 -0
- package/dist/esm/api/updateRuns/index.js.map +7 -0
- package/dist/esm/api/updateRuns/operations.d.ts +28 -0
- package/dist/esm/api/updateRuns/operations.js +179 -0
- package/dist/esm/api/updateRuns/operations.js.map +7 -0
- package/dist/esm/api/updateRuns/options.d.ts +16 -0
- package/dist/esm/api/updateRuns/options.js +0 -0
- package/dist/esm/api/updateRuns/options.js.map +7 -0
- package/dist/esm/api/updateSummaries/index.d.ts +3 -0
- package/dist/esm/api/updateSummaries/index.js +7 -0
- package/dist/esm/api/updateSummaries/index.js.map +7 -0
- package/dist/esm/api/updateSummaries/operations.d.ts +28 -0
- package/dist/esm/api/updateSummaries/operations.js +163 -0
- package/dist/esm/api/updateSummaries/operations.js.map +7 -0
- package/dist/esm/api/updateSummaries/options.d.ts +16 -0
- package/dist/esm/api/updateSummaries/options.js +0 -0
- package/dist/esm/api/updateSummaries/options.js.map +7 -0
- package/dist/esm/api/updates/index.d.ts +3 -0
- package/dist/esm/api/updates/index.js +8 -0
- package/dist/esm/api/updates/index.js.map +7 -0
- package/dist/esm/api/updates/operations.d.ts +32 -0
- package/dist/esm/api/updates/operations.js +204 -0
- package/dist/esm/api/updates/operations.js.map +7 -0
- package/dist/esm/api/updates/options.d.ts +21 -0
- package/dist/esm/api/updates/options.js +0 -0
- package/dist/esm/api/updates/options.js.map +7 -0
- package/dist/esm/api/validatedSolutionRecipes/index.d.ts +3 -0
- package/dist/esm/api/validatedSolutionRecipes/index.js +5 -0
- package/dist/esm/api/validatedSolutionRecipes/index.js.map +7 -0
- package/dist/esm/api/validatedSolutionRecipes/operations.d.ts +14 -0
- package/dist/esm/api/validatedSolutionRecipes/operations.js +86 -0
- package/dist/esm/api/validatedSolutionRecipes/operations.js.map +7 -0
- package/dist/esm/api/validatedSolutionRecipes/options.d.ts +8 -0
- package/dist/esm/api/validatedSolutionRecipes/options.js +0 -0
- package/dist/esm/api/validatedSolutionRecipes/options.js.map +7 -0
- package/dist/esm/azureStackHCIClient.d.ts +52 -31
- package/dist/esm/azureStackHCIClient.js +80 -126
- package/dist/esm/azureStackHCIClient.js.map +7 -1
- package/dist/esm/classic/arcSettings/index.d.ts +52 -0
- package/dist/esm/classic/arcSettings/index.js +112 -0
- package/dist/esm/classic/arcSettings/index.js.map +7 -0
- package/dist/esm/classic/clusters/index.d.ts +68 -0
- package/dist/esm/classic/clusters/index.js +155 -0
- package/dist/esm/classic/clusters/index.js.map +7 -0
- package/dist/esm/classic/deploymentSettings/index.d.ts +32 -0
- package/dist/esm/classic/deploymentSettings/index.js +72 -0
- package/dist/esm/classic/deploymentSettings/index.js.map +7 -0
- package/dist/esm/classic/edgeDeviceJobs/index.d.ts +32 -0
- package/dist/esm/classic/edgeDeviceJobs/index.js +53 -0
- package/dist/esm/classic/edgeDeviceJobs/index.js.map +7 -0
- package/dist/esm/classic/edgeDevices/index.d.ts +38 -0
- package/dist/esm/classic/edgeDevices/index.js +43 -0
- package/dist/esm/classic/edgeDevices/index.js.map +7 -0
- package/dist/esm/classic/extensions/index.d.ts +44 -0
- package/dist/esm/classic/extensions/index.js +145 -0
- package/dist/esm/classic/extensions/index.js.map +7 -0
- package/dist/esm/classic/index.d.ts +15 -0
- package/dist/esm/classic/index.js +0 -0
- package/dist/esm/classic/index.js.map +7 -0
- package/dist/esm/classic/offers/index.d.ts +15 -0
- package/dist/esm/classic/offers/index.js +16 -0
- package/dist/esm/classic/offers/index.js.map +7 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +7 -0
- package/dist/esm/classic/securitySettings/index.d.ts +32 -0
- package/dist/esm/classic/securitySettings/index.js +66 -0
- package/dist/esm/classic/securitySettings/index.js.map +7 -0
- package/dist/esm/classic/skus/index.d.ts +13 -0
- package/dist/esm/classic/skus/index.js +15 -0
- package/dist/esm/classic/skus/index.js.map +7 -0
- package/dist/esm/classic/updateRuns/index.d.ts +28 -0
- package/dist/esm/classic/updateRuns/index.js +48 -0
- package/dist/esm/classic/updateRuns/index.js.map +7 -0
- package/dist/esm/classic/updateSummaries/index.d.ts +28 -0
- package/dist/esm/classic/updateSummaries/index.js +26 -0
- package/dist/esm/classic/updateSummaries/index.js.map +7 -0
- package/dist/esm/classic/updates/index.d.ts +34 -0
- package/dist/esm/classic/updates/index.js +35 -0
- package/dist/esm/classic/updates/index.js.map +7 -0
- package/dist/esm/classic/validatedSolutionRecipes/index.d.ts +13 -0
- package/dist/esm/classic/validatedSolutionRecipes/index.js +18 -0
- package/dist/esm/classic/validatedSolutionRecipes/index.js.map +7 -0
- package/dist/esm/index.d.ts +27 -3
- package/dist/esm/index.js +114 -13
- package/dist/esm/index.js.map +7 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +7 -0
- package/dist/esm/models/index.d.ts +2 -3821
- package/dist/esm/models/index.js +108 -632
- package/dist/esm/models/index.js.map +7 -1
- package/dist/esm/models/models.d.ts +3951 -0
- package/dist/esm/models/models.js +3831 -0
- package/dist/esm/models/models.js.map +7 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +177 -0
- package/dist/esm/restorePollerHelpers.js.map +7 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +27 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +119 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +77 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +11 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +43 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +173 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +7 -0
- package/dist/react-native/api/arcSettings/index.d.ts +3 -0
- package/dist/react-native/api/arcSettings/index.js +4 -0
- package/dist/react-native/api/arcSettings/index.js.map +1 -0
- package/dist/react-native/api/arcSettings/operations.d.ts +52 -0
- package/dist/react-native/api/arcSettings/operations.js +321 -0
- package/dist/react-native/api/arcSettings/operations.js.map +1 -0
- package/dist/react-native/api/arcSettings/options.d.ts +40 -0
- package/dist/react-native/api/arcSettings/options.js +4 -0
- package/dist/react-native/api/arcSettings/options.js.map +1 -0
- package/dist/react-native/api/azureStackHCIContext.d.ts +22 -0
- package/dist/react-native/api/azureStackHCIContext.js +24 -0
- package/dist/react-native/api/azureStackHCIContext.js.map +1 -0
- package/dist/react-native/api/clusters/index.d.ts +3 -0
- package/dist/react-native/api/clusters/index.js +4 -0
- package/dist/react-native/api/clusters/index.js.map +1 -0
- package/dist/react-native/api/clusters/operations.d.ts +60 -0
- package/dist/react-native/api/clusters/operations.js +389 -0
- package/dist/react-native/api/clusters/operations.js.map +1 -0
- package/dist/react-native/api/clusters/options.d.ts +52 -0
- package/dist/react-native/api/clusters/options.js +4 -0
- package/dist/react-native/api/clusters/options.js.map +1 -0
- package/dist/react-native/api/deploymentSettings/index.d.ts +3 -0
- package/dist/react-native/api/deploymentSettings/index.js +4 -0
- package/dist/react-native/api/deploymentSettings/index.js.map +1 -0
- package/dist/react-native/api/deploymentSettings/operations.d.ts +28 -0
- package/dist/react-native/api/deploymentSettings/operations.js +136 -0
- package/dist/react-native/api/deploymentSettings/operations.js.map +1 -0
- package/dist/react-native/api/deploymentSettings/options.d.ts +18 -0
- package/dist/react-native/api/deploymentSettings/options.js +4 -0
- package/dist/react-native/api/deploymentSettings/options.js.map +1 -0
- package/dist/react-native/api/edgeDeviceJobs/index.d.ts +3 -0
- package/dist/react-native/api/edgeDeviceJobs/index.js +4 -0
- package/dist/react-native/api/edgeDeviceJobs/index.js.map +1 -0
- package/dist/react-native/api/edgeDeviceJobs/operations.d.ts +28 -0
- package/dist/react-native/api/edgeDeviceJobs/operations.js +132 -0
- package/dist/react-native/api/edgeDeviceJobs/operations.js.map +1 -0
- package/dist/react-native/api/edgeDeviceJobs/options.d.ts +18 -0
- package/dist/react-native/api/edgeDeviceJobs/options.js +4 -0
- package/dist/react-native/api/edgeDeviceJobs/options.js.map +1 -0
- package/dist/react-native/api/edgeDevices/index.d.ts +3 -0
- package/dist/react-native/api/edgeDevices/index.js +4 -0
- package/dist/react-native/api/edgeDevices/index.js.map +1 -0
- package/dist/react-native/api/edgeDevices/operations.d.ts +32 -0
- package/dist/react-native/api/edgeDevices/operations.js +162 -0
- package/dist/react-native/api/edgeDevices/operations.js.map +1 -0
- package/dist/react-native/api/edgeDevices/options.d.ts +23 -0
- package/dist/react-native/api/edgeDevices/options.js +4 -0
- package/dist/react-native/api/edgeDevices/options.js.map +1 -0
- package/dist/react-native/api/extensions/index.d.ts +3 -0
- package/dist/react-native/api/extensions/index.js +4 -0
- package/dist/react-native/api/extensions/index.js.map +1 -0
- package/dist/react-native/api/extensions/operations.d.ts +36 -0
- package/dist/react-native/api/extensions/operations.js +213 -0
- package/dist/react-native/api/extensions/operations.js.map +1 -0
- package/dist/react-native/api/extensions/options.d.ts +28 -0
- package/dist/react-native/api/extensions/options.js +4 -0
- package/dist/react-native/api/extensions/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +3 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/offers/index.d.ts +3 -0
- package/dist/react-native/api/offers/index.js +4 -0
- package/dist/react-native/api/offers/index.js.map +1 -0
- package/dist/react-native/api/offers/operations.d.ts +18 -0
- package/dist/react-native/api/offers/operations.js +95 -0
- package/dist/react-native/api/offers/operations.js.map +1 -0
- package/dist/react-native/api/offers/options.d.ts +17 -0
- package/dist/react-native/api/offers/options.js +4 -0
- package/dist/react-native/api/offers/options.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +31 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/securitySettings/index.d.ts +3 -0
- package/dist/react-native/api/securitySettings/index.js +4 -0
- package/dist/react-native/api/securitySettings/index.js.map +1 -0
- package/dist/react-native/api/securitySettings/operations.d.ts +28 -0
- package/dist/react-native/api/securitySettings/operations.js +136 -0
- package/dist/react-native/api/securitySettings/operations.js.map +1 -0
- package/dist/react-native/api/securitySettings/options.d.ts +18 -0
- package/dist/react-native/api/securitySettings/options.js +4 -0
- package/dist/react-native/api/securitySettings/options.js.map +1 -0
- package/dist/react-native/api/skus/index.d.ts +3 -0
- package/dist/react-native/api/skus/index.js +4 -0
- package/dist/react-native/api/skus/index.js.map +1 -0
- package/dist/react-native/api/skus/operations.d.ts +14 -0
- package/dist/react-native/api/skus/operations.js +69 -0
- package/dist/react-native/api/skus/operations.js.map +1 -0
- package/dist/react-native/api/skus/options.d.ts +12 -0
- package/dist/react-native/api/skus/options.js +4 -0
- package/dist/react-native/api/skus/options.js.map +1 -0
- package/dist/react-native/api/updateRuns/index.d.ts +3 -0
- package/dist/react-native/api/updateRuns/index.js +4 -0
- package/dist/react-native/api/updateRuns/index.js.map +1 -0
- package/dist/react-native/api/updateRuns/operations.d.ts +28 -0
- package/dist/react-native/api/updateRuns/operations.js +135 -0
- package/dist/react-native/api/updateRuns/operations.js.map +1 -0
- package/dist/react-native/api/updateRuns/options.d.ts +16 -0
- package/dist/react-native/api/updateRuns/options.js +4 -0
- package/dist/react-native/api/updateRuns/options.js.map +1 -0
- package/dist/react-native/api/updateSummaries/index.d.ts +3 -0
- package/dist/react-native/api/updateSummaries/index.js +4 -0
- package/dist/react-native/api/updateSummaries/index.js.map +1 -0
- package/dist/react-native/api/updateSummaries/operations.d.ts +28 -0
- package/dist/react-native/api/updateSummaries/operations.js +128 -0
- package/dist/react-native/api/updateSummaries/operations.js.map +1 -0
- package/dist/react-native/api/updateSummaries/options.d.ts +16 -0
- package/dist/react-native/api/updateSummaries/options.js +4 -0
- package/dist/react-native/api/updateSummaries/options.js.map +1 -0
- package/dist/react-native/api/updates/index.d.ts +3 -0
- package/dist/react-native/api/updates/index.js +4 -0
- package/dist/react-native/api/updates/index.js.map +1 -0
- package/dist/react-native/api/updates/operations.d.ts +32 -0
- package/dist/react-native/api/updates/operations.js +162 -0
- package/dist/react-native/api/updates/operations.js.map +1 -0
- package/dist/react-native/api/updates/options.d.ts +21 -0
- package/dist/react-native/api/updates/options.js +4 -0
- package/dist/react-native/api/updates/options.js.map +1 -0
- package/dist/react-native/api/validatedSolutionRecipes/index.d.ts +3 -0
- package/dist/react-native/api/validatedSolutionRecipes/index.js +4 -0
- package/dist/react-native/api/validatedSolutionRecipes/index.js.map +1 -0
- package/dist/react-native/api/validatedSolutionRecipes/operations.d.ts +14 -0
- package/dist/react-native/api/validatedSolutionRecipes/operations.js +65 -0
- package/dist/react-native/api/validatedSolutionRecipes/operations.js.map +1 -0
- package/dist/react-native/api/validatedSolutionRecipes/options.d.ts +8 -0
- package/dist/react-native/api/validatedSolutionRecipes/options.js +4 -0
- package/dist/react-native/api/validatedSolutionRecipes/options.js.map +1 -0
- package/dist/react-native/azureStackHCIClient.d.ts +52 -31
- package/dist/react-native/azureStackHCIClient.js +71 -114
- package/dist/react-native/azureStackHCIClient.js.map +1 -1
- package/dist/react-native/classic/arcSettings/index.d.ts +52 -0
- package/dist/react-native/classic/arcSettings/index.js +56 -0
- package/dist/react-native/classic/arcSettings/index.js.map +1 -0
- package/dist/react-native/classic/clusters/index.d.ts +68 -0
- package/dist/react-native/classic/clusters/index.js +82 -0
- package/dist/react-native/classic/clusters/index.js.map +1 -0
- package/dist/react-native/classic/deploymentSettings/index.d.ts +32 -0
- package/dist/react-native/classic/deploymentSettings/index.js +34 -0
- package/dist/react-native/classic/deploymentSettings/index.js.map +1 -0
- package/dist/react-native/classic/edgeDeviceJobs/index.d.ts +32 -0
- package/dist/react-native/classic/edgeDeviceJobs/index.js +34 -0
- package/dist/react-native/classic/edgeDeviceJobs/index.js.map +1 -0
- package/dist/react-native/classic/edgeDevices/index.d.ts +38 -0
- package/dist/react-native/classic/edgeDevices/index.js +43 -0
- package/dist/react-native/classic/edgeDevices/index.js.map +1 -0
- package/dist/react-native/classic/extensions/index.d.ts +44 -0
- package/dist/react-native/classic/extensions/index.js +52 -0
- package/dist/react-native/classic/extensions/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +15 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/offers/index.d.ts +15 -0
- package/dist/react-native/classic/offers/index.js +16 -0
- package/dist/react-native/classic/offers/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +14 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/securitySettings/index.d.ts +32 -0
- package/dist/react-native/classic/securitySettings/index.js +34 -0
- package/dist/react-native/classic/securitySettings/index.js.map +1 -0
- package/dist/react-native/classic/skus/index.d.ts +13 -0
- package/dist/react-native/classic/skus/index.js +15 -0
- package/dist/react-native/classic/skus/index.js.map +1 -0
- package/dist/react-native/classic/updateRuns/index.d.ts +28 -0
- package/dist/react-native/classic/updateRuns/index.js +26 -0
- package/dist/react-native/classic/updateRuns/index.js.map +1 -0
- package/dist/react-native/classic/updateSummaries/index.d.ts +28 -0
- package/dist/react-native/classic/updateSummaries/index.js +26 -0
- package/dist/react-native/classic/updateSummaries/index.js.map +1 -0
- package/dist/react-native/classic/updates/index.d.ts +34 -0
- package/dist/react-native/classic/updates/index.js +35 -0
- package/dist/react-native/classic/updates/index.js.map +1 -0
- package/dist/react-native/classic/validatedSolutionRecipes/index.d.ts +13 -0
- package/dist/react-native/classic/validatedSolutionRecipes/index.js +15 -0
- package/dist/react-native/classic/validatedSolutionRecipes/index.js.map +1 -0
- package/dist/react-native/index.d.ts +27 -3
- package/dist/react-native/index.js +6 -11
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -3821
- package/dist/react-native/models/index.js +3 -631
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +3951 -0
- package/dist/react-native/models/models.js +4288 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +154 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +95 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +200 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +372 -93
- package/CHANGELOG.md +0 -787
- package/dist/browser/azureStackHCIClient.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -18
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -147
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -5276
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -40
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -302
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/arcSettings.d.ts +0 -129
- package/dist/browser/operations/arcSettings.d.ts.map +0 -1
- package/dist/browser/operations/arcSettings.js +0 -555
- package/dist/browser/operations/arcSettings.js.map +0 -1
- package/dist/browser/operations/clusters.d.ts +0 -169
- package/dist/browser/operations/clusters.d.ts.map +0 -1
- package/dist/browser/operations/clusters.js +0 -851
- package/dist/browser/operations/clusters.js.map +0 -1
- package/dist/browser/operations/deploymentSettings.d.ts +0 -81
- package/dist/browser/operations/deploymentSettings.d.ts.map +0 -1
- package/dist/browser/operations/deploymentSettings.js +0 -357
- package/dist/browser/operations/deploymentSettings.js.map +0 -1
- package/dist/browser/operations/edgeDevices.d.ts +0 -89
- package/dist/browser/operations/edgeDevices.d.ts.map +0 -1
- package/dist/browser/operations/edgeDevices.js +0 -420
- package/dist/browser/operations/edgeDevices.js.map +0 -1
- package/dist/browser/operations/extensions.d.ts +0 -129
- package/dist/browser/operations/extensions.d.ts.map +0 -1
- package/dist/browser/operations/extensions.js +0 -575
- package/dist/browser/operations/extensions.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -14
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -21
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/offers.d.ts +0 -74
- package/dist/browser/operations/offers.d.ts.map +0 -1
- package/dist/browser/operations/offers.js +0 -279
- package/dist/browser/operations/offers.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -18
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -47
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/publishers.d.ts +0 -46
- package/dist/browser/operations/publishers.d.ts.map +0 -1
- package/dist/browser/operations/publishers.js +0 -165
- package/dist/browser/operations/publishers.js.map +0 -1
- package/dist/browser/operations/securitySettings.d.ts +0 -81
- package/dist/browser/operations/securitySettings.d.ts.map +0 -1
- package/dist/browser/operations/securitySettings.js +0 -357
- package/dist/browser/operations/securitySettings.js.map +0 -1
- package/dist/browser/operations/skus.d.ts +0 -54
- package/dist/browser/operations/skus.d.ts.map +0 -1
- package/dist/browser/operations/skus.js +0 -193
- package/dist/browser/operations/skus.js.map +0 -1
- package/dist/browser/operations/updateRuns.d.ts +0 -79
- package/dist/browser/operations/updateRuns.d.ts.map +0 -1
- package/dist/browser/operations/updateRuns.js +0 -309
- package/dist/browser/operations/updateRuns.js.map +0 -1
- package/dist/browser/operations/updateSummariesOperations.d.ts +0 -68
- package/dist/browser/operations/updateSummariesOperations.d.ts.map +0 -1
- package/dist/browser/operations/updateSummariesOperations.js +0 -277
- package/dist/browser/operations/updateSummariesOperations.js.map +0 -1
- package/dist/browser/operations/updates.d.ts +0 -88
- package/dist/browser/operations/updates.d.ts.map +0 -1
- package/dist/browser/operations/updates.js +0 -366
- package/dist/browser/operations/updates.js.map +0 -1
- package/dist/browser/operationsInterfaces/arcSettings.d.ts +0 -104
- package/dist/browser/operationsInterfaces/arcSettings.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/arcSettings.js +0 -9
- package/dist/browser/operationsInterfaces/arcSettings.js.map +0 -1
- package/dist/browser/operationsInterfaces/clusters.d.ts +0 -133
- package/dist/browser/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/clusters.js +0 -9
- package/dist/browser/operationsInterfaces/clusters.js.map +0 -1
- package/dist/browser/operationsInterfaces/deploymentSettings.d.ts +0 -56
- package/dist/browser/operationsInterfaces/deploymentSettings.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/deploymentSettings.js +0 -9
- package/dist/browser/operationsInterfaces/deploymentSettings.js.map +0 -1
- package/dist/browser/operationsInterfaces/edgeDevices.d.ts +0 -66
- package/dist/browser/operationsInterfaces/edgeDevices.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/edgeDevices.js +0 -9
- package/dist/browser/operationsInterfaces/edgeDevices.js.map +0 -1
- package/dist/browser/operationsInterfaces/extensions.d.ts +0 -102
- package/dist/browser/operationsInterfaces/extensions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/extensions.js +0 -9
- package/dist/browser/operationsInterfaces/extensions.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -14
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -21
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/offers.d.ts +0 -30
- package/dist/browser/operationsInterfaces/offers.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/offers.js +0 -9
- package/dist/browser/operationsInterfaces/offers.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -10
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/publishers.d.ts +0 -21
- package/dist/browser/operationsInterfaces/publishers.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/publishers.js +0 -9
- package/dist/browser/operationsInterfaces/publishers.js.map +0 -1
- package/dist/browser/operationsInterfaces/securitySettings.d.ts +0 -56
- package/dist/browser/operationsInterfaces/securitySettings.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/securitySettings.js +0 -9
- package/dist/browser/operationsInterfaces/securitySettings.js.map +0 -1
- package/dist/browser/operationsInterfaces/skus.d.ts +0 -25
- package/dist/browser/operationsInterfaces/skus.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/skus.js +0 -9
- package/dist/browser/operationsInterfaces/skus.js.map +0 -1
- package/dist/browser/operationsInterfaces/updateRuns.d.ts +0 -52
- package/dist/browser/operationsInterfaces/updateRuns.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/updateRuns.js +0 -9
- package/dist/browser/operationsInterfaces/updateRuns.js.map +0 -1
- package/dist/browser/operationsInterfaces/updateSummariesOperations.d.ts +0 -43
- package/dist/browser/operationsInterfaces/updateSummariesOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/updateSummariesOperations.js +0 -9
- package/dist/browser/operationsInterfaces/updateSummariesOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/updates.d.ts +0 -63
- package/dist/browser/operationsInterfaces/updates.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/updates.js +0 -9
- package/dist/browser/operationsInterfaces/updates.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -30
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/azureStackHCIClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -21
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -147
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -5281
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -40
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -305
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/arcSettings.d.ts +0 -129
- package/dist/commonjs/operations/arcSettings.d.ts.map +0 -1
- package/dist/commonjs/operations/arcSettings.js +0 -560
- package/dist/commonjs/operations/arcSettings.js.map +0 -1
- package/dist/commonjs/operations/clusters.d.ts +0 -169
- package/dist/commonjs/operations/clusters.d.ts.map +0 -1
- package/dist/commonjs/operations/clusters.js +0 -856
- package/dist/commonjs/operations/clusters.js.map +0 -1
- package/dist/commonjs/operations/deploymentSettings.d.ts +0 -81
- package/dist/commonjs/operations/deploymentSettings.d.ts.map +0 -1
- package/dist/commonjs/operations/deploymentSettings.js +0 -362
- package/dist/commonjs/operations/deploymentSettings.js.map +0 -1
- package/dist/commonjs/operations/edgeDevices.d.ts +0 -89
- package/dist/commonjs/operations/edgeDevices.d.ts.map +0 -1
- package/dist/commonjs/operations/edgeDevices.js +0 -425
- package/dist/commonjs/operations/edgeDevices.js.map +0 -1
- package/dist/commonjs/operations/extensions.d.ts +0 -129
- package/dist/commonjs/operations/extensions.d.ts.map +0 -1
- package/dist/commonjs/operations/extensions.js +0 -580
- package/dist/commonjs/operations/extensions.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -14
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -24
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/offers.d.ts +0 -74
- package/dist/commonjs/operations/offers.d.ts.map +0 -1
- package/dist/commonjs/operations/offers.js +0 -284
- package/dist/commonjs/operations/offers.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -18
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -52
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/publishers.d.ts +0 -46
- package/dist/commonjs/operations/publishers.d.ts.map +0 -1
- package/dist/commonjs/operations/publishers.js +0 -170
- package/dist/commonjs/operations/publishers.js.map +0 -1
- package/dist/commonjs/operations/securitySettings.d.ts +0 -81
- package/dist/commonjs/operations/securitySettings.d.ts.map +0 -1
- package/dist/commonjs/operations/securitySettings.js +0 -362
- package/dist/commonjs/operations/securitySettings.js.map +0 -1
- package/dist/commonjs/operations/skus.d.ts +0 -54
- package/dist/commonjs/operations/skus.d.ts.map +0 -1
- package/dist/commonjs/operations/skus.js +0 -198
- package/dist/commonjs/operations/skus.js.map +0 -1
- package/dist/commonjs/operations/updateRuns.d.ts +0 -79
- package/dist/commonjs/operations/updateRuns.d.ts.map +0 -1
- package/dist/commonjs/operations/updateRuns.js +0 -314
- package/dist/commonjs/operations/updateRuns.js.map +0 -1
- package/dist/commonjs/operations/updateSummariesOperations.d.ts +0 -68
- package/dist/commonjs/operations/updateSummariesOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/updateSummariesOperations.js +0 -282
- package/dist/commonjs/operations/updateSummariesOperations.js.map +0 -1
- package/dist/commonjs/operations/updates.d.ts +0 -88
- package/dist/commonjs/operations/updates.d.ts.map +0 -1
- package/dist/commonjs/operations/updates.js +0 -371
- package/dist/commonjs/operations/updates.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/arcSettings.d.ts +0 -104
- package/dist/commonjs/operationsInterfaces/arcSettings.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/arcSettings.js +0 -10
- package/dist/commonjs/operationsInterfaces/arcSettings.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/clusters.d.ts +0 -133
- package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/clusters.js +0 -10
- package/dist/commonjs/operationsInterfaces/clusters.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/deploymentSettings.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/deploymentSettings.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/deploymentSettings.js +0 -10
- package/dist/commonjs/operationsInterfaces/deploymentSettings.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/edgeDevices.d.ts +0 -66
- package/dist/commonjs/operationsInterfaces/edgeDevices.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/edgeDevices.js +0 -10
- package/dist/commonjs/operationsInterfaces/edgeDevices.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/extensions.d.ts +0 -102
- package/dist/commonjs/operationsInterfaces/extensions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/extensions.js +0 -10
- package/dist/commonjs/operationsInterfaces/extensions.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -24
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/offers.d.ts +0 -30
- package/dist/commonjs/operationsInterfaces/offers.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/offers.js +0 -10
- package/dist/commonjs/operationsInterfaces/offers.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -10
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/publishers.d.ts +0 -21
- package/dist/commonjs/operationsInterfaces/publishers.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/publishers.js +0 -10
- package/dist/commonjs/operationsInterfaces/publishers.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/securitySettings.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/securitySettings.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/securitySettings.js +0 -10
- package/dist/commonjs/operationsInterfaces/securitySettings.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/skus.d.ts +0 -25
- package/dist/commonjs/operationsInterfaces/skus.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/skus.js +0 -10
- package/dist/commonjs/operationsInterfaces/skus.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/updateRuns.d.ts +0 -52
- package/dist/commonjs/operationsInterfaces/updateRuns.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/updateRuns.js +0 -10
- package/dist/commonjs/operationsInterfaces/updateRuns.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/updateSummariesOperations.d.ts +0 -43
- package/dist/commonjs/operationsInterfaces/updateSummariesOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/updateSummariesOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/updateSummariesOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/updates.d.ts +0 -63
- package/dist/commonjs/operationsInterfaces/updates.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/updates.js +0 -10
- package/dist/commonjs/operationsInterfaces/updates.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -34
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/azureStackHCIClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -18
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -147
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -5276
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -40
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -302
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/arcSettings.d.ts +0 -129
- package/dist/esm/operations/arcSettings.d.ts.map +0 -1
- package/dist/esm/operations/arcSettings.js +0 -555
- package/dist/esm/operations/arcSettings.js.map +0 -1
- package/dist/esm/operations/clusters.d.ts +0 -169
- package/dist/esm/operations/clusters.d.ts.map +0 -1
- package/dist/esm/operations/clusters.js +0 -851
- package/dist/esm/operations/clusters.js.map +0 -1
- package/dist/esm/operations/deploymentSettings.d.ts +0 -81
- package/dist/esm/operations/deploymentSettings.d.ts.map +0 -1
- package/dist/esm/operations/deploymentSettings.js +0 -357
- package/dist/esm/operations/deploymentSettings.js.map +0 -1
- package/dist/esm/operations/edgeDevices.d.ts +0 -89
- package/dist/esm/operations/edgeDevices.d.ts.map +0 -1
- package/dist/esm/operations/edgeDevices.js +0 -420
- package/dist/esm/operations/edgeDevices.js.map +0 -1
- package/dist/esm/operations/extensions.d.ts +0 -129
- package/dist/esm/operations/extensions.d.ts.map +0 -1
- package/dist/esm/operations/extensions.js +0 -575
- package/dist/esm/operations/extensions.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -14
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -21
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/offers.d.ts +0 -74
- package/dist/esm/operations/offers.d.ts.map +0 -1
- package/dist/esm/operations/offers.js +0 -279
- package/dist/esm/operations/offers.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -18
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -47
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/publishers.d.ts +0 -46
- package/dist/esm/operations/publishers.d.ts.map +0 -1
- package/dist/esm/operations/publishers.js +0 -165
- package/dist/esm/operations/publishers.js.map +0 -1
- package/dist/esm/operations/securitySettings.d.ts +0 -81
- package/dist/esm/operations/securitySettings.d.ts.map +0 -1
- package/dist/esm/operations/securitySettings.js +0 -357
- package/dist/esm/operations/securitySettings.js.map +0 -1
- package/dist/esm/operations/skus.d.ts +0 -54
- package/dist/esm/operations/skus.d.ts.map +0 -1
- package/dist/esm/operations/skus.js +0 -193
- package/dist/esm/operations/skus.js.map +0 -1
- package/dist/esm/operations/updateRuns.d.ts +0 -79
- package/dist/esm/operations/updateRuns.d.ts.map +0 -1
- package/dist/esm/operations/updateRuns.js +0 -309
- package/dist/esm/operations/updateRuns.js.map +0 -1
- package/dist/esm/operations/updateSummariesOperations.d.ts +0 -68
- package/dist/esm/operations/updateSummariesOperations.d.ts.map +0 -1
- package/dist/esm/operations/updateSummariesOperations.js +0 -277
- package/dist/esm/operations/updateSummariesOperations.js.map +0 -1
- package/dist/esm/operations/updates.d.ts +0 -88
- package/dist/esm/operations/updates.d.ts.map +0 -1
- package/dist/esm/operations/updates.js +0 -366
- package/dist/esm/operations/updates.js.map +0 -1
- package/dist/esm/operationsInterfaces/arcSettings.d.ts +0 -104
- package/dist/esm/operationsInterfaces/arcSettings.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/arcSettings.js +0 -9
- package/dist/esm/operationsInterfaces/arcSettings.js.map +0 -1
- package/dist/esm/operationsInterfaces/clusters.d.ts +0 -133
- package/dist/esm/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/clusters.js +0 -9
- package/dist/esm/operationsInterfaces/clusters.js.map +0 -1
- package/dist/esm/operationsInterfaces/deploymentSettings.d.ts +0 -56
- package/dist/esm/operationsInterfaces/deploymentSettings.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/deploymentSettings.js +0 -9
- package/dist/esm/operationsInterfaces/deploymentSettings.js.map +0 -1
- package/dist/esm/operationsInterfaces/edgeDevices.d.ts +0 -66
- package/dist/esm/operationsInterfaces/edgeDevices.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/edgeDevices.js +0 -9
- package/dist/esm/operationsInterfaces/edgeDevices.js.map +0 -1
- package/dist/esm/operationsInterfaces/extensions.d.ts +0 -102
- package/dist/esm/operationsInterfaces/extensions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/extensions.js +0 -9
- package/dist/esm/operationsInterfaces/extensions.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -14
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -21
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/offers.d.ts +0 -30
- package/dist/esm/operationsInterfaces/offers.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/offers.js +0 -9
- package/dist/esm/operationsInterfaces/offers.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -10
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/publishers.d.ts +0 -21
- package/dist/esm/operationsInterfaces/publishers.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/publishers.js +0 -9
- package/dist/esm/operationsInterfaces/publishers.js.map +0 -1
- package/dist/esm/operationsInterfaces/securitySettings.d.ts +0 -56
- package/dist/esm/operationsInterfaces/securitySettings.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/securitySettings.js +0 -9
- package/dist/esm/operationsInterfaces/securitySettings.js.map +0 -1
- package/dist/esm/operationsInterfaces/skus.d.ts +0 -25
- package/dist/esm/operationsInterfaces/skus.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/skus.js +0 -9
- package/dist/esm/operationsInterfaces/skus.js.map +0 -1
- package/dist/esm/operationsInterfaces/updateRuns.d.ts +0 -52
- package/dist/esm/operationsInterfaces/updateRuns.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/updateRuns.js +0 -9
- package/dist/esm/operationsInterfaces/updateRuns.js.map +0 -1
- package/dist/esm/operationsInterfaces/updateSummariesOperations.d.ts +0 -43
- package/dist/esm/operationsInterfaces/updateSummariesOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/updateSummariesOperations.js +0 -9
- package/dist/esm/operationsInterfaces/updateSummariesOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/updates.d.ts +0 -63
- package/dist/esm/operationsInterfaces/updates.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/updates.js +0 -9
- package/dist/esm/operationsInterfaces/updates.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -30
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/azureStackHCIClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -18
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -147
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -5276
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -40
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -302
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/arcSettings.d.ts +0 -129
- package/dist/react-native/operations/arcSettings.d.ts.map +0 -1
- package/dist/react-native/operations/arcSettings.js +0 -555
- package/dist/react-native/operations/arcSettings.js.map +0 -1
- package/dist/react-native/operations/clusters.d.ts +0 -169
- package/dist/react-native/operations/clusters.d.ts.map +0 -1
- package/dist/react-native/operations/clusters.js +0 -851
- package/dist/react-native/operations/clusters.js.map +0 -1
- package/dist/react-native/operations/deploymentSettings.d.ts +0 -81
- package/dist/react-native/operations/deploymentSettings.d.ts.map +0 -1
- package/dist/react-native/operations/deploymentSettings.js +0 -357
- package/dist/react-native/operations/deploymentSettings.js.map +0 -1
- package/dist/react-native/operations/edgeDevices.d.ts +0 -89
- package/dist/react-native/operations/edgeDevices.d.ts.map +0 -1
- package/dist/react-native/operations/edgeDevices.js +0 -420
- package/dist/react-native/operations/edgeDevices.js.map +0 -1
- package/dist/react-native/operations/extensions.d.ts +0 -129
- package/dist/react-native/operations/extensions.d.ts.map +0 -1
- package/dist/react-native/operations/extensions.js +0 -575
- package/dist/react-native/operations/extensions.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -14
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -21
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/offers.d.ts +0 -74
- package/dist/react-native/operations/offers.d.ts.map +0 -1
- package/dist/react-native/operations/offers.js +0 -279
- package/dist/react-native/operations/offers.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -18
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -47
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/publishers.d.ts +0 -46
- package/dist/react-native/operations/publishers.d.ts.map +0 -1
- package/dist/react-native/operations/publishers.js +0 -165
- package/dist/react-native/operations/publishers.js.map +0 -1
- package/dist/react-native/operations/securitySettings.d.ts +0 -81
- package/dist/react-native/operations/securitySettings.d.ts.map +0 -1
- package/dist/react-native/operations/securitySettings.js +0 -357
- package/dist/react-native/operations/securitySettings.js.map +0 -1
- package/dist/react-native/operations/skus.d.ts +0 -54
- package/dist/react-native/operations/skus.d.ts.map +0 -1
- package/dist/react-native/operations/skus.js +0 -193
- package/dist/react-native/operations/skus.js.map +0 -1
- package/dist/react-native/operations/updateRuns.d.ts +0 -79
- package/dist/react-native/operations/updateRuns.d.ts.map +0 -1
- package/dist/react-native/operations/updateRuns.js +0 -309
- package/dist/react-native/operations/updateRuns.js.map +0 -1
- package/dist/react-native/operations/updateSummariesOperations.d.ts +0 -68
- package/dist/react-native/operations/updateSummariesOperations.d.ts.map +0 -1
- package/dist/react-native/operations/updateSummariesOperations.js +0 -277
- package/dist/react-native/operations/updateSummariesOperations.js.map +0 -1
- package/dist/react-native/operations/updates.d.ts +0 -88
- package/dist/react-native/operations/updates.d.ts.map +0 -1
- package/dist/react-native/operations/updates.js +0 -366
- package/dist/react-native/operations/updates.js.map +0 -1
- package/dist/react-native/operationsInterfaces/arcSettings.d.ts +0 -104
- package/dist/react-native/operationsInterfaces/arcSettings.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/arcSettings.js +0 -9
- package/dist/react-native/operationsInterfaces/arcSettings.js.map +0 -1
- package/dist/react-native/operationsInterfaces/clusters.d.ts +0 -133
- package/dist/react-native/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/clusters.js +0 -9
- package/dist/react-native/operationsInterfaces/clusters.js.map +0 -1
- package/dist/react-native/operationsInterfaces/deploymentSettings.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/deploymentSettings.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/deploymentSettings.js +0 -9
- package/dist/react-native/operationsInterfaces/deploymentSettings.js.map +0 -1
- package/dist/react-native/operationsInterfaces/edgeDevices.d.ts +0 -66
- package/dist/react-native/operationsInterfaces/edgeDevices.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/edgeDevices.js +0 -9
- package/dist/react-native/operationsInterfaces/edgeDevices.js.map +0 -1
- package/dist/react-native/operationsInterfaces/extensions.d.ts +0 -102
- package/dist/react-native/operationsInterfaces/extensions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/extensions.js +0 -9
- package/dist/react-native/operationsInterfaces/extensions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -21
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/offers.d.ts +0 -30
- package/dist/react-native/operationsInterfaces/offers.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/offers.js +0 -9
- package/dist/react-native/operationsInterfaces/offers.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -10
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/publishers.d.ts +0 -21
- package/dist/react-native/operationsInterfaces/publishers.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/publishers.js +0 -9
- package/dist/react-native/operationsInterfaces/publishers.js.map +0 -1
- package/dist/react-native/operationsInterfaces/securitySettings.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/securitySettings.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/securitySettings.js +0 -9
- package/dist/react-native/operationsInterfaces/securitySettings.js.map +0 -1
- package/dist/react-native/operationsInterfaces/skus.d.ts +0 -25
- package/dist/react-native/operationsInterfaces/skus.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/skus.js +0 -9
- package/dist/react-native/operationsInterfaces/skus.js.map +0 -1
- package/dist/react-native/operationsInterfaces/updateRuns.d.ts +0 -52
- package/dist/react-native/operationsInterfaces/updateRuns.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/updateRuns.js +0 -9
- package/dist/react-native/operationsInterfaces/updateRuns.js.map +0 -1
- package/dist/react-native/operationsInterfaces/updateSummariesOperations.d.ts +0 -43
- package/dist/react-native/operationsInterfaces/updateSummariesOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/updateSummariesOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/updateSummariesOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/updates.d.ts +0 -63
- package/dist/react-native/operationsInterfaces/updates.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/updates.js +0 -9
- package/dist/react-native/operationsInterfaces/updates.js.map +0 -1
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -30
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/review/arm-azurestackhci-node.api.md +0 -2416
|
@@ -0,0 +1,3951 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file contains only generated model types and their (de)serializers.
|
|
3
|
+
* Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
|
|
4
|
+
*/
|
|
5
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
6
|
+
export interface _OperationListResult {
|
|
7
|
+
/** The Operation items on this page */
|
|
8
|
+
value: Operation[];
|
|
9
|
+
/** The link to the next page of items */
|
|
10
|
+
nextLink?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare function _operationListResultDeserializer(item: any): _OperationListResult;
|
|
13
|
+
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
14
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
15
|
+
export interface Operation {
|
|
16
|
+
/** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
|
|
17
|
+
readonly name?: string;
|
|
18
|
+
/** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
|
|
19
|
+
readonly isDataAction?: boolean;
|
|
20
|
+
/** Localized display information for this particular operation. */
|
|
21
|
+
display?: OperationDisplay;
|
|
22
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
23
|
+
readonly origin?: Origin;
|
|
24
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
25
|
+
readonly actionType?: ActionType;
|
|
26
|
+
}
|
|
27
|
+
export declare function operationDeserializer(item: any): Operation;
|
|
28
|
+
/** Localized display information for an operation. */
|
|
29
|
+
export interface OperationDisplay {
|
|
30
|
+
/** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
|
|
31
|
+
readonly provider?: string;
|
|
32
|
+
/** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
|
|
33
|
+
readonly resource?: string;
|
|
34
|
+
/** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
|
|
35
|
+
readonly operation?: string;
|
|
36
|
+
/** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
|
|
37
|
+
readonly description?: string;
|
|
38
|
+
}
|
|
39
|
+
export declare function operationDisplayDeserializer(item: any): OperationDisplay;
|
|
40
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
41
|
+
export declare enum KnownOrigin {
|
|
42
|
+
/** Indicates the operation is initiated by a user. */
|
|
43
|
+
User = "user",
|
|
44
|
+
/** Indicates the operation is initiated by a system. */
|
|
45
|
+
System = "system",
|
|
46
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
47
|
+
UserSystem = "user,system"
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
|
|
51
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
52
|
+
* this enum contains the known values that the service supports.
|
|
53
|
+
* ### Known values supported by the service
|
|
54
|
+
* **user**: Indicates the operation is initiated by a user. \
|
|
55
|
+
* **system**: Indicates the operation is initiated by a system. \
|
|
56
|
+
* **user,system**: Indicates the operation is initiated by a user or system.
|
|
57
|
+
*/
|
|
58
|
+
export type Origin = string;
|
|
59
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
60
|
+
export declare enum KnownActionType {
|
|
61
|
+
/** Actions are for internal-only APIs. */
|
|
62
|
+
Internal = "Internal"
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
|
|
66
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
67
|
+
* this enum contains the known values that the service supports.
|
|
68
|
+
* ### Known values supported by the service
|
|
69
|
+
* **Internal**: Actions are for internal-only APIs.
|
|
70
|
+
*/
|
|
71
|
+
export type ActionType = string;
|
|
72
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
73
|
+
export interface ErrorResponse {
|
|
74
|
+
/** The error object. */
|
|
75
|
+
error?: ErrorDetail;
|
|
76
|
+
}
|
|
77
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
78
|
+
/** The error detail. */
|
|
79
|
+
export interface ErrorDetail {
|
|
80
|
+
/** The error code. */
|
|
81
|
+
readonly code?: string;
|
|
82
|
+
/** The error message. */
|
|
83
|
+
readonly message?: string;
|
|
84
|
+
/** The error target. */
|
|
85
|
+
readonly target?: string;
|
|
86
|
+
/** The error details. */
|
|
87
|
+
readonly details?: ErrorDetail[];
|
|
88
|
+
/** The error additional info. */
|
|
89
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
90
|
+
}
|
|
91
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
92
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
93
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
94
|
+
/** The resource management error additional info. */
|
|
95
|
+
export interface ErrorAdditionalInfo {
|
|
96
|
+
/** The additional info type. */
|
|
97
|
+
readonly type?: string;
|
|
98
|
+
/** The additional info. */
|
|
99
|
+
readonly info?: any;
|
|
100
|
+
}
|
|
101
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
102
|
+
/** ArcSetting details. */
|
|
103
|
+
export interface ArcSetting extends ProxyResource {
|
|
104
|
+
/** Provisioning state of the ArcSetting proxy resource. */
|
|
105
|
+
readonly provisioningState?: ProvisioningState;
|
|
106
|
+
/** The resource group that hosts the Arc agents, ie. Hybrid Compute Machine resources. */
|
|
107
|
+
arcInstanceResourceGroup?: string;
|
|
108
|
+
/** App id of arc AAD identity. */
|
|
109
|
+
arcApplicationClientId?: string;
|
|
110
|
+
/** Tenant id of arc AAD identity. */
|
|
111
|
+
arcApplicationTenantId?: string;
|
|
112
|
+
/** Object id of arc AAD service principal. */
|
|
113
|
+
arcServicePrincipalObjectId?: string;
|
|
114
|
+
/** Object id of arc AAD identity. */
|
|
115
|
+
arcApplicationObjectId?: string;
|
|
116
|
+
/** Aggregate state of Arc agent across the nodes in this HCI cluster. */
|
|
117
|
+
readonly aggregateState?: ArcSettingAggregateState;
|
|
118
|
+
/** State of Arc agent in each of the nodes. */
|
|
119
|
+
readonly perNodeDetails?: PerNodeState[];
|
|
120
|
+
/** contains connectivity related configuration for ARC resources */
|
|
121
|
+
connectivityProperties?: ArcConnectivityProperties;
|
|
122
|
+
/** Properties for each of the default extensions category */
|
|
123
|
+
readonly defaultExtensions?: DefaultExtensionDetails[];
|
|
124
|
+
}
|
|
125
|
+
export declare function arcSettingSerializer(item: ArcSetting): any;
|
|
126
|
+
export declare function arcSettingDeserializer(item: any): ArcSetting;
|
|
127
|
+
/** ArcSetting properties. */
|
|
128
|
+
export interface ArcSettingProperties {
|
|
129
|
+
/** Provisioning state of the ArcSetting proxy resource. */
|
|
130
|
+
readonly provisioningState?: ProvisioningState;
|
|
131
|
+
/** The resource group that hosts the Arc agents, ie. Hybrid Compute Machine resources. */
|
|
132
|
+
arcInstanceResourceGroup?: string;
|
|
133
|
+
/** App id of arc AAD identity. */
|
|
134
|
+
arcApplicationClientId?: string;
|
|
135
|
+
/** Tenant id of arc AAD identity. */
|
|
136
|
+
arcApplicationTenantId?: string;
|
|
137
|
+
/** Object id of arc AAD service principal. */
|
|
138
|
+
arcServicePrincipalObjectId?: string;
|
|
139
|
+
/** Object id of arc AAD identity. */
|
|
140
|
+
arcApplicationObjectId?: string;
|
|
141
|
+
/** Aggregate state of Arc agent across the nodes in this HCI cluster. */
|
|
142
|
+
readonly aggregateState?: ArcSettingAggregateState;
|
|
143
|
+
/** State of Arc agent in each of the nodes. */
|
|
144
|
+
readonly perNodeDetails?: PerNodeState[];
|
|
145
|
+
/** contains connectivity related configuration for ARC resources */
|
|
146
|
+
connectivityProperties?: ArcConnectivityProperties;
|
|
147
|
+
/** Properties for each of the default extensions category */
|
|
148
|
+
readonly defaultExtensions?: DefaultExtensionDetails[];
|
|
149
|
+
}
|
|
150
|
+
export declare function arcSettingPropertiesSerializer(item: ArcSettingProperties): any;
|
|
151
|
+
export declare function arcSettingPropertiesDeserializer(item: any): ArcSettingProperties;
|
|
152
|
+
/** Provisioning state of the ArcSetting proxy resource. */
|
|
153
|
+
export declare enum KnownProvisioningState {
|
|
154
|
+
/** The provisioning state is not specified. */
|
|
155
|
+
NotSpecified = "NotSpecified",
|
|
156
|
+
/** An error occurred during provisioning. */
|
|
157
|
+
Error = "Error",
|
|
158
|
+
/** Provisioning completed successfully. */
|
|
159
|
+
Succeeded = "Succeeded",
|
|
160
|
+
/** Provisioning failed. */
|
|
161
|
+
Failed = "Failed",
|
|
162
|
+
/** Provisioning was canceled. */
|
|
163
|
+
Canceled = "Canceled",
|
|
164
|
+
/** The resource is connected. */
|
|
165
|
+
Connected = "Connected",
|
|
166
|
+
/** The resource is disconnected. */
|
|
167
|
+
Disconnected = "Disconnected",
|
|
168
|
+
/** The resource has been deleted. */
|
|
169
|
+
Deleted = "Deleted",
|
|
170
|
+
/** The resource is being created. */
|
|
171
|
+
Creating = "Creating",
|
|
172
|
+
/** The resource is being updated. */
|
|
173
|
+
Updating = "Updating",
|
|
174
|
+
/** The resource is being deleted. */
|
|
175
|
+
Deleting = "Deleting",
|
|
176
|
+
/** The resource is being moved. */
|
|
177
|
+
Moving = "Moving",
|
|
178
|
+
/** Provisioning partially succeeded. */
|
|
179
|
+
PartiallySucceeded = "PartiallySucceeded",
|
|
180
|
+
/** The resource is partially connected. */
|
|
181
|
+
PartiallyConnected = "PartiallyConnected",
|
|
182
|
+
/** Provisioning is in progress. */
|
|
183
|
+
InProgress = "InProgress",
|
|
184
|
+
/** Provisioning request has been accepted. */
|
|
185
|
+
Accepted = "Accepted",
|
|
186
|
+
/** The resource is currently provisioning. */
|
|
187
|
+
Provisioning = "Provisioning",
|
|
188
|
+
/** The resource is being disabled. */
|
|
189
|
+
DisableInProgress = "DisableInProgress"
|
|
190
|
+
}
|
|
191
|
+
/**
|
|
192
|
+
* Provisioning state of the ArcSetting proxy resource. \
|
|
193
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
194
|
+
* this enum contains the known values that the service supports.
|
|
195
|
+
* ### Known values supported by the service
|
|
196
|
+
* **NotSpecified**: The provisioning state is not specified. \
|
|
197
|
+
* **Error**: An error occurred during provisioning. \
|
|
198
|
+
* **Succeeded**: Provisioning completed successfully. \
|
|
199
|
+
* **Failed**: Provisioning failed. \
|
|
200
|
+
* **Canceled**: Provisioning was canceled. \
|
|
201
|
+
* **Connected**: The resource is connected. \
|
|
202
|
+
* **Disconnected**: The resource is disconnected. \
|
|
203
|
+
* **Deleted**: The resource has been deleted. \
|
|
204
|
+
* **Creating**: The resource is being created. \
|
|
205
|
+
* **Updating**: The resource is being updated. \
|
|
206
|
+
* **Deleting**: The resource is being deleted. \
|
|
207
|
+
* **Moving**: The resource is being moved. \
|
|
208
|
+
* **PartiallySucceeded**: Provisioning partially succeeded. \
|
|
209
|
+
* **PartiallyConnected**: The resource is partially connected. \
|
|
210
|
+
* **InProgress**: Provisioning is in progress. \
|
|
211
|
+
* **Accepted**: Provisioning request has been accepted. \
|
|
212
|
+
* **Provisioning**: The resource is currently provisioning. \
|
|
213
|
+
* **DisableInProgress**: The resource is being disabled.
|
|
214
|
+
*/
|
|
215
|
+
export type ProvisioningState = string;
|
|
216
|
+
/** Aggregate state of Arc agent across the nodes in this HCI cluster. */
|
|
217
|
+
export declare enum KnownArcSettingAggregateState {
|
|
218
|
+
/** The aggregate state is not specified. */
|
|
219
|
+
NotSpecified = "NotSpecified",
|
|
220
|
+
/** An error occurred in the aggregate state. */
|
|
221
|
+
Error = "Error",
|
|
222
|
+
/** The operation successfully completed across all nodes. */
|
|
223
|
+
Succeeded = "Succeeded",
|
|
224
|
+
/** The operation was canceled across the nodes. */
|
|
225
|
+
Canceled = "Canceled",
|
|
226
|
+
/** The operation failed on all or most nodes. */
|
|
227
|
+
Failed = "Failed",
|
|
228
|
+
/** All nodes are connected. */
|
|
229
|
+
Connected = "Connected",
|
|
230
|
+
/** All nodes are disconnected. */
|
|
231
|
+
Disconnected = "Disconnected",
|
|
232
|
+
/** The Arc agent has been deleted from all nodes. */
|
|
233
|
+
Deleted = "Deleted",
|
|
234
|
+
/** The Arc agent is being created across the nodes. */
|
|
235
|
+
Creating = "Creating",
|
|
236
|
+
/** The Arc agent is being updated across the nodes. */
|
|
237
|
+
Updating = "Updating",
|
|
238
|
+
/** The Arc agent is being deleted across the nodes. */
|
|
239
|
+
Deleting = "Deleting",
|
|
240
|
+
/** The Arc agent is being moved across the nodes. */
|
|
241
|
+
Moving = "Moving",
|
|
242
|
+
/** The operation succeeded on some nodes. */
|
|
243
|
+
PartiallySucceeded = "PartiallySucceeded",
|
|
244
|
+
/** Some nodes are connected, others are not. */
|
|
245
|
+
PartiallyConnected = "PartiallyConnected",
|
|
246
|
+
/** The operation is currently in progress across the nodes. */
|
|
247
|
+
InProgress = "InProgress",
|
|
248
|
+
/** The operation has been accepted and is pending execution. */
|
|
249
|
+
Accepted = "Accepted",
|
|
250
|
+
/** The Arc agent is being provisioned across the nodes. */
|
|
251
|
+
Provisioning = "Provisioning",
|
|
252
|
+
/** The Arc agent is being disabled across the nodes. */
|
|
253
|
+
DisableInProgress = "DisableInProgress"
|
|
254
|
+
}
|
|
255
|
+
/**
|
|
256
|
+
* Aggregate state of Arc agent across the nodes in this HCI cluster. \
|
|
257
|
+
* {@link KnownArcSettingAggregateState} can be used interchangeably with ArcSettingAggregateState,
|
|
258
|
+
* this enum contains the known values that the service supports.
|
|
259
|
+
* ### Known values supported by the service
|
|
260
|
+
* **NotSpecified**: The aggregate state is not specified. \
|
|
261
|
+
* **Error**: An error occurred in the aggregate state. \
|
|
262
|
+
* **Succeeded**: The operation successfully completed across all nodes. \
|
|
263
|
+
* **Canceled**: The operation was canceled across the nodes. \
|
|
264
|
+
* **Failed**: The operation failed on all or most nodes. \
|
|
265
|
+
* **Connected**: All nodes are connected. \
|
|
266
|
+
* **Disconnected**: All nodes are disconnected. \
|
|
267
|
+
* **Deleted**: The Arc agent has been deleted from all nodes. \
|
|
268
|
+
* **Creating**: The Arc agent is being created across the nodes. \
|
|
269
|
+
* **Updating**: The Arc agent is being updated across the nodes. \
|
|
270
|
+
* **Deleting**: The Arc agent is being deleted across the nodes. \
|
|
271
|
+
* **Moving**: The Arc agent is being moved across the nodes. \
|
|
272
|
+
* **PartiallySucceeded**: The operation succeeded on some nodes. \
|
|
273
|
+
* **PartiallyConnected**: Some nodes are connected, others are not. \
|
|
274
|
+
* **InProgress**: The operation is currently in progress across the nodes. \
|
|
275
|
+
* **Accepted**: The operation has been accepted and is pending execution. \
|
|
276
|
+
* **Provisioning**: The Arc agent is being provisioned across the nodes. \
|
|
277
|
+
* **DisableInProgress**: The Arc agent is being disabled across the nodes.
|
|
278
|
+
*/
|
|
279
|
+
export type ArcSettingAggregateState = string;
|
|
280
|
+
export declare function perNodeStateArrayDeserializer(result: Array<PerNodeState>): any[];
|
|
281
|
+
/** Status of Arc agent for a particular node in HCI Cluster. */
|
|
282
|
+
export interface PerNodeState {
|
|
283
|
+
/** Name of the Node in HCI Cluster */
|
|
284
|
+
readonly name?: string;
|
|
285
|
+
/** Fully qualified resource ID for the Arc agent of this node. */
|
|
286
|
+
readonly arcInstance?: string;
|
|
287
|
+
/** The service principal id of the arc for server node */
|
|
288
|
+
readonly arcNodeServicePrincipalObjectId?: string;
|
|
289
|
+
/** State of the Arc agent in this node. Indicates the current lifecycle status of the agent, such as whether it's being provisioned, connected, updated, or has encountered an error. */
|
|
290
|
+
readonly state?: NodeArcState;
|
|
291
|
+
}
|
|
292
|
+
export declare function perNodeStateDeserializer(item: any): PerNodeState;
|
|
293
|
+
/** State of the Arc agent in this node. Indicates the current lifecycle status of the agent, such as whether it's being provisioned, connected, updated, or has encountered an error. */
|
|
294
|
+
export declare enum KnownNodeArcState {
|
|
295
|
+
/** The state is not specified. */
|
|
296
|
+
NotSpecified = "NotSpecified",
|
|
297
|
+
/** An error occurred during the agent's lifecycle. */
|
|
298
|
+
Error = "Error",
|
|
299
|
+
/** The operation completed successfully. */
|
|
300
|
+
Succeeded = "Succeeded",
|
|
301
|
+
/** The operation was canceled before completion. */
|
|
302
|
+
Canceled = "Canceled",
|
|
303
|
+
/** The operation failed. */
|
|
304
|
+
Failed = "Failed",
|
|
305
|
+
/** The Arc agent is connected on this node. */
|
|
306
|
+
Connected = "Connected",
|
|
307
|
+
/** The Arc agent is disconnected on this node. */
|
|
308
|
+
Disconnected = "Disconnected",
|
|
309
|
+
/** The Arc agent has been deleted from this node. */
|
|
310
|
+
Deleted = "Deleted",
|
|
311
|
+
/** The Arc agent is being created on this node. */
|
|
312
|
+
Creating = "Creating",
|
|
313
|
+
/** The Arc agent is being updated on this node. */
|
|
314
|
+
Updating = "Updating",
|
|
315
|
+
/** The Arc agent is being deleted from this node. */
|
|
316
|
+
Deleting = "Deleting",
|
|
317
|
+
/** The Arc agent is being moved on this node. */
|
|
318
|
+
Moving = "Moving",
|
|
319
|
+
/** The operation partially succeeded. */
|
|
320
|
+
PartiallySucceeded = "PartiallySucceeded",
|
|
321
|
+
/** The Arc agent is partially connected on this node. */
|
|
322
|
+
PartiallyConnected = "PartiallyConnected",
|
|
323
|
+
/** The operation is currently in progress. */
|
|
324
|
+
InProgress = "InProgress",
|
|
325
|
+
/** The operation has been accepted and is pending execution. */
|
|
326
|
+
Accepted = "Accepted",
|
|
327
|
+
/** The Arc agent is currently being provisioned on this node. */
|
|
328
|
+
Provisioning = "Provisioning",
|
|
329
|
+
/** The Arc agent is in the process of being disabled on this node. */
|
|
330
|
+
DisableInProgress = "DisableInProgress"
|
|
331
|
+
}
|
|
332
|
+
/**
|
|
333
|
+
* State of the Arc agent in this node. Indicates the current lifecycle status of the agent, such as whether it's being provisioned, connected, updated, or has encountered an error. \
|
|
334
|
+
* {@link KnownNodeArcState} can be used interchangeably with NodeArcState,
|
|
335
|
+
* this enum contains the known values that the service supports.
|
|
336
|
+
* ### Known values supported by the service
|
|
337
|
+
* **NotSpecified**: The state is not specified. \
|
|
338
|
+
* **Error**: An error occurred during the agent's lifecycle. \
|
|
339
|
+
* **Succeeded**: The operation completed successfully. \
|
|
340
|
+
* **Canceled**: The operation was canceled before completion. \
|
|
341
|
+
* **Failed**: The operation failed. \
|
|
342
|
+
* **Connected**: The Arc agent is connected on this node. \
|
|
343
|
+
* **Disconnected**: The Arc agent is disconnected on this node. \
|
|
344
|
+
* **Deleted**: The Arc agent has been deleted from this node. \
|
|
345
|
+
* **Creating**: The Arc agent is being created on this node. \
|
|
346
|
+
* **Updating**: The Arc agent is being updated on this node. \
|
|
347
|
+
* **Deleting**: The Arc agent is being deleted from this node. \
|
|
348
|
+
* **Moving**: The Arc agent is being moved on this node. \
|
|
349
|
+
* **PartiallySucceeded**: The operation partially succeeded. \
|
|
350
|
+
* **PartiallyConnected**: The Arc agent is partially connected on this node. \
|
|
351
|
+
* **InProgress**: The operation is currently in progress. \
|
|
352
|
+
* **Accepted**: The operation has been accepted and is pending execution. \
|
|
353
|
+
* **Provisioning**: The Arc agent is currently being provisioned on this node. \
|
|
354
|
+
* **DisableInProgress**: The Arc agent is in the process of being disabled on this node.
|
|
355
|
+
*/
|
|
356
|
+
export type NodeArcState = string;
|
|
357
|
+
/** Connectivity related configuration required by arc server. */
|
|
358
|
+
export interface ArcConnectivityProperties {
|
|
359
|
+
/** True indicates ARC connectivity is enabled */
|
|
360
|
+
enabled?: boolean;
|
|
361
|
+
/** Service configurations associated with the connectivity resource. They are only processed by the server if 'enabled' property is set to 'true'. */
|
|
362
|
+
serviceConfigurations?: ServiceConfiguration[];
|
|
363
|
+
}
|
|
364
|
+
export declare function arcConnectivityPropertiesSerializer(item: ArcConnectivityProperties): any;
|
|
365
|
+
export declare function arcConnectivityPropertiesDeserializer(item: any): ArcConnectivityProperties;
|
|
366
|
+
export declare function serviceConfigurationArraySerializer(result: Array<ServiceConfiguration>): any[];
|
|
367
|
+
export declare function serviceConfigurationArrayDeserializer(result: Array<ServiceConfiguration>): any[];
|
|
368
|
+
/** Service configuration details */
|
|
369
|
+
export interface ServiceConfiguration {
|
|
370
|
+
/** Specifies the name of the service associated with the update or operation. This helps identify which system component or tool is involved. */
|
|
371
|
+
serviceName: ServiceName;
|
|
372
|
+
/** The port on which service is enabled. */
|
|
373
|
+
port: number;
|
|
374
|
+
}
|
|
375
|
+
export declare function serviceConfigurationSerializer(item: ServiceConfiguration): any;
|
|
376
|
+
export declare function serviceConfigurationDeserializer(item: any): ServiceConfiguration;
|
|
377
|
+
/** Specifies the name of the service associated with the update or operation. This helps identify which system component or tool is involved. */
|
|
378
|
+
export declare enum KnownServiceName {
|
|
379
|
+
/** Windows Admin Center (WAC) is the service associated with this operation. */
|
|
380
|
+
WAC = "WAC"
|
|
381
|
+
}
|
|
382
|
+
/**
|
|
383
|
+
* Specifies the name of the service associated with the update or operation. This helps identify which system component or tool is involved. \
|
|
384
|
+
* {@link KnownServiceName} can be used interchangeably with ServiceName,
|
|
385
|
+
* this enum contains the known values that the service supports.
|
|
386
|
+
* ### Known values supported by the service
|
|
387
|
+
* **WAC**: Windows Admin Center (WAC) is the service associated with this operation.
|
|
388
|
+
*/
|
|
389
|
+
export type ServiceName = string;
|
|
390
|
+
export declare function defaultExtensionDetailsArrayDeserializer(result: Array<DefaultExtensionDetails>): any[];
|
|
391
|
+
/** Properties for a particular default extension category. */
|
|
392
|
+
export interface DefaultExtensionDetails {
|
|
393
|
+
/** Default extension category */
|
|
394
|
+
readonly category?: string;
|
|
395
|
+
/** Consent time for extension category */
|
|
396
|
+
readonly consentTime?: Date;
|
|
397
|
+
}
|
|
398
|
+
export declare function defaultExtensionDetailsDeserializer(item: any): DefaultExtensionDetails;
|
|
399
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
400
|
+
export interface ProxyResource extends Resource {
|
|
401
|
+
}
|
|
402
|
+
export declare function proxyResourceSerializer(item: ProxyResource): any;
|
|
403
|
+
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
404
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
405
|
+
export interface Resource {
|
|
406
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
407
|
+
readonly id?: string;
|
|
408
|
+
/** The name of the resource */
|
|
409
|
+
readonly name?: string;
|
|
410
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
411
|
+
readonly type?: string;
|
|
412
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
413
|
+
readonly systemData?: SystemData;
|
|
414
|
+
}
|
|
415
|
+
export declare function resourceSerializer(item: Resource): any;
|
|
416
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
417
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
418
|
+
export interface SystemData {
|
|
419
|
+
/** The identity that created the resource. */
|
|
420
|
+
createdBy?: string;
|
|
421
|
+
/** The type of identity that created the resource. */
|
|
422
|
+
createdByType?: CreatedByType;
|
|
423
|
+
/** The timestamp of resource creation (UTC). */
|
|
424
|
+
createdAt?: Date;
|
|
425
|
+
/** The identity that last modified the resource. */
|
|
426
|
+
lastModifiedBy?: string;
|
|
427
|
+
/** The type of identity that last modified the resource. */
|
|
428
|
+
lastModifiedByType?: CreatedByType;
|
|
429
|
+
/** The timestamp of resource last modification (UTC) */
|
|
430
|
+
lastModifiedAt?: Date;
|
|
431
|
+
}
|
|
432
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
433
|
+
/** The kind of entity that created the resource. */
|
|
434
|
+
export declare enum KnownCreatedByType {
|
|
435
|
+
/** The entity was created by a user. */
|
|
436
|
+
User = "User",
|
|
437
|
+
/** The entity was created by an application. */
|
|
438
|
+
Application = "Application",
|
|
439
|
+
/** The entity was created by a managed identity. */
|
|
440
|
+
ManagedIdentity = "ManagedIdentity",
|
|
441
|
+
/** The entity was created by a key. */
|
|
442
|
+
Key = "Key"
|
|
443
|
+
}
|
|
444
|
+
/**
|
|
445
|
+
* The kind of entity that created the resource. \
|
|
446
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
447
|
+
* this enum contains the known values that the service supports.
|
|
448
|
+
* ### Known values supported by the service
|
|
449
|
+
* **User**: The entity was created by a user. \
|
|
450
|
+
* **Application**: The entity was created by an application. \
|
|
451
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
452
|
+
* **Key**: The entity was created by a key.
|
|
453
|
+
*/
|
|
454
|
+
export type CreatedByType = string;
|
|
455
|
+
/** ArcSetting details to update. */
|
|
456
|
+
export interface ArcSettingsPatch {
|
|
457
|
+
/** Resource tags. */
|
|
458
|
+
tags?: Record<string, string>;
|
|
459
|
+
/** contains connectivity related configuration for ARC resources */
|
|
460
|
+
connectivityProperties?: ArcConnectivityProperties;
|
|
461
|
+
}
|
|
462
|
+
export declare function arcSettingsPatchSerializer(item: ArcSettingsPatch): any;
|
|
463
|
+
/** ArcSettings properties. */
|
|
464
|
+
export interface ArcSettingsPatchProperties {
|
|
465
|
+
/** contains connectivity related configuration for ARC resources */
|
|
466
|
+
connectivityProperties?: ArcConnectivityProperties;
|
|
467
|
+
}
|
|
468
|
+
export declare function arcSettingsPatchPropertiesSerializer(item: ArcSettingsPatchProperties): any;
|
|
469
|
+
/** List of ArcSetting proxy resources for the HCI cluster. */
|
|
470
|
+
export interface _ArcSettingList {
|
|
471
|
+
/** The ArcSetting items on this page */
|
|
472
|
+
value: ArcSetting[];
|
|
473
|
+
/** The link to the next page of items */
|
|
474
|
+
nextLink?: string;
|
|
475
|
+
}
|
|
476
|
+
export declare function _arcSettingListDeserializer(item: any): _ArcSettingList;
|
|
477
|
+
export declare function arcSettingArraySerializer(result: Array<ArcSetting>): any[];
|
|
478
|
+
export declare function arcSettingArrayDeserializer(result: Array<ArcSetting>): any[];
|
|
479
|
+
/** model interface PasswordCredential */
|
|
480
|
+
export interface PasswordCredential {
|
|
481
|
+
secretText?: string;
|
|
482
|
+
keyId?: string;
|
|
483
|
+
startDateTime?: Date;
|
|
484
|
+
endDateTime?: Date;
|
|
485
|
+
}
|
|
486
|
+
export declare function passwordCredentialDeserializer(item: any): PasswordCredential;
|
|
487
|
+
/** ArcIdentity details. */
|
|
488
|
+
export interface ArcIdentityResponse {
|
|
489
|
+
arcApplicationClientId?: string;
|
|
490
|
+
arcApplicationTenantId?: string;
|
|
491
|
+
arcServicePrincipalObjectId?: string;
|
|
492
|
+
arcApplicationObjectId?: string;
|
|
493
|
+
}
|
|
494
|
+
export declare function arcIdentityResponseDeserializer(item: any): ArcIdentityResponse;
|
|
495
|
+
/** model interface ArcIdentityResponseProperties */
|
|
496
|
+
export interface ArcIdentityResponseProperties {
|
|
497
|
+
arcApplicationClientId?: string;
|
|
498
|
+
arcApplicationTenantId?: string;
|
|
499
|
+
arcServicePrincipalObjectId?: string;
|
|
500
|
+
arcApplicationObjectId?: string;
|
|
501
|
+
}
|
|
502
|
+
export declare function arcIdentityResponsePropertiesDeserializer(item: any): ArcIdentityResponseProperties;
|
|
503
|
+
/** Request for reconciling Arc Settings. */
|
|
504
|
+
export interface ReconcileArcSettingsRequest {
|
|
505
|
+
/** List of Arc Nodes in the cluster */
|
|
506
|
+
properties?: ReconcileArcSettingsRequestProperties;
|
|
507
|
+
}
|
|
508
|
+
export declare function reconcileArcSettingsRequestSerializer(item: ReconcileArcSettingsRequest): any;
|
|
509
|
+
/** List of Arc Nodes in the cluster */
|
|
510
|
+
export interface ReconcileArcSettingsRequestProperties {
|
|
511
|
+
clusterNodes?: string[];
|
|
512
|
+
}
|
|
513
|
+
export declare function reconcileArcSettingsRequestPropertiesSerializer(item: ReconcileArcSettingsRequestProperties): any;
|
|
514
|
+
/** Offer details. */
|
|
515
|
+
export interface Offer extends ProxyResource {
|
|
516
|
+
/** Provisioning State */
|
|
517
|
+
readonly provisioningState?: string;
|
|
518
|
+
/** Identifier of the Publisher for the offer */
|
|
519
|
+
publisherId?: string;
|
|
520
|
+
/** JSON serialized catalog content of the offer */
|
|
521
|
+
content?: string;
|
|
522
|
+
/** The API version of the catalog service used to serve the catalog content */
|
|
523
|
+
contentVersion?: string;
|
|
524
|
+
/** Array of SKU mappings */
|
|
525
|
+
skuMappings?: SkuMappings[];
|
|
526
|
+
}
|
|
527
|
+
export declare function offerDeserializer(item: any): Offer;
|
|
528
|
+
/** Publisher properties. */
|
|
529
|
+
export interface OfferProperties {
|
|
530
|
+
/** Provisioning State */
|
|
531
|
+
readonly provisioningState?: string;
|
|
532
|
+
/** Identifier of the Publisher for the offer */
|
|
533
|
+
publisherId?: string;
|
|
534
|
+
/** JSON serialized catalog content of the offer */
|
|
535
|
+
content?: string;
|
|
536
|
+
/** The API version of the catalog service used to serve the catalog content */
|
|
537
|
+
contentVersion?: string;
|
|
538
|
+
/** Array of SKU mappings */
|
|
539
|
+
skuMappings?: SkuMappings[];
|
|
540
|
+
}
|
|
541
|
+
export declare function offerPropertiesDeserializer(item: any): OfferProperties;
|
|
542
|
+
export declare function skuMappingsArrayDeserializer(result: Array<SkuMappings>): any[];
|
|
543
|
+
/** SKU Mapping details. */
|
|
544
|
+
export interface SkuMappings {
|
|
545
|
+
/** Identifier of the CatalogPlan for the sku */
|
|
546
|
+
catalogPlanId?: string;
|
|
547
|
+
/** Identifier for the sku */
|
|
548
|
+
marketplaceSkuId?: string;
|
|
549
|
+
/** Array of SKU versions available */
|
|
550
|
+
marketplaceSkuVersions?: string[];
|
|
551
|
+
}
|
|
552
|
+
export declare function skuMappingsDeserializer(item: any): SkuMappings;
|
|
553
|
+
/** List of Offer proxy resources for the HCI cluster. */
|
|
554
|
+
export interface _OfferList {
|
|
555
|
+
/** The Offer items on this page */
|
|
556
|
+
value: Offer[];
|
|
557
|
+
/** The link to the next page of items */
|
|
558
|
+
nextLink?: string;
|
|
559
|
+
}
|
|
560
|
+
export declare function _offerListDeserializer(item: any): _OfferList;
|
|
561
|
+
export declare function offerArrayDeserializer(result: Array<Offer>): any[];
|
|
562
|
+
/** Cluster details. */
|
|
563
|
+
export interface Cluster extends TrackedResource {
|
|
564
|
+
/** Provisioning state. Indicates the current lifecycle status of the resource, including creation, update, deletion, connectivity, and error states. */
|
|
565
|
+
readonly provisioningState?: ProvisioningState;
|
|
566
|
+
/** Status of the cluster agent. Indicates the current connectivity, validation, and deployment state of the agent within the cluster. */
|
|
567
|
+
readonly status?: Status;
|
|
568
|
+
/** Overall connectivity status for the cluster resource. Indicates whether the cluster is connected to Azure, partially connected, or has not recently communicated. */
|
|
569
|
+
readonly connectivityStatus?: ConnectivityStatus;
|
|
570
|
+
/** Unique, immutable resource id. */
|
|
571
|
+
readonly cloudId?: string;
|
|
572
|
+
/** Endpoint configured for management from the Azure portal. */
|
|
573
|
+
cloudManagementEndpoint?: string;
|
|
574
|
+
/** App id of cluster AAD identity. */
|
|
575
|
+
aadClientId?: string;
|
|
576
|
+
/** Tenant id of cluster AAD identity. */
|
|
577
|
+
aadTenantId?: string;
|
|
578
|
+
/** Object id of cluster AAD identity. */
|
|
579
|
+
aadApplicationObjectId?: string;
|
|
580
|
+
/** Id of cluster identity service principal. */
|
|
581
|
+
aadServicePrincipalObjectId?: string;
|
|
582
|
+
/** Software Assurance properties of the cluster. */
|
|
583
|
+
softwareAssuranceProperties?: SoftwareAssuranceProperties;
|
|
584
|
+
/** Is Management Cluster, when true indicates that the cluster is used for managing other clusters */
|
|
585
|
+
readonly isManagementCluster?: boolean;
|
|
586
|
+
/** Log Collection properties of the cluster. */
|
|
587
|
+
logCollectionProperties?: LogCollectionProperties;
|
|
588
|
+
/** RemoteSupport properties of the cluster. */
|
|
589
|
+
remoteSupportProperties?: RemoteSupportProperties;
|
|
590
|
+
/** Desired properties of the cluster. */
|
|
591
|
+
desiredProperties?: ClusterDesiredProperties;
|
|
592
|
+
/** Properties reported by cluster agent. */
|
|
593
|
+
readonly reportedProperties?: ClusterReportedProperties;
|
|
594
|
+
/** Attestation configurations for isolated VM (e.g. TVM, CVM) of the cluster. */
|
|
595
|
+
readonly isolatedVmAttestationConfiguration?: IsolatedVmAttestationConfiguration;
|
|
596
|
+
/** Number of days remaining in the trial period. */
|
|
597
|
+
readonly trialDaysRemaining?: number;
|
|
598
|
+
/** Type of billing applied to the resource. */
|
|
599
|
+
readonly billingModel?: string;
|
|
600
|
+
/** First cluster sync timestamp. */
|
|
601
|
+
readonly registrationTimestamp?: Date;
|
|
602
|
+
/** Most recent cluster sync timestamp. */
|
|
603
|
+
readonly lastSyncTimestamp?: Date;
|
|
604
|
+
/** Most recent billing meter timestamp. */
|
|
605
|
+
readonly lastBillingTimestamp?: Date;
|
|
606
|
+
/** Region specific DataPath Endpoint of the cluster. */
|
|
607
|
+
readonly serviceEndpoint?: string;
|
|
608
|
+
/** Object id of RP Service Principal */
|
|
609
|
+
readonly resourceProviderObjectId?: string;
|
|
610
|
+
/** List of secret locations. */
|
|
611
|
+
secretsLocations?: SecretsLocationDetails[];
|
|
612
|
+
/** Supported Storage Type for HCI Cluster */
|
|
613
|
+
readonly clusterPattern?: ClusterPattern;
|
|
614
|
+
/** Local Availability Zone information for HCI cluster */
|
|
615
|
+
localAvailabilityZones?: LocalAvailabilityZones[];
|
|
616
|
+
/** Identity Provider for the cluster */
|
|
617
|
+
readonly identityProvider?: IdentityProvider;
|
|
618
|
+
/** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
|
|
619
|
+
readonly principalId?: string;
|
|
620
|
+
/** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
|
|
621
|
+
readonly tenantId?: string;
|
|
622
|
+
/** The type of managed identity assigned to this resource. */
|
|
623
|
+
typeIdentityType?: ManagedServiceIdentityType;
|
|
624
|
+
/** The identities assigned to this resource by the user. */
|
|
625
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity>;
|
|
626
|
+
}
|
|
627
|
+
export declare function clusterSerializer(item: Cluster): any;
|
|
628
|
+
export declare function clusterDeserializer(item: any): Cluster;
|
|
629
|
+
/** Cluster properties. */
|
|
630
|
+
export interface ClusterProperties {
|
|
631
|
+
/** Provisioning state. Indicates the current lifecycle status of the resource, including creation, update, deletion, connectivity, and error states. */
|
|
632
|
+
readonly provisioningState?: ProvisioningState;
|
|
633
|
+
/** Status of the cluster agent. Indicates the current connectivity, validation, and deployment state of the agent within the cluster. */
|
|
634
|
+
readonly status?: Status;
|
|
635
|
+
/** Overall connectivity status for the cluster resource. Indicates whether the cluster is connected to Azure, partially connected, or has not recently communicated. */
|
|
636
|
+
readonly connectivityStatus?: ConnectivityStatus;
|
|
637
|
+
/** Unique, immutable resource id. */
|
|
638
|
+
readonly cloudId?: string;
|
|
639
|
+
/** Endpoint configured for management from the Azure portal. */
|
|
640
|
+
cloudManagementEndpoint?: string;
|
|
641
|
+
/** App id of cluster AAD identity. */
|
|
642
|
+
aadClientId?: string;
|
|
643
|
+
/** Tenant id of cluster AAD identity. */
|
|
644
|
+
aadTenantId?: string;
|
|
645
|
+
/** Object id of cluster AAD identity. */
|
|
646
|
+
aadApplicationObjectId?: string;
|
|
647
|
+
/** Id of cluster identity service principal. */
|
|
648
|
+
aadServicePrincipalObjectId?: string;
|
|
649
|
+
/** Software Assurance properties of the cluster. */
|
|
650
|
+
softwareAssuranceProperties?: SoftwareAssuranceProperties;
|
|
651
|
+
/** Is Management Cluster, when true indicates that the cluster is used for managing other clusters */
|
|
652
|
+
readonly isManagementCluster?: boolean;
|
|
653
|
+
/** Log Collection properties of the cluster. */
|
|
654
|
+
logCollectionProperties?: LogCollectionProperties;
|
|
655
|
+
/** RemoteSupport properties of the cluster. */
|
|
656
|
+
remoteSupportProperties?: RemoteSupportProperties;
|
|
657
|
+
/** Desired properties of the cluster. */
|
|
658
|
+
desiredProperties?: ClusterDesiredProperties;
|
|
659
|
+
/** Properties reported by cluster agent. */
|
|
660
|
+
readonly reportedProperties?: ClusterReportedProperties;
|
|
661
|
+
/** Attestation configurations for isolated VM (e.g. TVM, CVM) of the cluster. */
|
|
662
|
+
readonly isolatedVmAttestationConfiguration?: IsolatedVmAttestationConfiguration;
|
|
663
|
+
/** Number of days remaining in the trial period. */
|
|
664
|
+
readonly trialDaysRemaining?: number;
|
|
665
|
+
/** Type of billing applied to the resource. */
|
|
666
|
+
readonly billingModel?: string;
|
|
667
|
+
/** First cluster sync timestamp. */
|
|
668
|
+
readonly registrationTimestamp?: Date;
|
|
669
|
+
/** Most recent cluster sync timestamp. */
|
|
670
|
+
readonly lastSyncTimestamp?: Date;
|
|
671
|
+
/** Most recent billing meter timestamp. */
|
|
672
|
+
readonly lastBillingTimestamp?: Date;
|
|
673
|
+
/** Region specific DataPath Endpoint of the cluster. */
|
|
674
|
+
readonly serviceEndpoint?: string;
|
|
675
|
+
/** Object id of RP Service Principal */
|
|
676
|
+
readonly resourceProviderObjectId?: string;
|
|
677
|
+
/** List of secret locations. */
|
|
678
|
+
secretsLocations?: SecretsLocationDetails[];
|
|
679
|
+
/** Supported Storage Type for HCI Cluster */
|
|
680
|
+
readonly clusterPattern?: ClusterPattern;
|
|
681
|
+
/** Local Availability Zone information for HCI cluster */
|
|
682
|
+
localAvailabilityZones?: LocalAvailabilityZones[];
|
|
683
|
+
/** Identity Provider for the cluster */
|
|
684
|
+
readonly identityProvider?: IdentityProvider;
|
|
685
|
+
}
|
|
686
|
+
export declare function clusterPropertiesSerializer(item: ClusterProperties): any;
|
|
687
|
+
export declare function clusterPropertiesDeserializer(item: any): ClusterProperties;
|
|
688
|
+
/** Status of the cluster agent. Indicates the current connectivity, validation, and deployment state of the agent within the cluster. */
|
|
689
|
+
export declare enum KnownStatus {
|
|
690
|
+
/** The cluster agent has not yet registered with Azure. */
|
|
691
|
+
NotYetRegistered = "NotYetRegistered",
|
|
692
|
+
/** The cluster agent has connected to Azure recently. */
|
|
693
|
+
ConnectedRecently = "ConnectedRecently",
|
|
694
|
+
/** The cluster agent has not connected to Azure recently. */
|
|
695
|
+
NotConnectedRecently = "NotConnectedRecently",
|
|
696
|
+
/** The cluster agent is currently disconnected from Azure. */
|
|
697
|
+
Disconnected = "Disconnected",
|
|
698
|
+
/** An error occurred in the cluster agent's operation. */
|
|
699
|
+
Error = "Error",
|
|
700
|
+
/** The status of the cluster agent is not specified. */
|
|
701
|
+
NotSpecified = "NotSpecified",
|
|
702
|
+
/** Validation of the cluster agent is currently in progress. */
|
|
703
|
+
ValidationInProgress = "ValidationInProgress",
|
|
704
|
+
/** Validation of the cluster agent completed successfully. */
|
|
705
|
+
ValidationSuccess = "ValidationSuccess",
|
|
706
|
+
/** Validation of the cluster agent failed. */
|
|
707
|
+
ValidationFailed = "ValidationFailed",
|
|
708
|
+
/** Deployment of the cluster agent is currently in progress. */
|
|
709
|
+
DeploymentInProgress = "DeploymentInProgress",
|
|
710
|
+
/** Deployment of the cluster agent failed. */
|
|
711
|
+
DeploymentFailed = "DeploymentFailed",
|
|
712
|
+
/** Deployment of the cluster agent completed successfully. */
|
|
713
|
+
DeploymentSuccess = "DeploymentSuccess"
|
|
714
|
+
}
|
|
715
|
+
/**
|
|
716
|
+
* Status of the cluster agent. Indicates the current connectivity, validation, and deployment state of the agent within the cluster. \
|
|
717
|
+
* {@link KnownStatus} can be used interchangeably with Status,
|
|
718
|
+
* this enum contains the known values that the service supports.
|
|
719
|
+
* ### Known values supported by the service
|
|
720
|
+
* **NotYetRegistered**: The cluster agent has not yet registered with Azure. \
|
|
721
|
+
* **ConnectedRecently**: The cluster agent has connected to Azure recently. \
|
|
722
|
+
* **NotConnectedRecently**: The cluster agent has not connected to Azure recently. \
|
|
723
|
+
* **Disconnected**: The cluster agent is currently disconnected from Azure. \
|
|
724
|
+
* **Error**: An error occurred in the cluster agent's operation. \
|
|
725
|
+
* **NotSpecified**: The status of the cluster agent is not specified. \
|
|
726
|
+
* **ValidationInProgress**: Validation of the cluster agent is currently in progress. \
|
|
727
|
+
* **ValidationSuccess**: Validation of the cluster agent completed successfully. \
|
|
728
|
+
* **ValidationFailed**: Validation of the cluster agent failed. \
|
|
729
|
+
* **DeploymentInProgress**: Deployment of the cluster agent is currently in progress. \
|
|
730
|
+
* **DeploymentFailed**: Deployment of the cluster agent failed. \
|
|
731
|
+
* **DeploymentSuccess**: Deployment of the cluster agent completed successfully.
|
|
732
|
+
*/
|
|
733
|
+
export type Status = string;
|
|
734
|
+
/** Overall connectivity status for the cluster resource. Indicates whether the cluster is connected to Azure, partially connected, or has not recently communicated. */
|
|
735
|
+
export declare enum KnownConnectivityStatus {
|
|
736
|
+
/** The cluster has not yet registered with Azure. */
|
|
737
|
+
NotYetRegistered = "NotYetRegistered",
|
|
738
|
+
/** The cluster is fully connected to Azure. */
|
|
739
|
+
Connected = "Connected",
|
|
740
|
+
/** The cluster has not connected to Azure recently. */
|
|
741
|
+
NotConnectedRecently = "NotConnectedRecently",
|
|
742
|
+
/** Some components of the cluster are connected, while others are not. */
|
|
743
|
+
PartiallyConnected = "PartiallyConnected",
|
|
744
|
+
/** The cluster is not connected to Azure. */
|
|
745
|
+
Disconnected = "Disconnected",
|
|
746
|
+
/** The connectivity status is not specified. */
|
|
747
|
+
NotSpecified = "NotSpecified"
|
|
748
|
+
}
|
|
749
|
+
/**
|
|
750
|
+
* Overall connectivity status for the cluster resource. Indicates whether the cluster is connected to Azure, partially connected, or has not recently communicated. \
|
|
751
|
+
* {@link KnownConnectivityStatus} can be used interchangeably with ConnectivityStatus,
|
|
752
|
+
* this enum contains the known values that the service supports.
|
|
753
|
+
* ### Known values supported by the service
|
|
754
|
+
* **NotYetRegistered**: The cluster has not yet registered with Azure. \
|
|
755
|
+
* **Connected**: The cluster is fully connected to Azure. \
|
|
756
|
+
* **NotConnectedRecently**: The cluster has not connected to Azure recently. \
|
|
757
|
+
* **PartiallyConnected**: Some components of the cluster are connected, while others are not. \
|
|
758
|
+
* **Disconnected**: The cluster is not connected to Azure. \
|
|
759
|
+
* **NotSpecified**: The connectivity status is not specified.
|
|
760
|
+
*/
|
|
761
|
+
export type ConnectivityStatus = string;
|
|
762
|
+
/** Software Assurance properties of the cluster. */
|
|
763
|
+
export interface SoftwareAssuranceProperties {
|
|
764
|
+
/** Status of the Software Assurance for the cluster. */
|
|
765
|
+
readonly softwareAssuranceStatus?: SoftwareAssuranceStatus;
|
|
766
|
+
/** Customer Intent for Software Assurance Benefit. */
|
|
767
|
+
softwareAssuranceIntent?: SoftwareAssuranceIntent;
|
|
768
|
+
/** TimeStamp denoting the latest SA benefit applicability is validated. */
|
|
769
|
+
readonly lastUpdated?: Date;
|
|
770
|
+
}
|
|
771
|
+
export declare function softwareAssurancePropertiesSerializer(item: SoftwareAssuranceProperties): any;
|
|
772
|
+
export declare function softwareAssurancePropertiesDeserializer(item: any): SoftwareAssuranceProperties;
|
|
773
|
+
/** Status of the Software Assurance for the cluster. */
|
|
774
|
+
export declare enum KnownSoftwareAssuranceStatus {
|
|
775
|
+
/** Software Assurance is enabled for the cluster. */
|
|
776
|
+
Enabled = "Enabled",
|
|
777
|
+
/** Software Assurance is disabled for the cluster. */
|
|
778
|
+
Disabled = "Disabled"
|
|
779
|
+
}
|
|
780
|
+
/**
|
|
781
|
+
* Status of the Software Assurance for the cluster. \
|
|
782
|
+
* {@link KnownSoftwareAssuranceStatus} can be used interchangeably with SoftwareAssuranceStatus,
|
|
783
|
+
* this enum contains the known values that the service supports.
|
|
784
|
+
* ### Known values supported by the service
|
|
785
|
+
* **Enabled**: Software Assurance is enabled for the cluster. \
|
|
786
|
+
* **Disabled**: Software Assurance is disabled for the cluster.
|
|
787
|
+
*/
|
|
788
|
+
export type SoftwareAssuranceStatus = string;
|
|
789
|
+
/** Customer Intent for Software Assurance Benefit. */
|
|
790
|
+
export declare enum KnownSoftwareAssuranceIntent {
|
|
791
|
+
/** Customer intends to enable the Software Assurance benefit. */
|
|
792
|
+
Enable = "Enable",
|
|
793
|
+
/** Customer intends to disable the Software Assurance benefit. */
|
|
794
|
+
Disable = "Disable"
|
|
795
|
+
}
|
|
796
|
+
/**
|
|
797
|
+
* Customer Intent for Software Assurance Benefit. \
|
|
798
|
+
* {@link KnownSoftwareAssuranceIntent} can be used interchangeably with SoftwareAssuranceIntent,
|
|
799
|
+
* this enum contains the known values that the service supports.
|
|
800
|
+
* ### Known values supported by the service
|
|
801
|
+
* **Enable**: Customer intends to enable the Software Assurance benefit. \
|
|
802
|
+
* **Disable**: Customer intends to disable the Software Assurance benefit.
|
|
803
|
+
*/
|
|
804
|
+
export type SoftwareAssuranceIntent = string;
|
|
805
|
+
/** Log Collection properties of the cluster. */
|
|
806
|
+
export interface LogCollectionProperties {
|
|
807
|
+
/** From DateTimeStamp from when logs need to be connected */
|
|
808
|
+
readonly fromDate?: Date;
|
|
809
|
+
/** To DateTimeStamp till when logs need to be connected */
|
|
810
|
+
readonly toDate?: Date;
|
|
811
|
+
/** Recent DateTimeStamp where logs are successfully generated */
|
|
812
|
+
readonly lastLogGenerated?: Date;
|
|
813
|
+
readonly logCollectionSessionDetails?: LogCollectionSession[];
|
|
814
|
+
}
|
|
815
|
+
export declare function logCollectionPropertiesSerializer(item: LogCollectionProperties): any;
|
|
816
|
+
export declare function logCollectionPropertiesDeserializer(item: any): LogCollectionProperties;
|
|
817
|
+
export declare function logCollectionSessionArrayDeserializer(result: Array<LogCollectionSession>): any[];
|
|
818
|
+
/** Log Collection Session details of the cluster. */
|
|
819
|
+
export interface LogCollectionSession {
|
|
820
|
+
/** Start Time of the logs when it was collected */
|
|
821
|
+
readonly logStartTime?: Date;
|
|
822
|
+
/** End Time of the logs when it was collected */
|
|
823
|
+
readonly logEndTime?: Date;
|
|
824
|
+
/** Duration of logs collected */
|
|
825
|
+
readonly timeCollected?: Date;
|
|
826
|
+
/** Size of the logs collected */
|
|
827
|
+
readonly logSize?: number;
|
|
828
|
+
/** LogCollection status */
|
|
829
|
+
readonly logCollectionStatus?: LogCollectionStatus;
|
|
830
|
+
/** CorrelationId of the log collection */
|
|
831
|
+
readonly correlationId?: string;
|
|
832
|
+
/** Specifies the type of log collection job. Determines whether the logs are collected immediately on demand or as part of a scheduled operation. */
|
|
833
|
+
readonly logCollectionJobType?: LogCollectionJobType;
|
|
834
|
+
/** End Time of the logs when it was collected */
|
|
835
|
+
readonly endTimeCollected?: Date;
|
|
836
|
+
/** Log Collection Error details of the cluster. */
|
|
837
|
+
readonly logCollectionError?: LogCollectionError;
|
|
838
|
+
}
|
|
839
|
+
export declare function logCollectionSessionDeserializer(item: any): LogCollectionSession;
|
|
840
|
+
/** LogCollection status */
|
|
841
|
+
export declare enum KnownLogCollectionStatus {
|
|
842
|
+
/** No log collection has been initiated. */
|
|
843
|
+
None = "None",
|
|
844
|
+
/** Log collection is currently in progress. */
|
|
845
|
+
InProgress = "InProgress",
|
|
846
|
+
/** Log collection has failed. */
|
|
847
|
+
Failed = "Failed",
|
|
848
|
+
/** Log collection completed successfully. */
|
|
849
|
+
Succeeded = "Succeeded"
|
|
850
|
+
}
|
|
851
|
+
/**
|
|
852
|
+
* LogCollection status \
|
|
853
|
+
* {@link KnownLogCollectionStatus} can be used interchangeably with LogCollectionStatus,
|
|
854
|
+
* this enum contains the known values that the service supports.
|
|
855
|
+
* ### Known values supported by the service
|
|
856
|
+
* **None**: No log collection has been initiated. \
|
|
857
|
+
* **InProgress**: Log collection is currently in progress. \
|
|
858
|
+
* **Failed**: Log collection has failed. \
|
|
859
|
+
* **Succeeded**: Log collection completed successfully.
|
|
860
|
+
*/
|
|
861
|
+
export type LogCollectionStatus = string;
|
|
862
|
+
/** Specifies the type of log collection job. Determines whether the logs are collected immediately on demand or as part of a scheduled operation. */
|
|
863
|
+
export declare enum KnownLogCollectionJobType {
|
|
864
|
+
/** Log collection is triggered manually and executed immediately. */
|
|
865
|
+
OnDemand = "OnDemand",
|
|
866
|
+
/** Log collection is scheduled to run at a predefined time or interval. */
|
|
867
|
+
Scheduled = "Scheduled"
|
|
868
|
+
}
|
|
869
|
+
/**
|
|
870
|
+
* Specifies the type of log collection job. Determines whether the logs are collected immediately on demand or as part of a scheduled operation. \
|
|
871
|
+
* {@link KnownLogCollectionJobType} can be used interchangeably with LogCollectionJobType,
|
|
872
|
+
* this enum contains the known values that the service supports.
|
|
873
|
+
* ### Known values supported by the service
|
|
874
|
+
* **OnDemand**: Log collection is triggered manually and executed immediately. \
|
|
875
|
+
* **Scheduled**: Log collection is scheduled to run at a predefined time or interval.
|
|
876
|
+
*/
|
|
877
|
+
export type LogCollectionJobType = string;
|
|
878
|
+
/** Log Collection Error details of the cluster. */
|
|
879
|
+
export interface LogCollectionError {
|
|
880
|
+
/** Error Code of the log collection */
|
|
881
|
+
readonly errorCode?: string;
|
|
882
|
+
/** Error Message of the log collection */
|
|
883
|
+
readonly errorMessage?: string;
|
|
884
|
+
}
|
|
885
|
+
export declare function logCollectionErrorDeserializer(item: any): LogCollectionError;
|
|
886
|
+
/** Remote Support properties of the cluster. */
|
|
887
|
+
export interface RemoteSupportProperties {
|
|
888
|
+
/** Remote Support Access Level */
|
|
889
|
+
readonly accessLevel?: AccessLevel;
|
|
890
|
+
/** Expiration DateTimeStamp when Remote Support Access will be expired */
|
|
891
|
+
readonly expirationTimeStamp?: Date;
|
|
892
|
+
/** Remote Support Type for cluster */
|
|
893
|
+
readonly remoteSupportType?: RemoteSupportType;
|
|
894
|
+
readonly remoteSupportNodeSettings?: RemoteSupportNodeSettings[];
|
|
895
|
+
readonly remoteSupportSessionDetails?: PerNodeRemoteSupportSession[];
|
|
896
|
+
}
|
|
897
|
+
export declare function remoteSupportPropertiesSerializer(item: RemoteSupportProperties): any;
|
|
898
|
+
export declare function remoteSupportPropertiesDeserializer(item: any): RemoteSupportProperties;
|
|
899
|
+
/** Remote Support Access Level */
|
|
900
|
+
export declare enum KnownAccessLevel {
|
|
901
|
+
/** Allows remote diagnostics operations only. */
|
|
902
|
+
Diagnostics = "Diagnostics",
|
|
903
|
+
/** Allows both remote diagnostics and repair operations. */
|
|
904
|
+
DiagnosticsAndRepair = "DiagnosticsAndRepair"
|
|
905
|
+
}
|
|
906
|
+
/**
|
|
907
|
+
* Remote Support Access Level \
|
|
908
|
+
* {@link KnownAccessLevel} can be used interchangeably with AccessLevel,
|
|
909
|
+
* this enum contains the known values that the service supports.
|
|
910
|
+
* ### Known values supported by the service
|
|
911
|
+
* **Diagnostics**: Allows remote diagnostics operations only. \
|
|
912
|
+
* **DiagnosticsAndRepair**: Allows both remote diagnostics and repair operations.
|
|
913
|
+
*/
|
|
914
|
+
export type AccessLevel = string;
|
|
915
|
+
/** Remote Support Type for cluster */
|
|
916
|
+
export declare enum KnownRemoteSupportType {
|
|
917
|
+
/** Enable remote support for the cluster. */
|
|
918
|
+
Enable = "Enable",
|
|
919
|
+
/** Revoke previously enabled remote support for the cluster. */
|
|
920
|
+
Revoke = "Revoke"
|
|
921
|
+
}
|
|
922
|
+
/**
|
|
923
|
+
* Remote Support Type for cluster \
|
|
924
|
+
* {@link KnownRemoteSupportType} can be used interchangeably with RemoteSupportType,
|
|
925
|
+
* this enum contains the known values that the service supports.
|
|
926
|
+
* ### Known values supported by the service
|
|
927
|
+
* **Enable**: Enable remote support for the cluster. \
|
|
928
|
+
* **Revoke**: Revoke previously enabled remote support for the cluster.
|
|
929
|
+
*/
|
|
930
|
+
export type RemoteSupportType = string;
|
|
931
|
+
export declare function remoteSupportNodeSettingsArrayDeserializer(result: Array<RemoteSupportNodeSettings>): any[];
|
|
932
|
+
/** Remote Support Node Settings of the cluster. */
|
|
933
|
+
export interface RemoteSupportNodeSettings {
|
|
934
|
+
/** Arc ResourceId of the Node */
|
|
935
|
+
readonly arcResourceId?: string;
|
|
936
|
+
/** Remote Support Access Connection State on the Node */
|
|
937
|
+
readonly state?: string;
|
|
938
|
+
/** Remote Support Enablement Request Created TimeStamp on the Node */
|
|
939
|
+
readonly createdAt?: Date;
|
|
940
|
+
/** Remote Support Enablement Request Updated TimeStamp on the Node */
|
|
941
|
+
readonly updatedAt?: Date;
|
|
942
|
+
/** Remote Support Access Connection Status on the Node */
|
|
943
|
+
readonly connectionStatus?: string;
|
|
944
|
+
/** Remote Support Access Connection Error Message on the Node */
|
|
945
|
+
readonly connectionErrorMessage?: string;
|
|
946
|
+
/** Remote Support Transcript location on the node */
|
|
947
|
+
readonly transcriptLocation?: string;
|
|
948
|
+
}
|
|
949
|
+
export declare function remoteSupportNodeSettingsDeserializer(item: any): RemoteSupportNodeSettings;
|
|
950
|
+
export declare function perNodeRemoteSupportSessionArrayDeserializer(result: Array<PerNodeRemoteSupportSession>): any[];
|
|
951
|
+
/** Remote Support Node Session Details on the Node. */
|
|
952
|
+
export interface PerNodeRemoteSupportSession {
|
|
953
|
+
/** Remote Support Session StartTime on the Node */
|
|
954
|
+
readonly sessionStartTime?: Date;
|
|
955
|
+
/** Remote Support Session EndTime on the Node */
|
|
956
|
+
readonly sessionEndTime?: Date;
|
|
957
|
+
/** Name of the node */
|
|
958
|
+
readonly nodeName?: string;
|
|
959
|
+
/** Duration of Remote Support Enablement */
|
|
960
|
+
readonly duration?: number;
|
|
961
|
+
/** Remote Support Access Level */
|
|
962
|
+
readonly accessLevel?: AccessLevel;
|
|
963
|
+
}
|
|
964
|
+
export declare function perNodeRemoteSupportSessionDeserializer(item: any): PerNodeRemoteSupportSession;
|
|
965
|
+
/** Desired properties of the cluster. */
|
|
966
|
+
export interface ClusterDesiredProperties {
|
|
967
|
+
/** Desired state of Windows Server Subscription. */
|
|
968
|
+
windowsServerSubscription?: WindowsServerSubscription;
|
|
969
|
+
/** Desired level of diagnostic data emitted by the cluster. */
|
|
970
|
+
diagnosticLevel?: DiagnosticLevel;
|
|
971
|
+
}
|
|
972
|
+
export declare function clusterDesiredPropertiesSerializer(item: ClusterDesiredProperties): any;
|
|
973
|
+
export declare function clusterDesiredPropertiesDeserializer(item: any): ClusterDesiredProperties;
|
|
974
|
+
/** Desired state of Windows Server Subscription. */
|
|
975
|
+
export declare enum KnownWindowsServerSubscription {
|
|
976
|
+
/** Windows Server Subscription is disabled. */
|
|
977
|
+
Disabled = "Disabled",
|
|
978
|
+
/** Windows Server Subscription is enabled. */
|
|
979
|
+
Enabled = "Enabled"
|
|
980
|
+
}
|
|
981
|
+
/**
|
|
982
|
+
* Desired state of Windows Server Subscription. \
|
|
983
|
+
* {@link KnownWindowsServerSubscription} can be used interchangeably with WindowsServerSubscription,
|
|
984
|
+
* this enum contains the known values that the service supports.
|
|
985
|
+
* ### Known values supported by the service
|
|
986
|
+
* **Disabled**: Windows Server Subscription is disabled. \
|
|
987
|
+
* **Enabled**: Windows Server Subscription is enabled.
|
|
988
|
+
*/
|
|
989
|
+
export type WindowsServerSubscription = string;
|
|
990
|
+
/** Desired level of diagnostic data emitted by the cluster. */
|
|
991
|
+
export declare enum KnownDiagnosticLevel {
|
|
992
|
+
/** No diagnostic data will be emitted. */
|
|
993
|
+
Off = "Off",
|
|
994
|
+
/** Basic diagnostic data will be emitted, including essential health metrics. */
|
|
995
|
+
Basic = "Basic",
|
|
996
|
+
/** Enhanced diagnostic data will be emitted, including detailed performance and usage metrics. */
|
|
997
|
+
Enhanced = "Enhanced"
|
|
998
|
+
}
|
|
999
|
+
/**
|
|
1000
|
+
* Desired level of diagnostic data emitted by the cluster. \
|
|
1001
|
+
* {@link KnownDiagnosticLevel} can be used interchangeably with DiagnosticLevel,
|
|
1002
|
+
* this enum contains the known values that the service supports.
|
|
1003
|
+
* ### Known values supported by the service
|
|
1004
|
+
* **Off**: No diagnostic data will be emitted. \
|
|
1005
|
+
* **Basic**: Basic diagnostic data will be emitted, including essential health metrics. \
|
|
1006
|
+
* **Enhanced**: Enhanced diagnostic data will be emitted, including detailed performance and usage metrics.
|
|
1007
|
+
*/
|
|
1008
|
+
export type DiagnosticLevel = string;
|
|
1009
|
+
/** Properties reported by cluster agent. */
|
|
1010
|
+
export interface ClusterReportedProperties {
|
|
1011
|
+
/** Name of the on-prem cluster connected to this resource. */
|
|
1012
|
+
readonly clusterName?: string;
|
|
1013
|
+
/** Unique id generated by the on-prem cluster. */
|
|
1014
|
+
readonly clusterId?: string;
|
|
1015
|
+
/** Version of the cluster software. */
|
|
1016
|
+
readonly clusterVersion?: string;
|
|
1017
|
+
/** List of nodes reported by the cluster. */
|
|
1018
|
+
readonly nodes?: ClusterNode[];
|
|
1019
|
+
/** Last time the cluster reported the data. */
|
|
1020
|
+
readonly lastUpdated?: Date;
|
|
1021
|
+
/** Specifies the expiration timestamp of the cluster's Managed Service Identity (MSI). The value is expressed in Coordinated Universal Time (UTC). */
|
|
1022
|
+
readonly msiExpirationTimeStamp?: Date;
|
|
1023
|
+
/** IMDS attestation status of the cluster. */
|
|
1024
|
+
readonly imdsAttestation?: ImdsAttestation;
|
|
1025
|
+
/** Level of diagnostic data emitted by the cluster. */
|
|
1026
|
+
diagnosticLevel?: DiagnosticLevel;
|
|
1027
|
+
/** Capabilities supported by the cluster. */
|
|
1028
|
+
readonly supportedCapabilities?: string[];
|
|
1029
|
+
/** Specifies the type of hardware vendor for all nodes in the cluster. Indicates whether the nodes are provided by Microsoft or a third-party vendor. */
|
|
1030
|
+
readonly clusterType?: ClusterNodeType;
|
|
1031
|
+
/** The manufacturer of all the nodes of the cluster. */
|
|
1032
|
+
readonly manufacturer?: string;
|
|
1033
|
+
/** OEM activation status of the cluster. */
|
|
1034
|
+
readonly oemActivation?: OemActivation;
|
|
1035
|
+
/** Hardware class of the cluster. */
|
|
1036
|
+
readonly hardwareClass?: HardwareClass;
|
|
1037
|
+
}
|
|
1038
|
+
export declare function clusterReportedPropertiesDeserializer(item: any): ClusterReportedProperties;
|
|
1039
|
+
export declare function clusterNodeArrayDeserializer(result: Array<ClusterNode>): any[];
|
|
1040
|
+
/** Cluster node details. */
|
|
1041
|
+
export interface ClusterNode {
|
|
1042
|
+
/** Name of the cluster node. */
|
|
1043
|
+
readonly name?: string;
|
|
1044
|
+
/** Id of the node in the cluster. */
|
|
1045
|
+
readonly id?: number;
|
|
1046
|
+
/** State of Windows Server Subscription. */
|
|
1047
|
+
readonly windowsServerSubscription?: WindowsServerSubscription;
|
|
1048
|
+
/** Type of the cluster node hardware. */
|
|
1049
|
+
readonly nodeType?: ClusterNodeType;
|
|
1050
|
+
/** Edge Hardware Center Resource Id */
|
|
1051
|
+
readonly ehcResourceId?: string;
|
|
1052
|
+
/** Manufacturer of the cluster node hardware. */
|
|
1053
|
+
readonly manufacturer?: string;
|
|
1054
|
+
/** Model name of the cluster node hardware. */
|
|
1055
|
+
readonly model?: string;
|
|
1056
|
+
/** Operating system running on the cluster node. */
|
|
1057
|
+
readonly osName?: string;
|
|
1058
|
+
/** Version of the operating system running on the cluster node. */
|
|
1059
|
+
readonly osVersion?: string;
|
|
1060
|
+
/** Display version of the operating system running on the cluster node. */
|
|
1061
|
+
readonly osDisplayVersion?: string;
|
|
1062
|
+
/** Immutable id of the cluster node. */
|
|
1063
|
+
readonly serialNumber?: string;
|
|
1064
|
+
/** Number of physical cores on the cluster node. */
|
|
1065
|
+
readonly coreCount?: number;
|
|
1066
|
+
/** Total available memory on the cluster node (in GiB). */
|
|
1067
|
+
readonly memoryInGiB?: number;
|
|
1068
|
+
/** Most recent licensing timestamp. */
|
|
1069
|
+
readonly lastLicensingTimestamp?: Date;
|
|
1070
|
+
/** OEM activation status of the node. */
|
|
1071
|
+
readonly oemActivation?: OemActivation;
|
|
1072
|
+
}
|
|
1073
|
+
export declare function clusterNodeDeserializer(item: any): ClusterNode;
|
|
1074
|
+
/** Specifies the type of hardware vendor for all nodes in the cluster. Indicates whether the nodes are provided by Microsoft or a third-party vendor. */
|
|
1075
|
+
export declare enum KnownClusterNodeType {
|
|
1076
|
+
/** All nodes in the cluster are provided and managed by Microsoft. */
|
|
1077
|
+
FirstParty = "FirstParty",
|
|
1078
|
+
/** All nodes in the cluster are provided and managed by a third-party vendor. */
|
|
1079
|
+
ThirdParty = "ThirdParty"
|
|
1080
|
+
}
|
|
1081
|
+
/**
|
|
1082
|
+
* Specifies the type of hardware vendor for all nodes in the cluster. Indicates whether the nodes are provided by Microsoft or a third-party vendor. \
|
|
1083
|
+
* {@link KnownClusterNodeType} can be used interchangeably with ClusterNodeType,
|
|
1084
|
+
* this enum contains the known values that the service supports.
|
|
1085
|
+
* ### Known values supported by the service
|
|
1086
|
+
* **FirstParty**: All nodes in the cluster are provided and managed by Microsoft. \
|
|
1087
|
+
* **ThirdParty**: All nodes in the cluster are provided and managed by a third-party vendor.
|
|
1088
|
+
*/
|
|
1089
|
+
export type ClusterNodeType = string;
|
|
1090
|
+
/** OEM activation status of the cluster. */
|
|
1091
|
+
export declare enum KnownOemActivation {
|
|
1092
|
+
/** OEM activation is disabled for the cluster. */
|
|
1093
|
+
Disabled = "Disabled",
|
|
1094
|
+
/** OEM activation is enabled for the cluster. */
|
|
1095
|
+
Enabled = "Enabled"
|
|
1096
|
+
}
|
|
1097
|
+
/**
|
|
1098
|
+
* OEM activation status of the cluster. \
|
|
1099
|
+
* {@link KnownOemActivation} can be used interchangeably with OemActivation,
|
|
1100
|
+
* this enum contains the known values that the service supports.
|
|
1101
|
+
* ### Known values supported by the service
|
|
1102
|
+
* **Disabled**: OEM activation is disabled for the cluster. \
|
|
1103
|
+
* **Enabled**: OEM activation is enabled for the cluster.
|
|
1104
|
+
*/
|
|
1105
|
+
export type OemActivation = string;
|
|
1106
|
+
/** IMDS attestation status of the cluster. */
|
|
1107
|
+
export declare enum KnownImdsAttestation {
|
|
1108
|
+
/** IMDS attestation is disabled for the cluster. */
|
|
1109
|
+
Disabled = "Disabled",
|
|
1110
|
+
/** IMDS attestation is enabled for the cluster. */
|
|
1111
|
+
Enabled = "Enabled"
|
|
1112
|
+
}
|
|
1113
|
+
/**
|
|
1114
|
+
* IMDS attestation status of the cluster. \
|
|
1115
|
+
* {@link KnownImdsAttestation} can be used interchangeably with ImdsAttestation,
|
|
1116
|
+
* this enum contains the known values that the service supports.
|
|
1117
|
+
* ### Known values supported by the service
|
|
1118
|
+
* **Disabled**: IMDS attestation is disabled for the cluster. \
|
|
1119
|
+
* **Enabled**: IMDS attestation is enabled for the cluster.
|
|
1120
|
+
*/
|
|
1121
|
+
export type ImdsAttestation = string;
|
|
1122
|
+
/** Hardware class of the cluster. */
|
|
1123
|
+
export declare enum KnownHardwareClass {
|
|
1124
|
+
/** The hardware class is small. */
|
|
1125
|
+
Small = "Small",
|
|
1126
|
+
/** The hardware class is medium. This corresponds to the default */
|
|
1127
|
+
Medium = "Medium",
|
|
1128
|
+
/** The hardware class is large. */
|
|
1129
|
+
Large = "Large"
|
|
1130
|
+
}
|
|
1131
|
+
/**
|
|
1132
|
+
* Hardware class of the cluster. \
|
|
1133
|
+
* {@link KnownHardwareClass} can be used interchangeably with HardwareClass,
|
|
1134
|
+
* this enum contains the known values that the service supports.
|
|
1135
|
+
* ### Known values supported by the service
|
|
1136
|
+
* **Small**: The hardware class is small. \
|
|
1137
|
+
* **Medium**: The hardware class is medium. This corresponds to the default \
|
|
1138
|
+
* **Large**: The hardware class is large.
|
|
1139
|
+
*/
|
|
1140
|
+
export type HardwareClass = string;
|
|
1141
|
+
/** Attestation configurations for isolated VM (e.g. TVM, CVM) of the cluster. */
|
|
1142
|
+
export interface IsolatedVmAttestationConfiguration {
|
|
1143
|
+
/** Fully qualified Azure resource id of the Microsoft Azure attestation resource associated with this cluster. */
|
|
1144
|
+
readonly attestationResourceId?: string;
|
|
1145
|
+
/** Region specific endpoint for relying party service. */
|
|
1146
|
+
readonly relyingPartyServiceEndpoint?: string;
|
|
1147
|
+
/** Region specific endpoint for Microsoft Azure Attestation service for the cluster */
|
|
1148
|
+
readonly attestationServiceEndpoint?: string;
|
|
1149
|
+
}
|
|
1150
|
+
export declare function isolatedVmAttestationConfigurationDeserializer(item: any): IsolatedVmAttestationConfiguration;
|
|
1151
|
+
export declare function secretsLocationDetailsArraySerializer(result: Array<SecretsLocationDetails>): any[];
|
|
1152
|
+
export declare function secretsLocationDetailsArrayDeserializer(result: Array<SecretsLocationDetails>): any[];
|
|
1153
|
+
/** Secrets location details */
|
|
1154
|
+
export interface SecretsLocationDetails {
|
|
1155
|
+
/** Type of secrets to store */
|
|
1156
|
+
secretsType: SecretsType;
|
|
1157
|
+
/** secrets location */
|
|
1158
|
+
secretsLocation: string;
|
|
1159
|
+
}
|
|
1160
|
+
export declare function secretsLocationDetailsSerializer(item: SecretsLocationDetails): any;
|
|
1161
|
+
export declare function secretsLocationDetailsDeserializer(item: any): SecretsLocationDetails;
|
|
1162
|
+
/** Type of secrets to store */
|
|
1163
|
+
export declare enum KnownSecretsType {
|
|
1164
|
+
/** Backup secrets type */
|
|
1165
|
+
BackupSecrets = "BackupSecrets"
|
|
1166
|
+
}
|
|
1167
|
+
/**
|
|
1168
|
+
* Type of secrets to store \
|
|
1169
|
+
* {@link KnownSecretsType} can be used interchangeably with SecretsType,
|
|
1170
|
+
* this enum contains the known values that the service supports.
|
|
1171
|
+
* ### Known values supported by the service
|
|
1172
|
+
* **BackupSecrets**: Backup secrets type
|
|
1173
|
+
*/
|
|
1174
|
+
export type SecretsType = string;
|
|
1175
|
+
/** Supported Storage Pattern for HCI Cluster */
|
|
1176
|
+
export declare enum KnownClusterPattern {
|
|
1177
|
+
/** Standard cluster. */
|
|
1178
|
+
Standard = "Standard",
|
|
1179
|
+
/** RackAware cluster. */
|
|
1180
|
+
RackAware = "RackAware"
|
|
1181
|
+
}
|
|
1182
|
+
/**
|
|
1183
|
+
* Supported Storage Pattern for HCI Cluster \
|
|
1184
|
+
* {@link KnownClusterPattern} can be used interchangeably with ClusterPattern,
|
|
1185
|
+
* this enum contains the known values that the service supports.
|
|
1186
|
+
* ### Known values supported by the service
|
|
1187
|
+
* **Standard**: Standard cluster. \
|
|
1188
|
+
* **RackAware**: RackAware cluster.
|
|
1189
|
+
*/
|
|
1190
|
+
export type ClusterPattern = string;
|
|
1191
|
+
export declare function localAvailabilityZonesArraySerializer(result: Array<LocalAvailabilityZones>): any[];
|
|
1192
|
+
export declare function localAvailabilityZonesArrayDeserializer(result: Array<LocalAvailabilityZones>): any[];
|
|
1193
|
+
/** Local Availability Zone information for HCI cluster */
|
|
1194
|
+
export interface LocalAvailabilityZones {
|
|
1195
|
+
/** Local Availability Zone name for HCI cluster */
|
|
1196
|
+
localAvailabilityZoneName?: string;
|
|
1197
|
+
/** Nodes belonging to a particular zone */
|
|
1198
|
+
nodes?: string[];
|
|
1199
|
+
}
|
|
1200
|
+
export declare function localAvailabilityZonesSerializer(item: LocalAvailabilityZones): any;
|
|
1201
|
+
export declare function localAvailabilityZonesDeserializer(item: any): LocalAvailabilityZones;
|
|
1202
|
+
/** Identity Provider for the cluster */
|
|
1203
|
+
export declare enum KnownIdentityProvider {
|
|
1204
|
+
/** Uses Active Directory as the identity provider, enabling domain-based authentication and centralized identity management. This is the default option. */
|
|
1205
|
+
ActiveDirectory = "ActiveDirectory",
|
|
1206
|
+
/** Uses a local identity system integrated with Azure Key Vault for authentication. Suitable for AD-less environments where Active Directory is not available or required. */
|
|
1207
|
+
LocalIdentity = "LocalIdentity"
|
|
1208
|
+
}
|
|
1209
|
+
/**
|
|
1210
|
+
* Identity Provider for the cluster \
|
|
1211
|
+
* {@link KnownIdentityProvider} can be used interchangeably with IdentityProvider,
|
|
1212
|
+
* this enum contains the known values that the service supports.
|
|
1213
|
+
* ### Known values supported by the service
|
|
1214
|
+
* **ActiveDirectory**: Uses Active Directory as the identity provider, enabling domain-based authentication and centralized identity management. This is the default option. \
|
|
1215
|
+
* **LocalIdentity**: Uses a local identity system integrated with Azure Key Vault for authentication. Suitable for AD-less environments where Active Directory is not available or required.
|
|
1216
|
+
*/
|
|
1217
|
+
export type IdentityProvider = string;
|
|
1218
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
1219
|
+
export interface ManagedServiceIdentity {
|
|
1220
|
+
/** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
|
|
1221
|
+
readonly principalId?: string;
|
|
1222
|
+
/** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
|
|
1223
|
+
readonly tenantId?: string;
|
|
1224
|
+
/** The type of managed identity assigned to this resource. */
|
|
1225
|
+
type: ManagedServiceIdentityType;
|
|
1226
|
+
/** The identities assigned to this resource by the user. */
|
|
1227
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity>;
|
|
1228
|
+
}
|
|
1229
|
+
export declare function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any;
|
|
1230
|
+
export declare function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity;
|
|
1231
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
1232
|
+
export declare enum KnownManagedServiceIdentityType {
|
|
1233
|
+
/** No managed identity. */
|
|
1234
|
+
None = "None",
|
|
1235
|
+
/** System assigned managed identity. */
|
|
1236
|
+
SystemAssigned = "SystemAssigned",
|
|
1237
|
+
/** User assigned managed identity. */
|
|
1238
|
+
UserAssigned = "UserAssigned",
|
|
1239
|
+
/** System and user assigned managed identity. */
|
|
1240
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
1241
|
+
}
|
|
1242
|
+
/**
|
|
1243
|
+
* Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \
|
|
1244
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
1245
|
+
* this enum contains the known values that the service supports.
|
|
1246
|
+
* ### Known values supported by the service
|
|
1247
|
+
* **None**: No managed identity. \
|
|
1248
|
+
* **SystemAssigned**: System assigned managed identity. \
|
|
1249
|
+
* **UserAssigned**: User assigned managed identity. \
|
|
1250
|
+
* **SystemAssigned,UserAssigned**: System and user assigned managed identity.
|
|
1251
|
+
*/
|
|
1252
|
+
export type ManagedServiceIdentityType = string;
|
|
1253
|
+
/** User assigned identity properties */
|
|
1254
|
+
export interface UserAssignedIdentity {
|
|
1255
|
+
/** The principal ID of the assigned identity. */
|
|
1256
|
+
readonly principalId?: string;
|
|
1257
|
+
/** The client ID of the assigned identity. */
|
|
1258
|
+
readonly clientId?: string;
|
|
1259
|
+
}
|
|
1260
|
+
export declare function userAssignedIdentitySerializer(item: UserAssignedIdentity): any;
|
|
1261
|
+
export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
|
|
1262
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1263
|
+
export interface TrackedResource extends Resource {
|
|
1264
|
+
/** Resource tags. */
|
|
1265
|
+
tags?: Record<string, string>;
|
|
1266
|
+
/** The geo-location where the resource lives */
|
|
1267
|
+
location: string;
|
|
1268
|
+
}
|
|
1269
|
+
export declare function trackedResourceSerializer(item: TrackedResource): any;
|
|
1270
|
+
export declare function trackedResourceDeserializer(item: any): TrackedResource;
|
|
1271
|
+
/** Cluster details to update. */
|
|
1272
|
+
export interface ClusterPatch {
|
|
1273
|
+
/** Resource tags. */
|
|
1274
|
+
tags?: Record<string, string>;
|
|
1275
|
+
/** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
|
|
1276
|
+
readonly principalId?: string;
|
|
1277
|
+
/** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
|
|
1278
|
+
readonly tenantId?: string;
|
|
1279
|
+
/** The type of managed identity assigned to this resource. */
|
|
1280
|
+
type?: ManagedServiceIdentityType;
|
|
1281
|
+
/** The identities assigned to this resource by the user. */
|
|
1282
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity>;
|
|
1283
|
+
/** Endpoint configured for management from the Azure portal */
|
|
1284
|
+
cloudManagementEndpoint?: string;
|
|
1285
|
+
/** App id of cluster AAD identity. */
|
|
1286
|
+
aadClientId?: string;
|
|
1287
|
+
/** Tenant id of cluster AAD identity. */
|
|
1288
|
+
aadTenantId?: string;
|
|
1289
|
+
/** Desired properties of the cluster. */
|
|
1290
|
+
desiredProperties?: ClusterDesiredProperties;
|
|
1291
|
+
}
|
|
1292
|
+
export declare function clusterPatchSerializer(item: ClusterPatch): any;
|
|
1293
|
+
/** Cluster properties. */
|
|
1294
|
+
export interface ClusterPatchProperties {
|
|
1295
|
+
/** Endpoint configured for management from the Azure portal */
|
|
1296
|
+
cloudManagementEndpoint?: string;
|
|
1297
|
+
/** App id of cluster AAD identity. */
|
|
1298
|
+
aadClientId?: string;
|
|
1299
|
+
/** Tenant id of cluster AAD identity. */
|
|
1300
|
+
aadTenantId?: string;
|
|
1301
|
+
/** Desired properties of the cluster. */
|
|
1302
|
+
desiredProperties?: ClusterDesiredProperties;
|
|
1303
|
+
}
|
|
1304
|
+
export declare function clusterPatchPropertiesSerializer(item: ClusterPatchProperties): any;
|
|
1305
|
+
/** List of clusters. */
|
|
1306
|
+
export interface _ClusterList {
|
|
1307
|
+
/** The Cluster items on this page */
|
|
1308
|
+
value: Cluster[];
|
|
1309
|
+
/** The link to the next page of items */
|
|
1310
|
+
nextLink?: string;
|
|
1311
|
+
}
|
|
1312
|
+
export declare function _clusterListDeserializer(item: any): _ClusterList;
|
|
1313
|
+
export declare function clusterArraySerializer(result: Array<Cluster>): any[];
|
|
1314
|
+
export declare function clusterArrayDeserializer(result: Array<Cluster>): any[];
|
|
1315
|
+
/** Update secrets locations change Request. */
|
|
1316
|
+
export interface SecretsLocationsChangeRequest {
|
|
1317
|
+
/** List of secret locations */
|
|
1318
|
+
properties?: SecretsLocationDetails[];
|
|
1319
|
+
}
|
|
1320
|
+
export declare function secretsLocationsChangeRequestSerializer(item: SecretsLocationsChangeRequest): any;
|
|
1321
|
+
/** model interface UploadCertificateRequest */
|
|
1322
|
+
export interface UploadCertificateRequest {
|
|
1323
|
+
properties?: RawCertificateData;
|
|
1324
|
+
}
|
|
1325
|
+
export declare function uploadCertificateRequestSerializer(item: UploadCertificateRequest): any;
|
|
1326
|
+
/** model interface RawCertificateData */
|
|
1327
|
+
export interface RawCertificateData {
|
|
1328
|
+
certificates?: string[];
|
|
1329
|
+
}
|
|
1330
|
+
export declare function rawCertificateDataSerializer(item: RawCertificateData): any;
|
|
1331
|
+
/** Cluster Identity details. */
|
|
1332
|
+
export interface ClusterIdentityResponse {
|
|
1333
|
+
aadClientId?: string;
|
|
1334
|
+
aadTenantId?: string;
|
|
1335
|
+
aadServicePrincipalObjectId?: string;
|
|
1336
|
+
aadApplicationObjectId?: string;
|
|
1337
|
+
}
|
|
1338
|
+
export declare function clusterIdentityResponseDeserializer(item: any): ClusterIdentityResponse;
|
|
1339
|
+
/** model interface ClusterIdentityResponseProperties */
|
|
1340
|
+
export interface ClusterIdentityResponseProperties {
|
|
1341
|
+
aadClientId?: string;
|
|
1342
|
+
aadTenantId?: string;
|
|
1343
|
+
aadServicePrincipalObjectId?: string;
|
|
1344
|
+
aadApplicationObjectId?: string;
|
|
1345
|
+
}
|
|
1346
|
+
export declare function clusterIdentityResponsePropertiesDeserializer(item: any): ClusterIdentityResponseProperties;
|
|
1347
|
+
/** model interface SoftwareAssuranceChangeRequest */
|
|
1348
|
+
export interface SoftwareAssuranceChangeRequest {
|
|
1349
|
+
properties?: SoftwareAssuranceChangeRequestProperties;
|
|
1350
|
+
}
|
|
1351
|
+
export declare function softwareAssuranceChangeRequestSerializer(item: SoftwareAssuranceChangeRequest): any;
|
|
1352
|
+
/** model interface SoftwareAssuranceChangeRequestProperties */
|
|
1353
|
+
export interface SoftwareAssuranceChangeRequestProperties {
|
|
1354
|
+
/** Customer Intent for Software Assurance Benefit. This indicates whether the customer wishes to opt in or out of the Software Assurance program, which provides licensing and support benefits. */
|
|
1355
|
+
softwareAssuranceIntent?: SoftwareAssuranceIntent;
|
|
1356
|
+
}
|
|
1357
|
+
export declare function softwareAssuranceChangeRequestPropertiesSerializer(item: SoftwareAssuranceChangeRequestProperties): any;
|
|
1358
|
+
/** Log Collection Request */
|
|
1359
|
+
export interface LogCollectionRequest {
|
|
1360
|
+
/** Properties for Log Collection Request */
|
|
1361
|
+
properties?: LogCollectionRequestProperties;
|
|
1362
|
+
}
|
|
1363
|
+
export declare function logCollectionRequestSerializer(item: LogCollectionRequest): any;
|
|
1364
|
+
/** Properties for Log Collection Request */
|
|
1365
|
+
export interface LogCollectionRequestProperties {
|
|
1366
|
+
/** From DateTimeStamp from when logs need to be connected */
|
|
1367
|
+
fromDate: Date;
|
|
1368
|
+
/** To DateTimeStamp till when logs need to be connected */
|
|
1369
|
+
toDate: Date;
|
|
1370
|
+
}
|
|
1371
|
+
export declare function logCollectionRequestPropertiesSerializer(item: LogCollectionRequestProperties): any;
|
|
1372
|
+
/** Remote Support Request */
|
|
1373
|
+
export interface RemoteSupportRequest {
|
|
1374
|
+
/** Properties for Remote Support Request */
|
|
1375
|
+
properties?: RemoteSupportRequestProperties;
|
|
1376
|
+
}
|
|
1377
|
+
export declare function remoteSupportRequestSerializer(item: RemoteSupportRequest): any;
|
|
1378
|
+
/** Properties for Remote Support Request */
|
|
1379
|
+
export interface RemoteSupportRequestProperties {
|
|
1380
|
+
/** Remote Support Access Level */
|
|
1381
|
+
readonly accessLevel?: AccessLevel;
|
|
1382
|
+
/** Expiration DateTimeStamp when Remote Support Access will be expired */
|
|
1383
|
+
expirationTimeStamp?: Date;
|
|
1384
|
+
/** Remote Support Type for cluster */
|
|
1385
|
+
remoteSupportType?: RemoteSupportType;
|
|
1386
|
+
}
|
|
1387
|
+
export declare function remoteSupportRequestPropertiesSerializer(item: RemoteSupportRequestProperties): any;
|
|
1388
|
+
/** Edge device resource */
|
|
1389
|
+
export interface DeploymentSetting extends ProxyResource {
|
|
1390
|
+
/** DeploymentSetting provisioning state */
|
|
1391
|
+
readonly provisioningState?: ProvisioningState;
|
|
1392
|
+
/** Azure resource ids of Arc machines to be part of cluster. */
|
|
1393
|
+
arcNodeResourceIds?: string[];
|
|
1394
|
+
/** The deployment mode for cluster deployment. */
|
|
1395
|
+
deploymentMode?: DeploymentMode;
|
|
1396
|
+
/** The intended operation for a cluster. */
|
|
1397
|
+
operationType?: OperationType;
|
|
1398
|
+
/** Scale units will contains list of deployment data */
|
|
1399
|
+
deploymentConfiguration?: DeploymentConfiguration;
|
|
1400
|
+
/** Deployment Status reported from cluster. */
|
|
1401
|
+
readonly reportedProperties?: EceReportedProperties;
|
|
1402
|
+
}
|
|
1403
|
+
export declare function deploymentSettingSerializer(item: DeploymentSetting): any;
|
|
1404
|
+
export declare function deploymentSettingDeserializer(item: any): DeploymentSetting;
|
|
1405
|
+
/** DeploymentSetting properties */
|
|
1406
|
+
export interface DeploymentSettingsProperties {
|
|
1407
|
+
/** DeploymentSetting provisioning state */
|
|
1408
|
+
readonly provisioningState?: ProvisioningState;
|
|
1409
|
+
/** Azure resource ids of Arc machines to be part of cluster. */
|
|
1410
|
+
arcNodeResourceIds: string[];
|
|
1411
|
+
/** The deployment mode for cluster deployment. */
|
|
1412
|
+
deploymentMode: DeploymentMode;
|
|
1413
|
+
/** The intended operation for a cluster. */
|
|
1414
|
+
operationType?: OperationType;
|
|
1415
|
+
/** Scale units will contains list of deployment data */
|
|
1416
|
+
deploymentConfiguration: DeploymentConfiguration;
|
|
1417
|
+
/** Deployment Status reported from cluster. */
|
|
1418
|
+
readonly reportedProperties?: EceReportedProperties;
|
|
1419
|
+
}
|
|
1420
|
+
export declare function deploymentSettingsPropertiesSerializer(item: DeploymentSettingsProperties): any;
|
|
1421
|
+
export declare function deploymentSettingsPropertiesDeserializer(item: any): DeploymentSettingsProperties;
|
|
1422
|
+
/** Deployment mode to trigger job. */
|
|
1423
|
+
export declare enum KnownDeploymentMode {
|
|
1424
|
+
/** Validate ECE action deployment for a cluster. */
|
|
1425
|
+
Validate = "Validate",
|
|
1426
|
+
/** Deploy ECE action deployment for a cluster. */
|
|
1427
|
+
Deploy = "Deploy"
|
|
1428
|
+
}
|
|
1429
|
+
/**
|
|
1430
|
+
* Deployment mode to trigger job. \
|
|
1431
|
+
* {@link KnownDeploymentMode} can be used interchangeably with DeploymentMode,
|
|
1432
|
+
* this enum contains the known values that the service supports.
|
|
1433
|
+
* ### Known values supported by the service
|
|
1434
|
+
* **Validate**: Validate ECE action deployment for a cluster. \
|
|
1435
|
+
* **Deploy**: Deploy ECE action deployment for a cluster.
|
|
1436
|
+
*/
|
|
1437
|
+
export type DeploymentMode = string;
|
|
1438
|
+
/** The intended operation for a cluster. */
|
|
1439
|
+
export declare enum KnownOperationType {
|
|
1440
|
+
/** Cluster provisioning operation. */
|
|
1441
|
+
ClusterProvisioning = "ClusterProvisioning",
|
|
1442
|
+
/** Cluster upgrade operation. */
|
|
1443
|
+
ClusterUpgrade = "ClusterUpgrade"
|
|
1444
|
+
}
|
|
1445
|
+
/**
|
|
1446
|
+
* The intended operation for a cluster. \
|
|
1447
|
+
* {@link KnownOperationType} can be used interchangeably with OperationType,
|
|
1448
|
+
* this enum contains the known values that the service supports.
|
|
1449
|
+
* ### Known values supported by the service
|
|
1450
|
+
* **ClusterProvisioning**: Cluster provisioning operation. \
|
|
1451
|
+
* **ClusterUpgrade**: Cluster upgrade operation.
|
|
1452
|
+
*/
|
|
1453
|
+
export type OperationType = string;
|
|
1454
|
+
/** Deployment Configuration */
|
|
1455
|
+
export interface DeploymentConfiguration {
|
|
1456
|
+
/** deployment template version */
|
|
1457
|
+
version?: string;
|
|
1458
|
+
/** Scale units will contains list of deployment data */
|
|
1459
|
+
scaleUnits: ScaleUnits[];
|
|
1460
|
+
}
|
|
1461
|
+
export declare function deploymentConfigurationSerializer(item: DeploymentConfiguration): any;
|
|
1462
|
+
export declare function deploymentConfigurationDeserializer(item: any): DeploymentConfiguration;
|
|
1463
|
+
export declare function scaleUnitsArraySerializer(result: Array<ScaleUnits>): any[];
|
|
1464
|
+
export declare function scaleUnitsArrayDeserializer(result: Array<ScaleUnits>): any[];
|
|
1465
|
+
/** Scale units will contains list of deployment data */
|
|
1466
|
+
export interface ScaleUnits {
|
|
1467
|
+
/** Deployment Data to deploy AzureStackHCI Cluster. */
|
|
1468
|
+
deploymentData: DeploymentData;
|
|
1469
|
+
/** Solution builder extension (SBE) partner properties */
|
|
1470
|
+
sbePartnerInfo?: SbePartnerInfo;
|
|
1471
|
+
}
|
|
1472
|
+
export declare function scaleUnitsSerializer(item: ScaleUnits): any;
|
|
1473
|
+
export declare function scaleUnitsDeserializer(item: any): ScaleUnits;
|
|
1474
|
+
/** The Deployment data of AzureStackHCI Cluster. */
|
|
1475
|
+
export interface DeploymentData {
|
|
1476
|
+
/** SecuritySettings to deploy AzureStackHCI Cluster. */
|
|
1477
|
+
securitySettings?: DeploymentSecuritySettings;
|
|
1478
|
+
/** Observability config to deploy AzureStackHCI Cluster. */
|
|
1479
|
+
observability?: Observability;
|
|
1480
|
+
/** Observability config to deploy AzureStackHCI Cluster. */
|
|
1481
|
+
cluster?: DeploymentCluster;
|
|
1482
|
+
/** Identity Provider for the cluster */
|
|
1483
|
+
identityProvider?: IdentityProvider;
|
|
1484
|
+
/** Storage config to deploy AzureStackHCI Cluster. */
|
|
1485
|
+
storage?: Storage;
|
|
1486
|
+
/** naming prefix to deploy cluster. */
|
|
1487
|
+
namingPrefix?: string;
|
|
1488
|
+
/** FQDN to deploy cluster */
|
|
1489
|
+
domainFqdn?: string;
|
|
1490
|
+
/** InfrastructureNetwork config to deploy AzureStackHCI Cluster. */
|
|
1491
|
+
infrastructureNetwork?: InfrastructureNetwork[];
|
|
1492
|
+
/** list of physical nodes config to deploy AzureStackHCI Cluster. */
|
|
1493
|
+
physicalNodes?: PhysicalNodes[];
|
|
1494
|
+
/** HostNetwork config to deploy AzureStackHCI Cluster. */
|
|
1495
|
+
hostNetwork?: DeploymentSettingHostNetwork;
|
|
1496
|
+
/** SDN Integration config to deploy AzureStackHCI Cluster. */
|
|
1497
|
+
sdnIntegration?: SdnIntegration;
|
|
1498
|
+
/** Is Management Cluster, when true indicates that the cluster is used for managing other clusters */
|
|
1499
|
+
isManagementCluster?: boolean;
|
|
1500
|
+
/** The path to the Active Directory Organizational Unit container object prepared for the deployment. */
|
|
1501
|
+
adouPath?: string;
|
|
1502
|
+
/** Azure key vault endpoint. This property is deprecated from 2023-12-01-preview. Please use secrets property instead. */
|
|
1503
|
+
secretsLocation?: string;
|
|
1504
|
+
/** secrets used for cloud deployment. */
|
|
1505
|
+
secrets?: EceDeploymentSecrets[];
|
|
1506
|
+
/** OptionalServices config to deploy AzureStackHCI Cluster. */
|
|
1507
|
+
optionalServices?: OptionalServices;
|
|
1508
|
+
/** Local Availability Zone information for HCI cluster */
|
|
1509
|
+
localAvailabilityZones?: LocalAvailabilityZones[];
|
|
1510
|
+
/** Assembly Package details for Validated Solution Recipe for AzureStackHCI Cluster */
|
|
1511
|
+
assemblyInfo?: AssemblyInfo;
|
|
1512
|
+
}
|
|
1513
|
+
export declare function deploymentDataSerializer(item: DeploymentData): any;
|
|
1514
|
+
export declare function deploymentDataDeserializer(item: any): DeploymentData;
|
|
1515
|
+
/** The SecuritySettings of AzureStackHCI Cluster. */
|
|
1516
|
+
export interface DeploymentSecuritySettings {
|
|
1517
|
+
/** By default, Hypervisor-protected Code Integrity is enabled on your Azure HCI cluster. */
|
|
1518
|
+
hvciProtection?: boolean;
|
|
1519
|
+
/** By default, Secure Boot is enabled on your Azure HCI cluster. This setting is hardware dependent. */
|
|
1520
|
+
drtmProtection?: boolean;
|
|
1521
|
+
/** When set to true, the security baseline is re-applied regularly. */
|
|
1522
|
+
driftControlEnforced?: boolean;
|
|
1523
|
+
/** When set to true, Credential Guard is enabled. */
|
|
1524
|
+
credentialGuardEnforced?: boolean;
|
|
1525
|
+
/** When set to true, the SMB default instance requires sign in for the client and server services. */
|
|
1526
|
+
smbSigningEnforced?: boolean;
|
|
1527
|
+
/** When set to true, cluster east-west traffic is encrypted. */
|
|
1528
|
+
smbClusterEncryption?: boolean;
|
|
1529
|
+
/** When set to true, all the side channel mitigations are enabled */
|
|
1530
|
+
sideChannelMitigationEnforced?: boolean;
|
|
1531
|
+
/** When set to true, BitLocker XTS_AES 256-bit encryption is enabled for all data-at-rest on the OS volume of your Azure Stack HCI cluster. This setting is TPM-hardware dependent. */
|
|
1532
|
+
bitlockerBootVolume?: boolean;
|
|
1533
|
+
/** When set to true, BitLocker XTS-AES 256-bit encryption is enabled for all data-at-rest on your Azure Stack HCI cluster shared volumes. */
|
|
1534
|
+
bitlockerDataVolumes?: boolean;
|
|
1535
|
+
/** WDAC is enabled by default and limits the applications and the code that you can run on your Azure Stack HCI cluster. */
|
|
1536
|
+
wdacEnforced?: boolean;
|
|
1537
|
+
}
|
|
1538
|
+
export declare function deploymentSecuritySettingsSerializer(item: DeploymentSecuritySettings): any;
|
|
1539
|
+
export declare function deploymentSecuritySettingsDeserializer(item: any): DeploymentSecuritySettings;
|
|
1540
|
+
/** The Observability of AzureStackHCI Cluster. */
|
|
1541
|
+
export interface Observability {
|
|
1542
|
+
/** Enables telemetry data to be sent to Microsoft */
|
|
1543
|
+
streamingDataClient?: boolean;
|
|
1544
|
+
/** Location of your cluster. The log and diagnostic data is sent to the appropriate diagnostics servers depending upon where your cluster resides. Setting this to false results in all data sent to Microsoft to be stored outside of the EU. */
|
|
1545
|
+
euLocation?: boolean;
|
|
1546
|
+
/** When set to true, collects log data to facilitate quicker issue resolution. */
|
|
1547
|
+
episodicDataUpload?: boolean;
|
|
1548
|
+
}
|
|
1549
|
+
export declare function observabilitySerializer(item: Observability): any;
|
|
1550
|
+
export declare function observabilityDeserializer(item: any): Observability;
|
|
1551
|
+
/** AzureStackHCI Cluster deployment properties. */
|
|
1552
|
+
export interface DeploymentCluster {
|
|
1553
|
+
/** The cluster name provided when preparing Active Directory. */
|
|
1554
|
+
name?: string;
|
|
1555
|
+
/** Use a cloud witness if you have internet access and if you use an Azure Storage account to provide a vote on cluster quorum. A cloud witness uses Azure Blob Storage to read or write a blob file and then uses it to arbitrate in split-brain resolution. Only allowed values are 'Cloud', 'FileShare'. */
|
|
1556
|
+
witnessType?: string;
|
|
1557
|
+
/** Specify the fileshare path for the local witness for your Azure Stack HCI cluster. */
|
|
1558
|
+
witnessPath?: string;
|
|
1559
|
+
/** Specify the Azure Storage account name for cloud witness for your Azure Stack HCI cluster. */
|
|
1560
|
+
cloudAccountName?: string;
|
|
1561
|
+
/** For Azure blob service endpoint type, select either Default or Custom domain. If you selected **Custom domain, enter the domain for the blob service in this format core.windows.net. */
|
|
1562
|
+
azureServiceEndpoint?: string;
|
|
1563
|
+
/** Hardware class of the cluster. */
|
|
1564
|
+
readonly hardwareClass?: HardwareClass;
|
|
1565
|
+
/** Cluster Pattern supported. */
|
|
1566
|
+
clusterPattern?: ClusterPattern;
|
|
1567
|
+
}
|
|
1568
|
+
export declare function deploymentClusterSerializer(item: DeploymentCluster): any;
|
|
1569
|
+
export declare function deploymentClusterDeserializer(item: any): DeploymentCluster;
|
|
1570
|
+
/** The Storage config of AzureStackHCI Cluster. */
|
|
1571
|
+
export interface Storage {
|
|
1572
|
+
/** By default, this mode is set to Express and your storage is configured as per best practices based on the number of nodes in the cluster. Allowed values are 'Express','InfraOnly', 'KeepStorage' */
|
|
1573
|
+
configurationMode?: string;
|
|
1574
|
+
}
|
|
1575
|
+
export declare function storageSerializer(item: Storage): any;
|
|
1576
|
+
export declare function storageDeserializer(item: any): Storage;
|
|
1577
|
+
export declare function infrastructureNetworkArraySerializer(result: Array<InfrastructureNetwork>): any[];
|
|
1578
|
+
export declare function infrastructureNetworkArrayDeserializer(result: Array<InfrastructureNetwork>): any[];
|
|
1579
|
+
/** The InfrastructureNetwork of a AzureStackHCI Cluster. */
|
|
1580
|
+
export interface InfrastructureNetwork {
|
|
1581
|
+
/** Subnet mask that matches the provided IP address space. */
|
|
1582
|
+
subnetMask?: string;
|
|
1583
|
+
/** Default gateway that should be used for the provided IP address space. */
|
|
1584
|
+
gateway?: string;
|
|
1585
|
+
/** Range of IP addresses from which addresses are allocated for nodes within a subnet. */
|
|
1586
|
+
ipPools?: IpPools[];
|
|
1587
|
+
/** Specifies how DNS servers are configured for the infrastructure network. Allowed values are 'UseDnsServer' to use the provided DNS servers, and 'UseForwarder' to use DNS forwarders. */
|
|
1588
|
+
dnsServerConfig?: DnsServerConfig;
|
|
1589
|
+
/** Details of the DNS Zones to be configured. */
|
|
1590
|
+
dnsZones?: DnsZones[];
|
|
1591
|
+
/** IPv4 address of the DNS servers in your environment. */
|
|
1592
|
+
dnsServers?: string[];
|
|
1593
|
+
/** Allows customers to use DHCP for Hosts and Cluster IPs. If not declared, the deployment will default to static IPs. When true, GW and DNS servers are not required */
|
|
1594
|
+
useDhcp?: boolean;
|
|
1595
|
+
}
|
|
1596
|
+
export declare function infrastructureNetworkSerializer(item: InfrastructureNetwork): any;
|
|
1597
|
+
export declare function infrastructureNetworkDeserializer(item: any): InfrastructureNetwork;
|
|
1598
|
+
export declare function ipPoolsArraySerializer(result: Array<IpPools>): any[];
|
|
1599
|
+
export declare function ipPoolsArrayDeserializer(result: Array<IpPools>): any[];
|
|
1600
|
+
/** The dnsServers of a device. */
|
|
1601
|
+
export interface IpPools {
|
|
1602
|
+
/** Starting IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering. */
|
|
1603
|
+
startingAddress?: string;
|
|
1604
|
+
/** Ending IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering. */
|
|
1605
|
+
endingAddress?: string;
|
|
1606
|
+
}
|
|
1607
|
+
export declare function ipPoolsSerializer(item: IpPools): any;
|
|
1608
|
+
export declare function ipPoolsDeserializer(item: any): IpPools;
|
|
1609
|
+
/** Specifies how DNS servers are configured for the infrastructure network. Allowed values are 'UseDnsServer' to use the provided DNS servers, and 'UseForwarder' to use DNS forwarders. */
|
|
1610
|
+
export declare enum KnownDnsServerConfig {
|
|
1611
|
+
/** Use the provided DNS servers for the infrastructure network. */
|
|
1612
|
+
UseDnsServer = "UseDnsServer",
|
|
1613
|
+
/** Use DNS forwarders for the infrastructure network. */
|
|
1614
|
+
UseForwarder = "UseForwarder"
|
|
1615
|
+
}
|
|
1616
|
+
/**
|
|
1617
|
+
* Specifies how DNS servers are configured for the infrastructure network. Allowed values are 'UseDnsServer' to use the provided DNS servers, and 'UseForwarder' to use DNS forwarders. \
|
|
1618
|
+
* {@link KnownDnsServerConfig} can be used interchangeably with DnsServerConfig,
|
|
1619
|
+
* this enum contains the known values that the service supports.
|
|
1620
|
+
* ### Known values supported by the service
|
|
1621
|
+
* **UseDnsServer**: Use the provided DNS servers for the infrastructure network. \
|
|
1622
|
+
* **UseForwarder**: Use DNS forwarders for the infrastructure network.
|
|
1623
|
+
*/
|
|
1624
|
+
export type DnsServerConfig = string;
|
|
1625
|
+
export declare function dnsZonesArraySerializer(result: Array<DnsZones>): any[];
|
|
1626
|
+
export declare function dnsZonesArrayDeserializer(result: Array<DnsZones>): any[];
|
|
1627
|
+
/** Details of the DNS Zones to be configured. */
|
|
1628
|
+
export interface DnsZones {
|
|
1629
|
+
/** Name of the DNS Zone to be configured. */
|
|
1630
|
+
dnsZoneName?: string;
|
|
1631
|
+
/** Forwarder details of the DNS Zone to be configured. */
|
|
1632
|
+
dnsForwarder?: string[];
|
|
1633
|
+
}
|
|
1634
|
+
export declare function dnsZonesSerializer(item: DnsZones): any;
|
|
1635
|
+
export declare function dnsZonesDeserializer(item: any): DnsZones;
|
|
1636
|
+
export declare function physicalNodesArraySerializer(result: Array<PhysicalNodes>): any[];
|
|
1637
|
+
export declare function physicalNodesArrayDeserializer(result: Array<PhysicalNodes>): any[];
|
|
1638
|
+
/** The PhysicalNodes of a cluster. */
|
|
1639
|
+
export interface PhysicalNodes {
|
|
1640
|
+
/** NETBIOS name of each physical server on your Azure Stack HCI cluster. */
|
|
1641
|
+
name?: string;
|
|
1642
|
+
/** The IPv4 address assigned to each physical server on your Azure Stack HCI cluster. */
|
|
1643
|
+
ipv4Address?: string;
|
|
1644
|
+
}
|
|
1645
|
+
export declare function physicalNodesSerializer(item: PhysicalNodes): any;
|
|
1646
|
+
export declare function physicalNodesDeserializer(item: any): PhysicalNodes;
|
|
1647
|
+
/** The HostNetwork of a cluster. */
|
|
1648
|
+
export interface DeploymentSettingHostNetwork {
|
|
1649
|
+
/** The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM. */
|
|
1650
|
+
intents?: DeploymentSettingIntents[];
|
|
1651
|
+
/** List of StorageNetworks config to deploy AzureStackHCI Cluster. */
|
|
1652
|
+
storageNetworks?: DeploymentSettingStorageNetworks[];
|
|
1653
|
+
/** Defines how the storage adapters between nodes are connected either switch or switch less.. */
|
|
1654
|
+
storageConnectivitySwitchless?: boolean;
|
|
1655
|
+
/** Optional parameter required only for 3 Nodes Switchless deployments. This allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically. */
|
|
1656
|
+
enableStorageAutoIp?: boolean;
|
|
1657
|
+
}
|
|
1658
|
+
export declare function deploymentSettingHostNetworkSerializer(item: DeploymentSettingHostNetwork): any;
|
|
1659
|
+
export declare function deploymentSettingHostNetworkDeserializer(item: any): DeploymentSettingHostNetwork;
|
|
1660
|
+
export declare function deploymentSettingIntentsArraySerializer(result: Array<DeploymentSettingIntents>): any[];
|
|
1661
|
+
export declare function deploymentSettingIntentsArrayDeserializer(result: Array<DeploymentSettingIntents>): any[];
|
|
1662
|
+
/** The Intents of a cluster. */
|
|
1663
|
+
export interface DeploymentSettingIntents {
|
|
1664
|
+
/** Name of the network intent you wish to create. */
|
|
1665
|
+
name?: string;
|
|
1666
|
+
/** List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'. */
|
|
1667
|
+
trafficType?: string[];
|
|
1668
|
+
/** Array of network interfaces used for the network intent. */
|
|
1669
|
+
adapter?: string[];
|
|
1670
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */
|
|
1671
|
+
overrideVirtualSwitchConfiguration?: boolean;
|
|
1672
|
+
/** Set virtualSwitch ConfigurationOverrides for cluster. */
|
|
1673
|
+
virtualSwitchConfigurationOverrides?: DeploymentSettingVirtualSwitchConfigurationOverrides;
|
|
1674
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */
|
|
1675
|
+
overrideQosPolicy?: boolean;
|
|
1676
|
+
/** Set QoS PolicyOverrides for cluster. */
|
|
1677
|
+
qosPolicyOverrides?: QosPolicyOverrides;
|
|
1678
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */
|
|
1679
|
+
overrideAdapterProperty?: boolean;
|
|
1680
|
+
/** Set Adapter PropertyOverrides for cluster. */
|
|
1681
|
+
adapterPropertyOverrides?: DeploymentSettingAdapterPropertyOverrides;
|
|
1682
|
+
}
|
|
1683
|
+
export declare function deploymentSettingIntentsSerializer(item: DeploymentSettingIntents): any;
|
|
1684
|
+
export declare function deploymentSettingIntentsDeserializer(item: any): DeploymentSettingIntents;
|
|
1685
|
+
/** The VirtualSwitchConfigurationOverrides of a cluster. */
|
|
1686
|
+
export interface DeploymentSettingVirtualSwitchConfigurationOverrides {
|
|
1687
|
+
/** Enable IoV for Virtual Switch */
|
|
1688
|
+
enableIov?: string;
|
|
1689
|
+
/** Load Balancing Algorithm for Virtual Switch */
|
|
1690
|
+
loadBalancingAlgorithm?: string;
|
|
1691
|
+
}
|
|
1692
|
+
export declare function deploymentSettingVirtualSwitchConfigurationOverridesSerializer(item: DeploymentSettingVirtualSwitchConfigurationOverrides): any;
|
|
1693
|
+
export declare function deploymentSettingVirtualSwitchConfigurationOverridesDeserializer(item: any): DeploymentSettingVirtualSwitchConfigurationOverrides;
|
|
1694
|
+
/** The QoSPolicyOverrides of a cluster. */
|
|
1695
|
+
export interface QosPolicyOverrides {
|
|
1696
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */
|
|
1697
|
+
priorityValue8021ActionCluster?: string;
|
|
1698
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */
|
|
1699
|
+
priorityValue8021ActionSMB?: string;
|
|
1700
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */
|
|
1701
|
+
bandwidthPercentageSMB?: string;
|
|
1702
|
+
}
|
|
1703
|
+
export declare function qosPolicyOverridesSerializer(item: QosPolicyOverrides): any;
|
|
1704
|
+
export declare function qosPolicyOverridesDeserializer(item: any): QosPolicyOverrides;
|
|
1705
|
+
/** The AdapterPropertyOverrides of a cluster. */
|
|
1706
|
+
export interface DeploymentSettingAdapterPropertyOverrides {
|
|
1707
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */
|
|
1708
|
+
jumboPacket?: string;
|
|
1709
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */
|
|
1710
|
+
networkDirect?: string;
|
|
1711
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. Expected values are 'iWARP', 'RoCEv2', 'RoCE' */
|
|
1712
|
+
networkDirectTechnology?: string;
|
|
1713
|
+
}
|
|
1714
|
+
export declare function deploymentSettingAdapterPropertyOverridesSerializer(item: DeploymentSettingAdapterPropertyOverrides): any;
|
|
1715
|
+
export declare function deploymentSettingAdapterPropertyOverridesDeserializer(item: any): DeploymentSettingAdapterPropertyOverrides;
|
|
1716
|
+
export declare function deploymentSettingStorageNetworksArraySerializer(result: Array<DeploymentSettingStorageNetworks>): any[];
|
|
1717
|
+
export declare function deploymentSettingStorageNetworksArrayDeserializer(result: Array<DeploymentSettingStorageNetworks>): any[];
|
|
1718
|
+
/** The StorageNetworks of a cluster. */
|
|
1719
|
+
export interface DeploymentSettingStorageNetworks {
|
|
1720
|
+
/** Name of the storage network. */
|
|
1721
|
+
name?: string;
|
|
1722
|
+
/** Name of the storage network adapter. */
|
|
1723
|
+
networkAdapterName?: string;
|
|
1724
|
+
/** ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic. */
|
|
1725
|
+
vlanId?: string;
|
|
1726
|
+
/** List of Storage adapter physical nodes config to deploy AzureStackHCI Cluster. */
|
|
1727
|
+
storageAdapterIPInfo?: DeploymentSettingStorageAdapterIPInfo[];
|
|
1728
|
+
}
|
|
1729
|
+
export declare function deploymentSettingStorageNetworksSerializer(item: DeploymentSettingStorageNetworks): any;
|
|
1730
|
+
export declare function deploymentSettingStorageNetworksDeserializer(item: any): DeploymentSettingStorageNetworks;
|
|
1731
|
+
export declare function deploymentSettingStorageAdapterIPInfoArraySerializer(result: Array<DeploymentSettingStorageAdapterIPInfo>): any[];
|
|
1732
|
+
export declare function deploymentSettingStorageAdapterIPInfoArrayDeserializer(result: Array<DeploymentSettingStorageAdapterIPInfo>): any[];
|
|
1733
|
+
/** The StorageAdapter physical nodes of a cluster. */
|
|
1734
|
+
export interface DeploymentSettingStorageAdapterIPInfo {
|
|
1735
|
+
/** storage adapter physical node name. */
|
|
1736
|
+
physicalNode?: string;
|
|
1737
|
+
/** The IPv4 address assigned to each storage adapter physical node on your Azure Stack HCI cluster. */
|
|
1738
|
+
ipv4Address?: string;
|
|
1739
|
+
/** The SubnetMask address assigned to each storage adapter physical node on your Azure Stack HCI cluster. */
|
|
1740
|
+
subnetMask?: string;
|
|
1741
|
+
}
|
|
1742
|
+
export declare function deploymentSettingStorageAdapterIPInfoSerializer(item: DeploymentSettingStorageAdapterIPInfo): any;
|
|
1743
|
+
export declare function deploymentSettingStorageAdapterIPInfoDeserializer(item: any): DeploymentSettingStorageAdapterIPInfo;
|
|
1744
|
+
/** SDN Integration config to deploy AzureStackHCI Cluster. */
|
|
1745
|
+
export interface SdnIntegration {
|
|
1746
|
+
/** network controller config for SDN Integration to deploy AzureStackHCI Cluster. */
|
|
1747
|
+
networkController?: NetworkController;
|
|
1748
|
+
}
|
|
1749
|
+
export declare function sdnIntegrationSerializer(item: SdnIntegration): any;
|
|
1750
|
+
export declare function sdnIntegrationDeserializer(item: any): SdnIntegration;
|
|
1751
|
+
/** network controller config for SDN Integration to deploy AzureStackHCI Cluster. */
|
|
1752
|
+
export interface NetworkController {
|
|
1753
|
+
/** macAddressPoolStart of network controller used for SDN Integration. */
|
|
1754
|
+
macAddressPoolStart?: string;
|
|
1755
|
+
/** macAddressPoolStop of network controller used for SDN Integration. */
|
|
1756
|
+
macAddressPoolStop?: string;
|
|
1757
|
+
/** NetworkVirtualizationEnabled of network controller used for SDN Integration. */
|
|
1758
|
+
networkVirtualizationEnabled?: boolean;
|
|
1759
|
+
}
|
|
1760
|
+
export declare function networkControllerSerializer(item: NetworkController): any;
|
|
1761
|
+
export declare function networkControllerDeserializer(item: any): NetworkController;
|
|
1762
|
+
export declare function eceDeploymentSecretsArraySerializer(result: Array<EceDeploymentSecrets>): any[];
|
|
1763
|
+
export declare function eceDeploymentSecretsArrayDeserializer(result: Array<EceDeploymentSecrets>): any[];
|
|
1764
|
+
/** Protected parameters list stored in keyvault. */
|
|
1765
|
+
export interface EceDeploymentSecrets {
|
|
1766
|
+
/** Secret name stored in keyvault. */
|
|
1767
|
+
secretName?: string;
|
|
1768
|
+
/** Secret name expected for Enterprise Cloud Engine (ECE) deployment. */
|
|
1769
|
+
eceSecretName?: EceSecrets;
|
|
1770
|
+
/** Secret URI stored in keyvault. */
|
|
1771
|
+
secretLocation?: string;
|
|
1772
|
+
}
|
|
1773
|
+
export declare function eceDeploymentSecretsSerializer(item: EceDeploymentSecrets): any;
|
|
1774
|
+
export declare function eceDeploymentSecretsDeserializer(item: any): EceDeploymentSecrets;
|
|
1775
|
+
/** Secret names allowed for Enterprise Cloud Engine (ECE) deployment. */
|
|
1776
|
+
export declare enum KnownEceSecrets {
|
|
1777
|
+
/** AzureStackLCMUserCredential used for LCM operations for AzureStackHCI cluster. */
|
|
1778
|
+
AzureStackLCMUserCredential = "AzureStackLCMUserCredential",
|
|
1779
|
+
/** DefaultARBApplication used to manage Azure Arc resource bridge (ARB) for AzureStackHCI cluster. */
|
|
1780
|
+
DefaultARBApplication = "DefaultARBApplication",
|
|
1781
|
+
/** LocalAdminCredential used for admin operations for AzureStackHCI cluster. */
|
|
1782
|
+
LocalAdminCredential = "LocalAdminCredential",
|
|
1783
|
+
/** WitnessStorageKey used for setting up a cloud witness for AzureStackHCI cluster. */
|
|
1784
|
+
WitnessStorageKey = "WitnessStorageKey"
|
|
1785
|
+
}
|
|
1786
|
+
/**
|
|
1787
|
+
* Secret names allowed for Enterprise Cloud Engine (ECE) deployment. \
|
|
1788
|
+
* {@link KnownEceSecrets} can be used interchangeably with EceSecrets,
|
|
1789
|
+
* this enum contains the known values that the service supports.
|
|
1790
|
+
* ### Known values supported by the service
|
|
1791
|
+
* **AzureStackLCMUserCredential**: AzureStackLCMUserCredential used for LCM operations for AzureStackHCI cluster. \
|
|
1792
|
+
* **DefaultARBApplication**: DefaultARBApplication used to manage Azure Arc resource bridge (ARB) for AzureStackHCI cluster. \
|
|
1793
|
+
* **LocalAdminCredential**: LocalAdminCredential used for admin operations for AzureStackHCI cluster. \
|
|
1794
|
+
* **WitnessStorageKey**: WitnessStorageKey used for setting up a cloud witness for AzureStackHCI cluster.
|
|
1795
|
+
*/
|
|
1796
|
+
export type EceSecrets = string;
|
|
1797
|
+
/** The OptionalServices of AzureStackHCI Cluster. */
|
|
1798
|
+
export interface OptionalServices {
|
|
1799
|
+
/** The name of custom location. */
|
|
1800
|
+
customLocation?: string;
|
|
1801
|
+
}
|
|
1802
|
+
export declare function optionalServicesSerializer(item: OptionalServices): any;
|
|
1803
|
+
export declare function optionalServicesDeserializer(item: any): OptionalServices;
|
|
1804
|
+
/** Assembly Package details for Validated Solution Recipe for AzureStackHCI Cluster */
|
|
1805
|
+
export interface AssemblyInfo {
|
|
1806
|
+
/** Assembly Package version for Validated Solution Recipe for AzureStackHCI Cluster */
|
|
1807
|
+
readonly packageVersion?: string;
|
|
1808
|
+
/** Payload properties for Validated Solution Recipe for AzureStackHCI Cluster */
|
|
1809
|
+
readonly payload?: AssemblyInfoPayload[];
|
|
1810
|
+
}
|
|
1811
|
+
export declare function assemblyInfoSerializer(item: AssemblyInfo): any;
|
|
1812
|
+
export declare function assemblyInfoDeserializer(item: any): AssemblyInfo;
|
|
1813
|
+
export declare function assemblyInfoPayloadArrayDeserializer(result: Array<AssemblyInfoPayload>): any[];
|
|
1814
|
+
/** Payload properties for Validated Solution Recipe for AzureStackHCI Cluster */
|
|
1815
|
+
export interface AssemblyInfoPayload {
|
|
1816
|
+
/** assembly identifier for Validated Solution Recipe for AzureStackHCI Cluster */
|
|
1817
|
+
readonly identifier?: string;
|
|
1818
|
+
/** Hash of assembly package for Validated Solution Recipe for AzureStackHCI Cluster */
|
|
1819
|
+
readonly hash?: string;
|
|
1820
|
+
/** File name of assembly package for Validated Solution Recipe for AzureStackHCI Cluster */
|
|
1821
|
+
readonly fileName?: string;
|
|
1822
|
+
/** Url of assembly package for Validated Solution Recipe for AzureStackHCI Cluster */
|
|
1823
|
+
readonly url?: string;
|
|
1824
|
+
}
|
|
1825
|
+
export declare function assemblyInfoPayloadDeserializer(item: any): AssemblyInfoPayload;
|
|
1826
|
+
/** The solution builder extension (SBE) partner deployment info for cluster. */
|
|
1827
|
+
export interface SbePartnerInfo {
|
|
1828
|
+
/** SBE package and manifest information for the solution Builder Extension staged for AzureStackHCI cluster deployment. */
|
|
1829
|
+
sbeDeploymentInfo?: SbeDeploymentInfo;
|
|
1830
|
+
/** List of SBE partner properties for AzureStackHCI cluster deployment. */
|
|
1831
|
+
partnerProperties?: SbePartnerProperties[];
|
|
1832
|
+
/** SBE credentials list for AzureStackHCI cluster deployment. */
|
|
1833
|
+
credentialList?: SbeCredentials[];
|
|
1834
|
+
}
|
|
1835
|
+
export declare function sbePartnerInfoSerializer(item: SbePartnerInfo): any;
|
|
1836
|
+
export declare function sbePartnerInfoDeserializer(item: any): SbePartnerInfo;
|
|
1837
|
+
/** Solution builder extension (SBE) package and manifest information for the solution builder extension staged for AzureStackHCI cluster deployment. */
|
|
1838
|
+
export interface SbeDeploymentInfo {
|
|
1839
|
+
/** SBE package version. */
|
|
1840
|
+
version?: string;
|
|
1841
|
+
/** SBE family name. */
|
|
1842
|
+
family?: string;
|
|
1843
|
+
/** SBE manifest publisher. */
|
|
1844
|
+
publisher?: string;
|
|
1845
|
+
/** SBE Manifest Source. */
|
|
1846
|
+
sbeManifestSource?: string;
|
|
1847
|
+
/** SBE Manifest Creation Date. */
|
|
1848
|
+
sbeManifestCreationDate?: Date;
|
|
1849
|
+
}
|
|
1850
|
+
export declare function sbeDeploymentInfoSerializer(item: SbeDeploymentInfo): any;
|
|
1851
|
+
export declare function sbeDeploymentInfoDeserializer(item: any): SbeDeploymentInfo;
|
|
1852
|
+
export declare function sbePartnerPropertiesArraySerializer(result: Array<SbePartnerProperties>): any[];
|
|
1853
|
+
export declare function sbePartnerPropertiesArrayDeserializer(result: Array<SbePartnerProperties>): any[];
|
|
1854
|
+
/** Solution builder extension (SBE) partner properties object. */
|
|
1855
|
+
export interface SbePartnerProperties {
|
|
1856
|
+
/** SBE partner property name. */
|
|
1857
|
+
name?: string;
|
|
1858
|
+
/** SBE partner property value. */
|
|
1859
|
+
value?: string;
|
|
1860
|
+
}
|
|
1861
|
+
export declare function sbePartnerPropertiesSerializer(item: SbePartnerProperties): any;
|
|
1862
|
+
export declare function sbePartnerPropertiesDeserializer(item: any): SbePartnerProperties;
|
|
1863
|
+
export declare function sbeCredentialsArraySerializer(result: Array<SbeCredentials>): any[];
|
|
1864
|
+
export declare function sbeCredentialsArrayDeserializer(result: Array<SbeCredentials>): any[];
|
|
1865
|
+
/** secrets used for solution builder extension (SBE) partner extensibility. */
|
|
1866
|
+
export interface SbeCredentials {
|
|
1867
|
+
/** secret name stored in keyvault. */
|
|
1868
|
+
secretName?: string;
|
|
1869
|
+
/** secret name expected for Enterprise Cloud Engine (ECE). */
|
|
1870
|
+
eceSecretName?: string;
|
|
1871
|
+
/** secret URI stored in keyvault. */
|
|
1872
|
+
secretLocation?: string;
|
|
1873
|
+
}
|
|
1874
|
+
export declare function sbeCredentialsSerializer(item: SbeCredentials): any;
|
|
1875
|
+
export declare function sbeCredentialsDeserializer(item: any): SbeCredentials;
|
|
1876
|
+
/** The DeploymentStatus of AzureStackHCI Cluster. */
|
|
1877
|
+
export interface EceReportedProperties {
|
|
1878
|
+
/** validation status of AzureStackHCI Cluster Deployment. */
|
|
1879
|
+
readonly validationStatus?: EceActionStatus;
|
|
1880
|
+
/** Deployment status of AzureStackHCI Cluster Deployment. */
|
|
1881
|
+
readonly deploymentStatus?: EceActionStatus;
|
|
1882
|
+
}
|
|
1883
|
+
export declare function eceReportedPropertiesDeserializer(item: any): EceReportedProperties;
|
|
1884
|
+
/** The ECE action plan deployment status for AzureStackHCI Cluster. */
|
|
1885
|
+
export interface EceActionStatus {
|
|
1886
|
+
/** Status of ECE action AzureStackHCI Cluster Deployment. */
|
|
1887
|
+
readonly status?: string;
|
|
1888
|
+
/** List of steps of AzureStackHCI Cluster Deployment. */
|
|
1889
|
+
readonly steps?: DeploymentStep[];
|
|
1890
|
+
}
|
|
1891
|
+
export declare function eceActionStatusDeserializer(item: any): EceActionStatus;
|
|
1892
|
+
export declare function deploymentStepArrayDeserializer(result: Array<DeploymentStep>): any[];
|
|
1893
|
+
/** The Step of AzureStackHCI Cluster. */
|
|
1894
|
+
export interface DeploymentStep {
|
|
1895
|
+
/** Name of step. */
|
|
1896
|
+
readonly name?: string;
|
|
1897
|
+
/** Description of step. */
|
|
1898
|
+
readonly description?: string;
|
|
1899
|
+
/** FullStepIndex of step. */
|
|
1900
|
+
readonly fullStepIndex?: string;
|
|
1901
|
+
/** Start time of step. */
|
|
1902
|
+
readonly startTimeUtc?: string;
|
|
1903
|
+
/** End time of step. */
|
|
1904
|
+
readonly endTimeUtc?: string;
|
|
1905
|
+
/** Status of step. Allowed values are 'Error', 'Success', 'InProgress' */
|
|
1906
|
+
readonly status?: string;
|
|
1907
|
+
/** List of nested steps of AzureStackHCI Cluster Deployment. */
|
|
1908
|
+
readonly steps?: DeploymentStep[];
|
|
1909
|
+
/** List of exceptions in AzureStackHCI Cluster Deployment. */
|
|
1910
|
+
readonly exception?: string[];
|
|
1911
|
+
}
|
|
1912
|
+
export declare function deploymentStepDeserializer(item: any): DeploymentStep;
|
|
1913
|
+
/** The response of a DeploymentSetting list operation. */
|
|
1914
|
+
export interface _DeploymentSettingListResult {
|
|
1915
|
+
/** The DeploymentSetting items on this page */
|
|
1916
|
+
value: DeploymentSetting[];
|
|
1917
|
+
/** The link to the next page of items */
|
|
1918
|
+
nextLink?: string;
|
|
1919
|
+
}
|
|
1920
|
+
export declare function _deploymentSettingListResultDeserializer(item: any): _DeploymentSettingListResult;
|
|
1921
|
+
export declare function deploymentSettingArraySerializer(result: Array<DeploymentSetting>): any[];
|
|
1922
|
+
export declare function deploymentSettingArrayDeserializer(result: Array<DeploymentSetting>): any[];
|
|
1923
|
+
/** EdgeDevice Jobs resource */
|
|
1924
|
+
export interface EdgeDeviceJob extends ExtensionResource {
|
|
1925
|
+
/** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
|
|
1926
|
+
/** The discriminator possible values: HCI */
|
|
1927
|
+
kind: EdgeDeviceKind;
|
|
1928
|
+
}
|
|
1929
|
+
export declare function edgeDeviceJobSerializer(item: EdgeDeviceJob): any;
|
|
1930
|
+
export declare function edgeDeviceJobDeserializer(item: any): EdgeDeviceJob;
|
|
1931
|
+
/** Alias for EdgeDeviceJobUnion */
|
|
1932
|
+
export type EdgeDeviceJobUnion = HciEdgeDeviceJob | EdgeDeviceJob;
|
|
1933
|
+
export declare function edgeDeviceJobUnionSerializer(item: EdgeDeviceJobUnion): any;
|
|
1934
|
+
export declare function edgeDeviceJobUnionDeserializer(item: any): EdgeDeviceJobUnion;
|
|
1935
|
+
/** Edge device kind. */
|
|
1936
|
+
export declare enum KnownEdgeDeviceKind {
|
|
1937
|
+
/** Arc-enabled edge device with HCI OS. */
|
|
1938
|
+
HCI = "HCI"
|
|
1939
|
+
}
|
|
1940
|
+
/**
|
|
1941
|
+
* Edge device kind. \
|
|
1942
|
+
* {@link KnownEdgeDeviceKind} can be used interchangeably with EdgeDeviceKind,
|
|
1943
|
+
* this enum contains the known values that the service supports.
|
|
1944
|
+
* ### Known values supported by the service
|
|
1945
|
+
* **HCI**: Arc-enabled edge device with HCI OS.
|
|
1946
|
+
*/
|
|
1947
|
+
export type EdgeDeviceKind = string;
|
|
1948
|
+
/** Edge device job for Azure Stack HCI solution. */
|
|
1949
|
+
export interface HciEdgeDeviceJob extends EdgeDeviceJob {
|
|
1950
|
+
/** HCI Edge device job properties */
|
|
1951
|
+
properties: HciEdgeDeviceJobPropertiesUnion;
|
|
1952
|
+
/** Edge Solution type to support polymorphic resource. */
|
|
1953
|
+
kind: "HCI";
|
|
1954
|
+
}
|
|
1955
|
+
export declare function hciEdgeDeviceJobSerializer(item: HciEdgeDeviceJob): any;
|
|
1956
|
+
export declare function hciEdgeDeviceJobDeserializer(item: any): HciEdgeDeviceJob;
|
|
1957
|
+
/** HCI Edge device job properties */
|
|
1958
|
+
export interface HciEdgeDeviceJobProperties {
|
|
1959
|
+
/** Deployment mode to trigger job. */
|
|
1960
|
+
deploymentMode?: DeploymentMode;
|
|
1961
|
+
/** Job provisioning state */
|
|
1962
|
+
readonly provisioningState?: ProvisioningState;
|
|
1963
|
+
/** Unique, immutable job id. */
|
|
1964
|
+
readonly jobId?: string;
|
|
1965
|
+
/** The UTC date and time at which the job started. */
|
|
1966
|
+
readonly startTimeUtc?: Date;
|
|
1967
|
+
/** The UTC date and time at which the job completed. */
|
|
1968
|
+
readonly endTimeUtc?: Date;
|
|
1969
|
+
/** Status of Edge device job. */
|
|
1970
|
+
readonly status?: JobStatus;
|
|
1971
|
+
/** Job Type to support polymorphic resource. */
|
|
1972
|
+
/** The discriminator possible values: CollectLog, RemoteSupport */
|
|
1973
|
+
jobType: HciEdgeDeviceJobType;
|
|
1974
|
+
}
|
|
1975
|
+
export declare function hciEdgeDeviceJobPropertiesSerializer(item: HciEdgeDeviceJobProperties): any;
|
|
1976
|
+
export declare function hciEdgeDeviceJobPropertiesDeserializer(item: any): HciEdgeDeviceJobProperties;
|
|
1977
|
+
/** Alias for HciEdgeDeviceJobPropertiesUnion */
|
|
1978
|
+
export type HciEdgeDeviceJobPropertiesUnion = HciCollectLogJobProperties | HciRemoteSupportJobProperties | HciEdgeDeviceJobProperties;
|
|
1979
|
+
export declare function hciEdgeDeviceJobPropertiesUnionSerializer(item: HciEdgeDeviceJobPropertiesUnion): any;
|
|
1980
|
+
export declare function hciEdgeDeviceJobPropertiesUnionDeserializer(item: any): HciEdgeDeviceJobPropertiesUnion;
|
|
1981
|
+
/** Represents the various statuses a job can have throughout its lifecycle. */
|
|
1982
|
+
export declare enum KnownJobStatus {
|
|
1983
|
+
/** The job status has not been specified. */
|
|
1984
|
+
NotSpecified = "NotSpecified",
|
|
1985
|
+
/** The job is currently undergoing validation. */
|
|
1986
|
+
ValidationInProgress = "ValidationInProgress",
|
|
1987
|
+
/** The job has successfully passed validation. */
|
|
1988
|
+
ValidationSuccess = "ValidationSuccess",
|
|
1989
|
+
/** The job has failed validation. */
|
|
1990
|
+
ValidationFailed = "ValidationFailed",
|
|
1991
|
+
/** The job's deployment is currently in progress. */
|
|
1992
|
+
DeploymentInProgress = "DeploymentInProgress",
|
|
1993
|
+
/** The job's deployment has failed. */
|
|
1994
|
+
DeploymentFailed = "DeploymentFailed",
|
|
1995
|
+
/** The job has been successfully deployed. */
|
|
1996
|
+
DeploymentSuccess = "DeploymentSuccess",
|
|
1997
|
+
/** The job has succeeded. */
|
|
1998
|
+
Succeeded = "Succeeded",
|
|
1999
|
+
/** The job has failed. */
|
|
2000
|
+
Failed = "Failed",
|
|
2001
|
+
/** The job has been canceled. */
|
|
2002
|
+
Canceled = "Canceled",
|
|
2003
|
+
/** The job is paused. */
|
|
2004
|
+
Paused = "Paused",
|
|
2005
|
+
/** The job is scheduled to run. */
|
|
2006
|
+
Scheduled = "Scheduled"
|
|
2007
|
+
}
|
|
2008
|
+
/**
|
|
2009
|
+
* Represents the various statuses a job can have throughout its lifecycle. \
|
|
2010
|
+
* {@link KnownJobStatus} can be used interchangeably with JobStatus,
|
|
2011
|
+
* this enum contains the known values that the service supports.
|
|
2012
|
+
* ### Known values supported by the service
|
|
2013
|
+
* **NotSpecified**: The job status has not been specified. \
|
|
2014
|
+
* **ValidationInProgress**: The job is currently undergoing validation. \
|
|
2015
|
+
* **ValidationSuccess**: The job has successfully passed validation. \
|
|
2016
|
+
* **ValidationFailed**: The job has failed validation. \
|
|
2017
|
+
* **DeploymentInProgress**: The job's deployment is currently in progress. \
|
|
2018
|
+
* **DeploymentFailed**: The job's deployment has failed. \
|
|
2019
|
+
* **DeploymentSuccess**: The job has been successfully deployed. \
|
|
2020
|
+
* **Succeeded**: The job has succeeded. \
|
|
2021
|
+
* **Failed**: The job has failed. \
|
|
2022
|
+
* **Canceled**: The job has been canceled. \
|
|
2023
|
+
* **Paused**: The job is paused. \
|
|
2024
|
+
* **Scheduled**: The job is scheduled to run.
|
|
2025
|
+
*/
|
|
2026
|
+
export type JobStatus = string;
|
|
2027
|
+
/** Job Type supported. */
|
|
2028
|
+
export declare enum KnownHciEdgeDeviceJobType {
|
|
2029
|
+
/** Job to collect logs from the device. */
|
|
2030
|
+
CollectLog = "CollectLog",
|
|
2031
|
+
/** Job to provide remote support to the device. */
|
|
2032
|
+
RemoteSupport = "RemoteSupport"
|
|
2033
|
+
}
|
|
2034
|
+
/**
|
|
2035
|
+
* Job Type supported. \
|
|
2036
|
+
* {@link KnownHciEdgeDeviceJobType} can be used interchangeably with HciEdgeDeviceJobType,
|
|
2037
|
+
* this enum contains the known values that the service supports.
|
|
2038
|
+
* ### Known values supported by the service
|
|
2039
|
+
* **CollectLog**: Job to collect logs from the device. \
|
|
2040
|
+
* **RemoteSupport**: Job to provide remote support to the device.
|
|
2041
|
+
*/
|
|
2042
|
+
export type HciEdgeDeviceJobType = string;
|
|
2043
|
+
/** Represents the properties of an HCI Collect Log job. */
|
|
2044
|
+
export interface HciCollectLogJobProperties extends HciEdgeDeviceJobProperties {
|
|
2045
|
+
/** From date for log collection. */
|
|
2046
|
+
fromDate: Date;
|
|
2047
|
+
/** To date for log collection. */
|
|
2048
|
+
toDate: Date;
|
|
2049
|
+
/** To date for log collection. */
|
|
2050
|
+
readonly lastLogGenerated?: Date;
|
|
2051
|
+
/** log collection job reported properties. */
|
|
2052
|
+
readonly reportedProperties?: LogCollectionReportedProperties;
|
|
2053
|
+
/** Job Type to support polymorphic resource. */
|
|
2054
|
+
jobType: "CollectLog";
|
|
2055
|
+
}
|
|
2056
|
+
export declare function hciCollectLogJobPropertiesSerializer(item: HciCollectLogJobProperties): any;
|
|
2057
|
+
export declare function hciCollectLogJobPropertiesDeserializer(item: any): HciCollectLogJobProperties;
|
|
2058
|
+
/** Represents the reported properties of a log collection job. */
|
|
2059
|
+
export interface LogCollectionReportedProperties {
|
|
2060
|
+
/** The percentage of the job that is complete. */
|
|
2061
|
+
readonly percentComplete?: number;
|
|
2062
|
+
/** Validation status of job. */
|
|
2063
|
+
readonly validationStatus?: EceActionStatus;
|
|
2064
|
+
/** Deployment status of job. */
|
|
2065
|
+
readonly deploymentStatus?: EceActionStatus;
|
|
2066
|
+
/** Details of the log collection session. */
|
|
2067
|
+
readonly logCollectionSessionDetails?: LogCollectionJobSession[];
|
|
2068
|
+
}
|
|
2069
|
+
export declare function logCollectionReportedPropertiesDeserializer(item: any): LogCollectionReportedProperties;
|
|
2070
|
+
export declare function logCollectionJobSessionArrayDeserializer(result: Array<LogCollectionJobSession>): any[];
|
|
2071
|
+
/** Represents a session for collecting logs from an edge device. */
|
|
2072
|
+
export interface LogCollectionJobSession {
|
|
2073
|
+
/** The timestamp when log collection started, in ISO 8601 format. */
|
|
2074
|
+
readonly startTime?: string;
|
|
2075
|
+
/** The timestamp when log collection ended, in ISO 8601 format. */
|
|
2076
|
+
readonly endTime?: string;
|
|
2077
|
+
/** The total time logs were collected for, in ISO 8601 duration format. */
|
|
2078
|
+
readonly timeCollected?: string;
|
|
2079
|
+
/** The size of the collected logs in bytes. */
|
|
2080
|
+
readonly logSize?: number;
|
|
2081
|
+
/** The status of the log collection session. */
|
|
2082
|
+
readonly status?: DeviceLogCollectionStatus;
|
|
2083
|
+
/** A unique identifier for correlating this log collection session with other operations or sessions. */
|
|
2084
|
+
readonly correlationId?: string;
|
|
2085
|
+
}
|
|
2086
|
+
export declare function logCollectionJobSessionDeserializer(item: any): LogCollectionJobSession;
|
|
2087
|
+
/** Represents the status of a log collection operation. */
|
|
2088
|
+
export declare enum KnownDeviceLogCollectionStatus {
|
|
2089
|
+
/** Log collection operation has not been initiated. */
|
|
2090
|
+
NotStarted = "NotStarted",
|
|
2091
|
+
/** Indicates that the log collection operation is currently running. */
|
|
2092
|
+
Running = "Running",
|
|
2093
|
+
/** Indicates that the log collection operation has failed. */
|
|
2094
|
+
Failed = "Failed",
|
|
2095
|
+
/** Indicates that the log collection operation has completed successfully. */
|
|
2096
|
+
Succeeded = "Succeeded",
|
|
2097
|
+
/** Indicates that the log collection operation has completed successfully. */
|
|
2098
|
+
Canceled = "Canceled"
|
|
2099
|
+
}
|
|
2100
|
+
/**
|
|
2101
|
+
* Represents the status of a log collection operation. \
|
|
2102
|
+
* {@link KnownDeviceLogCollectionStatus} can be used interchangeably with DeviceLogCollectionStatus,
|
|
2103
|
+
* this enum contains the known values that the service supports.
|
|
2104
|
+
* ### Known values supported by the service
|
|
2105
|
+
* **NotStarted**: Log collection operation has not been initiated. \
|
|
2106
|
+
* **Running**: Indicates that the log collection operation is currently running. \
|
|
2107
|
+
* **Failed**: Indicates that the log collection operation has failed. \
|
|
2108
|
+
* **Succeeded**: Indicates that the log collection operation has completed successfully. \
|
|
2109
|
+
* **Canceled**: Indicates that the log collection operation has completed successfully.
|
|
2110
|
+
*/
|
|
2111
|
+
export type DeviceLogCollectionStatus = string;
|
|
2112
|
+
/** Represents the properties of a remote support job for HCI. */
|
|
2113
|
+
export interface HciRemoteSupportJobProperties extends HciEdgeDeviceJobProperties {
|
|
2114
|
+
/** Remote support access level. */
|
|
2115
|
+
accessLevel: RemoteSupportAccessLevel;
|
|
2116
|
+
/** Remote support expiration timestamp. */
|
|
2117
|
+
expirationTimestamp: Date;
|
|
2118
|
+
/** Remote support type. */
|
|
2119
|
+
type: RemoteSupportType;
|
|
2120
|
+
/** log collection job reported properties. */
|
|
2121
|
+
readonly reportedProperties?: RemoteSupportJobReportedProperties;
|
|
2122
|
+
/** Job Type to support polymorphic resource. */
|
|
2123
|
+
jobType: "RemoteSupport";
|
|
2124
|
+
}
|
|
2125
|
+
export declare function hciRemoteSupportJobPropertiesSerializer(item: HciRemoteSupportJobProperties): any;
|
|
2126
|
+
export declare function hciRemoteSupportJobPropertiesDeserializer(item: any): HciRemoteSupportJobProperties;
|
|
2127
|
+
/** Defines the level of remote support access granted. */
|
|
2128
|
+
export declare enum KnownRemoteSupportAccessLevel {
|
|
2129
|
+
/** No remote support access is granted. */
|
|
2130
|
+
None = "None",
|
|
2131
|
+
/** Access is limited to diagnostics information only. */
|
|
2132
|
+
Diagnostics = "Diagnostics",
|
|
2133
|
+
/** Access includes diagnostics information and the ability to perform repairs. */
|
|
2134
|
+
DiagnosticsAndRepair = "DiagnosticsAndRepair"
|
|
2135
|
+
}
|
|
2136
|
+
/**
|
|
2137
|
+
* Defines the level of remote support access granted. \
|
|
2138
|
+
* {@link KnownRemoteSupportAccessLevel} can be used interchangeably with RemoteSupportAccessLevel,
|
|
2139
|
+
* this enum contains the known values that the service supports.
|
|
2140
|
+
* ### Known values supported by the service
|
|
2141
|
+
* **None**: No remote support access is granted. \
|
|
2142
|
+
* **Diagnostics**: Access is limited to diagnostics information only. \
|
|
2143
|
+
* **DiagnosticsAndRepair**: Access includes diagnostics information and the ability to perform repairs.
|
|
2144
|
+
*/
|
|
2145
|
+
export type RemoteSupportAccessLevel = string;
|
|
2146
|
+
/** Represents the reported properties of a remote support job. */
|
|
2147
|
+
export interface RemoteSupportJobReportedProperties {
|
|
2148
|
+
/** The percentage of the job that is complete. */
|
|
2149
|
+
readonly percentComplete?: number;
|
|
2150
|
+
/** Validation status of job. */
|
|
2151
|
+
readonly validationStatus?: EceActionStatus;
|
|
2152
|
+
/** Deployment status of job. */
|
|
2153
|
+
readonly deploymentStatus?: EceActionStatus;
|
|
2154
|
+
/** Optional settings for configuring the node for remote support. */
|
|
2155
|
+
readonly nodeSettings?: RemoteSupportJobNodeSettings;
|
|
2156
|
+
/** Details of the remote support session. */
|
|
2157
|
+
readonly sessionDetails?: RemoteSupportSession[];
|
|
2158
|
+
}
|
|
2159
|
+
export declare function remoteSupportJobReportedPropertiesDeserializer(item: any): RemoteSupportJobReportedProperties;
|
|
2160
|
+
/** Represents the settings of a remote support node. */
|
|
2161
|
+
export interface RemoteSupportJobNodeSettings {
|
|
2162
|
+
/** The state of the remote support node. */
|
|
2163
|
+
readonly state?: string;
|
|
2164
|
+
/** The timestamp when the node settings were created, in UTC. */
|
|
2165
|
+
readonly createdAt?: Date;
|
|
2166
|
+
/** The timestamp when the node settings were last updated, in UTC. */
|
|
2167
|
+
readonly updatedAt?: Date;
|
|
2168
|
+
/** The current connection status of the remote support session. */
|
|
2169
|
+
readonly connectionStatus?: string;
|
|
2170
|
+
/** The error message, if any, from the last connection attempt. */
|
|
2171
|
+
readonly connectionErrorMessage?: string;
|
|
2172
|
+
}
|
|
2173
|
+
export declare function remoteSupportJobNodeSettingsDeserializer(item: any): RemoteSupportJobNodeSettings;
|
|
2174
|
+
export declare function remoteSupportSessionArrayDeserializer(result: Array<RemoteSupportSession>): any[];
|
|
2175
|
+
/** Represents a remote support session. */
|
|
2176
|
+
export interface RemoteSupportSession {
|
|
2177
|
+
/** Unique session Id. */
|
|
2178
|
+
readonly sessionId?: string;
|
|
2179
|
+
/** The start time of the remote support session, in UTC. */
|
|
2180
|
+
readonly sessionStartTime?: Date;
|
|
2181
|
+
/** The end time of the remote support session, in UTC. */
|
|
2182
|
+
readonly sessionEndTime?: Date;
|
|
2183
|
+
/** The level of access granted during the remote support session. */
|
|
2184
|
+
readonly accessLevel?: RemoteSupportAccessLevel;
|
|
2185
|
+
/** The location where the session transcript is stored. */
|
|
2186
|
+
readonly transcriptLocation?: string;
|
|
2187
|
+
}
|
|
2188
|
+
export declare function remoteSupportSessionDeserializer(item: any): RemoteSupportSession;
|
|
2189
|
+
/** The base extension resource. */
|
|
2190
|
+
export interface ExtensionResource extends Resource {
|
|
2191
|
+
}
|
|
2192
|
+
export declare function extensionResourceSerializer(item: ExtensionResource): any;
|
|
2193
|
+
export declare function extensionResourceDeserializer(item: any): ExtensionResource;
|
|
2194
|
+
/** The response of a EdgeDeviceJob list operation. */
|
|
2195
|
+
export interface _EdgeDeviceJobListResult {
|
|
2196
|
+
/** The EdgeDeviceJob items on this page */
|
|
2197
|
+
value: EdgeDeviceJobUnion[];
|
|
2198
|
+
/** The link to the next page of items */
|
|
2199
|
+
nextLink?: string;
|
|
2200
|
+
}
|
|
2201
|
+
export declare function _edgeDeviceJobListResultDeserializer(item: any): _EdgeDeviceJobListResult;
|
|
2202
|
+
export declare function edgeDeviceJobUnionArraySerializer(result: Array<EdgeDeviceJobUnion>): any[];
|
|
2203
|
+
export declare function edgeDeviceJobUnionArrayDeserializer(result: Array<EdgeDeviceJobUnion>): any[];
|
|
2204
|
+
/** Edge device resource. */
|
|
2205
|
+
export interface EdgeDevice extends ExtensionResource {
|
|
2206
|
+
/** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
|
|
2207
|
+
/** The discriminator possible values: HCI */
|
|
2208
|
+
kind: DeviceKind;
|
|
2209
|
+
}
|
|
2210
|
+
export declare function edgeDeviceSerializer(item: EdgeDevice): any;
|
|
2211
|
+
export declare function edgeDeviceDeserializer(item: any): EdgeDevice;
|
|
2212
|
+
/** Alias for EdgeDeviceUnion */
|
|
2213
|
+
export type EdgeDeviceUnion = HciEdgeDevice | EdgeDevice;
|
|
2214
|
+
export declare function edgeDeviceUnionSerializer(item: EdgeDeviceUnion): any;
|
|
2215
|
+
export declare function edgeDeviceUnionDeserializer(item: any): EdgeDeviceUnion;
|
|
2216
|
+
/** Edge device kind. */
|
|
2217
|
+
export declare enum KnownDeviceKind {
|
|
2218
|
+
/** Arc-enabled edge device with HCI OS. */
|
|
2219
|
+
HCI = "HCI"
|
|
2220
|
+
}
|
|
2221
|
+
/**
|
|
2222
|
+
* Edge device kind. \
|
|
2223
|
+
* {@link KnownDeviceKind} can be used interchangeably with DeviceKind,
|
|
2224
|
+
* this enum contains the known values that the service supports.
|
|
2225
|
+
* ### Known values supported by the service
|
|
2226
|
+
* **HCI**: Arc-enabled edge device with HCI OS.
|
|
2227
|
+
*/
|
|
2228
|
+
export type DeviceKind = string;
|
|
2229
|
+
/** Arc-enabled edge device with HCI OS. */
|
|
2230
|
+
export interface HciEdgeDevice extends EdgeDevice {
|
|
2231
|
+
/** properties for Arc-enabled edge device with HCI OS. */
|
|
2232
|
+
properties?: HciEdgeDeviceProperties;
|
|
2233
|
+
/** Device kind to support polymorphic resource. */
|
|
2234
|
+
kind: "HCI";
|
|
2235
|
+
}
|
|
2236
|
+
export declare function hciEdgeDeviceSerializer(item: HciEdgeDevice): any;
|
|
2237
|
+
export declare function hciEdgeDeviceDeserializer(item: any): HciEdgeDevice;
|
|
2238
|
+
/** properties for Arc-enabled edge device with HCI OS. */
|
|
2239
|
+
export interface HciEdgeDeviceProperties extends EdgeDeviceProperties {
|
|
2240
|
+
/** The instance view of all current configurations on HCI device. */
|
|
2241
|
+
readonly reportedProperties?: HciReportedProperties;
|
|
2242
|
+
}
|
|
2243
|
+
export declare function hciEdgeDevicePropertiesSerializer(item: HciEdgeDeviceProperties): any;
|
|
2244
|
+
export declare function hciEdgeDevicePropertiesDeserializer(item: any): HciEdgeDeviceProperties;
|
|
2245
|
+
/** The device Configuration for HCI device. */
|
|
2246
|
+
export interface HciReportedProperties extends ReportedProperties {
|
|
2247
|
+
/** HCI device network information. */
|
|
2248
|
+
readonly networkProfile?: HciNetworkProfile;
|
|
2249
|
+
/** HCI device OS specific information. */
|
|
2250
|
+
readonly osProfile?: HciOsProfile;
|
|
2251
|
+
/** Solution builder extension (SBE) deployment package information. */
|
|
2252
|
+
readonly sbeDeploymentPackageInfo?: SbeDeploymentPackageInfo;
|
|
2253
|
+
/** Hci device storage specific information. */
|
|
2254
|
+
readonly storageProfile?: HciStorageProfile;
|
|
2255
|
+
/** Hci device hardware specific information. */
|
|
2256
|
+
readonly hardwareProfile?: HciHardwareProfile;
|
|
2257
|
+
}
|
|
2258
|
+
export declare function hciReportedPropertiesDeserializer(item: any): HciReportedProperties;
|
|
2259
|
+
/** The network profile of a device. */
|
|
2260
|
+
export interface HciNetworkProfile {
|
|
2261
|
+
/** List of NIC Details of device. */
|
|
2262
|
+
readonly nicDetails?: HciNicDetail[];
|
|
2263
|
+
/** List of switch details for edge device. */
|
|
2264
|
+
readonly switchDetails?: SwitchDetail[];
|
|
2265
|
+
/** HostNetwork config to deploy AzureStackHCI Cluster. */
|
|
2266
|
+
readonly hostNetwork?: HciEdgeDeviceHostNetwork;
|
|
2267
|
+
}
|
|
2268
|
+
export declare function hciNetworkProfileDeserializer(item: any): HciNetworkProfile;
|
|
2269
|
+
export declare function hciNicDetailArrayDeserializer(result: Array<HciNicDetail>): any[];
|
|
2270
|
+
/** The NIC Detail of a device. */
|
|
2271
|
+
export interface HciNicDetail {
|
|
2272
|
+
/** Adapter Name of NIC */
|
|
2273
|
+
readonly adapterName?: string;
|
|
2274
|
+
/** Interface Description of NIC */
|
|
2275
|
+
readonly interfaceDescription?: string;
|
|
2276
|
+
/** Component Id of NIC */
|
|
2277
|
+
readonly componentId?: string;
|
|
2278
|
+
/** Driver Version of NIC */
|
|
2279
|
+
readonly driverVersion?: string;
|
|
2280
|
+
/** Subnet Mask of NIC */
|
|
2281
|
+
readonly ip4Address?: string;
|
|
2282
|
+
/** Subnet Mask of NIC */
|
|
2283
|
+
readonly subnetMask?: string;
|
|
2284
|
+
/** Default Gateway of NIC */
|
|
2285
|
+
readonly defaultGateway?: string;
|
|
2286
|
+
/** DNS Servers for NIC */
|
|
2287
|
+
readonly dnsServers?: string[];
|
|
2288
|
+
/** Default Isolation of Management NIC */
|
|
2289
|
+
readonly defaultIsolationId?: string;
|
|
2290
|
+
/** MAC address information of NIC. */
|
|
2291
|
+
readonly macAddress?: string;
|
|
2292
|
+
/** The slot attached to the NIC. */
|
|
2293
|
+
readonly slot?: string;
|
|
2294
|
+
/** The switch attached to the NIC, if any. */
|
|
2295
|
+
readonly switchName?: string;
|
|
2296
|
+
/** The type of NIC, physical, virtual, management. */
|
|
2297
|
+
readonly nicType?: string;
|
|
2298
|
+
/** The VLAN ID of the physical NIC. */
|
|
2299
|
+
readonly vlanId?: string;
|
|
2300
|
+
/** The status of NIC, up, disconnected. */
|
|
2301
|
+
readonly nicStatus?: string;
|
|
2302
|
+
/** Describes the RDMA capability of the network adapter. */
|
|
2303
|
+
readonly rdmaCapability?: RdmaCapability;
|
|
2304
|
+
}
|
|
2305
|
+
export declare function hciNicDetailDeserializer(item: any): HciNicDetail;
|
|
2306
|
+
/** Describes the RDMA capability of the network adapter. */
|
|
2307
|
+
export declare enum KnownRdmaCapability {
|
|
2308
|
+
/** Network Adapter on the device is RDMA Capable */
|
|
2309
|
+
Enabled = "Enabled",
|
|
2310
|
+
/** Network Adapter on the device is RDMA Capable */
|
|
2311
|
+
Disabled = "Disabled"
|
|
2312
|
+
}
|
|
2313
|
+
/**
|
|
2314
|
+
* Describes the RDMA capability of the network adapter. \
|
|
2315
|
+
* {@link KnownRdmaCapability} can be used interchangeably with RdmaCapability,
|
|
2316
|
+
* this enum contains the known values that the service supports.
|
|
2317
|
+
* ### Known values supported by the service
|
|
2318
|
+
* **Enabled**: Network Adapter on the device is RDMA Capable \
|
|
2319
|
+
* **Disabled**: Network Adapter on the device is RDMA Capable
|
|
2320
|
+
*/
|
|
2321
|
+
export type RdmaCapability = string;
|
|
2322
|
+
export declare function switchDetailArrayDeserializer(result: Array<SwitchDetail>): any[];
|
|
2323
|
+
/** List of switch details for edge device. */
|
|
2324
|
+
export interface SwitchDetail {
|
|
2325
|
+
/** The name of the switch. */
|
|
2326
|
+
readonly switchName?: string;
|
|
2327
|
+
/** The type of the switch. e.g. external, internal. */
|
|
2328
|
+
readonly switchType?: string;
|
|
2329
|
+
/** This represents extensions installed on virtualSwitch. */
|
|
2330
|
+
readonly extensions?: SwitchExtension[];
|
|
2331
|
+
}
|
|
2332
|
+
export declare function switchDetailDeserializer(item: any): SwitchDetail;
|
|
2333
|
+
export declare function switchExtensionArrayDeserializer(result: Array<SwitchExtension>): any[];
|
|
2334
|
+
/** This represents extensions installed on virtualSwitch. */
|
|
2335
|
+
export interface SwitchExtension {
|
|
2336
|
+
/** Unique identifier for virtualSwitch. */
|
|
2337
|
+
readonly switchId?: string;
|
|
2338
|
+
/** This will show extension name for virtualSwitch. */
|
|
2339
|
+
readonly extensionName?: string;
|
|
2340
|
+
/** This represents whether extension is enabled on virtualSwitch. */
|
|
2341
|
+
readonly extensionEnabled?: boolean;
|
|
2342
|
+
}
|
|
2343
|
+
export declare function switchExtensionDeserializer(item: any): SwitchExtension;
|
|
2344
|
+
/** The HostNetwork of a cluster. */
|
|
2345
|
+
export interface HciEdgeDeviceHostNetwork {
|
|
2346
|
+
/** The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM. */
|
|
2347
|
+
readonly intents?: HciEdgeDeviceIntents[];
|
|
2348
|
+
/** List of StorageNetworks config to deploy AzureStackHCI Cluster. */
|
|
2349
|
+
readonly storageNetworks?: HciEdgeDeviceStorageNetworks[];
|
|
2350
|
+
/** Defines how the storage adapters between nodes are connected either switch or switch less. */
|
|
2351
|
+
readonly storageConnectivitySwitchless?: boolean;
|
|
2352
|
+
/** Optional parameter required only for 3 Nodes Switchless deployments. This allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically. */
|
|
2353
|
+
readonly enableStorageAutoIp?: boolean;
|
|
2354
|
+
}
|
|
2355
|
+
export declare function hciEdgeDeviceHostNetworkDeserializer(item: any): HciEdgeDeviceHostNetwork;
|
|
2356
|
+
export declare function hciEdgeDeviceIntentsArrayDeserializer(result: Array<HciEdgeDeviceIntents>): any[];
|
|
2357
|
+
/** The Intents of a cluster. */
|
|
2358
|
+
export interface HciEdgeDeviceIntents {
|
|
2359
|
+
/** Scope for host network intent. */
|
|
2360
|
+
readonly scope?: number;
|
|
2361
|
+
/** IntentType for host network intent. */
|
|
2362
|
+
readonly intentType?: number;
|
|
2363
|
+
/** IsComputeIntentSet for host network intent. */
|
|
2364
|
+
readonly isComputeIntentSet?: boolean;
|
|
2365
|
+
/** IsStorageIntentSet for host network intent. */
|
|
2366
|
+
readonly isStorageIntentSet?: boolean;
|
|
2367
|
+
/** IntentType for host network intent. */
|
|
2368
|
+
readonly isOnlyStorage?: boolean;
|
|
2369
|
+
/** IsManagementIntentSet for host network intent. */
|
|
2370
|
+
readonly isManagementIntentSet?: boolean;
|
|
2371
|
+
/** IsStretchIntentSet for host network intent. */
|
|
2372
|
+
readonly isStretchIntentSet?: boolean;
|
|
2373
|
+
/** IsOnlyStretch for host network intent. */
|
|
2374
|
+
readonly isOnlyStretch?: boolean;
|
|
2375
|
+
/** IsNetworkIntentType for host network intent. */
|
|
2376
|
+
readonly isNetworkIntentType?: boolean;
|
|
2377
|
+
/** Name of the network intent you wish to create. */
|
|
2378
|
+
readonly intentName?: string;
|
|
2379
|
+
/** Array of adapters used for the network intent. */
|
|
2380
|
+
readonly intentAdapters?: string[];
|
|
2381
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */
|
|
2382
|
+
readonly overrideVirtualSwitchConfiguration?: boolean;
|
|
2383
|
+
/** Set virtualSwitch ConfigurationOverrides for cluster. */
|
|
2384
|
+
readonly virtualSwitchConfigurationOverrides?: HciEdgeDeviceVirtualSwitchConfigurationOverrides;
|
|
2385
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */
|
|
2386
|
+
readonly overrideQosPolicy?: boolean;
|
|
2387
|
+
/** Set QoS PolicyOverrides for cluster. */
|
|
2388
|
+
readonly qosPolicyOverrides?: QosPolicyOverrides;
|
|
2389
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */
|
|
2390
|
+
readonly overrideAdapterProperty?: boolean;
|
|
2391
|
+
/** Set Adapter PropertyOverrides for cluster. */
|
|
2392
|
+
readonly adapterPropertyOverrides?: HciEdgeDeviceAdapterPropertyOverrides;
|
|
2393
|
+
}
|
|
2394
|
+
export declare function hciEdgeDeviceIntentsDeserializer(item: any): HciEdgeDeviceIntents;
|
|
2395
|
+
/** The VirtualSwitchConfigurationOverrides of a cluster. */
|
|
2396
|
+
export interface HciEdgeDeviceVirtualSwitchConfigurationOverrides {
|
|
2397
|
+
/** Enable IoV for Virtual Switch */
|
|
2398
|
+
readonly enableIov?: string;
|
|
2399
|
+
/** Load Balancing Algorithm for Virtual Switch */
|
|
2400
|
+
readonly loadBalancingAlgorithm?: string;
|
|
2401
|
+
}
|
|
2402
|
+
export declare function hciEdgeDeviceVirtualSwitchConfigurationOverridesDeserializer(item: any): HciEdgeDeviceVirtualSwitchConfigurationOverrides;
|
|
2403
|
+
/** The AdapterPropertyOverrides of a cluster. */
|
|
2404
|
+
export interface HciEdgeDeviceAdapterPropertyOverrides {
|
|
2405
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */
|
|
2406
|
+
readonly jumboPacket?: string;
|
|
2407
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */
|
|
2408
|
+
readonly networkDirect?: string;
|
|
2409
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. Expected values are 'iWARP', 'RoCEv2', 'RoCE' */
|
|
2410
|
+
readonly networkDirectTechnology?: string;
|
|
2411
|
+
}
|
|
2412
|
+
export declare function hciEdgeDeviceAdapterPropertyOverridesDeserializer(item: any): HciEdgeDeviceAdapterPropertyOverrides;
|
|
2413
|
+
export declare function hciEdgeDeviceStorageNetworksArrayDeserializer(result: Array<HciEdgeDeviceStorageNetworks>): any[];
|
|
2414
|
+
/** The StorageNetworks of a cluster. */
|
|
2415
|
+
export interface HciEdgeDeviceStorageNetworks {
|
|
2416
|
+
/** Name of the storage network. */
|
|
2417
|
+
readonly name?: string;
|
|
2418
|
+
/** Name of the storage network adapter. */
|
|
2419
|
+
readonly networkAdapterName?: string;
|
|
2420
|
+
/** ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic. */
|
|
2421
|
+
readonly storageVlanId?: string;
|
|
2422
|
+
/** List of Storage adapter physical nodes config to deploy AzureStackHCI Cluster. */
|
|
2423
|
+
readonly storageAdapterIPInfo?: HciEdgeDeviceStorageAdapterIPInfo[];
|
|
2424
|
+
}
|
|
2425
|
+
export declare function hciEdgeDeviceStorageNetworksDeserializer(item: any): HciEdgeDeviceStorageNetworks;
|
|
2426
|
+
export declare function hciEdgeDeviceStorageAdapterIPInfoArrayDeserializer(result: Array<HciEdgeDeviceStorageAdapterIPInfo>): any[];
|
|
2427
|
+
/** The StorageAdapter physical nodes of a cluster. */
|
|
2428
|
+
export interface HciEdgeDeviceStorageAdapterIPInfo {
|
|
2429
|
+
/** storage adapter physical node name. */
|
|
2430
|
+
readonly physicalNode?: string;
|
|
2431
|
+
/** The IPv4 address assigned to each storage adapter physical node on your Azure Stack HCI cluster. */
|
|
2432
|
+
readonly ipv4Address?: string;
|
|
2433
|
+
/** The SubnetMask address assigned to each storage adapter physical node on your Azure Stack HCI cluster. */
|
|
2434
|
+
readonly subnetMask?: string;
|
|
2435
|
+
}
|
|
2436
|
+
export declare function hciEdgeDeviceStorageAdapterIPInfoDeserializer(item: any): HciEdgeDeviceStorageAdapterIPInfo;
|
|
2437
|
+
/** OS configurations for HCI device. */
|
|
2438
|
+
export interface HciOsProfile {
|
|
2439
|
+
/** The boot type of the device. e.g. UEFI, Legacy etc */
|
|
2440
|
+
readonly bootType?: string;
|
|
2441
|
+
/** Version of assembly present on device */
|
|
2442
|
+
readonly assemblyVersion?: string;
|
|
2443
|
+
}
|
|
2444
|
+
export declare function hciOsProfileDeserializer(item: any): HciOsProfile;
|
|
2445
|
+
/** Solution builder extension (SBE) deployment package information. */
|
|
2446
|
+
export interface SbeDeploymentPackageInfo {
|
|
2447
|
+
/** SBE deployment validation code. */
|
|
2448
|
+
readonly code?: string;
|
|
2449
|
+
/** A detailed message that explains the SBE package validation result. */
|
|
2450
|
+
readonly message?: string;
|
|
2451
|
+
/** This represents discovered update results for matching updates and store it as SBE manifest. */
|
|
2452
|
+
readonly sbeManifest?: string;
|
|
2453
|
+
}
|
|
2454
|
+
export declare function sbeDeploymentPackageInfoDeserializer(item: any): SbeDeploymentPackageInfo;
|
|
2455
|
+
/** Storage configurations for HCI device. */
|
|
2456
|
+
export interface HciStorageProfile {
|
|
2457
|
+
/** Number of storage disks in the device with $CanPool as true. */
|
|
2458
|
+
readonly poolableDisksCount?: number;
|
|
2459
|
+
}
|
|
2460
|
+
export declare function hciStorageProfileDeserializer(item: any): HciStorageProfile;
|
|
2461
|
+
/** Hardware configurations for HCI device. */
|
|
2462
|
+
export interface HciHardwareProfile {
|
|
2463
|
+
/** Process type of the device */
|
|
2464
|
+
readonly processorType?: string;
|
|
2465
|
+
}
|
|
2466
|
+
export declare function hciHardwareProfileDeserializer(item: any): HciHardwareProfile;
|
|
2467
|
+
/** Reported properties pushed from edge device. */
|
|
2468
|
+
export interface ReportedProperties {
|
|
2469
|
+
/** edge device state. */
|
|
2470
|
+
readonly deviceState?: DeviceState;
|
|
2471
|
+
/** Extensions details for edge device. */
|
|
2472
|
+
readonly extensionProfile?: ExtensionProfile;
|
|
2473
|
+
}
|
|
2474
|
+
export declare function reportedPropertiesDeserializer(item: any): ReportedProperties;
|
|
2475
|
+
/** The edge device state. */
|
|
2476
|
+
export declare enum KnownDeviceState {
|
|
2477
|
+
/** The edge device state is not specified. */
|
|
2478
|
+
NotSpecified = "NotSpecified",
|
|
2479
|
+
/** The edge device state is in connected state. */
|
|
2480
|
+
Connected = "Connected",
|
|
2481
|
+
/** The edge device state is in disconnected state. */
|
|
2482
|
+
Disconnected = "Disconnected",
|
|
2483
|
+
/** The edge device state is in repairing state. */
|
|
2484
|
+
Repairing = "Repairing",
|
|
2485
|
+
/** The edge device state is in draining state. */
|
|
2486
|
+
Draining = "Draining",
|
|
2487
|
+
/** The edge device state is in maintenance state. */
|
|
2488
|
+
InMaintenance = "InMaintenance",
|
|
2489
|
+
/** The edge device state is in resuming state. */
|
|
2490
|
+
Resuming = "Resuming",
|
|
2491
|
+
/** The edge device state is in processing state. */
|
|
2492
|
+
Processing = "Processing"
|
|
2493
|
+
}
|
|
2494
|
+
/**
|
|
2495
|
+
* The edge device state. \
|
|
2496
|
+
* {@link KnownDeviceState} can be used interchangeably with DeviceState,
|
|
2497
|
+
* this enum contains the known values that the service supports.
|
|
2498
|
+
* ### Known values supported by the service
|
|
2499
|
+
* **NotSpecified**: The edge device state is not specified. \
|
|
2500
|
+
* **Connected**: The edge device state is in connected state. \
|
|
2501
|
+
* **Disconnected**: The edge device state is in disconnected state. \
|
|
2502
|
+
* **Repairing**: The edge device state is in repairing state. \
|
|
2503
|
+
* **Draining**: The edge device state is in draining state. \
|
|
2504
|
+
* **InMaintenance**: The edge device state is in maintenance state. \
|
|
2505
|
+
* **Resuming**: The edge device state is in resuming state. \
|
|
2506
|
+
* **Processing**: The edge device state is in processing state.
|
|
2507
|
+
*/
|
|
2508
|
+
export type DeviceState = string;
|
|
2509
|
+
/** Extensions details for edge device. */
|
|
2510
|
+
export interface ExtensionProfile {
|
|
2511
|
+
/** List of Arc extensions installed on edge device. */
|
|
2512
|
+
readonly extensions?: HciEdgeDeviceArcExtension[];
|
|
2513
|
+
}
|
|
2514
|
+
export declare function extensionProfileDeserializer(item: any): ExtensionProfile;
|
|
2515
|
+
export declare function hciEdgeDeviceArcExtensionArrayDeserializer(result: Array<HciEdgeDeviceArcExtension>): any[];
|
|
2516
|
+
/** Arc extension installed on edge device. */
|
|
2517
|
+
export interface HciEdgeDeviceArcExtension {
|
|
2518
|
+
/** Arc extension name installed on edge device. */
|
|
2519
|
+
readonly extensionName?: string;
|
|
2520
|
+
/** Arc extension state from arc machine extension. */
|
|
2521
|
+
readonly state?: ArcExtensionState;
|
|
2522
|
+
/** Error details while installing Arc extension. */
|
|
2523
|
+
readonly errorDetails?: HciValidationFailureDetail[];
|
|
2524
|
+
/** Arc Extension Azure resource id. */
|
|
2525
|
+
readonly extensionResourceId?: string;
|
|
2526
|
+
/** Extension version installed. */
|
|
2527
|
+
readonly typeHandlerVersion?: string;
|
|
2528
|
+
/** Indicates whether the extension is managed by the user or by Azure. */
|
|
2529
|
+
readonly managedBy?: ExtensionManagedBy;
|
|
2530
|
+
}
|
|
2531
|
+
export declare function hciEdgeDeviceArcExtensionDeserializer(item: any): HciEdgeDeviceArcExtension;
|
|
2532
|
+
/** Arc extension installation state. */
|
|
2533
|
+
export declare enum KnownArcExtensionState {
|
|
2534
|
+
/** Arc extension state is not specified. */
|
|
2535
|
+
NotSpecified = "NotSpecified",
|
|
2536
|
+
/** Arc extension state is Succeeded. */
|
|
2537
|
+
Succeeded = "Succeeded",
|
|
2538
|
+
/** Arc extension state is Failed. */
|
|
2539
|
+
Failed = "Failed",
|
|
2540
|
+
/** Arc extension state is Canceled. */
|
|
2541
|
+
Canceled = "Canceled",
|
|
2542
|
+
/** Arc extension state is Accepted when extension installation triggered. */
|
|
2543
|
+
Accepted = "Accepted",
|
|
2544
|
+
/** Arc extension is in Creating State. */
|
|
2545
|
+
Creating = "Creating",
|
|
2546
|
+
/** Arc extension is in Updating State. */
|
|
2547
|
+
Updating = "Updating",
|
|
2548
|
+
/** Arc extension is in Moving State. */
|
|
2549
|
+
Moving = "Moving",
|
|
2550
|
+
/** Arc extension is in Deleting State. */
|
|
2551
|
+
Deleting = "Deleting",
|
|
2552
|
+
/** Arc extension is in Deleted State. */
|
|
2553
|
+
Deleted = "Deleted"
|
|
2554
|
+
}
|
|
2555
|
+
/**
|
|
2556
|
+
* Arc extension installation state. \
|
|
2557
|
+
* {@link KnownArcExtensionState} can be used interchangeably with ArcExtensionState,
|
|
2558
|
+
* this enum contains the known values that the service supports.
|
|
2559
|
+
* ### Known values supported by the service
|
|
2560
|
+
* **NotSpecified**: Arc extension state is not specified. \
|
|
2561
|
+
* **Succeeded**: Arc extension state is Succeeded. \
|
|
2562
|
+
* **Failed**: Arc extension state is Failed. \
|
|
2563
|
+
* **Canceled**: Arc extension state is Canceled. \
|
|
2564
|
+
* **Accepted**: Arc extension state is Accepted when extension installation triggered. \
|
|
2565
|
+
* **Creating**: Arc extension is in Creating State. \
|
|
2566
|
+
* **Updating**: Arc extension is in Updating State. \
|
|
2567
|
+
* **Moving**: Arc extension is in Moving State. \
|
|
2568
|
+
* **Deleting**: Arc extension is in Deleting State. \
|
|
2569
|
+
* **Deleted**: Arc extension is in Deleted State.
|
|
2570
|
+
*/
|
|
2571
|
+
export type ArcExtensionState = string;
|
|
2572
|
+
export declare function hciValidationFailureDetailArrayDeserializer(result: Array<HciValidationFailureDetail>): any[];
|
|
2573
|
+
/** details of validation failure */
|
|
2574
|
+
export interface HciValidationFailureDetail {
|
|
2575
|
+
/** Exception details while installing extension. */
|
|
2576
|
+
readonly exception?: string;
|
|
2577
|
+
}
|
|
2578
|
+
export declare function hciValidationFailureDetailDeserializer(item: any): HciValidationFailureDetail;
|
|
2579
|
+
/** Indicates whether the extension is managed by the user or by Azure. */
|
|
2580
|
+
export declare enum KnownExtensionManagedBy {
|
|
2581
|
+
/** The extension is managed by the user. */
|
|
2582
|
+
User = "User",
|
|
2583
|
+
/** The extension is managed by Azure. */
|
|
2584
|
+
Azure = "Azure"
|
|
2585
|
+
}
|
|
2586
|
+
/**
|
|
2587
|
+
* Indicates whether the extension is managed by the user or by Azure. \
|
|
2588
|
+
* {@link KnownExtensionManagedBy} can be used interchangeably with ExtensionManagedBy,
|
|
2589
|
+
* this enum contains the known values that the service supports.
|
|
2590
|
+
* ### Known values supported by the service
|
|
2591
|
+
* **User**: The extension is managed by the user. \
|
|
2592
|
+
* **Azure**: The extension is managed by Azure.
|
|
2593
|
+
*/
|
|
2594
|
+
export type ExtensionManagedBy = string;
|
|
2595
|
+
/** Edge Device properties */
|
|
2596
|
+
export interface EdgeDeviceProperties {
|
|
2597
|
+
/** Device Configuration */
|
|
2598
|
+
deviceConfiguration?: DeviceConfiguration;
|
|
2599
|
+
/** Provisioning state of edgeDevice resource */
|
|
2600
|
+
readonly provisioningState?: ProvisioningState;
|
|
2601
|
+
}
|
|
2602
|
+
export declare function edgeDevicePropertiesSerializer(item: EdgeDeviceProperties): any;
|
|
2603
|
+
export declare function edgeDevicePropertiesDeserializer(item: any): EdgeDeviceProperties;
|
|
2604
|
+
/** The device Configuration for edge device. */
|
|
2605
|
+
export interface DeviceConfiguration {
|
|
2606
|
+
/** NIC Details of device */
|
|
2607
|
+
nicDetails?: NicDetail[];
|
|
2608
|
+
/** Device metadata details. */
|
|
2609
|
+
deviceMetadata?: string;
|
|
2610
|
+
}
|
|
2611
|
+
export declare function deviceConfigurationSerializer(item: DeviceConfiguration): any;
|
|
2612
|
+
export declare function deviceConfigurationDeserializer(item: any): DeviceConfiguration;
|
|
2613
|
+
export declare function nicDetailArraySerializer(result: Array<NicDetail>): any[];
|
|
2614
|
+
export declare function nicDetailArrayDeserializer(result: Array<NicDetail>): any[];
|
|
2615
|
+
/** The NIC Detail of a device. */
|
|
2616
|
+
export interface NicDetail {
|
|
2617
|
+
/** Adapter Name of NIC */
|
|
2618
|
+
adapterName?: string;
|
|
2619
|
+
/** Interface Description of NIC */
|
|
2620
|
+
interfaceDescription?: string;
|
|
2621
|
+
/** Component Id of NIC */
|
|
2622
|
+
componentId?: string;
|
|
2623
|
+
/** Driver Version of NIC */
|
|
2624
|
+
driverVersion?: string;
|
|
2625
|
+
/** Subnet Mask of NIC */
|
|
2626
|
+
ip4Address?: string;
|
|
2627
|
+
/** Subnet Mask of NIC */
|
|
2628
|
+
subnetMask?: string;
|
|
2629
|
+
/** Default Gateway of NIC */
|
|
2630
|
+
defaultGateway?: string;
|
|
2631
|
+
/** DNS Servers for NIC */
|
|
2632
|
+
dnsServers?: string[];
|
|
2633
|
+
/** Default Isolation of Management NIC */
|
|
2634
|
+
defaultIsolationId?: string;
|
|
2635
|
+
}
|
|
2636
|
+
export declare function nicDetailSerializer(item: NicDetail): any;
|
|
2637
|
+
export declare function nicDetailDeserializer(item: any): NicDetail;
|
|
2638
|
+
/** The response of a EdgeDevice list operation. */
|
|
2639
|
+
export interface _EdgeDeviceListResult {
|
|
2640
|
+
/** The EdgeDevice items on this page */
|
|
2641
|
+
value: EdgeDeviceUnion[];
|
|
2642
|
+
/** The link to the next page of items */
|
|
2643
|
+
nextLink?: string;
|
|
2644
|
+
}
|
|
2645
|
+
export declare function _edgeDeviceListResultDeserializer(item: any): _EdgeDeviceListResult;
|
|
2646
|
+
export declare function edgeDeviceUnionArraySerializer(result: Array<EdgeDeviceUnion>): any[];
|
|
2647
|
+
export declare function edgeDeviceUnionArrayDeserializer(result: Array<EdgeDeviceUnion>): any[];
|
|
2648
|
+
/** The validate request for Edge Device. */
|
|
2649
|
+
export interface ValidateRequest {
|
|
2650
|
+
/** Node Ids against which, current node has to be validated. */
|
|
2651
|
+
edgeDeviceIds: string[];
|
|
2652
|
+
/** Additional info required for validation. */
|
|
2653
|
+
additionalInfo?: string;
|
|
2654
|
+
}
|
|
2655
|
+
export declare function validateRequestSerializer(item: ValidateRequest): any;
|
|
2656
|
+
/** An Accepted response with an Operation-Location header. */
|
|
2657
|
+
export interface ValidateResponse {
|
|
2658
|
+
/** edge device validation status */
|
|
2659
|
+
readonly status?: string;
|
|
2660
|
+
}
|
|
2661
|
+
export declare function validateResponseDeserializer(item: any): ValidateResponse;
|
|
2662
|
+
/** Details of a particular extension in HCI Cluster. */
|
|
2663
|
+
export interface Extension extends ProxyResource {
|
|
2664
|
+
/** Provisioning state of the Extension proxy resource. Indicates the current lifecycle status of the resource, such as whether it's being created, updated, deleted, or has encountered an error. */
|
|
2665
|
+
readonly provisioningState?: ProvisioningState;
|
|
2666
|
+
/** Parameters specific to this extension type. */
|
|
2667
|
+
extensionParameters?: ExtensionParameters;
|
|
2668
|
+
/** Aggregate state of Arc Extensions across the nodes in this HCI cluster. This reflects the overall status of the extension deployment and operation across all nodes. */
|
|
2669
|
+
readonly aggregateState?: ExtensionAggregateState;
|
|
2670
|
+
/** State of Arc Extension in each of the nodes. */
|
|
2671
|
+
readonly perNodeExtensionDetails?: PerNodeExtensionState[];
|
|
2672
|
+
/** Indicates if the extension is managed by Azure or the user. This determines who controls the deployment and lifecycle of the extension. */
|
|
2673
|
+
readonly managedBy?: ExtensionManagedBy;
|
|
2674
|
+
}
|
|
2675
|
+
export declare function extensionSerializer(item: Extension): any;
|
|
2676
|
+
export declare function extensionDeserializer(item: any): Extension;
|
|
2677
|
+
/** Status of Arc Extension for a particular node in HCI Cluster. */
|
|
2678
|
+
export interface ExtensionProperties {
|
|
2679
|
+
/** Provisioning state of the Extension proxy resource. Indicates the current lifecycle status of the resource, such as whether it's being created, updated, deleted, or has encountered an error. */
|
|
2680
|
+
readonly provisioningState?: ProvisioningState;
|
|
2681
|
+
/** Aggregate state of Arc Extensions across the nodes in this HCI cluster. This reflects the overall status of the extension deployment and operation across all nodes. */
|
|
2682
|
+
readonly aggregateState?: ExtensionAggregateState;
|
|
2683
|
+
/** State of Arc Extension in each of the nodes. */
|
|
2684
|
+
readonly perNodeExtensionDetails?: PerNodeExtensionState[];
|
|
2685
|
+
/** Indicates if the extension is managed by Azure or the user. This determines who controls the deployment and lifecycle of the extension. */
|
|
2686
|
+
readonly managedBy?: ExtensionManagedBy;
|
|
2687
|
+
/** How the extension handler should be forced to update even if the extension configuration has not changed. */
|
|
2688
|
+
forceUpdateTag?: string;
|
|
2689
|
+
/** The name of the extension handler publisher. */
|
|
2690
|
+
publisher?: string;
|
|
2691
|
+
/** Specifies the type of the extension; an example is "CustomScriptExtension". */
|
|
2692
|
+
type?: string;
|
|
2693
|
+
/** Specifies the version of the script handler. Latest version would be used if not specified. */
|
|
2694
|
+
typeHandlerVersion?: string;
|
|
2695
|
+
/** Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. */
|
|
2696
|
+
autoUpgradeMinorVersion?: boolean;
|
|
2697
|
+
/** Json formatted public settings for the extension. */
|
|
2698
|
+
settings?: any;
|
|
2699
|
+
/** Protected settings (may contain secrets). */
|
|
2700
|
+
protectedSettings?: any;
|
|
2701
|
+
/** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */
|
|
2702
|
+
enableAutomaticUpgrade?: boolean;
|
|
2703
|
+
}
|
|
2704
|
+
export declare function extensionPropertiesSerializer(item: ExtensionProperties): any;
|
|
2705
|
+
export declare function extensionPropertiesDeserializer(item: any): ExtensionProperties;
|
|
2706
|
+
/** Describes the properties of a Machine Extension. This object mirrors the definition in HybridCompute. */
|
|
2707
|
+
export interface ExtensionParameters {
|
|
2708
|
+
/** How the extension handler should be forced to update even if the extension configuration has not changed. */
|
|
2709
|
+
forceUpdateTag?: string;
|
|
2710
|
+
/** The name of the extension handler publisher. */
|
|
2711
|
+
publisher?: string;
|
|
2712
|
+
/** Specifies the type of the extension; an example is "CustomScriptExtension". */
|
|
2713
|
+
type?: string;
|
|
2714
|
+
/** Specifies the version of the script handler. Latest version would be used if not specified. */
|
|
2715
|
+
typeHandlerVersion?: string;
|
|
2716
|
+
/** Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. */
|
|
2717
|
+
autoUpgradeMinorVersion?: boolean;
|
|
2718
|
+
/** Json formatted public settings for the extension. */
|
|
2719
|
+
settings?: any;
|
|
2720
|
+
/** Protected settings (may contain secrets). */
|
|
2721
|
+
protectedSettings?: any;
|
|
2722
|
+
/** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */
|
|
2723
|
+
enableAutomaticUpgrade?: boolean;
|
|
2724
|
+
}
|
|
2725
|
+
export declare function extensionParametersSerializer(item: ExtensionParameters): any;
|
|
2726
|
+
export declare function extensionParametersDeserializer(item: any): ExtensionParameters;
|
|
2727
|
+
/** Aggregate state of Arc Extensions across the nodes in this HCI cluster. This reflects the overall status of the extension deployment and operation across all nodes. */
|
|
2728
|
+
export declare enum KnownExtensionAggregateState {
|
|
2729
|
+
/** The aggregate state is not specified. */
|
|
2730
|
+
NotSpecified = "NotSpecified",
|
|
2731
|
+
/** An error occurred in the aggregate state. */
|
|
2732
|
+
Error = "Error",
|
|
2733
|
+
/** The operation succeeded across all nodes. */
|
|
2734
|
+
Succeeded = "Succeeded",
|
|
2735
|
+
/** The operation was canceled across the nodes. */
|
|
2736
|
+
Canceled = "Canceled",
|
|
2737
|
+
/** The operation failed on all or most nodes. */
|
|
2738
|
+
Failed = "Failed",
|
|
2739
|
+
/** All nodes are connected. */
|
|
2740
|
+
Connected = "Connected",
|
|
2741
|
+
/** All nodes are disconnected. */
|
|
2742
|
+
Disconnected = "Disconnected",
|
|
2743
|
+
/** The extension has been deleted from all nodes. */
|
|
2744
|
+
Deleted = "Deleted",
|
|
2745
|
+
/** The extension is being created across the nodes. */
|
|
2746
|
+
Creating = "Creating",
|
|
2747
|
+
/** The extension is being updated across the nodes. */
|
|
2748
|
+
Updating = "Updating",
|
|
2749
|
+
/** The extension is being deleted across the nodes. */
|
|
2750
|
+
Deleting = "Deleting",
|
|
2751
|
+
/** The extension is being moved across the nodes. */
|
|
2752
|
+
Moving = "Moving",
|
|
2753
|
+
/** The operation succeeded on some nodes. */
|
|
2754
|
+
PartiallySucceeded = "PartiallySucceeded",
|
|
2755
|
+
/** Some nodes are connected, others are not. */
|
|
2756
|
+
PartiallyConnected = "PartiallyConnected",
|
|
2757
|
+
/** The operation is currently in progress across the nodes. */
|
|
2758
|
+
InProgress = "InProgress",
|
|
2759
|
+
/** The operation has been accepted and is pending execution. */
|
|
2760
|
+
Accepted = "Accepted",
|
|
2761
|
+
/** The extension is currently being provisioned across the nodes. */
|
|
2762
|
+
Provisioning = "Provisioning",
|
|
2763
|
+
/** Extension upgrade failed, but rollback succeeded across the nodes. */
|
|
2764
|
+
UpgradeFailedRollbackSucceeded = "UpgradeFailedRollbackSucceeded"
|
|
2765
|
+
}
|
|
2766
|
+
/**
|
|
2767
|
+
* Aggregate state of Arc Extensions across the nodes in this HCI cluster. This reflects the overall status of the extension deployment and operation across all nodes. \
|
|
2768
|
+
* {@link KnownExtensionAggregateState} can be used interchangeably with ExtensionAggregateState,
|
|
2769
|
+
* this enum contains the known values that the service supports.
|
|
2770
|
+
* ### Known values supported by the service
|
|
2771
|
+
* **NotSpecified**: The aggregate state is not specified. \
|
|
2772
|
+
* **Error**: An error occurred in the aggregate state. \
|
|
2773
|
+
* **Succeeded**: The operation succeeded across all nodes. \
|
|
2774
|
+
* **Canceled**: The operation was canceled across the nodes. \
|
|
2775
|
+
* **Failed**: The operation failed on all or most nodes. \
|
|
2776
|
+
* **Connected**: All nodes are connected. \
|
|
2777
|
+
* **Disconnected**: All nodes are disconnected. \
|
|
2778
|
+
* **Deleted**: The extension has been deleted from all nodes. \
|
|
2779
|
+
* **Creating**: The extension is being created across the nodes. \
|
|
2780
|
+
* **Updating**: The extension is being updated across the nodes. \
|
|
2781
|
+
* **Deleting**: The extension is being deleted across the nodes. \
|
|
2782
|
+
* **Moving**: The extension is being moved across the nodes. \
|
|
2783
|
+
* **PartiallySucceeded**: The operation succeeded on some nodes. \
|
|
2784
|
+
* **PartiallyConnected**: Some nodes are connected, others are not. \
|
|
2785
|
+
* **InProgress**: The operation is currently in progress across the nodes. \
|
|
2786
|
+
* **Accepted**: The operation has been accepted and is pending execution. \
|
|
2787
|
+
* **Provisioning**: The extension is currently being provisioned across the nodes. \
|
|
2788
|
+
* **UpgradeFailedRollbackSucceeded**: Extension upgrade failed, but rollback succeeded across the nodes.
|
|
2789
|
+
*/
|
|
2790
|
+
export type ExtensionAggregateState = string;
|
|
2791
|
+
export declare function perNodeExtensionStateArrayDeserializer(result: Array<PerNodeExtensionState>): any[];
|
|
2792
|
+
/** Status of Arc Extension for a particular node in HCI Cluster. */
|
|
2793
|
+
export interface PerNodeExtensionState {
|
|
2794
|
+
/** Name of the node in HCI Cluster. */
|
|
2795
|
+
readonly name?: string;
|
|
2796
|
+
/** Fully qualified resource ID for the particular Arc Extension on this node. */
|
|
2797
|
+
readonly extension?: string;
|
|
2798
|
+
/** Specifies the version of the script handler. */
|
|
2799
|
+
readonly typeHandlerVersion?: string;
|
|
2800
|
+
/** State of Arc Extension in this node. Reflects the current lifecycle status of the extension on the individual node, such as whether it's being created, updated, deleted, or has encountered an error. */
|
|
2801
|
+
readonly state?: NodeExtensionState;
|
|
2802
|
+
/** The extension instance view. */
|
|
2803
|
+
readonly instanceView?: ExtensionInstanceView;
|
|
2804
|
+
}
|
|
2805
|
+
export declare function perNodeExtensionStateDeserializer(item: any): PerNodeExtensionState;
|
|
2806
|
+
/** State of Arc Extension in this node. Reflects the current lifecycle status of the extension on the individual node, such as whether it's being created, updated, deleted, or has encountered an error. */
|
|
2807
|
+
export declare enum KnownNodeExtensionState {
|
|
2808
|
+
/** The state is not specified. */
|
|
2809
|
+
NotSpecified = "NotSpecified",
|
|
2810
|
+
/** An error occurred during the extension lifecycle. */
|
|
2811
|
+
Error = "Error",
|
|
2812
|
+
/** The extension operation completed successfully. */
|
|
2813
|
+
Succeeded = "Succeeded",
|
|
2814
|
+
/** The extension operation was canceled. */
|
|
2815
|
+
Canceled = "Canceled",
|
|
2816
|
+
/** The extension operation failed. */
|
|
2817
|
+
Failed = "Failed",
|
|
2818
|
+
/** The extension is connected on the node. */
|
|
2819
|
+
Connected = "Connected",
|
|
2820
|
+
/** The extension is disconnected on the node. */
|
|
2821
|
+
Disconnected = "Disconnected",
|
|
2822
|
+
/** The extension has been deleted from the node. */
|
|
2823
|
+
Deleted = "Deleted",
|
|
2824
|
+
/** The extension is being created on the node. */
|
|
2825
|
+
Creating = "Creating",
|
|
2826
|
+
/** The extension is being updated on the node. */
|
|
2827
|
+
Updating = "Updating",
|
|
2828
|
+
/** The extension is being deleted from the node. */
|
|
2829
|
+
Deleting = "Deleting",
|
|
2830
|
+
/** The extension is being moved on the node. */
|
|
2831
|
+
Moving = "Moving",
|
|
2832
|
+
/** The extension operation partially succeeded. */
|
|
2833
|
+
PartiallySucceeded = "PartiallySucceeded",
|
|
2834
|
+
/** The extension is partially connected on the node. */
|
|
2835
|
+
PartiallyConnected = "PartiallyConnected",
|
|
2836
|
+
/** The extension operation is currently in progress. */
|
|
2837
|
+
InProgress = "InProgress",
|
|
2838
|
+
/** The extension operation has been accepted and is pending execution. */
|
|
2839
|
+
Accepted = "Accepted",
|
|
2840
|
+
/** The extension is currently being provisioned on the node. */
|
|
2841
|
+
Provisioning = "Provisioning"
|
|
2842
|
+
}
|
|
2843
|
+
/**
|
|
2844
|
+
* State of Arc Extension in this node. Reflects the current lifecycle status of the extension on the individual node, such as whether it's being created, updated, deleted, or has encountered an error. \
|
|
2845
|
+
* {@link KnownNodeExtensionState} can be used interchangeably with NodeExtensionState,
|
|
2846
|
+
* this enum contains the known values that the service supports.
|
|
2847
|
+
* ### Known values supported by the service
|
|
2848
|
+
* **NotSpecified**: The state is not specified. \
|
|
2849
|
+
* **Error**: An error occurred during the extension lifecycle. \
|
|
2850
|
+
* **Succeeded**: The extension operation completed successfully. \
|
|
2851
|
+
* **Canceled**: The extension operation was canceled. \
|
|
2852
|
+
* **Failed**: The extension operation failed. \
|
|
2853
|
+
* **Connected**: The extension is connected on the node. \
|
|
2854
|
+
* **Disconnected**: The extension is disconnected on the node. \
|
|
2855
|
+
* **Deleted**: The extension has been deleted from the node. \
|
|
2856
|
+
* **Creating**: The extension is being created on the node. \
|
|
2857
|
+
* **Updating**: The extension is being updated on the node. \
|
|
2858
|
+
* **Deleting**: The extension is being deleted from the node. \
|
|
2859
|
+
* **Moving**: The extension is being moved on the node. \
|
|
2860
|
+
* **PartiallySucceeded**: The extension operation partially succeeded. \
|
|
2861
|
+
* **PartiallyConnected**: The extension is partially connected on the node. \
|
|
2862
|
+
* **InProgress**: The extension operation is currently in progress. \
|
|
2863
|
+
* **Accepted**: The extension operation has been accepted and is pending execution. \
|
|
2864
|
+
* **Provisioning**: The extension is currently being provisioned on the node.
|
|
2865
|
+
*/
|
|
2866
|
+
export type NodeExtensionState = string;
|
|
2867
|
+
/** Describes the Extension Instance View. */
|
|
2868
|
+
export interface ExtensionInstanceView {
|
|
2869
|
+
/** The extension name. */
|
|
2870
|
+
name?: string;
|
|
2871
|
+
/** Specifies the type of the extension; an example is "MicrosoftMonitoringAgent". */
|
|
2872
|
+
type?: string;
|
|
2873
|
+
/** Specifies the version of the script handler. */
|
|
2874
|
+
typeHandlerVersion?: string;
|
|
2875
|
+
/** Instance view status. */
|
|
2876
|
+
status?: ExtensionInstanceViewStatus;
|
|
2877
|
+
}
|
|
2878
|
+
export declare function extensionInstanceViewDeserializer(item: any): ExtensionInstanceView;
|
|
2879
|
+
/** Instance view status. */
|
|
2880
|
+
export interface ExtensionInstanceViewStatus {
|
|
2881
|
+
/** The status code. */
|
|
2882
|
+
code?: string;
|
|
2883
|
+
/** The level code. Indicates the severity or importance of the status message. */
|
|
2884
|
+
level?: StatusLevelTypes;
|
|
2885
|
+
/** The short localizable label for the status. */
|
|
2886
|
+
displayStatus?: string;
|
|
2887
|
+
/** The detailed status message, including for alerts and error messages. */
|
|
2888
|
+
message?: string;
|
|
2889
|
+
/** The time of the status. */
|
|
2890
|
+
time?: Date;
|
|
2891
|
+
}
|
|
2892
|
+
export declare function extensionInstanceViewStatusDeserializer(item: any): ExtensionInstanceViewStatus;
|
|
2893
|
+
/** The level code. Indicates the severity or importance of the status message. */
|
|
2894
|
+
export declare enum KnownStatusLevelTypes {
|
|
2895
|
+
/** Informational message indicating normal operation. */
|
|
2896
|
+
Info = "Info",
|
|
2897
|
+
/** Warning message indicating a potential issue or non-critical problem. */
|
|
2898
|
+
Warning = "Warning",
|
|
2899
|
+
/** Error message indicating a failure or critical issue. */
|
|
2900
|
+
Error = "Error"
|
|
2901
|
+
}
|
|
2902
|
+
/**
|
|
2903
|
+
* The level code. Indicates the severity or importance of the status message. \
|
|
2904
|
+
* {@link KnownStatusLevelTypes} can be used interchangeably with StatusLevelTypes,
|
|
2905
|
+
* this enum contains the known values that the service supports.
|
|
2906
|
+
* ### Known values supported by the service
|
|
2907
|
+
* **Info**: Informational message indicating normal operation. \
|
|
2908
|
+
* **Warning**: Warning message indicating a potential issue or non-critical problem. \
|
|
2909
|
+
* **Error**: Error message indicating a failure or critical issue.
|
|
2910
|
+
*/
|
|
2911
|
+
export type StatusLevelTypes = string;
|
|
2912
|
+
/** Extension Details to update */
|
|
2913
|
+
export interface ExtensionPatch {
|
|
2914
|
+
/** Describes the properties of a Machine Extension that can be updated. */
|
|
2915
|
+
extensionParameters?: ExtensionPatchParameters;
|
|
2916
|
+
}
|
|
2917
|
+
export declare function extensionPatchSerializer(item: ExtensionPatch): any;
|
|
2918
|
+
/** Describes Machine Extension Properties that can be updated. */
|
|
2919
|
+
export interface ExtensionPatchProperties {
|
|
2920
|
+
/** Describes the properties of a Machine Extension that can be updated. */
|
|
2921
|
+
extensionParameters?: ExtensionPatchParameters;
|
|
2922
|
+
}
|
|
2923
|
+
export declare function extensionPatchPropertiesSerializer(item: ExtensionPatchProperties): any;
|
|
2924
|
+
/** Describes the properties of a Machine Extension that can be updated. */
|
|
2925
|
+
export interface ExtensionPatchParameters {
|
|
2926
|
+
/** Specifies the version of the script handler. Latest version would be used if not specified. */
|
|
2927
|
+
typeHandlerVersion?: string;
|
|
2928
|
+
/** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */
|
|
2929
|
+
enableAutomaticUpgrade?: boolean;
|
|
2930
|
+
/** Json formatted public settings for the extension. */
|
|
2931
|
+
settings?: any;
|
|
2932
|
+
/** Protected settings (may contain secrets). */
|
|
2933
|
+
protectedSettings?: any;
|
|
2934
|
+
}
|
|
2935
|
+
export declare function extensionPatchParametersSerializer(item: ExtensionPatchParameters): any;
|
|
2936
|
+
/** List of Extensions in HCI cluster. */
|
|
2937
|
+
export interface _ExtensionList {
|
|
2938
|
+
/** The Extension items on this page */
|
|
2939
|
+
value: Extension[];
|
|
2940
|
+
/** The link to the next page of items */
|
|
2941
|
+
nextLink?: string;
|
|
2942
|
+
}
|
|
2943
|
+
export declare function _extensionListDeserializer(item: any): _ExtensionList;
|
|
2944
|
+
export declare function extensionArraySerializer(result: Array<Extension>): any[];
|
|
2945
|
+
export declare function extensionArrayDeserializer(result: Array<Extension>): any[];
|
|
2946
|
+
/** Describes the parameters for Extension upgrade. */
|
|
2947
|
+
export interface ExtensionUpgradeParameters {
|
|
2948
|
+
/** Extension Upgrade Target Version. */
|
|
2949
|
+
targetVersion?: string;
|
|
2950
|
+
}
|
|
2951
|
+
export declare function extensionUpgradeParametersSerializer(item: ExtensionUpgradeParameters): any;
|
|
2952
|
+
/** Security settings proxy resource */
|
|
2953
|
+
export interface SecuritySetting extends ProxyResource {
|
|
2954
|
+
/** Secured Core Compliance Assignment */
|
|
2955
|
+
securedCoreComplianceAssignment?: ComplianceAssignmentType;
|
|
2956
|
+
/** WDAC Compliance Assignment */
|
|
2957
|
+
wdacComplianceAssignment?: ComplianceAssignmentType;
|
|
2958
|
+
/** SMB encryption for intra-cluster traffic Compliance Assignment */
|
|
2959
|
+
smbEncryptionForIntraClusterTrafficComplianceAssignment?: ComplianceAssignmentType;
|
|
2960
|
+
/** Security Compliance Status */
|
|
2961
|
+
readonly securityComplianceStatus?: SecurityComplianceStatus;
|
|
2962
|
+
/** The status of the last operation. */
|
|
2963
|
+
readonly provisioningState?: ProvisioningState;
|
|
2964
|
+
}
|
|
2965
|
+
export declare function securitySettingSerializer(item: SecuritySetting): any;
|
|
2966
|
+
export declare function securitySettingDeserializer(item: any): SecuritySetting;
|
|
2967
|
+
/** Security properties of the resource */
|
|
2968
|
+
export interface SecurityProperties {
|
|
2969
|
+
/** Secured Core Compliance Assignment */
|
|
2970
|
+
securedCoreComplianceAssignment?: ComplianceAssignmentType;
|
|
2971
|
+
/** WDAC Compliance Assignment */
|
|
2972
|
+
wdacComplianceAssignment?: ComplianceAssignmentType;
|
|
2973
|
+
/** SMB encryption for intra-cluster traffic Compliance Assignment */
|
|
2974
|
+
smbEncryptionForIntraClusterTrafficComplianceAssignment?: ComplianceAssignmentType;
|
|
2975
|
+
/** Security Compliance Status */
|
|
2976
|
+
readonly securityComplianceStatus?: SecurityComplianceStatus;
|
|
2977
|
+
/** The status of the last operation. */
|
|
2978
|
+
readonly provisioningState?: ProvisioningState;
|
|
2979
|
+
}
|
|
2980
|
+
export declare function securityPropertiesSerializer(item: SecurityProperties): any;
|
|
2981
|
+
export declare function securityPropertiesDeserializer(item: any): SecurityProperties;
|
|
2982
|
+
/** Represents the compliance assignment type of a resource. */
|
|
2983
|
+
export declare enum KnownComplianceAssignmentType {
|
|
2984
|
+
/** Report on the state of the machine, but don't make changes. */
|
|
2985
|
+
Audit = "Audit",
|
|
2986
|
+
/** Applied to the machine. If it drifts, the local service inside the machine makes a correction at the next evaluation. */
|
|
2987
|
+
ApplyAndAutoCorrect = "ApplyAndAutoCorrect"
|
|
2988
|
+
}
|
|
2989
|
+
/**
|
|
2990
|
+
* Represents the compliance assignment type of a resource. \
|
|
2991
|
+
* {@link KnownComplianceAssignmentType} can be used interchangeably with ComplianceAssignmentType,
|
|
2992
|
+
* this enum contains the known values that the service supports.
|
|
2993
|
+
* ### Known values supported by the service
|
|
2994
|
+
* **Audit**: Report on the state of the machine, but don't make changes. \
|
|
2995
|
+
* **ApplyAndAutoCorrect**: Applied to the machine. If it drifts, the local service inside the machine makes a correction at the next evaluation.
|
|
2996
|
+
*/
|
|
2997
|
+
export type ComplianceAssignmentType = string;
|
|
2998
|
+
/** Security compliance properties of the resource */
|
|
2999
|
+
export interface SecurityComplianceStatus {
|
|
3000
|
+
/** Indicates whether HCI hosts meets secured-core server requirements. */
|
|
3001
|
+
readonly securedCoreCompliance?: ComplianceStatus;
|
|
3002
|
+
/** Indicates whether HCI hosts have enforced consistent Windows Defender Application Control. */
|
|
3003
|
+
readonly wdacCompliance?: ComplianceStatus;
|
|
3004
|
+
/** Indicates whether data at-rest encryption is enabled on Azure Stack HCI clustered volumes. */
|
|
3005
|
+
readonly dataAtRestEncrypted?: ComplianceStatus;
|
|
3006
|
+
/** Indicates whether HCI cluster has data in-transit protection. */
|
|
3007
|
+
readonly dataInTransitProtected?: ComplianceStatus;
|
|
3008
|
+
/** Time in UTC when compliance status was last updated. */
|
|
3009
|
+
readonly lastUpdated?: Date;
|
|
3010
|
+
}
|
|
3011
|
+
export declare function securityComplianceStatusDeserializer(item: any): SecurityComplianceStatus;
|
|
3012
|
+
/** Represents the compliance status of a resource. */
|
|
3013
|
+
export declare enum KnownComplianceStatus {
|
|
3014
|
+
/** The resource is compliant */
|
|
3015
|
+
Compliant = "Compliant",
|
|
3016
|
+
/** The resource is non-compliant */
|
|
3017
|
+
NonCompliant = "NonCompliant",
|
|
3018
|
+
/** The resource compliance status is pending */
|
|
3019
|
+
Pending = "Pending"
|
|
3020
|
+
}
|
|
3021
|
+
/**
|
|
3022
|
+
* Represents the compliance status of a resource. \
|
|
3023
|
+
* {@link KnownComplianceStatus} can be used interchangeably with ComplianceStatus,
|
|
3024
|
+
* this enum contains the known values that the service supports.
|
|
3025
|
+
* ### Known values supported by the service
|
|
3026
|
+
* **Compliant**: The resource is compliant \
|
|
3027
|
+
* **NonCompliant**: The resource is non-compliant \
|
|
3028
|
+
* **Pending**: The resource compliance status is pending
|
|
3029
|
+
*/
|
|
3030
|
+
export type ComplianceStatus = string;
|
|
3031
|
+
/** The response of a SecuritySetting list operation. */
|
|
3032
|
+
export interface _SecuritySettingListResult {
|
|
3033
|
+
/** The SecuritySetting items on this page */
|
|
3034
|
+
value: SecuritySetting[];
|
|
3035
|
+
/** The link to the next page of items */
|
|
3036
|
+
nextLink?: string;
|
|
3037
|
+
}
|
|
3038
|
+
export declare function _securitySettingListResultDeserializer(item: any): _SecuritySettingListResult;
|
|
3039
|
+
export declare function securitySettingArraySerializer(result: Array<SecuritySetting>): any[];
|
|
3040
|
+
export declare function securitySettingArrayDeserializer(result: Array<SecuritySetting>): any[];
|
|
3041
|
+
/** Sku details. */
|
|
3042
|
+
export interface Sku extends ProxyResource {
|
|
3043
|
+
/** Provisioning State */
|
|
3044
|
+
readonly provisioningState?: string;
|
|
3045
|
+
/** Identifier of the Publisher for the offer */
|
|
3046
|
+
publisherId?: string;
|
|
3047
|
+
/** Identifier of the Offer for the sku */
|
|
3048
|
+
offerId?: string;
|
|
3049
|
+
/** JSON serialized catalog content of the sku offer */
|
|
3050
|
+
content?: string;
|
|
3051
|
+
/** The API version of the catalog service used to serve the catalog content */
|
|
3052
|
+
contentVersion?: string;
|
|
3053
|
+
/** Array of SKU mappings */
|
|
3054
|
+
skuMappings?: SkuMappings[];
|
|
3055
|
+
}
|
|
3056
|
+
export declare function skuDeserializer(item: any): Sku;
|
|
3057
|
+
/** SKU properties. */
|
|
3058
|
+
export interface SkuProperties {
|
|
3059
|
+
/** Provisioning State */
|
|
3060
|
+
readonly provisioningState?: string;
|
|
3061
|
+
/** Identifier of the Publisher for the offer */
|
|
3062
|
+
publisherId?: string;
|
|
3063
|
+
/** Identifier of the Offer for the sku */
|
|
3064
|
+
offerId?: string;
|
|
3065
|
+
/** JSON serialized catalog content of the sku offer */
|
|
3066
|
+
content?: string;
|
|
3067
|
+
/** The API version of the catalog service used to serve the catalog content */
|
|
3068
|
+
contentVersion?: string;
|
|
3069
|
+
/** Array of SKU mappings */
|
|
3070
|
+
skuMappings?: SkuMappings[];
|
|
3071
|
+
}
|
|
3072
|
+
export declare function skuPropertiesDeserializer(item: any): SkuProperties;
|
|
3073
|
+
/** List of SKU proxy resources for the HCI cluster. */
|
|
3074
|
+
export interface _SkuList {
|
|
3075
|
+
/** The Sku items on this page */
|
|
3076
|
+
value: Sku[];
|
|
3077
|
+
/** The link to the next page of items */
|
|
3078
|
+
nextLink?: string;
|
|
3079
|
+
}
|
|
3080
|
+
export declare function _skuListDeserializer(item: any): _SkuList;
|
|
3081
|
+
export declare function skuArrayDeserializer(result: Array<Sku>): any[];
|
|
3082
|
+
/** Details of an Update run */
|
|
3083
|
+
export interface UpdateRun extends ProxyResource {
|
|
3084
|
+
/** The geo-location where the resource lives */
|
|
3085
|
+
location?: string;
|
|
3086
|
+
/** Provisioning state of the UpdateRuns proxy resource. Indicates the current lifecycle status of the update operation, such as whether it has been accepted, is in progress, or has completed. */
|
|
3087
|
+
readonly provisioningState?: ProvisioningState;
|
|
3088
|
+
/** Timestamp of the update run was started. */
|
|
3089
|
+
timeStarted?: Date;
|
|
3090
|
+
/** Timestamp of the most recently completed step in the update run. */
|
|
3091
|
+
lastUpdatedTime?: Date;
|
|
3092
|
+
/** Duration of the update run. */
|
|
3093
|
+
duration?: string;
|
|
3094
|
+
/** Represents the current state of the update run. Indicates whether the update is in progress, has completed successfully, failed, or is in an unknown state. */
|
|
3095
|
+
state?: UpdateRunPropertiesState;
|
|
3096
|
+
/** Progress representation of the update run steps. */
|
|
3097
|
+
progress?: Step;
|
|
3098
|
+
}
|
|
3099
|
+
export declare function updateRunSerializer(item: UpdateRun): any;
|
|
3100
|
+
export declare function updateRunDeserializer(item: any): UpdateRun;
|
|
3101
|
+
/** Details of an Update run */
|
|
3102
|
+
export interface UpdateRunProperties {
|
|
3103
|
+
/** Provisioning state of the UpdateRuns proxy resource. Indicates the current lifecycle status of the update operation, such as whether it has been accepted, is in progress, or has completed. */
|
|
3104
|
+
readonly provisioningState?: ProvisioningState;
|
|
3105
|
+
/** Timestamp of the update run was started. */
|
|
3106
|
+
timeStarted?: Date;
|
|
3107
|
+
/** Timestamp of the most recently completed step in the update run. */
|
|
3108
|
+
lastUpdatedTime?: Date;
|
|
3109
|
+
/** Duration of the update run. */
|
|
3110
|
+
duration?: string;
|
|
3111
|
+
/** Represents the current state of the update run. Indicates whether the update is in progress, has completed successfully, failed, or is in an unknown state. */
|
|
3112
|
+
state?: UpdateRunPropertiesState;
|
|
3113
|
+
/** Name of the step. */
|
|
3114
|
+
name?: string;
|
|
3115
|
+
/** More detailed description of the step. */
|
|
3116
|
+
description?: string;
|
|
3117
|
+
/** Error message, specified if the step is in a failed state. */
|
|
3118
|
+
errorMessage?: string;
|
|
3119
|
+
/** Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'. */
|
|
3120
|
+
status?: string;
|
|
3121
|
+
/** When the step started, or empty if it has not started executing. */
|
|
3122
|
+
startTimeUtc?: Date;
|
|
3123
|
+
/** When the step reached a terminal state. */
|
|
3124
|
+
endTimeUtc?: Date;
|
|
3125
|
+
/** Completion time of this step or the last completed sub-step. */
|
|
3126
|
+
lastUpdatedTimeUtc?: Date;
|
|
3127
|
+
/** Expected execution time of a given step. This is optionally authored in the update action plan and can be empty. */
|
|
3128
|
+
expectedExecutionTime?: string;
|
|
3129
|
+
/** Recursive model for child steps of this step. */
|
|
3130
|
+
steps?: Step[];
|
|
3131
|
+
}
|
|
3132
|
+
export declare function updateRunPropertiesSerializer(item: UpdateRunProperties): any;
|
|
3133
|
+
export declare function updateRunPropertiesDeserializer(item: any): UpdateRunProperties;
|
|
3134
|
+
/** Represents the current state of the update run. Indicates whether the update is in progress, has completed successfully, failed, or is in an unknown state. */
|
|
3135
|
+
export declare enum KnownUpdateRunPropertiesState {
|
|
3136
|
+
/** The state of the update run is not known. */
|
|
3137
|
+
Unknown = "Unknown",
|
|
3138
|
+
/** The update run completed successfully. */
|
|
3139
|
+
Succeeded = "Succeeded",
|
|
3140
|
+
/** The update run is currently in progress. */
|
|
3141
|
+
InProgress = "InProgress",
|
|
3142
|
+
/** The update run failed to complete successfully. */
|
|
3143
|
+
Failed = "Failed"
|
|
3144
|
+
}
|
|
3145
|
+
/**
|
|
3146
|
+
* Represents the current state of the update run. Indicates whether the update is in progress, has completed successfully, failed, or is in an unknown state. \
|
|
3147
|
+
* {@link KnownUpdateRunPropertiesState} can be used interchangeably with UpdateRunPropertiesState,
|
|
3148
|
+
* this enum contains the known values that the service supports.
|
|
3149
|
+
* ### Known values supported by the service
|
|
3150
|
+
* **Unknown**: The state of the update run is not known. \
|
|
3151
|
+
* **Succeeded**: The update run completed successfully. \
|
|
3152
|
+
* **InProgress**: The update run is currently in progress. \
|
|
3153
|
+
* **Failed**: The update run failed to complete successfully.
|
|
3154
|
+
*/
|
|
3155
|
+
export type UpdateRunPropertiesState = string;
|
|
3156
|
+
/** Progress representation of the update run steps. */
|
|
3157
|
+
export interface Step {
|
|
3158
|
+
/** Name of the step. */
|
|
3159
|
+
name?: string;
|
|
3160
|
+
/** More detailed description of the step. */
|
|
3161
|
+
description?: string;
|
|
3162
|
+
/** Error message, specified if the step is in a failed state. */
|
|
3163
|
+
errorMessage?: string;
|
|
3164
|
+
/** Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'. */
|
|
3165
|
+
status?: string;
|
|
3166
|
+
/** When the step started, or empty if it has not started executing. */
|
|
3167
|
+
startTimeUtc?: Date;
|
|
3168
|
+
/** When the step reached a terminal state. */
|
|
3169
|
+
endTimeUtc?: Date;
|
|
3170
|
+
/** Completion time of this step or the last completed sub-step. */
|
|
3171
|
+
lastUpdatedTimeUtc?: Date;
|
|
3172
|
+
/** Expected execution time of a given step. This is optionally authored in the update action plan and can be empty. */
|
|
3173
|
+
expectedExecutionTime?: string;
|
|
3174
|
+
/** Recursive model for child steps of this step. */
|
|
3175
|
+
steps?: Step[];
|
|
3176
|
+
}
|
|
3177
|
+
export declare function stepSerializer(item: Step): any;
|
|
3178
|
+
export declare function stepDeserializer(item: any): Step;
|
|
3179
|
+
export declare function stepArraySerializer(result: Array<Step>): any[];
|
|
3180
|
+
export declare function stepArrayDeserializer(result: Array<Step>): any[];
|
|
3181
|
+
/** List of Update runs */
|
|
3182
|
+
export interface _UpdateRunList {
|
|
3183
|
+
/** The UpdateRun items on this page */
|
|
3184
|
+
value: UpdateRun[];
|
|
3185
|
+
/** The link to the next page of items */
|
|
3186
|
+
nextLink?: string;
|
|
3187
|
+
}
|
|
3188
|
+
export declare function _updateRunListDeserializer(item: any): _UpdateRunList;
|
|
3189
|
+
export declare function updateRunArraySerializer(result: Array<UpdateRun>): any[];
|
|
3190
|
+
export declare function updateRunArrayDeserializer(result: Array<UpdateRun>): any[];
|
|
3191
|
+
/** Update details */
|
|
3192
|
+
export interface Update extends ProxyResource {
|
|
3193
|
+
/** The geo-location where the resource lives */
|
|
3194
|
+
location?: string;
|
|
3195
|
+
/** Provisioning state of the Updates proxy resource. Indicates the current lifecycle status of the update operation, such as whether it has been accepted, is in progress, or has completed. */
|
|
3196
|
+
readonly provisioningState?: ProvisioningState;
|
|
3197
|
+
/** Date that the update was installed. */
|
|
3198
|
+
installedDate?: Date;
|
|
3199
|
+
/** Description of the update. */
|
|
3200
|
+
description?: string;
|
|
3201
|
+
/** Minimum Sbe Version of the update. */
|
|
3202
|
+
minSbeVersionRequired?: string;
|
|
3203
|
+
/** Represents the current state of the update as it relates to this stamp. This includes phases such as preparation, installation, scanning, and error handling, providing insight into the update's progress and any issues encountered. */
|
|
3204
|
+
state?: State;
|
|
3205
|
+
/** If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty. */
|
|
3206
|
+
prerequisites?: UpdatePrerequisite[];
|
|
3207
|
+
/** An array of component versions for a Solution Bundle update, and an empty array otherwise. */
|
|
3208
|
+
componentVersions?: PackageVersionInfo[];
|
|
3209
|
+
/** Indicates whether a reboot is required after the update or operation. Helps determine if a system restart is necessary to complete the process. */
|
|
3210
|
+
rebootRequired?: RebootRequirement;
|
|
3211
|
+
/** Overall health state for update-specific health checks. */
|
|
3212
|
+
healthState?: HealthState;
|
|
3213
|
+
/** An array of PrecheckResult objects. */
|
|
3214
|
+
healthCheckResult?: PrecheckResult[];
|
|
3215
|
+
/** Last time the package-specific checks were run. */
|
|
3216
|
+
healthCheckDate?: Date;
|
|
3217
|
+
/** Path where the update package is available. */
|
|
3218
|
+
packagePath?: string;
|
|
3219
|
+
/** Size of the package. This value is a combination of the size from update metadata and size of the payload that results from the live scan operation for OS update content. */
|
|
3220
|
+
packageSizeInMb?: number;
|
|
3221
|
+
/** Display name of the Update */
|
|
3222
|
+
displayName?: string;
|
|
3223
|
+
/** Version of the update. */
|
|
3224
|
+
version?: string;
|
|
3225
|
+
/** Publisher of the update package. */
|
|
3226
|
+
publisher?: string;
|
|
3227
|
+
/** Link to release notes for the update. */
|
|
3228
|
+
releaseLink?: string;
|
|
3229
|
+
/** Indicates how the update content is made available for download. This determines whether the update is sourced locally, from an online repository, or requires user notification. */
|
|
3230
|
+
availabilityType?: AvailabilityType;
|
|
3231
|
+
/** Customer-visible type of the update. */
|
|
3232
|
+
packageType?: string;
|
|
3233
|
+
/** Extensible KV pairs serialized as a string. This is currently used to report the stamp OEM family and hardware model information when an update is flagged as Invalid for the stamp based on OEM type. */
|
|
3234
|
+
additionalProperties?: string;
|
|
3235
|
+
/** Additional information regarding the state of the update. See definition of UpdateStateProperties type below for more details on this property. */
|
|
3236
|
+
updateStateProperties?: UpdateStateProperties;
|
|
3237
|
+
}
|
|
3238
|
+
export declare function updateSerializer(item: Update): any;
|
|
3239
|
+
export declare function updateDeserializer(item: any): Update;
|
|
3240
|
+
/** Details of a singular Update in HCI Cluster */
|
|
3241
|
+
export interface UpdateProperties {
|
|
3242
|
+
/** Provisioning state of the Updates proxy resource. Indicates the current lifecycle status of the update operation, such as whether it has been accepted, is in progress, or has completed. */
|
|
3243
|
+
readonly provisioningState?: ProvisioningState;
|
|
3244
|
+
/** Date that the update was installed. */
|
|
3245
|
+
installedDate?: Date;
|
|
3246
|
+
/** Description of the update. */
|
|
3247
|
+
description?: string;
|
|
3248
|
+
/** Minimum Sbe Version of the update. */
|
|
3249
|
+
minSbeVersionRequired?: string;
|
|
3250
|
+
/** Represents the current state of the update as it relates to this stamp. This includes phases such as preparation, installation, scanning, and error handling, providing insight into the update's progress and any issues encountered. */
|
|
3251
|
+
state?: State;
|
|
3252
|
+
/** If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty. */
|
|
3253
|
+
prerequisites?: UpdatePrerequisite[];
|
|
3254
|
+
/** An array of component versions for a Solution Bundle update, and an empty array otherwise. */
|
|
3255
|
+
componentVersions?: PackageVersionInfo[];
|
|
3256
|
+
/** Indicates whether a reboot is required after the update or operation. Helps determine if a system restart is necessary to complete the process. */
|
|
3257
|
+
rebootRequired?: RebootRequirement;
|
|
3258
|
+
/** Overall health state for update-specific health checks. */
|
|
3259
|
+
healthState?: HealthState;
|
|
3260
|
+
/** An array of PrecheckResult objects. */
|
|
3261
|
+
healthCheckResult?: PrecheckResult[];
|
|
3262
|
+
/** Last time the package-specific checks were run. */
|
|
3263
|
+
healthCheckDate?: Date;
|
|
3264
|
+
/** Path where the update package is available. */
|
|
3265
|
+
packagePath?: string;
|
|
3266
|
+
/** Size of the package. This value is a combination of the size from update metadata and size of the payload that results from the live scan operation for OS update content. */
|
|
3267
|
+
packageSizeInMb?: number;
|
|
3268
|
+
/** Display name of the Update */
|
|
3269
|
+
displayName?: string;
|
|
3270
|
+
/** Version of the update. */
|
|
3271
|
+
version?: string;
|
|
3272
|
+
/** Publisher of the update package. */
|
|
3273
|
+
publisher?: string;
|
|
3274
|
+
/** Link to release notes for the update. */
|
|
3275
|
+
releaseLink?: string;
|
|
3276
|
+
/** Indicates how the update content is made available for download. This determines whether the update is sourced locally, from an online repository, or requires user notification. */
|
|
3277
|
+
availabilityType?: AvailabilityType;
|
|
3278
|
+
/** Customer-visible type of the update. */
|
|
3279
|
+
packageType?: string;
|
|
3280
|
+
/** Extensible KV pairs serialized as a string. This is currently used to report the stamp OEM family and hardware model information when an update is flagged as Invalid for the stamp based on OEM type. */
|
|
3281
|
+
additionalProperties?: string;
|
|
3282
|
+
/** Progress percentage of ongoing operation. Currently this property is only valid when the update is in the Downloading state, where it maps to how much of the update content has been downloaded. */
|
|
3283
|
+
progressPercentage?: number;
|
|
3284
|
+
/** Brief message with instructions for updates of AvailabilityType Notify. */
|
|
3285
|
+
notifyMessage?: string;
|
|
3286
|
+
}
|
|
3287
|
+
export declare function updatePropertiesSerializer(item: UpdateProperties): any;
|
|
3288
|
+
export declare function updatePropertiesDeserializer(item: any): UpdateProperties;
|
|
3289
|
+
/** Represents the current state of the update as it relates to this stamp. This includes phases such as preparation, installation, scanning, and error handling, providing insight into the update's progress and any issues encountered. */
|
|
3290
|
+
export declare enum KnownState {
|
|
3291
|
+
/** The update has prerequisites that must be fulfilled before it can proceed. */
|
|
3292
|
+
HasPrerequisite = "HasPrerequisite",
|
|
3293
|
+
/** The update is obsolete and no longer applicable. */
|
|
3294
|
+
Obsolete = "Obsolete",
|
|
3295
|
+
/** The update is ready to be installed. */
|
|
3296
|
+
Ready = "Ready",
|
|
3297
|
+
/** The update cannot be applied because another update is currently in progress. */
|
|
3298
|
+
NotApplicableBecauseAnotherUpdateIsInProgress = "NotApplicableBecauseAnotherUpdateIsInProgress",
|
|
3299
|
+
/** The update is currently in the preparation phase. */
|
|
3300
|
+
Preparing = "Preparing",
|
|
3301
|
+
/** The update is currently being installed. */
|
|
3302
|
+
Installing = "Installing",
|
|
3303
|
+
/** The update has been successfully installed. */
|
|
3304
|
+
Installed = "Installed",
|
|
3305
|
+
/** The update preparation phase failed. */
|
|
3306
|
+
PreparationFailed = "PreparationFailed",
|
|
3307
|
+
/** The update installation failed. */
|
|
3308
|
+
InstallationFailed = "InstallationFailed",
|
|
3309
|
+
/** The update is invalid and cannot be applied. */
|
|
3310
|
+
Invalid = "Invalid",
|
|
3311
|
+
/** The update has been recalled and should not be applied. */
|
|
3312
|
+
Recalled = "Recalled",
|
|
3313
|
+
/** The update is currently being downloaded. */
|
|
3314
|
+
Downloading = "Downloading",
|
|
3315
|
+
/** The update download failed. */
|
|
3316
|
+
DownloadFailed = "DownloadFailed",
|
|
3317
|
+
/** A health check is being performed before applying the update. */
|
|
3318
|
+
HealthChecking = "HealthChecking",
|
|
3319
|
+
/** The health check failed, preventing the update from proceeding. */
|
|
3320
|
+
HealthCheckFailed = "HealthCheckFailed",
|
|
3321
|
+
/** The update is ready to be installed after successful preparation and checks. */
|
|
3322
|
+
ReadyToInstall = "ReadyToInstall",
|
|
3323
|
+
/** The system is scanning for updates. */
|
|
3324
|
+
ScanInProgress = "ScanInProgress",
|
|
3325
|
+
/** The scan for updates failed. */
|
|
3326
|
+
ScanFailed = "ScanFailed",
|
|
3327
|
+
/** Additional content is required to proceed with the update. */
|
|
3328
|
+
AdditionalContentRequired = "AdditionalContentRequired"
|
|
3329
|
+
}
|
|
3330
|
+
/**
|
|
3331
|
+
* Represents the current state of the update as it relates to this stamp. This includes phases such as preparation, installation, scanning, and error handling, providing insight into the update's progress and any issues encountered. \
|
|
3332
|
+
* {@link KnownState} can be used interchangeably with State,
|
|
3333
|
+
* this enum contains the known values that the service supports.
|
|
3334
|
+
* ### Known values supported by the service
|
|
3335
|
+
* **HasPrerequisite**: The update has prerequisites that must be fulfilled before it can proceed. \
|
|
3336
|
+
* **Obsolete**: The update is obsolete and no longer applicable. \
|
|
3337
|
+
* **Ready**: The update is ready to be installed. \
|
|
3338
|
+
* **NotApplicableBecauseAnotherUpdateIsInProgress**: The update cannot be applied because another update is currently in progress. \
|
|
3339
|
+
* **Preparing**: The update is currently in the preparation phase. \
|
|
3340
|
+
* **Installing**: The update is currently being installed. \
|
|
3341
|
+
* **Installed**: The update has been successfully installed. \
|
|
3342
|
+
* **PreparationFailed**: The update preparation phase failed. \
|
|
3343
|
+
* **InstallationFailed**: The update installation failed. \
|
|
3344
|
+
* **Invalid**: The update is invalid and cannot be applied. \
|
|
3345
|
+
* **Recalled**: The update has been recalled and should not be applied. \
|
|
3346
|
+
* **Downloading**: The update is currently being downloaded. \
|
|
3347
|
+
* **DownloadFailed**: The update download failed. \
|
|
3348
|
+
* **HealthChecking**: A health check is being performed before applying the update. \
|
|
3349
|
+
* **HealthCheckFailed**: The health check failed, preventing the update from proceeding. \
|
|
3350
|
+
* **ReadyToInstall**: The update is ready to be installed after successful preparation and checks. \
|
|
3351
|
+
* **ScanInProgress**: The system is scanning for updates. \
|
|
3352
|
+
* **ScanFailed**: The scan for updates failed. \
|
|
3353
|
+
* **AdditionalContentRequired**: Additional content is required to proceed with the update.
|
|
3354
|
+
*/
|
|
3355
|
+
export type State = string;
|
|
3356
|
+
export declare function updatePrerequisiteArraySerializer(result: Array<UpdatePrerequisite>): any[];
|
|
3357
|
+
export declare function updatePrerequisiteArrayDeserializer(result: Array<UpdatePrerequisite>): any[];
|
|
3358
|
+
/** If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty. */
|
|
3359
|
+
export interface UpdatePrerequisite {
|
|
3360
|
+
/** Updatable component type. */
|
|
3361
|
+
updateType?: string;
|
|
3362
|
+
/** Version of the prerequisite. */
|
|
3363
|
+
version?: string;
|
|
3364
|
+
/** Friendly name of the prerequisite. */
|
|
3365
|
+
packageName?: string;
|
|
3366
|
+
}
|
|
3367
|
+
export declare function updatePrerequisiteSerializer(item: UpdatePrerequisite): any;
|
|
3368
|
+
export declare function updatePrerequisiteDeserializer(item: any): UpdatePrerequisite;
|
|
3369
|
+
export declare function packageVersionInfoArraySerializer(result: Array<PackageVersionInfo>): any[];
|
|
3370
|
+
export declare function packageVersionInfoArrayDeserializer(result: Array<PackageVersionInfo>): any[];
|
|
3371
|
+
/** Current version of each updatable component. */
|
|
3372
|
+
export interface PackageVersionInfo {
|
|
3373
|
+
/** Package type */
|
|
3374
|
+
packageType?: string;
|
|
3375
|
+
/** Package version */
|
|
3376
|
+
version?: string;
|
|
3377
|
+
/** Last time this component was updated. */
|
|
3378
|
+
lastUpdated?: Date;
|
|
3379
|
+
}
|
|
3380
|
+
export declare function packageVersionInfoSerializer(item: PackageVersionInfo): any;
|
|
3381
|
+
export declare function packageVersionInfoDeserializer(item: any): PackageVersionInfo;
|
|
3382
|
+
/** Indicates whether a reboot is required after the update or operation. Helps determine if a system restart is necessary to complete the process. */
|
|
3383
|
+
export declare enum KnownRebootRequirement {
|
|
3384
|
+
/** It is not known whether a reboot is required. */
|
|
3385
|
+
Unknown = "Unknown",
|
|
3386
|
+
/** A reboot is required to complete the operation. */
|
|
3387
|
+
True = "True",
|
|
3388
|
+
/** No reboot is required after the operation. */
|
|
3389
|
+
False = "False"
|
|
3390
|
+
}
|
|
3391
|
+
/**
|
|
3392
|
+
* Indicates whether a reboot is required after the update or operation. Helps determine if a system restart is necessary to complete the process. \
|
|
3393
|
+
* {@link KnownRebootRequirement} can be used interchangeably with RebootRequirement,
|
|
3394
|
+
* this enum contains the known values that the service supports.
|
|
3395
|
+
* ### Known values supported by the service
|
|
3396
|
+
* **Unknown**: It is not known whether a reboot is required. \
|
|
3397
|
+
* **True**: A reboot is required to complete the operation. \
|
|
3398
|
+
* **False**: No reboot is required after the operation.
|
|
3399
|
+
*/
|
|
3400
|
+
export type RebootRequirement = string;
|
|
3401
|
+
/** Overall health state for update-specific health checks. Indicates whether the system is functioning correctly, has warnings or errors, or is undergoing a health evaluation. */
|
|
3402
|
+
export declare enum KnownHealthState {
|
|
3403
|
+
/** The health state is not known or cannot be determined. */
|
|
3404
|
+
Unknown = "Unknown",
|
|
3405
|
+
/** The health check completed successfully and the system is healthy. */
|
|
3406
|
+
Success = "Success",
|
|
3407
|
+
/** The health check failed, indicating a critical issue. */
|
|
3408
|
+
Failure = "Failure",
|
|
3409
|
+
/** The health check detected a non-critical issue that may require attention. */
|
|
3410
|
+
Warning = "Warning",
|
|
3411
|
+
/** An error occurred during the health check process. */
|
|
3412
|
+
Error = "Error",
|
|
3413
|
+
/** The health check is currently in progress. */
|
|
3414
|
+
InProgress = "InProgress"
|
|
3415
|
+
}
|
|
3416
|
+
/**
|
|
3417
|
+
* Overall health state for update-specific health checks. Indicates whether the system is functioning correctly, has warnings or errors, or is undergoing a health evaluation. \
|
|
3418
|
+
* {@link KnownHealthState} can be used interchangeably with HealthState,
|
|
3419
|
+
* this enum contains the known values that the service supports.
|
|
3420
|
+
* ### Known values supported by the service
|
|
3421
|
+
* **Unknown**: The health state is not known or cannot be determined. \
|
|
3422
|
+
* **Success**: The health check completed successfully and the system is healthy. \
|
|
3423
|
+
* **Failure**: The health check failed, indicating a critical issue. \
|
|
3424
|
+
* **Warning**: The health check detected a non-critical issue that may require attention. \
|
|
3425
|
+
* **Error**: An error occurred during the health check process. \
|
|
3426
|
+
* **InProgress**: The health check is currently in progress.
|
|
3427
|
+
*/
|
|
3428
|
+
export type HealthState = string;
|
|
3429
|
+
export declare function precheckResultArraySerializer(result: Array<PrecheckResult>): any[];
|
|
3430
|
+
export declare function precheckResultArrayDeserializer(result: Array<PrecheckResult>): any[];
|
|
3431
|
+
/** model interface PrecheckResult */
|
|
3432
|
+
export interface PrecheckResult {
|
|
3433
|
+
/** Name of the individual test/rule/alert that was executed. Unique, not exposed to the customer. */
|
|
3434
|
+
name?: string;
|
|
3435
|
+
/** The health check DisplayName localized of the individual test executed. */
|
|
3436
|
+
displayName?: string;
|
|
3437
|
+
/** Key-value pairs that allow grouping/filtering individual tests. */
|
|
3438
|
+
tags?: PrecheckResultTags;
|
|
3439
|
+
/** Key-value pairs that allow grouping/filtering individual tests. */
|
|
3440
|
+
healthCheckTags?: any;
|
|
3441
|
+
/** User-facing name; one or more sentences indicating the direct issue. */
|
|
3442
|
+
title?: string;
|
|
3443
|
+
/** Represents the current status of the check being performed. Indicates whether the check has completed successfully, failed, or is still in progress. */
|
|
3444
|
+
status?: Status;
|
|
3445
|
+
/** Indicates the importance or impact level of the result. Determines whether the result is informational, a warning, or a critical issue that may block updates. */
|
|
3446
|
+
severity?: Severity;
|
|
3447
|
+
/** Detailed overview of the issue and what impact the issue has on the stamp. */
|
|
3448
|
+
description?: string;
|
|
3449
|
+
/** Set of steps that can be taken to resolve the issue found. */
|
|
3450
|
+
remediation?: string;
|
|
3451
|
+
/** The unique identifier for the affected resource (such as a node or drive). */
|
|
3452
|
+
targetResourceID?: string;
|
|
3453
|
+
/** The name of the affected resource. */
|
|
3454
|
+
targetResourceName?: string;
|
|
3455
|
+
/** The type of resource being referred to (well-known set of nouns in infrastructure, aligning with Monitoring). */
|
|
3456
|
+
targetResourceType?: string;
|
|
3457
|
+
/** The time in which the HealthCheck was called. */
|
|
3458
|
+
timestamp?: Date;
|
|
3459
|
+
/** Property bag of key value pairs for additional information. */
|
|
3460
|
+
additionalData?: string;
|
|
3461
|
+
/** The name of the services called for the HealthCheck (I.E. Test-AzureStack, Test-Cluster). */
|
|
3462
|
+
healthCheckSource?: string;
|
|
3463
|
+
}
|
|
3464
|
+
export declare function precheckResultSerializer(item: PrecheckResult): any;
|
|
3465
|
+
export declare function precheckResultDeserializer(item: any): PrecheckResult;
|
|
3466
|
+
/** Key-value pairs that allow grouping/filtering individual tests. */
|
|
3467
|
+
export interface PrecheckResultTags {
|
|
3468
|
+
/** Key that allow grouping/filtering individual tests. */
|
|
3469
|
+
key?: string;
|
|
3470
|
+
/** Value of the key that allow grouping/filtering individual tests. */
|
|
3471
|
+
value?: string;
|
|
3472
|
+
}
|
|
3473
|
+
export declare function precheckResultTagsSerializer(item: PrecheckResultTags): any;
|
|
3474
|
+
export declare function precheckResultTagsDeserializer(item: any): PrecheckResultTags;
|
|
3475
|
+
/** Indicates the importance or impact level of the result. Determines whether the result is informational, a warning, or a critical issue that may block updates. */
|
|
3476
|
+
export declare enum KnownSeverity {
|
|
3477
|
+
/** A critical issue that blocks updates and requires immediate attention. */
|
|
3478
|
+
Critical = "Critical",
|
|
3479
|
+
/** A warning that may indicate a potential issue but does not block updates. */
|
|
3480
|
+
Warning = "Warning",
|
|
3481
|
+
/** General information that does not indicate any issue. */
|
|
3482
|
+
Informational = "Informational",
|
|
3483
|
+
/** The result is hidden and not shown in the output. */
|
|
3484
|
+
Hidden = "Hidden"
|
|
3485
|
+
}
|
|
3486
|
+
/**
|
|
3487
|
+
* Indicates the importance or impact level of the result. Determines whether the result is informational, a warning, or a critical issue that may block updates. \
|
|
3488
|
+
* {@link KnownSeverity} can be used interchangeably with Severity,
|
|
3489
|
+
* this enum contains the known values that the service supports.
|
|
3490
|
+
* ### Known values supported by the service
|
|
3491
|
+
* **Critical**: A critical issue that blocks updates and requires immediate attention. \
|
|
3492
|
+
* **Warning**: A warning that may indicate a potential issue but does not block updates. \
|
|
3493
|
+
* **Informational**: General information that does not indicate any issue. \
|
|
3494
|
+
* **Hidden**: The result is hidden and not shown in the output.
|
|
3495
|
+
*/
|
|
3496
|
+
export type Severity = string;
|
|
3497
|
+
/** Indicates how the update content is made available for download. This determines whether the update is sourced locally, from an online repository, or requires user notification. */
|
|
3498
|
+
export declare enum KnownAvailabilityType {
|
|
3499
|
+
/** The update content is available locally within the environment. */
|
|
3500
|
+
Local = "Local",
|
|
3501
|
+
/** The update content is available from an online source. */
|
|
3502
|
+
Online = "Online",
|
|
3503
|
+
/** The system will notify the user when update content becomes available. */
|
|
3504
|
+
Notify = "Notify"
|
|
3505
|
+
}
|
|
3506
|
+
/**
|
|
3507
|
+
* Indicates how the update content is made available for download. This determines whether the update is sourced locally, from an online repository, or requires user notification. \
|
|
3508
|
+
* {@link KnownAvailabilityType} can be used interchangeably with AvailabilityType,
|
|
3509
|
+
* this enum contains the known values that the service supports.
|
|
3510
|
+
* ### Known values supported by the service
|
|
3511
|
+
* **Local**: The update content is available locally within the environment. \
|
|
3512
|
+
* **Online**: The update content is available from an online source. \
|
|
3513
|
+
* **Notify**: The system will notify the user when update content becomes available.
|
|
3514
|
+
*/
|
|
3515
|
+
export type AvailabilityType = string;
|
|
3516
|
+
/** Additional information regarding the state of the update. See definition of UpdateStateProperties type below for more details on this property. */
|
|
3517
|
+
export interface UpdateStateProperties {
|
|
3518
|
+
/** Progress percentage of ongoing operation. Currently this property is only valid when the update is in the Downloading state, where it maps to how much of the update content has been downloaded. */
|
|
3519
|
+
progressPercentage?: number;
|
|
3520
|
+
/** Brief message with instructions for updates of AvailabilityType Notify. */
|
|
3521
|
+
notifyMessage?: string;
|
|
3522
|
+
}
|
|
3523
|
+
export declare function updateStatePropertiesSerializer(item: UpdateStateProperties): any;
|
|
3524
|
+
export declare function updateStatePropertiesDeserializer(item: any): UpdateStateProperties;
|
|
3525
|
+
/** List of Updates */
|
|
3526
|
+
export interface _UpdateList {
|
|
3527
|
+
/** The Update items on this page */
|
|
3528
|
+
value: Update[];
|
|
3529
|
+
/** The link to the next page of items */
|
|
3530
|
+
nextLink?: string;
|
|
3531
|
+
}
|
|
3532
|
+
export declare function _updateListDeserializer(item: any): _UpdateList;
|
|
3533
|
+
export declare function updateArraySerializer(result: Array<Update>): any[];
|
|
3534
|
+
export declare function updateArrayDeserializer(result: Array<Update>): any[];
|
|
3535
|
+
/** Represents a validated solution recipe resource. */
|
|
3536
|
+
export interface ValidatedSolutionRecipe extends ProxyResource {
|
|
3537
|
+
/** The resource-specific properties for this resource. */
|
|
3538
|
+
properties?: ValidatedSolutionRecipeProperties;
|
|
3539
|
+
}
|
|
3540
|
+
export declare function validatedSolutionRecipeDeserializer(item: any): ValidatedSolutionRecipe;
|
|
3541
|
+
/** Represents properties of a validated solution recipe resource. */
|
|
3542
|
+
export interface ValidatedSolutionRecipeProperties {
|
|
3543
|
+
/** Represents contents of a validated solution recipe. */
|
|
3544
|
+
recipeContent: ValidatedSolutionRecipeContent;
|
|
3545
|
+
/** Represents the signature of the recipe, to be used for ensuring its integrity. */
|
|
3546
|
+
signature?: string;
|
|
3547
|
+
}
|
|
3548
|
+
export declare function validatedSolutionRecipePropertiesDeserializer(item: any): ValidatedSolutionRecipeProperties;
|
|
3549
|
+
/** Represents contents of a validated solution recipe resource. */
|
|
3550
|
+
export interface ValidatedSolutionRecipeContent {
|
|
3551
|
+
/** Represents information about a validated solution recipe. */
|
|
3552
|
+
info: ValidatedSolutionRecipeInfo;
|
|
3553
|
+
/** Represents capabilities available in a validated solution recipe. */
|
|
3554
|
+
capabilities?: ValidatedSolutionRecipeCapabilities;
|
|
3555
|
+
/** Represents components available in a validated solution recipe. */
|
|
3556
|
+
components: ValidatedSolutionRecipeComponent[];
|
|
3557
|
+
}
|
|
3558
|
+
export declare function validatedSolutionRecipeContentDeserializer(item: any): ValidatedSolutionRecipeContent;
|
|
3559
|
+
/** Represents information about a validated solution recipe. */
|
|
3560
|
+
export interface ValidatedSolutionRecipeInfo {
|
|
3561
|
+
/** Represents the solution type for which this validated solution recipe is applicable. */
|
|
3562
|
+
solutionType: string;
|
|
3563
|
+
/** Represents the version for which this validated solution recipe is applicable. */
|
|
3564
|
+
version: string;
|
|
3565
|
+
}
|
|
3566
|
+
export declare function validatedSolutionRecipeInfoDeserializer(item: any): ValidatedSolutionRecipeInfo;
|
|
3567
|
+
/** Represents capabilities available in a validated solution recipe. */
|
|
3568
|
+
export interface ValidatedSolutionRecipeCapabilities {
|
|
3569
|
+
/** Represents the cluster capabilities. */
|
|
3570
|
+
clusterCapabilities: ValidatedSolutionRecipeCapability[];
|
|
3571
|
+
/** Represents the node capabilities. */
|
|
3572
|
+
nodeCapabilities: ValidatedSolutionRecipeCapability[];
|
|
3573
|
+
}
|
|
3574
|
+
export declare function validatedSolutionRecipeCapabilitiesDeserializer(item: any): ValidatedSolutionRecipeCapabilities;
|
|
3575
|
+
export declare function validatedSolutionRecipeCapabilityArrayDeserializer(result: Array<ValidatedSolutionRecipeCapability>): any[];
|
|
3576
|
+
/** Represents capability available in a validated solution recipe. */
|
|
3577
|
+
export interface ValidatedSolutionRecipeCapability {
|
|
3578
|
+
/** Represents the capability name. */
|
|
3579
|
+
capabilityName: string;
|
|
3580
|
+
}
|
|
3581
|
+
export declare function validatedSolutionRecipeCapabilityDeserializer(item: any): ValidatedSolutionRecipeCapability;
|
|
3582
|
+
export declare function validatedSolutionRecipeComponentArrayDeserializer(result: Array<ValidatedSolutionRecipeComponent>): any[];
|
|
3583
|
+
/** Represents component available in a validated solution recipe. */
|
|
3584
|
+
export interface ValidatedSolutionRecipeComponent {
|
|
3585
|
+
/** Represents the component's name. */
|
|
3586
|
+
name: string;
|
|
3587
|
+
/** Represents the component's type. */
|
|
3588
|
+
type: string;
|
|
3589
|
+
/** Represents the component's required version. */
|
|
3590
|
+
requiredVersion?: string;
|
|
3591
|
+
/** Represents the component's install order. */
|
|
3592
|
+
installOrder?: number;
|
|
3593
|
+
/** Represents the component's tags. */
|
|
3594
|
+
tags: string[];
|
|
3595
|
+
/** Represents the component's payloads. */
|
|
3596
|
+
payloads?: ValidatedSolutionRecipeComponentPayload[];
|
|
3597
|
+
/** Represents the component's metadata. */
|
|
3598
|
+
metadata?: ValidatedSolutionRecipeComponentMetadata;
|
|
3599
|
+
}
|
|
3600
|
+
export declare function validatedSolutionRecipeComponentDeserializer(item: any): ValidatedSolutionRecipeComponent;
|
|
3601
|
+
export declare function validatedSolutionRecipeComponentPayloadArrayDeserializer(result: Array<ValidatedSolutionRecipeComponentPayload>): any[];
|
|
3602
|
+
/** Represents payloads associated with a component available in a validated solution recipe. */
|
|
3603
|
+
export interface ValidatedSolutionRecipeComponentPayload {
|
|
3604
|
+
/** Represents the unique identifier of the payload used to query the URL. */
|
|
3605
|
+
identifier: string;
|
|
3606
|
+
/** Represents the cryptographic hash of the payload, ensuring data integrity. */
|
|
3607
|
+
hash: string;
|
|
3608
|
+
/** Represents the name of the file associated with the payload. */
|
|
3609
|
+
fileName: string;
|
|
3610
|
+
/** Represents the URL from which the payload can be downloaded. */
|
|
3611
|
+
url: string;
|
|
3612
|
+
}
|
|
3613
|
+
export declare function validatedSolutionRecipeComponentPayloadDeserializer(item: any): ValidatedSolutionRecipeComponentPayload;
|
|
3614
|
+
/** Represents metadata associated with a component available in a validated solution recipe. */
|
|
3615
|
+
export interface ValidatedSolutionRecipeComponentMetadata {
|
|
3616
|
+
/** Represents the type of extension. */
|
|
3617
|
+
extensionType?: string;
|
|
3618
|
+
/** Represents the publisher of the extension. */
|
|
3619
|
+
publisher?: string;
|
|
3620
|
+
/** Indicates whether automatic upgrades of the extension are enabled. */
|
|
3621
|
+
enableAutomaticUpgrade?: boolean;
|
|
3622
|
+
/** Indicates whether the LCM (Lifecycle Management) update of the extension is enabled. */
|
|
3623
|
+
lcmUpdate?: boolean;
|
|
3624
|
+
/** Specifies the catalog to which the extension belongs. */
|
|
3625
|
+
catalog?: string;
|
|
3626
|
+
/** Specifies the ring to which the extension belongs, internally used by component. */
|
|
3627
|
+
ring?: string;
|
|
3628
|
+
/** Specifies the release train to which given component belongs. */
|
|
3629
|
+
releaseTrain?: string;
|
|
3630
|
+
/** Specifies the link associated with the extension. */
|
|
3631
|
+
link?: string;
|
|
3632
|
+
/** Specifies the name of the extension. */
|
|
3633
|
+
name?: string;
|
|
3634
|
+
/** Specifies the expected hash of the extension. */
|
|
3635
|
+
expectedHash?: string;
|
|
3636
|
+
/** Specifies the preview source of the extension. */
|
|
3637
|
+
previewSource?: string;
|
|
3638
|
+
}
|
|
3639
|
+
export declare function validatedSolutionRecipeComponentMetadataDeserializer(item: any): ValidatedSolutionRecipeComponentMetadata;
|
|
3640
|
+
/** The response of a ValidatedSolutionRecipe list operation. */
|
|
3641
|
+
export interface _ValidatedSolutionRecipeListResult {
|
|
3642
|
+
/** The ValidatedSolutionRecipe items on this page */
|
|
3643
|
+
value: ValidatedSolutionRecipe[];
|
|
3644
|
+
/** The link to the next page of items */
|
|
3645
|
+
nextLink?: string;
|
|
3646
|
+
}
|
|
3647
|
+
export declare function _validatedSolutionRecipeListResultDeserializer(item: any): _ValidatedSolutionRecipeListResult;
|
|
3648
|
+
export declare function validatedSolutionRecipeArrayDeserializer(result: Array<ValidatedSolutionRecipe>): any[];
|
|
3649
|
+
/** Get the update summaries for the cluster */
|
|
3650
|
+
export interface UpdateSummaries extends ProxyResource {
|
|
3651
|
+
/** The geo-location where the resource lives */
|
|
3652
|
+
location?: string;
|
|
3653
|
+
/** Provisioning state of the UpdateSummaries proxy resource. Indicates the current lifecycle status of the update summary operation, such as whether it has been accepted, is in progress, or has completed. */
|
|
3654
|
+
readonly provisioningState?: ProvisioningState;
|
|
3655
|
+
/** OEM family name. */
|
|
3656
|
+
oemFamily?: string;
|
|
3657
|
+
/** Current OEM Version. */
|
|
3658
|
+
currentOemVersion?: string;
|
|
3659
|
+
/** Name of the hardware model. */
|
|
3660
|
+
hardwareModel?: string;
|
|
3661
|
+
/** Current version of each updatable component. */
|
|
3662
|
+
packageVersions?: PackageVersionInfo[];
|
|
3663
|
+
/** Current Solution Bundle version of the stamp. */
|
|
3664
|
+
currentVersion?: string;
|
|
3665
|
+
/** Current Sbe version of the stamp. */
|
|
3666
|
+
currentSbeVersion?: string;
|
|
3667
|
+
/** Last time an update installation completed successfully. */
|
|
3668
|
+
lastUpdated?: Date;
|
|
3669
|
+
/** Last time the update service successfully checked for updates */
|
|
3670
|
+
lastChecked?: Date;
|
|
3671
|
+
/** Overall health state for update-specific health checks. */
|
|
3672
|
+
healthState?: HealthState;
|
|
3673
|
+
/** An array of pre-check result objects. */
|
|
3674
|
+
healthCheckResult?: PrecheckResult[];
|
|
3675
|
+
/** Last time the package-specific checks were run. */
|
|
3676
|
+
healthCheckDate?: Date;
|
|
3677
|
+
/** Overall update state of the stamp. Indicates the current status of update deployment across the stamp, including preparation, application, and any issues encountered. */
|
|
3678
|
+
state?: UpdateSummariesPropertiesState;
|
|
3679
|
+
}
|
|
3680
|
+
export declare function updateSummariesSerializer(item: UpdateSummaries): any;
|
|
3681
|
+
export declare function updateSummariesDeserializer(item: any): UpdateSummaries;
|
|
3682
|
+
/** Properties of Update summaries */
|
|
3683
|
+
export interface UpdateSummariesProperties {
|
|
3684
|
+
/** Provisioning state of the UpdateSummaries proxy resource. Indicates the current lifecycle status of the update summary operation, such as whether it has been accepted, is in progress, or has completed. */
|
|
3685
|
+
readonly provisioningState?: ProvisioningState;
|
|
3686
|
+
/** OEM family name. */
|
|
3687
|
+
oemFamily?: string;
|
|
3688
|
+
/** Current OEM Version. */
|
|
3689
|
+
currentOemVersion?: string;
|
|
3690
|
+
/** Name of the hardware model. */
|
|
3691
|
+
hardwareModel?: string;
|
|
3692
|
+
/** Current version of each updatable component. */
|
|
3693
|
+
packageVersions?: PackageVersionInfo[];
|
|
3694
|
+
/** Current Solution Bundle version of the stamp. */
|
|
3695
|
+
currentVersion?: string;
|
|
3696
|
+
/** Current Sbe version of the stamp. */
|
|
3697
|
+
currentSbeVersion?: string;
|
|
3698
|
+
/** Last time an update installation completed successfully. */
|
|
3699
|
+
lastUpdated?: Date;
|
|
3700
|
+
/** Last time the update service successfully checked for updates */
|
|
3701
|
+
lastChecked?: Date;
|
|
3702
|
+
/** Overall health state for update-specific health checks. */
|
|
3703
|
+
healthState?: HealthState;
|
|
3704
|
+
/** An array of pre-check result objects. */
|
|
3705
|
+
healthCheckResult?: PrecheckResult[];
|
|
3706
|
+
/** Last time the package-specific checks were run. */
|
|
3707
|
+
healthCheckDate?: Date;
|
|
3708
|
+
/** Overall update state of the stamp. Indicates the current status of update deployment across the stamp, including preparation, application, and any issues encountered. */
|
|
3709
|
+
state?: UpdateSummariesPropertiesState;
|
|
3710
|
+
}
|
|
3711
|
+
export declare function updateSummariesPropertiesSerializer(item: UpdateSummariesProperties): any;
|
|
3712
|
+
export declare function updateSummariesPropertiesDeserializer(item: any): UpdateSummariesProperties;
|
|
3713
|
+
/** Overall update state of the stamp. Indicates the current status of update deployment across the stamp, including preparation, application, and any issues encountered. */
|
|
3714
|
+
export declare enum KnownUpdateSummariesPropertiesState {
|
|
3715
|
+
/** The update state is not known. */
|
|
3716
|
+
Unknown = "Unknown",
|
|
3717
|
+
/** Updates have been successfully applied to the stamp. */
|
|
3718
|
+
AppliedSuccessfully = "AppliedSuccessfully",
|
|
3719
|
+
/** Updates are available but have not yet been applied. */
|
|
3720
|
+
UpdateAvailable = "UpdateAvailable",
|
|
3721
|
+
/** Updates are currently being applied to the stamp. */
|
|
3722
|
+
UpdateInProgress = "UpdateInProgress",
|
|
3723
|
+
/** The update process failed. */
|
|
3724
|
+
UpdateFailed = "UpdateFailed",
|
|
3725
|
+
/** The update process requires user intervention or has encountered issues needing attention. */
|
|
3726
|
+
NeedsAttention = "NeedsAttention",
|
|
3727
|
+
/** Preparation for the update is currently in progress. */
|
|
3728
|
+
PreparationInProgress = "PreparationInProgress",
|
|
3729
|
+
/** Preparation for the update failed. */
|
|
3730
|
+
PreparationFailed = "PreparationFailed"
|
|
3731
|
+
}
|
|
3732
|
+
/**
|
|
3733
|
+
* Overall update state of the stamp. Indicates the current status of update deployment across the stamp, including preparation, application, and any issues encountered. \
|
|
3734
|
+
* {@link KnownUpdateSummariesPropertiesState} can be used interchangeably with UpdateSummariesPropertiesState,
|
|
3735
|
+
* this enum contains the known values that the service supports.
|
|
3736
|
+
* ### Known values supported by the service
|
|
3737
|
+
* **Unknown**: The update state is not known. \
|
|
3738
|
+
* **AppliedSuccessfully**: Updates have been successfully applied to the stamp. \
|
|
3739
|
+
* **UpdateAvailable**: Updates are available but have not yet been applied. \
|
|
3740
|
+
* **UpdateInProgress**: Updates are currently being applied to the stamp. \
|
|
3741
|
+
* **UpdateFailed**: The update process failed. \
|
|
3742
|
+
* **NeedsAttention**: The update process requires user intervention or has encountered issues needing attention. \
|
|
3743
|
+
* **PreparationInProgress**: Preparation for the update is currently in progress. \
|
|
3744
|
+
* **PreparationFailed**: Preparation for the update failed.
|
|
3745
|
+
*/
|
|
3746
|
+
export type UpdateSummariesPropertiesState = string;
|
|
3747
|
+
/** List of Update Summaries */
|
|
3748
|
+
export interface _UpdateSummariesList {
|
|
3749
|
+
/** The UpdateSummaries items on this page */
|
|
3750
|
+
value: UpdateSummaries[];
|
|
3751
|
+
/** The link to the next page of items */
|
|
3752
|
+
nextLink?: string;
|
|
3753
|
+
}
|
|
3754
|
+
export declare function _updateSummariesListDeserializer(item: any): _UpdateSummariesList;
|
|
3755
|
+
export declare function updateSummariesArraySerializer(result: Array<UpdateSummaries>): any[];
|
|
3756
|
+
export declare function updateSummariesArrayDeserializer(result: Array<UpdateSummaries>): any[];
|
|
3757
|
+
/** The available API versions. */
|
|
3758
|
+
export declare enum KnownVersions {
|
|
3759
|
+
/** The 2026-02-01 API version. */
|
|
3760
|
+
V20260201 = "2026-02-01"
|
|
3761
|
+
}
|
|
3762
|
+
export declare function _arcSettingPropertiesSerializer(item: ArcSetting): any;
|
|
3763
|
+
export declare function _arcSettingPropertiesDeserializer(item: any): {
|
|
3764
|
+
provisioningState: any;
|
|
3765
|
+
arcInstanceResourceGroup: any;
|
|
3766
|
+
arcApplicationClientId: any;
|
|
3767
|
+
arcApplicationTenantId: any;
|
|
3768
|
+
arcServicePrincipalObjectId: any;
|
|
3769
|
+
arcApplicationObjectId: any;
|
|
3770
|
+
aggregateState: any;
|
|
3771
|
+
perNodeDetails: any;
|
|
3772
|
+
connectivityProperties: any;
|
|
3773
|
+
defaultExtensions: any;
|
|
3774
|
+
};
|
|
3775
|
+
export declare function _arcSettingsPatchPropertiesSerializer(item: ArcSettingsPatch): any;
|
|
3776
|
+
export declare function _arcIdentityResponsePropertiesDeserializer(item: any): {
|
|
3777
|
+
arcApplicationClientId: any;
|
|
3778
|
+
arcApplicationTenantId: any;
|
|
3779
|
+
arcServicePrincipalObjectId: any;
|
|
3780
|
+
arcApplicationObjectId: any;
|
|
3781
|
+
};
|
|
3782
|
+
export declare function _offerPropertiesDeserializer(item: any): {
|
|
3783
|
+
provisioningState: any;
|
|
3784
|
+
publisherId: any;
|
|
3785
|
+
content: any;
|
|
3786
|
+
contentVersion: any;
|
|
3787
|
+
skuMappings: any;
|
|
3788
|
+
};
|
|
3789
|
+
export declare function _clusterPropertiesSerializer(item: Cluster): any;
|
|
3790
|
+
export declare function _clusterPropertiesDeserializer(item: any): {
|
|
3791
|
+
provisioningState: any;
|
|
3792
|
+
status: any;
|
|
3793
|
+
connectivityStatus: any;
|
|
3794
|
+
cloudId: any;
|
|
3795
|
+
cloudManagementEndpoint: any;
|
|
3796
|
+
aadClientId: any;
|
|
3797
|
+
aadTenantId: any;
|
|
3798
|
+
aadApplicationObjectId: any;
|
|
3799
|
+
aadServicePrincipalObjectId: any;
|
|
3800
|
+
softwareAssuranceProperties: any;
|
|
3801
|
+
isManagementCluster: any;
|
|
3802
|
+
logCollectionProperties: any;
|
|
3803
|
+
remoteSupportProperties: any;
|
|
3804
|
+
desiredProperties: any;
|
|
3805
|
+
reportedProperties: any;
|
|
3806
|
+
isolatedVmAttestationConfiguration: any;
|
|
3807
|
+
trialDaysRemaining: any;
|
|
3808
|
+
billingModel: any;
|
|
3809
|
+
registrationTimestamp: any;
|
|
3810
|
+
lastSyncTimestamp: any;
|
|
3811
|
+
lastBillingTimestamp: any;
|
|
3812
|
+
serviceEndpoint: any;
|
|
3813
|
+
resourceProviderObjectId: any;
|
|
3814
|
+
secretsLocations: any;
|
|
3815
|
+
clusterPattern: any;
|
|
3816
|
+
localAvailabilityZones: any;
|
|
3817
|
+
identityProvider: any;
|
|
3818
|
+
};
|
|
3819
|
+
export declare function _clusterIdentitySerializer(item: Cluster): any;
|
|
3820
|
+
export declare function _clusterIdentityDeserializer(item: any): {
|
|
3821
|
+
principalId: any;
|
|
3822
|
+
tenantId: any;
|
|
3823
|
+
typeIdentityType: any;
|
|
3824
|
+
userAssignedIdentities: any;
|
|
3825
|
+
};
|
|
3826
|
+
export declare function _clusterPatchIdentitySerializer(item: ClusterPatch): any;
|
|
3827
|
+
export declare function _clusterPatchIdentityDeserializer(item: any): {
|
|
3828
|
+
principalId: any;
|
|
3829
|
+
tenantId: any;
|
|
3830
|
+
type: any;
|
|
3831
|
+
userAssignedIdentities: any;
|
|
3832
|
+
};
|
|
3833
|
+
export declare function _clusterPatchPropertiesSerializer(item: ClusterPatch): any;
|
|
3834
|
+
export declare function _clusterIdentityResponsePropertiesDeserializer(item: any): {
|
|
3835
|
+
aadClientId: any;
|
|
3836
|
+
aadTenantId: any;
|
|
3837
|
+
aadServicePrincipalObjectId: any;
|
|
3838
|
+
aadApplicationObjectId: any;
|
|
3839
|
+
};
|
|
3840
|
+
export declare function _deploymentSettingPropertiesSerializer(item: DeploymentSetting): any;
|
|
3841
|
+
export declare function _deploymentSettingPropertiesDeserializer(item: any): {
|
|
3842
|
+
provisioningState: any;
|
|
3843
|
+
arcNodeResourceIds: any;
|
|
3844
|
+
deploymentMode: any;
|
|
3845
|
+
operationType: any;
|
|
3846
|
+
deploymentConfiguration: any;
|
|
3847
|
+
reportedProperties: any;
|
|
3848
|
+
};
|
|
3849
|
+
export declare function _extensionPropertiesExtensionParametersSerializer(item: ExtensionProperties): any;
|
|
3850
|
+
export declare function _extensionPropertiesExtensionParametersDeserializer(item: any): {
|
|
3851
|
+
forceUpdateTag: any;
|
|
3852
|
+
publisher: any;
|
|
3853
|
+
type: any;
|
|
3854
|
+
typeHandlerVersion: any;
|
|
3855
|
+
autoUpgradeMinorVersion: any;
|
|
3856
|
+
settings: any;
|
|
3857
|
+
protectedSettings: any;
|
|
3858
|
+
enableAutomaticUpgrade: any;
|
|
3859
|
+
};
|
|
3860
|
+
export declare function _extensionPropertiesSerializer(item: Extension): any;
|
|
3861
|
+
export declare function _extensionPropertiesDeserializer(item: any): {
|
|
3862
|
+
provisioningState: any;
|
|
3863
|
+
extensionParameters: any;
|
|
3864
|
+
aggregateState: any;
|
|
3865
|
+
perNodeExtensionDetails: any;
|
|
3866
|
+
managedBy: any;
|
|
3867
|
+
};
|
|
3868
|
+
export declare function _extensionPatchPropertiesSerializer(item: ExtensionPatch): any;
|
|
3869
|
+
export declare function _securitySettingPropertiesSerializer(item: SecuritySetting): any;
|
|
3870
|
+
export declare function _securitySettingPropertiesDeserializer(item: any): {
|
|
3871
|
+
securedCoreComplianceAssignment: any;
|
|
3872
|
+
wdacComplianceAssignment: any;
|
|
3873
|
+
smbEncryptionForIntraClusterTrafficComplianceAssignment: any;
|
|
3874
|
+
securityComplianceStatus: any;
|
|
3875
|
+
provisioningState: any;
|
|
3876
|
+
};
|
|
3877
|
+
export declare function _skuPropertiesDeserializer(item: any): {
|
|
3878
|
+
provisioningState: any;
|
|
3879
|
+
publisherId: any;
|
|
3880
|
+
offerId: any;
|
|
3881
|
+
content: any;
|
|
3882
|
+
contentVersion: any;
|
|
3883
|
+
skuMappings: any;
|
|
3884
|
+
};
|
|
3885
|
+
export declare function _updateRunPropertiesProgressSerializer(item: UpdateRunProperties): any;
|
|
3886
|
+
export declare function _updateRunPropertiesProgressDeserializer(item: any): {
|
|
3887
|
+
name: any;
|
|
3888
|
+
description: any;
|
|
3889
|
+
errorMessage: any;
|
|
3890
|
+
status: any;
|
|
3891
|
+
startTimeUtc: any;
|
|
3892
|
+
endTimeUtc: any;
|
|
3893
|
+
lastUpdatedTimeUtc: any;
|
|
3894
|
+
expectedExecutionTime: any;
|
|
3895
|
+
steps: any;
|
|
3896
|
+
};
|
|
3897
|
+
export declare function _updateRunPropertiesSerializer(item: UpdateRun): any;
|
|
3898
|
+
export declare function _updateRunPropertiesDeserializer(item: any): {
|
|
3899
|
+
provisioningState: any;
|
|
3900
|
+
timeStarted: any;
|
|
3901
|
+
lastUpdatedTime: any;
|
|
3902
|
+
duration: any;
|
|
3903
|
+
state: any;
|
|
3904
|
+
progress: any;
|
|
3905
|
+
};
|
|
3906
|
+
export declare function _updatePropertiesUpdateStatePropertiesSerializer(item: UpdateProperties): any;
|
|
3907
|
+
export declare function _updatePropertiesUpdateStatePropertiesDeserializer(item: any): {
|
|
3908
|
+
progressPercentage: any;
|
|
3909
|
+
notifyMessage: any;
|
|
3910
|
+
};
|
|
3911
|
+
export declare function _updatePropertiesSerializer(item: Update): any;
|
|
3912
|
+
export declare function _updatePropertiesDeserializer(item: any): {
|
|
3913
|
+
provisioningState: any;
|
|
3914
|
+
installedDate: any;
|
|
3915
|
+
description: any;
|
|
3916
|
+
minSbeVersionRequired: any;
|
|
3917
|
+
state: any;
|
|
3918
|
+
prerequisites: any;
|
|
3919
|
+
componentVersions: any;
|
|
3920
|
+
rebootRequired: any;
|
|
3921
|
+
healthState: any;
|
|
3922
|
+
healthCheckResult: any;
|
|
3923
|
+
healthCheckDate: any;
|
|
3924
|
+
packagePath: any;
|
|
3925
|
+
packageSizeInMb: any;
|
|
3926
|
+
displayName: any;
|
|
3927
|
+
version: any;
|
|
3928
|
+
publisher: any;
|
|
3929
|
+
releaseLink: any;
|
|
3930
|
+
availabilityType: any;
|
|
3931
|
+
packageType: any;
|
|
3932
|
+
additionalProperties: any;
|
|
3933
|
+
updateStateProperties: any;
|
|
3934
|
+
};
|
|
3935
|
+
export declare function _updateSummariesPropertiesSerializer(item: UpdateSummaries): any;
|
|
3936
|
+
export declare function _updateSummariesPropertiesDeserializer(item: any): {
|
|
3937
|
+
provisioningState: any;
|
|
3938
|
+
oemFamily: any;
|
|
3939
|
+
currentOemVersion: any;
|
|
3940
|
+
hardwareModel: any;
|
|
3941
|
+
packageVersions: any;
|
|
3942
|
+
currentVersion: any;
|
|
3943
|
+
currentSbeVersion: any;
|
|
3944
|
+
lastUpdated: any;
|
|
3945
|
+
lastChecked: any;
|
|
3946
|
+
healthState: any;
|
|
3947
|
+
healthCheckResult: any;
|
|
3948
|
+
healthCheckDate: any;
|
|
3949
|
+
state: any;
|
|
3950
|
+
};
|
|
3951
|
+
//# sourceMappingURL=models.d.ts.map
|