@azure/arm-azurestackhci 4.0.0-beta.1 → 4.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +403 -9
- package/LICENSE +4 -4
- package/README.md +26 -17
- package/dist/browser/azureStackHCIClient.d.ts +33 -0
- package/dist/browser/azureStackHCIClient.d.ts.map +1 -0
- package/dist/browser/azureStackHCIClient.js +128 -0
- package/dist/browser/azureStackHCIClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +3822 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +632 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +147 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +5276 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +40 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +302 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/arcSettings.d.ts +129 -0
- package/dist/browser/operations/arcSettings.d.ts.map +1 -0
- package/dist/browser/operations/arcSettings.js +555 -0
- package/dist/browser/operations/arcSettings.js.map +1 -0
- package/dist/browser/operations/clusters.d.ts +169 -0
- package/dist/browser/operations/clusters.d.ts.map +1 -0
- package/dist/browser/operations/clusters.js +851 -0
- package/dist/browser/operations/clusters.js.map +1 -0
- package/dist/browser/operations/deploymentSettings.d.ts +81 -0
- package/dist/browser/operations/deploymentSettings.d.ts.map +1 -0
- package/dist/browser/operations/deploymentSettings.js +357 -0
- package/dist/browser/operations/deploymentSettings.js.map +1 -0
- package/dist/browser/operations/edgeDevices.d.ts +89 -0
- package/dist/browser/operations/edgeDevices.d.ts.map +1 -0
- package/dist/browser/operations/edgeDevices.js +420 -0
- package/dist/browser/operations/edgeDevices.js.map +1 -0
- package/dist/browser/operations/extensions.d.ts +129 -0
- package/dist/browser/operations/extensions.d.ts.map +1 -0
- package/dist/browser/operations/extensions.js +575 -0
- package/dist/browser/operations/extensions.js.map +1 -0
- package/dist/browser/operations/index.d.ts +14 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +21 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/offers.d.ts +74 -0
- package/dist/browser/operations/offers.d.ts.map +1 -0
- package/dist/browser/operations/offers.js +279 -0
- package/dist/browser/operations/offers.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +18 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +47 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/publishers.d.ts +46 -0
- package/dist/browser/operations/publishers.d.ts.map +1 -0
- package/dist/browser/operations/publishers.js +165 -0
- package/dist/browser/operations/publishers.js.map +1 -0
- package/dist/browser/operations/securitySettings.d.ts +81 -0
- package/dist/browser/operations/securitySettings.d.ts.map +1 -0
- package/dist/browser/operations/securitySettings.js +357 -0
- package/dist/browser/operations/securitySettings.js.map +1 -0
- package/dist/browser/operations/skus.d.ts +54 -0
- package/dist/browser/operations/skus.d.ts.map +1 -0
- package/dist/browser/operations/skus.js +193 -0
- package/dist/browser/operations/skus.js.map +1 -0
- package/dist/browser/operations/updateRuns.d.ts +79 -0
- package/dist/browser/operations/updateRuns.d.ts.map +1 -0
- package/dist/browser/operations/updateRuns.js +309 -0
- package/dist/browser/operations/updateRuns.js.map +1 -0
- package/dist/browser/operations/updateSummariesOperations.d.ts +68 -0
- package/dist/browser/operations/updateSummariesOperations.d.ts.map +1 -0
- package/dist/browser/operations/updateSummariesOperations.js +277 -0
- package/dist/browser/operations/updateSummariesOperations.js.map +1 -0
- package/dist/browser/operations/updates.d.ts +88 -0
- package/dist/browser/operations/updates.d.ts.map +1 -0
- package/dist/browser/operations/updates.js +366 -0
- package/dist/browser/operations/updates.js.map +1 -0
- package/dist/browser/operationsInterfaces/arcSettings.d.ts +104 -0
- package/dist/browser/operationsInterfaces/arcSettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/arcSettings.js +9 -0
- package/dist/browser/operationsInterfaces/arcSettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.d.ts +133 -0
- package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.js +9 -0
- package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
- package/dist/browser/operationsInterfaces/deploymentSettings.d.ts +56 -0
- package/dist/browser/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/deploymentSettings.js +9 -0
- package/dist/browser/operationsInterfaces/deploymentSettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/edgeDevices.d.ts +66 -0
- package/dist/browser/operationsInterfaces/edgeDevices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/edgeDevices.js +9 -0
- package/dist/browser/operationsInterfaces/edgeDevices.js.map +1 -0
- package/dist/browser/operationsInterfaces/extensions.d.ts +102 -0
- package/dist/browser/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/extensions.js +9 -0
- package/dist/browser/operationsInterfaces/extensions.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +14 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +21 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/offers.d.ts +30 -0
- package/dist/browser/operationsInterfaces/offers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/offers.js +9 -0
- package/dist/browser/operationsInterfaces/offers.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +10 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/publishers.d.ts +21 -0
- package/dist/browser/operationsInterfaces/publishers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/publishers.js +9 -0
- package/dist/browser/operationsInterfaces/publishers.js.map +1 -0
- package/dist/browser/operationsInterfaces/securitySettings.d.ts +56 -0
- package/dist/browser/operationsInterfaces/securitySettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/securitySettings.js +9 -0
- package/dist/browser/operationsInterfaces/securitySettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/skus.d.ts +25 -0
- package/dist/browser/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/skus.js +9 -0
- package/dist/browser/operationsInterfaces/skus.js.map +1 -0
- package/dist/browser/operationsInterfaces/updateRuns.d.ts +52 -0
- package/dist/browser/operationsInterfaces/updateRuns.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/updateRuns.js +9 -0
- package/dist/browser/operationsInterfaces/updateRuns.js.map +1 -0
- package/dist/browser/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
- package/dist/browser/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/updateSummariesOperations.js +9 -0
- package/dist/browser/operationsInterfaces/updateSummariesOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/updates.d.ts +63 -0
- package/dist/browser/operationsInterfaces/updates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/updates.js +9 -0
- package/dist/browser/operationsInterfaces/updates.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/azureStackHCIClient.d.ts +33 -0
- package/dist/commonjs/azureStackHCIClient.d.ts.map +1 -0
- package/dist/commonjs/azureStackHCIClient.js +133 -0
- package/dist/commonjs/azureStackHCIClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +3822 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +635 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +147 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +5281 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +40 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +305 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/arcSettings.d.ts +129 -0
- package/dist/commonjs/operations/arcSettings.d.ts.map +1 -0
- package/dist/commonjs/operations/arcSettings.js +560 -0
- package/dist/commonjs/operations/arcSettings.js.map +1 -0
- package/dist/commonjs/operations/clusters.d.ts +169 -0
- package/dist/commonjs/operations/clusters.d.ts.map +1 -0
- package/dist/commonjs/operations/clusters.js +856 -0
- package/dist/commonjs/operations/clusters.js.map +1 -0
- package/dist/commonjs/operations/deploymentSettings.d.ts +81 -0
- package/dist/commonjs/operations/deploymentSettings.d.ts.map +1 -0
- package/dist/commonjs/operations/deploymentSettings.js +362 -0
- package/dist/commonjs/operations/deploymentSettings.js.map +1 -0
- package/dist/commonjs/operations/edgeDevices.d.ts +89 -0
- package/dist/commonjs/operations/edgeDevices.d.ts.map +1 -0
- package/dist/commonjs/operations/edgeDevices.js +425 -0
- package/dist/commonjs/operations/edgeDevices.js.map +1 -0
- package/dist/commonjs/operations/extensions.d.ts +129 -0
- package/dist/commonjs/operations/extensions.d.ts.map +1 -0
- package/dist/commonjs/operations/extensions.js +580 -0
- package/dist/commonjs/operations/extensions.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +14 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +24 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/offers.d.ts +74 -0
- package/dist/commonjs/operations/offers.d.ts.map +1 -0
- package/dist/commonjs/operations/offers.js +284 -0
- package/dist/commonjs/operations/offers.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +18 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +52 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/publishers.d.ts +46 -0
- package/dist/commonjs/operations/publishers.d.ts.map +1 -0
- package/dist/commonjs/operations/publishers.js +170 -0
- package/dist/commonjs/operations/publishers.js.map +1 -0
- package/dist/commonjs/operations/securitySettings.d.ts +81 -0
- package/dist/commonjs/operations/securitySettings.d.ts.map +1 -0
- package/dist/commonjs/operations/securitySettings.js +362 -0
- package/dist/commonjs/operations/securitySettings.js.map +1 -0
- package/dist/commonjs/operations/skus.d.ts +54 -0
- package/dist/commonjs/operations/skus.d.ts.map +1 -0
- package/dist/commonjs/operations/skus.js +198 -0
- package/dist/commonjs/operations/skus.js.map +1 -0
- package/dist/commonjs/operations/updateRuns.d.ts +79 -0
- package/dist/commonjs/operations/updateRuns.d.ts.map +1 -0
- package/dist/commonjs/operations/updateRuns.js +314 -0
- package/dist/commonjs/operations/updateRuns.js.map +1 -0
- package/dist/commonjs/operations/updateSummariesOperations.d.ts +68 -0
- package/dist/commonjs/operations/updateSummariesOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/updateSummariesOperations.js +282 -0
- package/dist/commonjs/operations/updateSummariesOperations.js.map +1 -0
- package/dist/commonjs/operations/updates.d.ts +88 -0
- package/dist/commonjs/operations/updates.d.ts.map +1 -0
- package/dist/commonjs/operations/updates.js +371 -0
- package/dist/commonjs/operations/updates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/arcSettings.d.ts +104 -0
- package/dist/commonjs/operationsInterfaces/arcSettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/arcSettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/arcSettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts +133 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
- package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/deploymentSettings.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/deploymentSettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/deploymentSettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/edgeDevices.d.ts +66 -0
- package/dist/commonjs/operationsInterfaces/edgeDevices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/edgeDevices.js +10 -0
- package/dist/commonjs/operationsInterfaces/edgeDevices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensions.d.ts +102 -0
- package/dist/commonjs/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensions.js +10 -0
- package/dist/commonjs/operationsInterfaces/extensions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +24 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/offers.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/offers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/offers.js +10 -0
- package/dist/commonjs/operationsInterfaces/offers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/publishers.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/publishers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/publishers.js +10 -0
- package/dist/commonjs/operationsInterfaces/publishers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/securitySettings.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/securitySettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/securitySettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/securitySettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/skus.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/skus.js +10 -0
- package/dist/commonjs/operationsInterfaces/skus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/updateRuns.d.ts +52 -0
- package/dist/commonjs/operationsInterfaces/updateRuns.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/updateRuns.js +10 -0
- package/dist/commonjs/operationsInterfaces/updateRuns.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/updateSummariesOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/updateSummariesOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/updates.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/updates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/updates.js +10 -0
- package/dist/commonjs/operationsInterfaces/updates.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/azureStackHCIClient.d.ts +33 -0
- package/dist/esm/azureStackHCIClient.d.ts.map +1 -0
- package/dist/esm/azureStackHCIClient.js +128 -0
- package/dist/esm/azureStackHCIClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +3822 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +632 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +147 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +5276 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +40 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +302 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/arcSettings.d.ts +129 -0
- package/dist/esm/operations/arcSettings.d.ts.map +1 -0
- package/dist/esm/operations/arcSettings.js +555 -0
- package/dist/esm/operations/arcSettings.js.map +1 -0
- package/dist/esm/operations/clusters.d.ts +169 -0
- package/dist/esm/operations/clusters.d.ts.map +1 -0
- package/dist/esm/operations/clusters.js +851 -0
- package/dist/esm/operations/clusters.js.map +1 -0
- package/dist/esm/operations/deploymentSettings.d.ts +81 -0
- package/dist/esm/operations/deploymentSettings.d.ts.map +1 -0
- package/dist/esm/operations/deploymentSettings.js +357 -0
- package/dist/esm/operations/deploymentSettings.js.map +1 -0
- package/dist/esm/operations/edgeDevices.d.ts +89 -0
- package/dist/esm/operations/edgeDevices.d.ts.map +1 -0
- package/dist/esm/operations/edgeDevices.js +420 -0
- package/dist/esm/operations/edgeDevices.js.map +1 -0
- package/dist/esm/operations/extensions.d.ts +129 -0
- package/dist/esm/operations/extensions.d.ts.map +1 -0
- package/dist/esm/operations/extensions.js +575 -0
- package/dist/esm/operations/extensions.js.map +1 -0
- package/dist/esm/operations/index.d.ts +14 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +21 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/offers.d.ts +74 -0
- package/dist/esm/operations/offers.d.ts.map +1 -0
- package/dist/esm/operations/offers.js +279 -0
- package/dist/esm/operations/offers.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +18 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +47 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/publishers.d.ts +46 -0
- package/dist/esm/operations/publishers.d.ts.map +1 -0
- package/dist/esm/operations/publishers.js +165 -0
- package/dist/esm/operations/publishers.js.map +1 -0
- package/dist/esm/operations/securitySettings.d.ts +81 -0
- package/dist/esm/operations/securitySettings.d.ts.map +1 -0
- package/dist/esm/operations/securitySettings.js +357 -0
- package/dist/esm/operations/securitySettings.js.map +1 -0
- package/dist/esm/operations/skus.d.ts +54 -0
- package/dist/esm/operations/skus.d.ts.map +1 -0
- package/dist/esm/operations/skus.js +193 -0
- package/dist/esm/operations/skus.js.map +1 -0
- package/dist/esm/operations/updateRuns.d.ts +79 -0
- package/dist/esm/operations/updateRuns.d.ts.map +1 -0
- package/dist/esm/operations/updateRuns.js +309 -0
- package/dist/esm/operations/updateRuns.js.map +1 -0
- package/dist/esm/operations/updateSummariesOperations.d.ts +68 -0
- package/dist/esm/operations/updateSummariesOperations.d.ts.map +1 -0
- package/dist/esm/operations/updateSummariesOperations.js +277 -0
- package/dist/esm/operations/updateSummariesOperations.js.map +1 -0
- package/dist/esm/operations/updates.d.ts +88 -0
- package/dist/esm/operations/updates.d.ts.map +1 -0
- package/dist/esm/operations/updates.js +366 -0
- package/dist/esm/operations/updates.js.map +1 -0
- package/dist/esm/operationsInterfaces/arcSettings.d.ts +104 -0
- package/dist/esm/operationsInterfaces/arcSettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/arcSettings.js +9 -0
- package/dist/esm/operationsInterfaces/arcSettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts +133 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.js +9 -0
- package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
- package/dist/esm/operationsInterfaces/deploymentSettings.d.ts +56 -0
- package/dist/esm/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/deploymentSettings.js +9 -0
- package/dist/esm/operationsInterfaces/deploymentSettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/edgeDevices.d.ts +66 -0
- package/dist/esm/operationsInterfaces/edgeDevices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/edgeDevices.js +9 -0
- package/dist/esm/operationsInterfaces/edgeDevices.js.map +1 -0
- package/dist/esm/operationsInterfaces/extensions.d.ts +102 -0
- package/dist/esm/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/extensions.js +9 -0
- package/dist/esm/operationsInterfaces/extensions.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +14 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +21 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/offers.d.ts +30 -0
- package/dist/esm/operationsInterfaces/offers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/offers.js +9 -0
- package/dist/esm/operationsInterfaces/offers.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/publishers.d.ts +21 -0
- package/dist/esm/operationsInterfaces/publishers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/publishers.js +9 -0
- package/dist/esm/operationsInterfaces/publishers.js.map +1 -0
- package/dist/esm/operationsInterfaces/securitySettings.d.ts +56 -0
- package/dist/esm/operationsInterfaces/securitySettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/securitySettings.js +9 -0
- package/dist/esm/operationsInterfaces/securitySettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/skus.d.ts +25 -0
- package/dist/esm/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/skus.js +9 -0
- package/dist/esm/operationsInterfaces/skus.js.map +1 -0
- package/dist/esm/operationsInterfaces/updateRuns.d.ts +52 -0
- package/dist/esm/operationsInterfaces/updateRuns.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/updateRuns.js +9 -0
- package/dist/esm/operationsInterfaces/updateRuns.js.map +1 -0
- package/dist/esm/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
- package/dist/esm/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/updateSummariesOperations.js +9 -0
- package/dist/esm/operationsInterfaces/updateSummariesOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/updates.d.ts +63 -0
- package/dist/esm/operationsInterfaces/updates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/updates.js +9 -0
- package/dist/esm/operationsInterfaces/updates.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/azureStackHCIClient.d.ts +33 -0
- package/dist/react-native/azureStackHCIClient.d.ts.map +1 -0
- package/dist/react-native/azureStackHCIClient.js +128 -0
- package/dist/react-native/azureStackHCIClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +3822 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +632 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +147 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +5276 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +40 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +302 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/arcSettings.d.ts +129 -0
- package/dist/react-native/operations/arcSettings.d.ts.map +1 -0
- package/dist/react-native/operations/arcSettings.js +555 -0
- package/dist/react-native/operations/arcSettings.js.map +1 -0
- package/dist/react-native/operations/clusters.d.ts +169 -0
- package/dist/react-native/operations/clusters.d.ts.map +1 -0
- package/dist/react-native/operations/clusters.js +851 -0
- package/dist/react-native/operations/clusters.js.map +1 -0
- package/dist/react-native/operations/deploymentSettings.d.ts +81 -0
- package/dist/react-native/operations/deploymentSettings.d.ts.map +1 -0
- package/dist/react-native/operations/deploymentSettings.js +357 -0
- package/dist/react-native/operations/deploymentSettings.js.map +1 -0
- package/dist/react-native/operations/edgeDevices.d.ts +89 -0
- package/dist/react-native/operations/edgeDevices.d.ts.map +1 -0
- package/dist/react-native/operations/edgeDevices.js +420 -0
- package/dist/react-native/operations/edgeDevices.js.map +1 -0
- package/dist/react-native/operations/extensions.d.ts +129 -0
- package/dist/react-native/operations/extensions.d.ts.map +1 -0
- package/dist/react-native/operations/extensions.js +575 -0
- package/dist/react-native/operations/extensions.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +14 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +21 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/offers.d.ts +74 -0
- package/dist/react-native/operations/offers.d.ts.map +1 -0
- package/dist/react-native/operations/offers.js +279 -0
- package/dist/react-native/operations/offers.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +18 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +47 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/publishers.d.ts +46 -0
- package/dist/react-native/operations/publishers.d.ts.map +1 -0
- package/dist/react-native/operations/publishers.js +165 -0
- package/dist/react-native/operations/publishers.js.map +1 -0
- package/dist/react-native/operations/securitySettings.d.ts +81 -0
- package/dist/react-native/operations/securitySettings.d.ts.map +1 -0
- package/dist/react-native/operations/securitySettings.js +357 -0
- package/dist/react-native/operations/securitySettings.js.map +1 -0
- package/dist/react-native/operations/skus.d.ts +54 -0
- package/dist/react-native/operations/skus.d.ts.map +1 -0
- package/dist/react-native/operations/skus.js +193 -0
- package/dist/react-native/operations/skus.js.map +1 -0
- package/dist/react-native/operations/updateRuns.d.ts +79 -0
- package/dist/react-native/operations/updateRuns.d.ts.map +1 -0
- package/dist/react-native/operations/updateRuns.js +309 -0
- package/dist/react-native/operations/updateRuns.js.map +1 -0
- package/dist/react-native/operations/updateSummariesOperations.d.ts +68 -0
- package/dist/react-native/operations/updateSummariesOperations.d.ts.map +1 -0
- package/dist/react-native/operations/updateSummariesOperations.js +277 -0
- package/dist/react-native/operations/updateSummariesOperations.js.map +1 -0
- package/dist/react-native/operations/updates.d.ts +88 -0
- package/dist/react-native/operations/updates.d.ts.map +1 -0
- package/dist/react-native/operations/updates.js +366 -0
- package/dist/react-native/operations/updates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/arcSettings.d.ts +104 -0
- package/dist/react-native/operationsInterfaces/arcSettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/arcSettings.js +9 -0
- package/dist/react-native/operationsInterfaces/arcSettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts +133 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.js +9 -0
- package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/deploymentSettings.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/deploymentSettings.js +9 -0
- package/dist/react-native/operationsInterfaces/deploymentSettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/edgeDevices.d.ts +66 -0
- package/dist/react-native/operationsInterfaces/edgeDevices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/edgeDevices.js +9 -0
- package/dist/react-native/operationsInterfaces/edgeDevices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/extensions.d.ts +102 -0
- package/dist/react-native/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/extensions.js +9 -0
- package/dist/react-native/operationsInterfaces/extensions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +21 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/offers.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/offers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/offers.js +9 -0
- package/dist/react-native/operationsInterfaces/offers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/publishers.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/publishers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/publishers.js +9 -0
- package/dist/react-native/operationsInterfaces/publishers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/securitySettings.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/securitySettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/securitySettings.js +9 -0
- package/dist/react-native/operationsInterfaces/securitySettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/skus.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/skus.js +9 -0
- package/dist/react-native/operationsInterfaces/skus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/updateRuns.d.ts +52 -0
- package/dist/react-native/operationsInterfaces/updateRuns.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/updateRuns.js +9 -0
- package/dist/react-native/operationsInterfaces/updateRuns.js.map +1 -0
- package/dist/react-native/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/updateSummariesOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/updateSummariesOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/updates.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/updates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/updates.js +9 -0
- package/dist/react-native/operationsInterfaces/updates.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +88 -73
- package/review/arm-azurestackhci-node.api.md +2416 -0
- package/dist/index.js +0 -8427
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/galleryImagesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/galleryImagesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/galleryImagesCreateOrUpdateSample.js +0 -49
- package/dist-esm/samples-dev/galleryImagesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/galleryImagesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/galleryImagesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/galleryImagesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/galleryImagesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/galleryImagesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/galleryImagesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/galleryImagesGetSample.js +0 -39
- package/dist-esm/samples-dev/galleryImagesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/galleryImagesListAllSample.d.ts +0 -2
- package/dist-esm/samples-dev/galleryImagesListAllSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/galleryImagesListAllSample.js +0 -53
- package/dist-esm/samples-dev/galleryImagesListAllSample.js.map +0 -1
- package/dist-esm/samples-dev/galleryImagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/galleryImagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/galleryImagesListSample.js +0 -54
- package/dist-esm/samples-dev/galleryImagesListSample.js.map +0 -1
- package/dist-esm/samples-dev/galleryImagesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/galleryImagesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/galleryImagesUpdateSample.js +0 -42
- package/dist-esm/samples-dev/galleryImagesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/guestAgentCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestAgentCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestAgentCreateSample.js +0 -41
- package/dist-esm/samples-dev/guestAgentCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/guestAgentDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestAgentDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestAgentDeleteSample.js +0 -36
- package/dist-esm/samples-dev/guestAgentDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/guestAgentGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestAgentGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestAgentGetSample.js +0 -36
- package/dist-esm/samples-dev/guestAgentGetSample.js.map +0 -1
- package/dist-esm/samples-dev/guestAgentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestAgentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestAgentsListSample.js +0 -52
- package/dist-esm/samples-dev/guestAgentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.js +0 -36
- package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridIdentityMetadataListSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridIdentityMetadataListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridIdentityMetadataListSample.js +0 -52
- package/dist-esm/samples-dev/hybridIdentityMetadataListSample.js.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicalNetworksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/logicalNetworksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicalNetworksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksDeleteSample.js +0 -39
- package/dist-esm/samples-dev/logicalNetworksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicalNetworksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksGetSample.js +0 -39
- package/dist-esm/samples-dev/logicalNetworksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksListAllSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicalNetworksListAllSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksListAllSample.js +0 -53
- package/dist-esm/samples-dev/logicalNetworksListAllSample.js.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksListSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicalNetworksListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksListSample.js +0 -54
- package/dist-esm/samples-dev/logicalNetworksListSample.js.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicalNetworksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicalNetworksUpdateSample.js +0 -42
- package/dist-esm/samples-dev/logicalNetworksUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplaceGalleryImagesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesCreateOrUpdateSample.js +0 -56
- package/dist-esm/samples-dev/marketplaceGalleryImagesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplaceGalleryImagesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/marketplaceGalleryImagesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplaceGalleryImagesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesGetSample.js +0 -39
- package/dist-esm/samples-dev/marketplaceGalleryImagesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesListAllSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplaceGalleryImagesListAllSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesListAllSample.js +0 -53
- package/dist-esm/samples-dev/marketplaceGalleryImagesListAllSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplaceGalleryImagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesListSample.js +0 -54
- package/dist-esm/samples-dev/marketplaceGalleryImagesListSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplaceGalleryImagesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplaceGalleryImagesUpdateSample.js +0 -42
- package/dist-esm/samples-dev/marketplaceGalleryImagesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkInterfacesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesCreateOrUpdateSample.js +0 -49
- package/dist-esm/samples-dev/networkInterfacesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkInterfacesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/networkInterfacesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkInterfacesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesGetSample.js +0 -39
- package/dist-esm/samples-dev/networkInterfacesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesListAllSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkInterfacesListAllSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesListAllSample.js +0 -53
- package/dist-esm/samples-dev/networkInterfacesListAllSample.js.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkInterfacesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesListSample.js +0 -54
- package/dist-esm/samples-dev/networkInterfacesListSample.js.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkInterfacesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkInterfacesUpdateSample.js +0 -42
- package/dist-esm/samples-dev/networkInterfacesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageContainersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageContainersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageContainersCreateOrUpdateSample.js +0 -47
- package/dist-esm/samples-dev/storageContainersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/storageContainersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageContainersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageContainersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/storageContainersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/storageContainersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageContainersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageContainersGetSample.js +0 -39
- package/dist-esm/samples-dev/storageContainersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/storageContainersListAllSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageContainersListAllSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageContainersListAllSample.js +0 -53
- package/dist-esm/samples-dev/storageContainersListAllSample.js.map +0 -1
- package/dist-esm/samples-dev/storageContainersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageContainersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageContainersListSample.js +0 -54
- package/dist-esm/samples-dev/storageContainersListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageContainersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageContainersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageContainersUpdateSample.js +0 -42
- package/dist-esm/samples-dev/storageContainersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualHardDisksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksCreateOrUpdateSample.js +0 -47
- package/dist-esm/samples-dev/virtualHardDisksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualHardDisksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksDeleteSample.js +0 -39
- package/dist-esm/samples-dev/virtualHardDisksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualHardDisksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksGetSample.js +0 -39
- package/dist-esm/samples-dev/virtualHardDisksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksListAllSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualHardDisksListAllSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksListAllSample.js +0 -53
- package/dist-esm/samples-dev/virtualHardDisksListAllSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksListSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualHardDisksListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksListSample.js +0 -54
- package/dist-esm/samples-dev/virtualHardDisksListSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualHardDisksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualHardDisksUpdateSample.js +0 -42
- package/dist-esm/samples-dev/virtualHardDisksUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js +0 -172
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.js +0 -52
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js +0 -47
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js.map +0 -1
- package/dist-esm/src/azureStackHCIClient.d.ts +0 -31
- package/dist-esm/src/azureStackHCIClient.d.ts.map +0 -1
- package/dist-esm/src/azureStackHCIClient.js +0 -108
- package/dist-esm/src/azureStackHCIClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -1886
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -206
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -119
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -3010
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -31
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -252
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/galleryImagesOperations.d.ts +0 -113
- package/dist-esm/src/operations/galleryImagesOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/galleryImagesOperations.js +0 -560
- package/dist-esm/src/operations/galleryImagesOperations.js.map +0 -1
- package/dist-esm/src/operations/guestAgentOperations.d.ts +0 -49
- package/dist-esm/src/operations/guestAgentOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/guestAgentOperations.js +0 -214
- package/dist-esm/src/operations/guestAgentOperations.js.map +0 -1
- package/dist-esm/src/operations/guestAgents.d.ts +0 -38
- package/dist-esm/src/operations/guestAgents.d.ts.map +0 -1
- package/dist-esm/src/operations/guestAgents.js +0 -143
- package/dist-esm/src/operations/guestAgents.js.map +0 -1
- package/dist-esm/src/operations/hybridIdentityMetadataOperations.d.ts +0 -45
- package/dist-esm/src/operations/hybridIdentityMetadataOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/hybridIdentityMetadataOperations.js +0 -168
- package/dist-esm/src/operations/hybridIdentityMetadataOperations.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -12
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -19
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/logicalNetworksOperations.d.ts +0 -112
- package/dist-esm/src/operations/logicalNetworksOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/logicalNetworksOperations.js +0 -559
- package/dist-esm/src/operations/logicalNetworksOperations.js.map +0 -1
- package/dist-esm/src/operations/marketplaceGalleryImagesOperations.d.ts +0 -113
- package/dist-esm/src/operations/marketplaceGalleryImagesOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/marketplaceGalleryImagesOperations.js +0 -570
- package/dist-esm/src/operations/marketplaceGalleryImagesOperations.js.map +0 -1
- package/dist-esm/src/operations/networkInterfacesOperations.d.ts +0 -113
- package/dist-esm/src/operations/networkInterfacesOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/networkInterfacesOperations.js +0 -570
- package/dist-esm/src/operations/networkInterfacesOperations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/storageContainersOperations.d.ts +0 -113
- package/dist-esm/src/operations/storageContainersOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/storageContainersOperations.js +0 -570
- package/dist-esm/src/operations/storageContainersOperations.js.map +0 -1
- package/dist-esm/src/operations/virtualHardDisksOperations.d.ts +0 -113
- package/dist-esm/src/operations/virtualHardDisksOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualHardDisksOperations.js +0 -570
- package/dist-esm/src/operations/virtualHardDisksOperations.js.map +0 -1
- package/dist-esm/src/operations/virtualMachineInstances.d.ts +0 -136
- package/dist-esm/src/operations/virtualMachineInstances.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualMachineInstances.js +0 -666
- package/dist-esm/src/operations/virtualMachineInstances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/galleryImagesOperations.d.ts +0 -75
- package/dist-esm/src/operationsInterfaces/galleryImagesOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/galleryImagesOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/galleryImagesOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestAgentOperations.d.ts +0 -41
- package/dist-esm/src/operationsInterfaces/guestAgentOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestAgentOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/guestAgentOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestAgents.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/guestAgents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestAgents.js +0 -9
- package/dist-esm/src/operationsInterfaces/guestAgents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -19
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/logicalNetworksOperations.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/logicalNetworksOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/logicalNetworksOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/logicalNetworksOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/marketplaceGalleryImagesOperations.d.ts +0 -75
- package/dist-esm/src/operationsInterfaces/marketplaceGalleryImagesOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/marketplaceGalleryImagesOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/marketplaceGalleryImagesOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkInterfacesOperations.d.ts +0 -75
- package/dist-esm/src/operationsInterfaces/networkInterfacesOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkInterfacesOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/networkInterfacesOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageContainersOperations.d.ts +0 -75
- package/dist-esm/src/operationsInterfaces/storageContainersOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageContainersOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/storageContainersOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualHardDisksOperations.d.ts +0 -75
- package/dist-esm/src/operationsInterfaces/virtualHardDisksOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualHardDisksOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/virtualHardDisksOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts +0 -111
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.js +0 -9
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.js.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/azurestackhci_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/azurestackhci_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/azurestackhci_operations_test.spec.js +0 -73
- package/dist-esm/test/azurestackhci_operations_test.spec.js.map +0 -1
- package/review/arm-azurestackhci.api.md +0 -1729
- package/src/azureStackHCIClient.ts +0 -206
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -2188
- package/src/models/mappers.ts +0 -3237
- package/src/models/parameters.ts +0 -314
- package/src/operations/galleryImagesOperations.ts +0 -733
- package/src/operations/guestAgentOperations.ts +0 -299
- package/src/operations/guestAgents.ts +0 -168
- package/src/operations/hybridIdentityMetadataOperations.ts +0 -204
- package/src/operations/index.ts +0 -19
- package/src/operations/logicalNetworksOperations.ts +0 -733
- package/src/operations/marketplaceGalleryImagesOperations.ts +0 -744
- package/src/operations/networkInterfacesOperations.ts +0 -744
- package/src/operations/operations.ts +0 -149
- package/src/operations/storageContainersOperations.ts +0 -744
- package/src/operations/virtualHardDisksOperations.ts +0 -744
- package/src/operations/virtualMachineInstances.ts +0 -910
- package/src/operationsInterfaces/galleryImagesOperations.ts +0 -149
- package/src/operationsInterfaces/guestAgentOperations.ts +0 -81
- package/src/operationsInterfaces/guestAgents.ts +0 -25
- package/src/operationsInterfaces/hybridIdentityMetadataOperations.ts +0 -40
- package/src/operationsInterfaces/index.ts +0 -19
- package/src/operationsInterfaces/logicalNetworksOperations.ts +0 -148
- package/src/operationsInterfaces/marketplaceGalleryImagesOperations.ts +0 -149
- package/src/operationsInterfaces/networkInterfacesOperations.ts +0 -149
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/storageContainersOperations.ts +0 -149
- package/src/operationsInterfaces/virtualHardDisksOperations.ts +0 -149
- package/src/operationsInterfaces/virtualMachineInstances.ts +0 -214
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-azurestackhci.d.ts +0 -2829
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
|
@@ -0,0 +1,3822 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export type EdgeDeviceUnion = EdgeDevice | HciEdgeDevice;
|
|
3
|
+
/** List of ArcSetting proxy resources for the HCI cluster. */
|
|
4
|
+
export interface ArcSettingList {
|
|
5
|
+
/**
|
|
6
|
+
* List of ArcSetting proxy resources.
|
|
7
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
8
|
+
*/
|
|
9
|
+
readonly value?: ArcSetting[];
|
|
10
|
+
/**
|
|
11
|
+
* Link to the next set of results.
|
|
12
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
13
|
+
*/
|
|
14
|
+
readonly nextLink?: string;
|
|
15
|
+
}
|
|
16
|
+
/** Status of Arc agent for a particular node in HCI Cluster. */
|
|
17
|
+
export interface PerNodeState {
|
|
18
|
+
/**
|
|
19
|
+
* Name of the Node in HCI Cluster
|
|
20
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
21
|
+
*/
|
|
22
|
+
readonly name?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Fully qualified resource ID for the Arc agent of this node.
|
|
25
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
26
|
+
*/
|
|
27
|
+
readonly arcInstance?: string;
|
|
28
|
+
/**
|
|
29
|
+
* The service principal id of the arc for server node
|
|
30
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
31
|
+
*/
|
|
32
|
+
readonly arcNodeServicePrincipalObjectId?: string;
|
|
33
|
+
/**
|
|
34
|
+
* State of Arc agent in this node.
|
|
35
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
36
|
+
*/
|
|
37
|
+
readonly state?: NodeArcState;
|
|
38
|
+
}
|
|
39
|
+
/** Properties for a particular default extension category. */
|
|
40
|
+
export interface DefaultExtensionDetails {
|
|
41
|
+
/**
|
|
42
|
+
* Default extension category
|
|
43
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
44
|
+
*/
|
|
45
|
+
readonly category?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Consent time for extension category
|
|
48
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
49
|
+
*/
|
|
50
|
+
readonly consentTime?: Date;
|
|
51
|
+
}
|
|
52
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
53
|
+
export interface Resource {
|
|
54
|
+
/**
|
|
55
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
56
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
57
|
+
*/
|
|
58
|
+
readonly id?: string;
|
|
59
|
+
/**
|
|
60
|
+
* The name of the resource
|
|
61
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
62
|
+
*/
|
|
63
|
+
readonly name?: string;
|
|
64
|
+
/**
|
|
65
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
66
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
67
|
+
*/
|
|
68
|
+
readonly type?: string;
|
|
69
|
+
/**
|
|
70
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
71
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
72
|
+
*/
|
|
73
|
+
readonly systemData?: SystemData;
|
|
74
|
+
}
|
|
75
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
76
|
+
export interface SystemData {
|
|
77
|
+
/** The identity that created the resource. */
|
|
78
|
+
createdBy?: string;
|
|
79
|
+
/** The type of identity that created the resource. */
|
|
80
|
+
createdByType?: CreatedByType;
|
|
81
|
+
/** The timestamp of resource creation (UTC). */
|
|
82
|
+
createdAt?: Date;
|
|
83
|
+
/** The identity that last modified the resource. */
|
|
84
|
+
lastModifiedBy?: string;
|
|
85
|
+
/** The type of identity that last modified the resource. */
|
|
86
|
+
lastModifiedByType?: CreatedByType;
|
|
87
|
+
/** The timestamp of resource last modification (UTC) */
|
|
88
|
+
lastModifiedAt?: Date;
|
|
89
|
+
}
|
|
90
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
91
|
+
export interface ErrorResponse {
|
|
92
|
+
/** The error object. */
|
|
93
|
+
error?: ErrorDetail;
|
|
94
|
+
}
|
|
95
|
+
/** The error detail. */
|
|
96
|
+
export interface ErrorDetail {
|
|
97
|
+
/**
|
|
98
|
+
* The error code.
|
|
99
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
100
|
+
*/
|
|
101
|
+
readonly code?: string;
|
|
102
|
+
/**
|
|
103
|
+
* The error message.
|
|
104
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
105
|
+
*/
|
|
106
|
+
readonly message?: string;
|
|
107
|
+
/**
|
|
108
|
+
* The error target.
|
|
109
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
110
|
+
*/
|
|
111
|
+
readonly target?: string;
|
|
112
|
+
/**
|
|
113
|
+
* The error details.
|
|
114
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
115
|
+
*/
|
|
116
|
+
readonly details?: ErrorDetail[];
|
|
117
|
+
/**
|
|
118
|
+
* The error additional info.
|
|
119
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
120
|
+
*/
|
|
121
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
122
|
+
}
|
|
123
|
+
/** The resource management error additional info. */
|
|
124
|
+
export interface ErrorAdditionalInfo {
|
|
125
|
+
/**
|
|
126
|
+
* The additional info type.
|
|
127
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
128
|
+
*/
|
|
129
|
+
readonly type?: string;
|
|
130
|
+
/**
|
|
131
|
+
* The additional info.
|
|
132
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
133
|
+
*/
|
|
134
|
+
readonly info?: Record<string, unknown>;
|
|
135
|
+
}
|
|
136
|
+
/** ArcSetting details to update. */
|
|
137
|
+
export interface ArcSettingsPatch {
|
|
138
|
+
/** Resource tags. */
|
|
139
|
+
tags?: {
|
|
140
|
+
[propertyName: string]: string;
|
|
141
|
+
};
|
|
142
|
+
/** contains connectivity related configuration for ARC resources */
|
|
143
|
+
connectivityProperties?: Record<string, unknown>;
|
|
144
|
+
}
|
|
145
|
+
export interface PasswordCredential {
|
|
146
|
+
secretText?: string;
|
|
147
|
+
keyId?: string;
|
|
148
|
+
startDateTime?: Date;
|
|
149
|
+
endDateTime?: Date;
|
|
150
|
+
}
|
|
151
|
+
/** ArcIdentity details. */
|
|
152
|
+
export interface ArcIdentityResponse {
|
|
153
|
+
arcApplicationClientId?: string;
|
|
154
|
+
arcApplicationTenantId?: string;
|
|
155
|
+
arcServicePrincipalObjectId?: string;
|
|
156
|
+
arcApplicationObjectId?: string;
|
|
157
|
+
}
|
|
158
|
+
/** List of clusters. */
|
|
159
|
+
export interface ClusterList {
|
|
160
|
+
/** List of clusters. */
|
|
161
|
+
value?: Cluster[];
|
|
162
|
+
/**
|
|
163
|
+
* Link to the next set of results.
|
|
164
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
165
|
+
*/
|
|
166
|
+
readonly nextLink?: string;
|
|
167
|
+
}
|
|
168
|
+
/** User assigned identity properties */
|
|
169
|
+
export interface UserAssignedIdentity {
|
|
170
|
+
/**
|
|
171
|
+
* The principal ID of the assigned identity.
|
|
172
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
173
|
+
*/
|
|
174
|
+
readonly principalId?: string;
|
|
175
|
+
/**
|
|
176
|
+
* The client ID of the assigned identity.
|
|
177
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
178
|
+
*/
|
|
179
|
+
readonly clientId?: string;
|
|
180
|
+
}
|
|
181
|
+
/** Software Assurance properties of the cluster. */
|
|
182
|
+
export interface SoftwareAssuranceProperties {
|
|
183
|
+
/**
|
|
184
|
+
* Status of the Software Assurance for the cluster.
|
|
185
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
186
|
+
*/
|
|
187
|
+
readonly softwareAssuranceStatus?: SoftwareAssuranceStatus;
|
|
188
|
+
/** Customer Intent for Software Assurance Benefit. */
|
|
189
|
+
softwareAssuranceIntent?: SoftwareAssuranceIntent;
|
|
190
|
+
/**
|
|
191
|
+
* TimeStamp denoting the latest SA benefit applicability is validated.
|
|
192
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
193
|
+
*/
|
|
194
|
+
readonly lastUpdated?: Date;
|
|
195
|
+
}
|
|
196
|
+
/** Log Collection properties of the cluster. */
|
|
197
|
+
export interface LogCollectionProperties {
|
|
198
|
+
/**
|
|
199
|
+
* From DateTimeStamp from when logs need to be connected
|
|
200
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
201
|
+
*/
|
|
202
|
+
readonly fromDate?: Date;
|
|
203
|
+
/**
|
|
204
|
+
* To DateTimeStamp till when logs need to be connected
|
|
205
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
206
|
+
*/
|
|
207
|
+
readonly toDate?: Date;
|
|
208
|
+
/**
|
|
209
|
+
* Recent DateTimeStamp where logs are successfully generated
|
|
210
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
211
|
+
*/
|
|
212
|
+
readonly lastLogGenerated?: Date;
|
|
213
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
214
|
+
readonly logCollectionSessionDetails?: LogCollectionSession[];
|
|
215
|
+
}
|
|
216
|
+
/** Log Collection Session details of the cluster. */
|
|
217
|
+
export interface LogCollectionSession {
|
|
218
|
+
/**
|
|
219
|
+
* Start Time of the logs when it was collected
|
|
220
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
221
|
+
*/
|
|
222
|
+
readonly logStartTime?: Date;
|
|
223
|
+
/**
|
|
224
|
+
* End Time of the logs when it was collected
|
|
225
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
226
|
+
*/
|
|
227
|
+
readonly logEndTime?: Date;
|
|
228
|
+
/**
|
|
229
|
+
* Duration of logs collected
|
|
230
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
231
|
+
*/
|
|
232
|
+
readonly timeCollected?: Date;
|
|
233
|
+
/**
|
|
234
|
+
* Size of the logs collected
|
|
235
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
236
|
+
*/
|
|
237
|
+
readonly logSize?: number;
|
|
238
|
+
/**
|
|
239
|
+
* LogCollection status
|
|
240
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
241
|
+
*/
|
|
242
|
+
readonly logCollectionStatus?: LogCollectionStatus;
|
|
243
|
+
/**
|
|
244
|
+
* LogCollection job type
|
|
245
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
246
|
+
*/
|
|
247
|
+
readonly logCollectionJobType?: LogCollectionJobType;
|
|
248
|
+
/**
|
|
249
|
+
* CorrelationId of the log collection
|
|
250
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
251
|
+
*/
|
|
252
|
+
readonly correlationId?: string;
|
|
253
|
+
/**
|
|
254
|
+
* End Time of the logs when it was collected
|
|
255
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
256
|
+
*/
|
|
257
|
+
readonly endTimeCollected?: Date;
|
|
258
|
+
/**
|
|
259
|
+
* Log Collection Error details of the cluster.
|
|
260
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
261
|
+
*/
|
|
262
|
+
readonly logCollectionError?: LogCollectionError;
|
|
263
|
+
}
|
|
264
|
+
/** Log Collection Error details of the cluster. */
|
|
265
|
+
export interface LogCollectionError {
|
|
266
|
+
/**
|
|
267
|
+
* Error Code of the log collection
|
|
268
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
269
|
+
*/
|
|
270
|
+
readonly errorCode?: string;
|
|
271
|
+
/**
|
|
272
|
+
* Error Message of the log collection
|
|
273
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
274
|
+
*/
|
|
275
|
+
readonly errorMessage?: string;
|
|
276
|
+
}
|
|
277
|
+
/** Remote Support properties of the cluster. */
|
|
278
|
+
export interface RemoteSupportProperties {
|
|
279
|
+
/**
|
|
280
|
+
* Remote Support Access Level
|
|
281
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
282
|
+
*/
|
|
283
|
+
readonly accessLevel?: AccessLevel;
|
|
284
|
+
/**
|
|
285
|
+
* Expiration DateTimeStamp when Remote Support Access will be expired
|
|
286
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
287
|
+
*/
|
|
288
|
+
readonly expirationTimeStamp?: Date;
|
|
289
|
+
/**
|
|
290
|
+
* Remote Support Type for cluster
|
|
291
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
292
|
+
*/
|
|
293
|
+
readonly remoteSupportType?: RemoteSupportType;
|
|
294
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
295
|
+
readonly remoteSupportNodeSettings?: RemoteSupportNodeSettings[];
|
|
296
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
297
|
+
readonly remoteSupportSessionDetails?: PerNodeRemoteSupportSession[];
|
|
298
|
+
}
|
|
299
|
+
/** Remote Support Node Settings of the cluster. */
|
|
300
|
+
export interface RemoteSupportNodeSettings {
|
|
301
|
+
/**
|
|
302
|
+
* Arc ResourceId of the Node
|
|
303
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
304
|
+
*/
|
|
305
|
+
readonly arcResourceId?: string;
|
|
306
|
+
/**
|
|
307
|
+
* Remote Support Access Connection State on the Node
|
|
308
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
309
|
+
*/
|
|
310
|
+
readonly state?: string;
|
|
311
|
+
/**
|
|
312
|
+
* Remote Support Enablement Request Created TimeStamp on the Node
|
|
313
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
314
|
+
*/
|
|
315
|
+
readonly createdAt?: Date;
|
|
316
|
+
/**
|
|
317
|
+
* Remote Support Enablement Request Updated TimeStamp on the Node
|
|
318
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
319
|
+
*/
|
|
320
|
+
readonly updatedAt?: Date;
|
|
321
|
+
/**
|
|
322
|
+
* Remote Support Access Connection Status on the Node
|
|
323
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
324
|
+
*/
|
|
325
|
+
readonly connectionStatus?: string;
|
|
326
|
+
/**
|
|
327
|
+
* Remote Support Access Connection Error Message on the Node
|
|
328
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
329
|
+
*/
|
|
330
|
+
readonly connectionErrorMessage?: string;
|
|
331
|
+
/**
|
|
332
|
+
* Remote Support Transcript location on the node
|
|
333
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
334
|
+
*/
|
|
335
|
+
readonly transcriptLocation?: string;
|
|
336
|
+
}
|
|
337
|
+
/** Remote Support Node Session Details on the Node. */
|
|
338
|
+
export interface PerNodeRemoteSupportSession {
|
|
339
|
+
/**
|
|
340
|
+
* Remote Support Session StartTime on the Node
|
|
341
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
342
|
+
*/
|
|
343
|
+
readonly sessionStartTime?: Date;
|
|
344
|
+
/**
|
|
345
|
+
* Remote Support Session EndTime on the Node
|
|
346
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
347
|
+
*/
|
|
348
|
+
readonly sessionEndTime?: Date;
|
|
349
|
+
/**
|
|
350
|
+
* Name of the node
|
|
351
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
352
|
+
*/
|
|
353
|
+
readonly nodeName?: string;
|
|
354
|
+
/**
|
|
355
|
+
* Duration of Remote Support Enablement
|
|
356
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
357
|
+
*/
|
|
358
|
+
readonly duration?: number;
|
|
359
|
+
/**
|
|
360
|
+
* Remote Support Access Level
|
|
361
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
362
|
+
*/
|
|
363
|
+
readonly accessLevel?: AccessLevel;
|
|
364
|
+
}
|
|
365
|
+
/** Desired properties of the cluster. */
|
|
366
|
+
export interface ClusterDesiredProperties {
|
|
367
|
+
/** Desired state of Windows Server Subscription. */
|
|
368
|
+
windowsServerSubscription?: WindowsServerSubscription;
|
|
369
|
+
/** Desired level of diagnostic data emitted by the cluster. */
|
|
370
|
+
diagnosticLevel?: DiagnosticLevel;
|
|
371
|
+
}
|
|
372
|
+
/** Properties reported by cluster agent. */
|
|
373
|
+
export interface ClusterReportedProperties {
|
|
374
|
+
/**
|
|
375
|
+
* Name of the on-prem cluster connected to this resource.
|
|
376
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
377
|
+
*/
|
|
378
|
+
readonly clusterName?: string;
|
|
379
|
+
/**
|
|
380
|
+
* Unique id generated by the on-prem cluster.
|
|
381
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
382
|
+
*/
|
|
383
|
+
readonly clusterId?: string;
|
|
384
|
+
/**
|
|
385
|
+
* Version of the cluster software.
|
|
386
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
387
|
+
*/
|
|
388
|
+
readonly clusterVersion?: string;
|
|
389
|
+
/**
|
|
390
|
+
* List of nodes reported by the cluster.
|
|
391
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
392
|
+
*/
|
|
393
|
+
readonly nodes?: ClusterNode[];
|
|
394
|
+
/**
|
|
395
|
+
* Last time the cluster reported the data.
|
|
396
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
397
|
+
*/
|
|
398
|
+
readonly lastUpdated?: Date;
|
|
399
|
+
/**
|
|
400
|
+
* IMDS attestation status of the cluster.
|
|
401
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
402
|
+
*/
|
|
403
|
+
readonly imdsAttestation?: ImdsAttestation;
|
|
404
|
+
/** Level of diagnostic data emitted by the cluster. */
|
|
405
|
+
diagnosticLevel?: DiagnosticLevel;
|
|
406
|
+
/**
|
|
407
|
+
* Capabilities supported by the cluster.
|
|
408
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
409
|
+
*/
|
|
410
|
+
readonly supportedCapabilities?: string[];
|
|
411
|
+
/**
|
|
412
|
+
* The node type of all the nodes of the cluster.
|
|
413
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
414
|
+
*/
|
|
415
|
+
readonly clusterType?: ClusterNodeType;
|
|
416
|
+
/**
|
|
417
|
+
* The manufacturer of all the nodes of the cluster.
|
|
418
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
419
|
+
*/
|
|
420
|
+
readonly manufacturer?: string;
|
|
421
|
+
/**
|
|
422
|
+
* OEM activation status of the cluster.
|
|
423
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
424
|
+
*/
|
|
425
|
+
readonly oemActivation?: OemActivation;
|
|
426
|
+
}
|
|
427
|
+
/** Cluster node details. */
|
|
428
|
+
export interface ClusterNode {
|
|
429
|
+
/**
|
|
430
|
+
* Name of the cluster node.
|
|
431
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
432
|
+
*/
|
|
433
|
+
readonly name?: string;
|
|
434
|
+
/**
|
|
435
|
+
* Id of the node in the cluster.
|
|
436
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
437
|
+
*/
|
|
438
|
+
readonly id?: number;
|
|
439
|
+
/**
|
|
440
|
+
* State of Windows Server Subscription.
|
|
441
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
442
|
+
*/
|
|
443
|
+
readonly windowsServerSubscription?: WindowsServerSubscription;
|
|
444
|
+
/**
|
|
445
|
+
* Type of the cluster node hardware.
|
|
446
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
447
|
+
*/
|
|
448
|
+
readonly nodeType?: ClusterNodeType;
|
|
449
|
+
/**
|
|
450
|
+
* Edge Hardware Center Resource Id
|
|
451
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
452
|
+
*/
|
|
453
|
+
readonly ehcResourceId?: string;
|
|
454
|
+
/**
|
|
455
|
+
* Manufacturer of the cluster node hardware.
|
|
456
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
457
|
+
*/
|
|
458
|
+
readonly manufacturer?: string;
|
|
459
|
+
/**
|
|
460
|
+
* Model name of the cluster node hardware.
|
|
461
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
462
|
+
*/
|
|
463
|
+
readonly model?: string;
|
|
464
|
+
/**
|
|
465
|
+
* Operating system running on the cluster node.
|
|
466
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
467
|
+
*/
|
|
468
|
+
readonly osName?: string;
|
|
469
|
+
/**
|
|
470
|
+
* Version of the operating system running on the cluster node.
|
|
471
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
472
|
+
*/
|
|
473
|
+
readonly osVersion?: string;
|
|
474
|
+
/**
|
|
475
|
+
* Display version of the operating system running on the cluster node.
|
|
476
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
477
|
+
*/
|
|
478
|
+
readonly osDisplayVersion?: string;
|
|
479
|
+
/**
|
|
480
|
+
* Immutable id of the cluster node.
|
|
481
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
482
|
+
*/
|
|
483
|
+
readonly serialNumber?: string;
|
|
484
|
+
/**
|
|
485
|
+
* Number of physical cores on the cluster node.
|
|
486
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
487
|
+
*/
|
|
488
|
+
readonly coreCount?: number;
|
|
489
|
+
/**
|
|
490
|
+
* Total available memory on the cluster node (in GiB).
|
|
491
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
492
|
+
*/
|
|
493
|
+
readonly memoryInGiB?: number;
|
|
494
|
+
/**
|
|
495
|
+
* Most recent licensing timestamp.
|
|
496
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
497
|
+
*/
|
|
498
|
+
readonly lastLicensingTimestamp?: Date;
|
|
499
|
+
/**
|
|
500
|
+
* OEM activation status of the node.
|
|
501
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
502
|
+
*/
|
|
503
|
+
readonly oemActivation?: OemActivation;
|
|
504
|
+
}
|
|
505
|
+
/** Attestation configurations for isolated VM (e.g. TVM, CVM) of the cluster. */
|
|
506
|
+
export interface IsolatedVmAttestationConfiguration {
|
|
507
|
+
/**
|
|
508
|
+
* Fully qualified Azure resource id of the Microsoft Azure attestation resource associated with this cluster.
|
|
509
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
510
|
+
*/
|
|
511
|
+
readonly attestationResourceId?: string;
|
|
512
|
+
/**
|
|
513
|
+
* Region specific endpoint for relying party service.
|
|
514
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
515
|
+
*/
|
|
516
|
+
readonly relyingPartyServiceEndpoint?: string;
|
|
517
|
+
/**
|
|
518
|
+
* Region specific endpoint for Microsoft Azure Attestation service for the cluster
|
|
519
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
520
|
+
*/
|
|
521
|
+
readonly attestationServiceEndpoint?: string;
|
|
522
|
+
}
|
|
523
|
+
/** Cluster details to update. */
|
|
524
|
+
export interface ClusterPatch {
|
|
525
|
+
/** Resource tags. */
|
|
526
|
+
tags?: {
|
|
527
|
+
[propertyName: string]: string;
|
|
528
|
+
};
|
|
529
|
+
/** Endpoint configured for management from the Azure portal */
|
|
530
|
+
cloudManagementEndpoint?: string;
|
|
531
|
+
/** App id of cluster AAD identity. */
|
|
532
|
+
aadClientId?: string;
|
|
533
|
+
/** Tenant id of cluster AAD identity. */
|
|
534
|
+
aadTenantId?: string;
|
|
535
|
+
/** Desired properties of the cluster. */
|
|
536
|
+
desiredProperties?: ClusterDesiredProperties;
|
|
537
|
+
/**
|
|
538
|
+
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
539
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
540
|
+
*/
|
|
541
|
+
readonly principalId?: string;
|
|
542
|
+
/**
|
|
543
|
+
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
544
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
545
|
+
*/
|
|
546
|
+
readonly tenantId?: string;
|
|
547
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
548
|
+
type?: ManagedServiceIdentityType;
|
|
549
|
+
/** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
|
|
550
|
+
userAssignedIdentities?: {
|
|
551
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
552
|
+
};
|
|
553
|
+
}
|
|
554
|
+
export interface UploadCertificateRequest {
|
|
555
|
+
properties?: RawCertificateData;
|
|
556
|
+
}
|
|
557
|
+
export interface RawCertificateData {
|
|
558
|
+
certificates?: string[];
|
|
559
|
+
}
|
|
560
|
+
/** Cluster Identity details. */
|
|
561
|
+
export interface ClusterIdentityResponse {
|
|
562
|
+
aadClientId?: string;
|
|
563
|
+
aadTenantId?: string;
|
|
564
|
+
aadServicePrincipalObjectId?: string;
|
|
565
|
+
aadApplicationObjectId?: string;
|
|
566
|
+
}
|
|
567
|
+
export interface SoftwareAssuranceChangeRequest {
|
|
568
|
+
properties?: SoftwareAssuranceChangeRequestProperties;
|
|
569
|
+
}
|
|
570
|
+
export interface SoftwareAssuranceChangeRequestProperties {
|
|
571
|
+
/** Customer Intent for Software Assurance Benefit. */
|
|
572
|
+
softwareAssuranceIntent?: SoftwareAssuranceIntent;
|
|
573
|
+
}
|
|
574
|
+
/** Log Collection Request */
|
|
575
|
+
export interface LogCollectionRequest {
|
|
576
|
+
/** Properties for Log Collection Request */
|
|
577
|
+
properties?: LogCollectionRequestProperties;
|
|
578
|
+
}
|
|
579
|
+
/** Properties for Log Collection Request */
|
|
580
|
+
export interface LogCollectionRequestProperties {
|
|
581
|
+
/** From DateTimeStamp from when logs need to be connected */
|
|
582
|
+
fromDate: Date;
|
|
583
|
+
/** To DateTimeStamp till when logs need to be connected */
|
|
584
|
+
toDate: Date;
|
|
585
|
+
}
|
|
586
|
+
/** Remote Support Request */
|
|
587
|
+
export interface RemoteSupportRequest {
|
|
588
|
+
/** Properties for Remote Support Request */
|
|
589
|
+
properties?: RemoteSupportRequestProperties;
|
|
590
|
+
}
|
|
591
|
+
/** Properties for Remote Support Request */
|
|
592
|
+
export interface RemoteSupportRequestProperties {
|
|
593
|
+
/**
|
|
594
|
+
* Remote Support Access Level
|
|
595
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
596
|
+
*/
|
|
597
|
+
readonly accessLevel?: AccessLevel;
|
|
598
|
+
/** Expiration DateTimeStamp when Remote Support Access will be expired */
|
|
599
|
+
expirationTimeStamp?: Date;
|
|
600
|
+
/** Remote Support Type for cluster */
|
|
601
|
+
remoteSupportType?: RemoteSupportType;
|
|
602
|
+
}
|
|
603
|
+
/** The response of a DeploymentSetting list operation. */
|
|
604
|
+
export interface DeploymentSettingListResult {
|
|
605
|
+
/** The DeploymentSetting items on this page */
|
|
606
|
+
value: DeploymentSetting[];
|
|
607
|
+
/** The link to the next page of items */
|
|
608
|
+
nextLink?: string;
|
|
609
|
+
}
|
|
610
|
+
/** Deployment Configuration */
|
|
611
|
+
export interface DeploymentConfiguration {
|
|
612
|
+
/** deployment template version */
|
|
613
|
+
version?: string;
|
|
614
|
+
/** Scale units will contains list of deployment data */
|
|
615
|
+
scaleUnits: ScaleUnits[];
|
|
616
|
+
}
|
|
617
|
+
/** Scale units will contains list of deployment data */
|
|
618
|
+
export interface ScaleUnits {
|
|
619
|
+
/** Deployment Data to deploy AzureStackHCI Cluster. */
|
|
620
|
+
deploymentData: DeploymentData;
|
|
621
|
+
/** Solution builder extension (SBE) partner properties */
|
|
622
|
+
sbePartnerInfo?: SbePartnerInfo;
|
|
623
|
+
}
|
|
624
|
+
/** The Deployment data of AzureStackHCI Cluster. */
|
|
625
|
+
export interface DeploymentData {
|
|
626
|
+
/** SecuritySettings to deploy AzureStackHCI Cluster. */
|
|
627
|
+
securitySettings?: DeploymentSecuritySettings;
|
|
628
|
+
/** Observability config to deploy AzureStackHCI Cluster. */
|
|
629
|
+
observability?: Observability;
|
|
630
|
+
/** Observability config to deploy AzureStackHCI Cluster. */
|
|
631
|
+
cluster?: DeploymentCluster;
|
|
632
|
+
/** Storage config to deploy AzureStackHCI Cluster. */
|
|
633
|
+
storage?: Storage;
|
|
634
|
+
/** naming prefix to deploy cluster. */
|
|
635
|
+
namingPrefix?: string;
|
|
636
|
+
/** FQDN to deploy cluster */
|
|
637
|
+
domainFqdn?: string;
|
|
638
|
+
/** InfrastructureNetwork config to deploy AzureStackHCI Cluster. */
|
|
639
|
+
infrastructureNetwork?: InfrastructureNetwork[];
|
|
640
|
+
/** list of physical nodes config to deploy AzureStackHCI Cluster. */
|
|
641
|
+
physicalNodes?: PhysicalNodes[];
|
|
642
|
+
/** HostNetwork config to deploy AzureStackHCI Cluster. */
|
|
643
|
+
hostNetwork?: DeploymentSettingHostNetwork;
|
|
644
|
+
/** SDN Integration config to deploy AzureStackHCI Cluster. */
|
|
645
|
+
sdnIntegration?: SdnIntegration;
|
|
646
|
+
/** The path to the Active Directory Organizational Unit container object prepared for the deployment. */
|
|
647
|
+
adouPath?: string;
|
|
648
|
+
/** Azure keyvault endpoint. This property is deprecated from 2023-12-01-preview. Please use secrets property instead. */
|
|
649
|
+
secretsLocation?: string;
|
|
650
|
+
/** secrets used for cloud deployment. */
|
|
651
|
+
secrets?: EceDeploymentSecrets[];
|
|
652
|
+
/** OptionalServices config to deploy AzureStackHCI Cluster. */
|
|
653
|
+
optionalServices?: OptionalServices;
|
|
654
|
+
}
|
|
655
|
+
/** The SecuritySettings of AzureStackHCI Cluster. */
|
|
656
|
+
export interface DeploymentSecuritySettings {
|
|
657
|
+
/** By default, Hypervisor-protected Code Integrity is enabled on your Azure HCI cluster. */
|
|
658
|
+
hvciProtection?: boolean;
|
|
659
|
+
/** By default, Secure Boot is enabled on your Azure HCI cluster. This setting is hardware dependent. */
|
|
660
|
+
drtmProtection?: boolean;
|
|
661
|
+
/** When set to true, the security baseline is re-applied regularly. */
|
|
662
|
+
driftControlEnforced?: boolean;
|
|
663
|
+
/** When set to true, Credential Guard is enabled. */
|
|
664
|
+
credentialGuardEnforced?: boolean;
|
|
665
|
+
/** When set to true, the SMB default instance requires sign in for the client and server services. */
|
|
666
|
+
smbSigningEnforced?: boolean;
|
|
667
|
+
/** When set to true, cluster east-west traffic is encrypted. */
|
|
668
|
+
smbClusterEncryption?: boolean;
|
|
669
|
+
/** When set to true, all the side channel mitigations are enabled */
|
|
670
|
+
sideChannelMitigationEnforced?: boolean;
|
|
671
|
+
/** 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. */
|
|
672
|
+
bitlockerBootVolume?: boolean;
|
|
673
|
+
/** 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. */
|
|
674
|
+
bitlockerDataVolumes?: boolean;
|
|
675
|
+
/** WDAC is enabled by default and limits the applications and the code that you can run on your Azure Stack HCI cluster. */
|
|
676
|
+
wdacEnforced?: boolean;
|
|
677
|
+
}
|
|
678
|
+
/** The Observability of AzureStackHCI Cluster. */
|
|
679
|
+
export interface Observability {
|
|
680
|
+
/** Enables telemetry data to be sent to Microsoft */
|
|
681
|
+
streamingDataClient?: boolean;
|
|
682
|
+
/** 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. */
|
|
683
|
+
euLocation?: boolean;
|
|
684
|
+
/** When set to true, collects log data to facilitate quicker issue resolution. */
|
|
685
|
+
episodicDataUpload?: boolean;
|
|
686
|
+
}
|
|
687
|
+
/** AzureStackHCI Cluster deployment properties. */
|
|
688
|
+
export interface DeploymentCluster {
|
|
689
|
+
/** The cluster name provided when preparing Active Directory. */
|
|
690
|
+
name?: string;
|
|
691
|
+
/** 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'. */
|
|
692
|
+
witnessType?: string;
|
|
693
|
+
/** Specify the fileshare path for the local witness for your Azure Stack HCI cluster. */
|
|
694
|
+
witnessPath?: string;
|
|
695
|
+
/** Specify the Azure Storage account name for cloud witness for your Azure Stack HCI cluster. */
|
|
696
|
+
cloudAccountName?: string;
|
|
697
|
+
/** 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. */
|
|
698
|
+
azureServiceEndpoint?: string;
|
|
699
|
+
}
|
|
700
|
+
/** The Storage config of AzureStackHCI Cluster. */
|
|
701
|
+
export interface Storage {
|
|
702
|
+
/** 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' */
|
|
703
|
+
configurationMode?: string;
|
|
704
|
+
}
|
|
705
|
+
/** The InfrastructureNetwork of a AzureStackHCI Cluster. */
|
|
706
|
+
export interface InfrastructureNetwork {
|
|
707
|
+
/** Subnet mask that matches the provided IP address space. */
|
|
708
|
+
subnetMask?: string;
|
|
709
|
+
/** Default gateway that should be used for the provided IP address space. */
|
|
710
|
+
gateway?: string;
|
|
711
|
+
/** Range of IP addresses from which addresses are allocated for nodes within a subnet. */
|
|
712
|
+
ipPools?: IpPools[];
|
|
713
|
+
/** IPv4 address of the DNS servers in your environment. */
|
|
714
|
+
dnsServers?: string[];
|
|
715
|
+
/** 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 */
|
|
716
|
+
useDhcp?: boolean;
|
|
717
|
+
}
|
|
718
|
+
/** The dnsServers of a device. */
|
|
719
|
+
export interface IpPools {
|
|
720
|
+
/** 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. */
|
|
721
|
+
startingAddress?: string;
|
|
722
|
+
/** 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. */
|
|
723
|
+
endingAddress?: string;
|
|
724
|
+
}
|
|
725
|
+
/** The PhysicalNodes of a cluster. */
|
|
726
|
+
export interface PhysicalNodes {
|
|
727
|
+
/** NETBIOS name of each physical server on your Azure Stack HCI cluster. */
|
|
728
|
+
name?: string;
|
|
729
|
+
/** The IPv4 address assigned to each physical server on your Azure Stack HCI cluster. */
|
|
730
|
+
ipv4Address?: string;
|
|
731
|
+
}
|
|
732
|
+
/** The HostNetwork of a cluster. */
|
|
733
|
+
export interface DeploymentSettingHostNetwork {
|
|
734
|
+
/** 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. */
|
|
735
|
+
intents?: DeploymentSettingIntents[];
|
|
736
|
+
/** List of StorageNetworks config to deploy AzureStackHCI Cluster. */
|
|
737
|
+
storageNetworks?: DeploymentSettingStorageNetworks[];
|
|
738
|
+
/** Defines how the storage adapters between nodes are connected either switch or switch less.. */
|
|
739
|
+
storageConnectivitySwitchless?: boolean;
|
|
740
|
+
/** 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. */
|
|
741
|
+
enableStorageAutoIp?: boolean;
|
|
742
|
+
}
|
|
743
|
+
/** The Intents of a cluster. */
|
|
744
|
+
export interface DeploymentSettingIntents {
|
|
745
|
+
/** Name of the network intent you wish to create. */
|
|
746
|
+
name?: string;
|
|
747
|
+
/** List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'. */
|
|
748
|
+
trafficType?: string[];
|
|
749
|
+
/** Array of network interfaces used for the network intent. */
|
|
750
|
+
adapter?: string[];
|
|
751
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */
|
|
752
|
+
overrideVirtualSwitchConfiguration?: boolean;
|
|
753
|
+
/** Set virtualSwitch ConfigurationOverrides for cluster. */
|
|
754
|
+
virtualSwitchConfigurationOverrides?: DeploymentSettingVirtualSwitchConfigurationOverrides;
|
|
755
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */
|
|
756
|
+
overrideQosPolicy?: boolean;
|
|
757
|
+
/** Set QoS PolicyOverrides for cluster. */
|
|
758
|
+
qosPolicyOverrides?: QosPolicyOverrides;
|
|
759
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */
|
|
760
|
+
overrideAdapterProperty?: boolean;
|
|
761
|
+
/** Set Adapter PropertyOverrides for cluster. */
|
|
762
|
+
adapterPropertyOverrides?: DeploymentSettingAdapterPropertyOverrides;
|
|
763
|
+
}
|
|
764
|
+
/** The VirtualSwitchConfigurationOverrides of a cluster. */
|
|
765
|
+
export interface DeploymentSettingVirtualSwitchConfigurationOverrides {
|
|
766
|
+
/** Enable IoV for Virtual Switch */
|
|
767
|
+
enableIov?: string;
|
|
768
|
+
/** Load Balancing Algorithm for Virtual Switch */
|
|
769
|
+
loadBalancingAlgorithm?: string;
|
|
770
|
+
}
|
|
771
|
+
/** The QoSPolicyOverrides of a cluster. */
|
|
772
|
+
export interface QosPolicyOverrides {
|
|
773
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */
|
|
774
|
+
priorityValue8021ActionCluster?: string;
|
|
775
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */
|
|
776
|
+
priorityValue8021ActionSMB?: string;
|
|
777
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */
|
|
778
|
+
bandwidthPercentageSMB?: string;
|
|
779
|
+
}
|
|
780
|
+
/** The AdapterPropertyOverrides of a cluster. */
|
|
781
|
+
export interface DeploymentSettingAdapterPropertyOverrides {
|
|
782
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */
|
|
783
|
+
jumboPacket?: string;
|
|
784
|
+
/** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */
|
|
785
|
+
networkDirect?: string;
|
|
786
|
+
/** 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' */
|
|
787
|
+
networkDirectTechnology?: string;
|
|
788
|
+
}
|
|
789
|
+
/** The StorageNetworks of a cluster. */
|
|
790
|
+
export interface DeploymentSettingStorageNetworks {
|
|
791
|
+
/** Name of the storage network. */
|
|
792
|
+
name?: string;
|
|
793
|
+
/** Name of the storage network adapter. */
|
|
794
|
+
networkAdapterName?: string;
|
|
795
|
+
/** ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic. */
|
|
796
|
+
vlanId?: string;
|
|
797
|
+
/** List of Storage adapter physical nodes config to deploy AzureStackHCI Cluster. */
|
|
798
|
+
storageAdapterIPInfo?: DeploymentSettingStorageAdapterIPInfo[];
|
|
799
|
+
}
|
|
800
|
+
/** The StorageAdapter physical nodes of a cluster. */
|
|
801
|
+
export interface DeploymentSettingStorageAdapterIPInfo {
|
|
802
|
+
/** storage adapter physical node name. */
|
|
803
|
+
physicalNode?: string;
|
|
804
|
+
/** The IPv4 address assigned to each storage adapter physical node on your Azure Stack HCI cluster. */
|
|
805
|
+
ipv4Address?: string;
|
|
806
|
+
/** The SubnetMask address assigned to each storage adapter physical node on your Azure Stack HCI cluster. */
|
|
807
|
+
subnetMask?: string;
|
|
808
|
+
}
|
|
809
|
+
/** SDN Integration config to deploy AzureStackHCI Cluster. */
|
|
810
|
+
export interface SdnIntegration {
|
|
811
|
+
/** network controller config for SDN Integration to deploy AzureStackHCI Cluster. */
|
|
812
|
+
networkController?: NetworkController;
|
|
813
|
+
}
|
|
814
|
+
/** network controller config for SDN Integration to deploy AzureStackHCI Cluster. */
|
|
815
|
+
export interface NetworkController {
|
|
816
|
+
/** macAddressPoolStart of network controller used for SDN Integration. */
|
|
817
|
+
macAddressPoolStart?: string;
|
|
818
|
+
/** macAddressPoolStop of network controller used for SDN Integration. */
|
|
819
|
+
macAddressPoolStop?: string;
|
|
820
|
+
/** NetworkVirtualizationEnabled of network controller used for SDN Integration. */
|
|
821
|
+
networkVirtualizationEnabled?: boolean;
|
|
822
|
+
}
|
|
823
|
+
/** Protected parameters list stored in keyvault. */
|
|
824
|
+
export interface EceDeploymentSecrets {
|
|
825
|
+
/** Secret name stored in keyvault. */
|
|
826
|
+
secretName?: string;
|
|
827
|
+
/** Secret name expected for Enterprise Cloud Engine (ECE) deployment. */
|
|
828
|
+
eceSecretName?: EceSecrets;
|
|
829
|
+
/** Secret URI stored in keyvault. */
|
|
830
|
+
secretLocation?: string;
|
|
831
|
+
}
|
|
832
|
+
/** The OptionalServices of AzureStackHCI Cluster. */
|
|
833
|
+
export interface OptionalServices {
|
|
834
|
+
/** The name of custom location. */
|
|
835
|
+
customLocation?: string;
|
|
836
|
+
}
|
|
837
|
+
/** The solution builder extension (SBE) partner deployment info for cluster. */
|
|
838
|
+
export interface SbePartnerInfo {
|
|
839
|
+
/** SBE package and manifest information for the solution Builder Extension staged for AzureStackHCI cluster deployment. */
|
|
840
|
+
sbeDeploymentInfo?: SbeDeploymentInfo;
|
|
841
|
+
/** List of SBE partner properties for AzureStackHCI cluster deployment. */
|
|
842
|
+
partnerProperties?: SbePartnerProperties[];
|
|
843
|
+
/** SBE credentials list for AzureStackHCI cluster deployment. */
|
|
844
|
+
credentialList?: SbeCredentials[];
|
|
845
|
+
}
|
|
846
|
+
/** Solution builder extension (SBE) package and manifest information for the solution builder extension staged for AzureStackHCI cluster deployment. */
|
|
847
|
+
export interface SbeDeploymentInfo {
|
|
848
|
+
/** SBE package version. */
|
|
849
|
+
version?: string;
|
|
850
|
+
/** SBE family name. */
|
|
851
|
+
family?: string;
|
|
852
|
+
/** SBE manifest publisher. */
|
|
853
|
+
publisher?: string;
|
|
854
|
+
/** SBE Manifest Source. */
|
|
855
|
+
sbeManifestSource?: string;
|
|
856
|
+
/** SBE Manifest Creation Date. */
|
|
857
|
+
sbeManifestCreationDate?: Date;
|
|
858
|
+
}
|
|
859
|
+
/** Solution builder extension (SBE) partner properties object. */
|
|
860
|
+
export interface SbePartnerProperties {
|
|
861
|
+
/** SBE partner property name. */
|
|
862
|
+
name?: string;
|
|
863
|
+
/** SBE partner property value. */
|
|
864
|
+
value?: string;
|
|
865
|
+
}
|
|
866
|
+
/** secrets used for solution builder extension (SBE) partner extensibility. */
|
|
867
|
+
export interface SbeCredentials {
|
|
868
|
+
/** secret name stored in keyvault. */
|
|
869
|
+
secretName?: string;
|
|
870
|
+
/** secret name expected for Enterprise Cloud Engine (ECE). */
|
|
871
|
+
eceSecretName?: string;
|
|
872
|
+
/** secret URI stored in keyvault. */
|
|
873
|
+
secretLocation?: string;
|
|
874
|
+
}
|
|
875
|
+
/** The DeploymentStatus of AzureStackHCI Cluster. */
|
|
876
|
+
export interface EceReportedProperties {
|
|
877
|
+
/**
|
|
878
|
+
* validation status of AzureStackHCI Cluster Deployment.
|
|
879
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
880
|
+
*/
|
|
881
|
+
readonly validationStatus?: EceActionStatus;
|
|
882
|
+
/**
|
|
883
|
+
* Deployment status of AzureStackHCI Cluster Deployment.
|
|
884
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
885
|
+
*/
|
|
886
|
+
readonly deploymentStatus?: EceActionStatus;
|
|
887
|
+
}
|
|
888
|
+
/** The ECE action plan deployment status for AzureStackHCI Cluster. */
|
|
889
|
+
export interface EceActionStatus {
|
|
890
|
+
/**
|
|
891
|
+
* Status of ECE action AzureStackHCI Cluster Deployment.
|
|
892
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
893
|
+
*/
|
|
894
|
+
readonly status?: string;
|
|
895
|
+
/**
|
|
896
|
+
* List of steps of AzureStackHCI Cluster Deployment.
|
|
897
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
898
|
+
*/
|
|
899
|
+
readonly steps?: DeploymentStep[];
|
|
900
|
+
}
|
|
901
|
+
/** The Step of AzureStackHCI Cluster. */
|
|
902
|
+
export interface DeploymentStep {
|
|
903
|
+
/**
|
|
904
|
+
* Name of step.
|
|
905
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
906
|
+
*/
|
|
907
|
+
readonly name?: string;
|
|
908
|
+
/**
|
|
909
|
+
* Description of step.
|
|
910
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
911
|
+
*/
|
|
912
|
+
readonly description?: string;
|
|
913
|
+
/**
|
|
914
|
+
* FullStepIndex of step.
|
|
915
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
916
|
+
*/
|
|
917
|
+
readonly fullStepIndex?: string;
|
|
918
|
+
/**
|
|
919
|
+
* Start time of step.
|
|
920
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
921
|
+
*/
|
|
922
|
+
readonly startTimeUtc?: string;
|
|
923
|
+
/**
|
|
924
|
+
* End time of step.
|
|
925
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
926
|
+
*/
|
|
927
|
+
readonly endTimeUtc?: string;
|
|
928
|
+
/**
|
|
929
|
+
* Status of step. Allowed values are 'Error', 'Success', 'InProgress'
|
|
930
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
931
|
+
*/
|
|
932
|
+
readonly status?: string;
|
|
933
|
+
/**
|
|
934
|
+
* List of nested steps of AzureStackHCI Cluster Deployment.
|
|
935
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
936
|
+
*/
|
|
937
|
+
readonly steps?: DeploymentStep[];
|
|
938
|
+
/**
|
|
939
|
+
* List of exceptions in AzureStackHCI Cluster Deployment.
|
|
940
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
941
|
+
*/
|
|
942
|
+
readonly exception?: string[];
|
|
943
|
+
}
|
|
944
|
+
/** The response of a EdgeDevice list operation. */
|
|
945
|
+
export interface EdgeDeviceListResult {
|
|
946
|
+
/** The EdgeDevice items on this page */
|
|
947
|
+
value: EdgeDeviceUnion[];
|
|
948
|
+
/** The link to the next page of items */
|
|
949
|
+
nextLink?: string;
|
|
950
|
+
}
|
|
951
|
+
/** The validate request for Edge Device. */
|
|
952
|
+
export interface ValidateRequest {
|
|
953
|
+
/** Node Ids against which, current node has to be validated. */
|
|
954
|
+
edgeDeviceIds: string[];
|
|
955
|
+
/** Additional info required for validation. */
|
|
956
|
+
additionalInfo?: string;
|
|
957
|
+
}
|
|
958
|
+
/** An Accepted response with an Operation-Location header. */
|
|
959
|
+
export interface ValidateResponse {
|
|
960
|
+
/**
|
|
961
|
+
* edge device validation status
|
|
962
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
963
|
+
*/
|
|
964
|
+
readonly status?: string;
|
|
965
|
+
}
|
|
966
|
+
/** List of Extensions in HCI cluster. */
|
|
967
|
+
export interface ExtensionList {
|
|
968
|
+
/**
|
|
969
|
+
* List of Extensions in HCI cluster.
|
|
970
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
971
|
+
*/
|
|
972
|
+
readonly value?: Extension[];
|
|
973
|
+
/**
|
|
974
|
+
* Link to the next set of results.
|
|
975
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
976
|
+
*/
|
|
977
|
+
readonly nextLink?: string;
|
|
978
|
+
}
|
|
979
|
+
/** Status of Arc Extension for a particular node in HCI Cluster. */
|
|
980
|
+
export interface PerNodeExtensionState {
|
|
981
|
+
/**
|
|
982
|
+
* Name of the node in HCI Cluster.
|
|
983
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
984
|
+
*/
|
|
985
|
+
readonly name?: string;
|
|
986
|
+
/**
|
|
987
|
+
* Fully qualified resource ID for the particular Arc Extension on this node.
|
|
988
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
989
|
+
*/
|
|
990
|
+
readonly extension?: string;
|
|
991
|
+
/**
|
|
992
|
+
* Specifies the version of the script handler.
|
|
993
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
994
|
+
*/
|
|
995
|
+
readonly typeHandlerVersion?: string;
|
|
996
|
+
/**
|
|
997
|
+
* State of Arc Extension in this node.
|
|
998
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
999
|
+
*/
|
|
1000
|
+
readonly state?: NodeExtensionState;
|
|
1001
|
+
/**
|
|
1002
|
+
* The extension instance view.
|
|
1003
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1004
|
+
*/
|
|
1005
|
+
readonly instanceView?: ExtensionInstanceView;
|
|
1006
|
+
}
|
|
1007
|
+
/** Describes the Extension Instance View. */
|
|
1008
|
+
export interface ExtensionInstanceView {
|
|
1009
|
+
/** The extension name. */
|
|
1010
|
+
name?: string;
|
|
1011
|
+
/** Specifies the type of the extension; an example is "MicrosoftMonitoringAgent". */
|
|
1012
|
+
type?: string;
|
|
1013
|
+
/** Specifies the version of the script handler. */
|
|
1014
|
+
typeHandlerVersion?: string;
|
|
1015
|
+
/** Instance view status. */
|
|
1016
|
+
status?: ExtensionInstanceViewStatus;
|
|
1017
|
+
}
|
|
1018
|
+
/** Instance view status. */
|
|
1019
|
+
export interface ExtensionInstanceViewStatus {
|
|
1020
|
+
/** The status code. */
|
|
1021
|
+
code?: string;
|
|
1022
|
+
/** The level code. */
|
|
1023
|
+
level?: StatusLevelTypes;
|
|
1024
|
+
/** The short localizable label for the status. */
|
|
1025
|
+
displayStatus?: string;
|
|
1026
|
+
/** The detailed status message, including for alerts and error messages. */
|
|
1027
|
+
message?: string;
|
|
1028
|
+
/** The time of the status. */
|
|
1029
|
+
time?: Date;
|
|
1030
|
+
}
|
|
1031
|
+
/** Extension Details to update */
|
|
1032
|
+
export interface ExtensionPatch {
|
|
1033
|
+
/** Describes the properties of a Machine Extension that can be updated. */
|
|
1034
|
+
extensionParameters?: ExtensionPatchParameters;
|
|
1035
|
+
}
|
|
1036
|
+
/** Describes the properties of a Machine Extension that can be updated. */
|
|
1037
|
+
export interface ExtensionPatchParameters {
|
|
1038
|
+
/** Specifies the version of the script handler. Latest version would be used if not specified. */
|
|
1039
|
+
typeHandlerVersion?: string;
|
|
1040
|
+
/** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */
|
|
1041
|
+
enableAutomaticUpgrade?: boolean;
|
|
1042
|
+
/** Json formatted public settings for the extension. */
|
|
1043
|
+
settings?: Record<string, unknown>;
|
|
1044
|
+
/** Protected settings (may contain secrets). */
|
|
1045
|
+
protectedSettings?: Record<string, unknown>;
|
|
1046
|
+
}
|
|
1047
|
+
/** Describes the parameters for Extension upgrade. */
|
|
1048
|
+
export interface ExtensionUpgradeParameters {
|
|
1049
|
+
/** Extension Upgrade Target Version. */
|
|
1050
|
+
targetVersion?: string;
|
|
1051
|
+
}
|
|
1052
|
+
/** List of Offer proxy resources for the HCI cluster. */
|
|
1053
|
+
export interface OfferList {
|
|
1054
|
+
/**
|
|
1055
|
+
* List of Offer proxy resources.
|
|
1056
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1057
|
+
*/
|
|
1058
|
+
readonly value?: Offer[];
|
|
1059
|
+
/**
|
|
1060
|
+
* Link to the next set of results.
|
|
1061
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1062
|
+
*/
|
|
1063
|
+
readonly nextLink?: string;
|
|
1064
|
+
}
|
|
1065
|
+
/** SKU Mapping details. */
|
|
1066
|
+
export interface SkuMappings {
|
|
1067
|
+
/** Identifier of the CatalogPlan for the sku */
|
|
1068
|
+
catalogPlanId?: string;
|
|
1069
|
+
/** Identifier for the sku */
|
|
1070
|
+
marketplaceSkuId?: string;
|
|
1071
|
+
/** Array of SKU versions available */
|
|
1072
|
+
marketplaceSkuVersions?: string[];
|
|
1073
|
+
}
|
|
1074
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
1075
|
+
export interface OperationListResult {
|
|
1076
|
+
/**
|
|
1077
|
+
* List of operations supported by the resource provider
|
|
1078
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1079
|
+
*/
|
|
1080
|
+
readonly value?: Operation[];
|
|
1081
|
+
/**
|
|
1082
|
+
* URL to get the next set of operation list results (if there are any).
|
|
1083
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1084
|
+
*/
|
|
1085
|
+
readonly nextLink?: string;
|
|
1086
|
+
}
|
|
1087
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
1088
|
+
export interface Operation {
|
|
1089
|
+
/**
|
|
1090
|
+
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
1091
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1092
|
+
*/
|
|
1093
|
+
readonly name?: string;
|
|
1094
|
+
/**
|
|
1095
|
+
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
1096
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1097
|
+
*/
|
|
1098
|
+
readonly isDataAction?: boolean;
|
|
1099
|
+
/** Localized display information for this particular operation. */
|
|
1100
|
+
display?: OperationDisplay;
|
|
1101
|
+
/**
|
|
1102
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
1103
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1104
|
+
*/
|
|
1105
|
+
readonly origin?: Origin;
|
|
1106
|
+
/**
|
|
1107
|
+
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
1108
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1109
|
+
*/
|
|
1110
|
+
readonly actionType?: ActionType;
|
|
1111
|
+
}
|
|
1112
|
+
/** Localized display information for this particular operation. */
|
|
1113
|
+
export interface OperationDisplay {
|
|
1114
|
+
/**
|
|
1115
|
+
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
1116
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1117
|
+
*/
|
|
1118
|
+
readonly provider?: string;
|
|
1119
|
+
/**
|
|
1120
|
+
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
1121
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1122
|
+
*/
|
|
1123
|
+
readonly resource?: string;
|
|
1124
|
+
/**
|
|
1125
|
+
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
1126
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1127
|
+
*/
|
|
1128
|
+
readonly operation?: string;
|
|
1129
|
+
/**
|
|
1130
|
+
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
1131
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1132
|
+
*/
|
|
1133
|
+
readonly description?: string;
|
|
1134
|
+
}
|
|
1135
|
+
/** List of Publisher proxy resources for the HCI cluster. */
|
|
1136
|
+
export interface PublisherList {
|
|
1137
|
+
/**
|
|
1138
|
+
* List of Publisher proxy resources.
|
|
1139
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1140
|
+
*/
|
|
1141
|
+
readonly value?: Publisher[];
|
|
1142
|
+
/**
|
|
1143
|
+
* Link to the next set of results.
|
|
1144
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1145
|
+
*/
|
|
1146
|
+
readonly nextLink?: string;
|
|
1147
|
+
}
|
|
1148
|
+
/** The response of a SecuritySetting list operation. */
|
|
1149
|
+
export interface SecuritySettingListResult {
|
|
1150
|
+
/** The SecuritySetting items on this page */
|
|
1151
|
+
value: SecuritySetting[];
|
|
1152
|
+
/** The link to the next page of items */
|
|
1153
|
+
nextLink?: string;
|
|
1154
|
+
}
|
|
1155
|
+
/** Security compliance properties of the resource */
|
|
1156
|
+
export interface SecurityComplianceStatus {
|
|
1157
|
+
/**
|
|
1158
|
+
* Indicates whether HCI hosts meets secured-core server requirements.
|
|
1159
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1160
|
+
*/
|
|
1161
|
+
readonly securedCoreCompliance?: ComplianceStatus;
|
|
1162
|
+
/**
|
|
1163
|
+
* Indicates whether HCI hosts have enforced consistent Windows Defender Application Control.
|
|
1164
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1165
|
+
*/
|
|
1166
|
+
readonly wdacCompliance?: ComplianceStatus;
|
|
1167
|
+
/**
|
|
1168
|
+
* Indicates whether data at-rest encryption is enabled on Azure Stack HCI clustered volumes.
|
|
1169
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1170
|
+
*/
|
|
1171
|
+
readonly dataAtRestEncrypted?: ComplianceStatus;
|
|
1172
|
+
/**
|
|
1173
|
+
* Indicates whether HCI cluster has data in-transit protection.
|
|
1174
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1175
|
+
*/
|
|
1176
|
+
readonly dataInTransitProtected?: ComplianceStatus;
|
|
1177
|
+
/**
|
|
1178
|
+
* Time in UTC when compliance status was last updated.
|
|
1179
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1180
|
+
*/
|
|
1181
|
+
readonly lastUpdated?: Date;
|
|
1182
|
+
}
|
|
1183
|
+
/** List of SKU proxy resources for the HCI cluster. */
|
|
1184
|
+
export interface SkuList {
|
|
1185
|
+
/**
|
|
1186
|
+
* List of SKU proxy resources.
|
|
1187
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1188
|
+
*/
|
|
1189
|
+
readonly value?: Sku[];
|
|
1190
|
+
/**
|
|
1191
|
+
* Link to the next set of results.
|
|
1192
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1193
|
+
*/
|
|
1194
|
+
readonly nextLink?: string;
|
|
1195
|
+
}
|
|
1196
|
+
/** List of Update runs */
|
|
1197
|
+
export interface UpdateRunList {
|
|
1198
|
+
/** List of Update runs */
|
|
1199
|
+
value?: UpdateRun[];
|
|
1200
|
+
/**
|
|
1201
|
+
* Link to the next set of results.
|
|
1202
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1203
|
+
*/
|
|
1204
|
+
readonly nextLink?: string;
|
|
1205
|
+
}
|
|
1206
|
+
/** Progress representation of the update run steps. */
|
|
1207
|
+
export interface Step {
|
|
1208
|
+
/** Name of the step. */
|
|
1209
|
+
name?: string;
|
|
1210
|
+
/** More detailed description of the step. */
|
|
1211
|
+
description?: string;
|
|
1212
|
+
/** Error message, specified if the step is in a failed state. */
|
|
1213
|
+
errorMessage?: string;
|
|
1214
|
+
/** Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'. */
|
|
1215
|
+
status?: string;
|
|
1216
|
+
/** When the step started, or empty if it has not started executing. */
|
|
1217
|
+
startTimeUtc?: Date;
|
|
1218
|
+
/** When the step reached a terminal state. */
|
|
1219
|
+
endTimeUtc?: Date;
|
|
1220
|
+
/** Completion time of this step or the last completed sub-step. */
|
|
1221
|
+
lastUpdatedTimeUtc?: Date;
|
|
1222
|
+
/** Expected execution time of a given step. This is optionally authored in the update action plan and can be empty. */
|
|
1223
|
+
expectedExecutionTime?: string;
|
|
1224
|
+
/** Recursive model for child steps of this step. */
|
|
1225
|
+
steps?: Step[];
|
|
1226
|
+
}
|
|
1227
|
+
/** List of Update Summaries */
|
|
1228
|
+
export interface UpdateSummariesList {
|
|
1229
|
+
/** List of Update Summaries */
|
|
1230
|
+
value?: UpdateSummaries[];
|
|
1231
|
+
/**
|
|
1232
|
+
* Link to the next set of results.
|
|
1233
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1234
|
+
*/
|
|
1235
|
+
readonly nextLink?: string;
|
|
1236
|
+
}
|
|
1237
|
+
/** Current version of each updatable component. */
|
|
1238
|
+
export interface PackageVersionInfo {
|
|
1239
|
+
/** Package type */
|
|
1240
|
+
packageType?: string;
|
|
1241
|
+
/** Package version */
|
|
1242
|
+
version?: string;
|
|
1243
|
+
/** Last time this component was updated. */
|
|
1244
|
+
lastUpdated?: Date;
|
|
1245
|
+
}
|
|
1246
|
+
export interface PrecheckResult {
|
|
1247
|
+
/** Name of the individual test/rule/alert that was executed. Unique, not exposed to the customer. */
|
|
1248
|
+
name?: string;
|
|
1249
|
+
/** The health check DisplayName localized of the individual test executed. */
|
|
1250
|
+
displayName?: string;
|
|
1251
|
+
/** Key-value pairs that allow grouping/filtering individual tests. */
|
|
1252
|
+
tags?: PrecheckResultTags;
|
|
1253
|
+
/** Key-value pairs that allow grouping/filtering individual tests. */
|
|
1254
|
+
healthCheckTags?: Record<string, unknown>;
|
|
1255
|
+
/** User-facing name; one or more sentences indicating the direct issue. */
|
|
1256
|
+
title?: string;
|
|
1257
|
+
/** The status of the check running (i.e. Failed, Succeeded, In Progress). This answers whether the check ran, and passed or failed. */
|
|
1258
|
+
status?: Status;
|
|
1259
|
+
/** Severity of the result (Critical, Warning, Informational, Hidden). This answers how important the result is. Critical is the only update-blocking severity. */
|
|
1260
|
+
severity?: Severity;
|
|
1261
|
+
/** Detailed overview of the issue and what impact the issue has on the stamp. */
|
|
1262
|
+
description?: string;
|
|
1263
|
+
/** Set of steps that can be taken to resolve the issue found. */
|
|
1264
|
+
remediation?: string;
|
|
1265
|
+
/** The unique identifier for the affected resource (such as a node or drive). */
|
|
1266
|
+
targetResourceID?: string;
|
|
1267
|
+
/** The name of the affected resource. */
|
|
1268
|
+
targetResourceName?: string;
|
|
1269
|
+
/** The type of resource being referred to (well-known set of nouns in infrastructure, aligning with Monitoring). */
|
|
1270
|
+
targetResourceType?: string;
|
|
1271
|
+
/** The time in which the HealthCheck was called. */
|
|
1272
|
+
timestamp?: Date;
|
|
1273
|
+
/** Property bag of key value pairs for additional information. */
|
|
1274
|
+
additionalData?: string;
|
|
1275
|
+
/** The name of the services called for the HealthCheck (I.E. Test-AzureStack, Test-Cluster). */
|
|
1276
|
+
healthCheckSource?: string;
|
|
1277
|
+
}
|
|
1278
|
+
/** Key-value pairs that allow grouping/filtering individual tests. */
|
|
1279
|
+
export interface PrecheckResultTags {
|
|
1280
|
+
/** Key that allow grouping/filtering individual tests. */
|
|
1281
|
+
key?: string;
|
|
1282
|
+
/** Value of the key that allow grouping/filtering individual tests. */
|
|
1283
|
+
value?: string;
|
|
1284
|
+
}
|
|
1285
|
+
/** List of Updates */
|
|
1286
|
+
export interface UpdateList {
|
|
1287
|
+
/** List of Updates */
|
|
1288
|
+
value?: Update[];
|
|
1289
|
+
/**
|
|
1290
|
+
* Link to the next set of results.
|
|
1291
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1292
|
+
*/
|
|
1293
|
+
readonly nextLink?: string;
|
|
1294
|
+
}
|
|
1295
|
+
/** If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty. */
|
|
1296
|
+
export interface UpdatePrerequisite {
|
|
1297
|
+
/** Updatable component type. */
|
|
1298
|
+
updateType?: string;
|
|
1299
|
+
/** Version of the prerequisite. */
|
|
1300
|
+
version?: string;
|
|
1301
|
+
/** Friendly name of the prerequisite. */
|
|
1302
|
+
packageName?: string;
|
|
1303
|
+
}
|
|
1304
|
+
/** Connectivity related configuration required by arc server. */
|
|
1305
|
+
export interface ArcConnectivityProperties {
|
|
1306
|
+
/** True indicates ARC connectivity is enabled */
|
|
1307
|
+
enabled?: boolean;
|
|
1308
|
+
/** Service configurations associated with the connectivity resource. They are only processed by the server if 'enabled' property is set to 'true'. */
|
|
1309
|
+
serviceConfigurations?: ServiceConfiguration[];
|
|
1310
|
+
}
|
|
1311
|
+
/** Service configuration details */
|
|
1312
|
+
export interface ServiceConfiguration {
|
|
1313
|
+
/** Name of the service. */
|
|
1314
|
+
serviceName: ServiceName;
|
|
1315
|
+
/** The port on which service is enabled. */
|
|
1316
|
+
port: number;
|
|
1317
|
+
}
|
|
1318
|
+
/** The AdapterPropertyOverrides of a cluster. */
|
|
1319
|
+
export interface HciEdgeDeviceAdapterPropertyOverrides {
|
|
1320
|
+
/**
|
|
1321
|
+
* This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
|
|
1322
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1323
|
+
*/
|
|
1324
|
+
readonly jumboPacket?: string;
|
|
1325
|
+
/**
|
|
1326
|
+
* This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
|
|
1327
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1328
|
+
*/
|
|
1329
|
+
readonly networkDirect?: string;
|
|
1330
|
+
/**
|
|
1331
|
+
* 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'
|
|
1332
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1333
|
+
*/
|
|
1334
|
+
readonly networkDirectTechnology?: string;
|
|
1335
|
+
}
|
|
1336
|
+
/** The device Configuration for edge device. */
|
|
1337
|
+
export interface DeviceConfiguration {
|
|
1338
|
+
/** NIC Details of device */
|
|
1339
|
+
nicDetails?: NicDetail[];
|
|
1340
|
+
/** Device metadata details. */
|
|
1341
|
+
deviceMetadata?: string;
|
|
1342
|
+
}
|
|
1343
|
+
/** The NIC Detail of a device. */
|
|
1344
|
+
export interface NicDetail {
|
|
1345
|
+
/** Adapter Name of NIC */
|
|
1346
|
+
adapterName?: string;
|
|
1347
|
+
/** Interface Description of NIC */
|
|
1348
|
+
interfaceDescription?: string;
|
|
1349
|
+
/** Component Id of NIC */
|
|
1350
|
+
componentId?: string;
|
|
1351
|
+
/** Driver Version of NIC */
|
|
1352
|
+
driverVersion?: string;
|
|
1353
|
+
/** Subnet Mask of NIC */
|
|
1354
|
+
ip4Address?: string;
|
|
1355
|
+
/** Subnet Mask of NIC */
|
|
1356
|
+
subnetMask?: string;
|
|
1357
|
+
/** Default Gateway of NIC */
|
|
1358
|
+
defaultGateway?: string;
|
|
1359
|
+
/** DNS Servers for NIC */
|
|
1360
|
+
dnsServers?: string[];
|
|
1361
|
+
/** Default Isolation of Management NIC */
|
|
1362
|
+
defaultIsolationId?: string;
|
|
1363
|
+
}
|
|
1364
|
+
/** Edge Device properties */
|
|
1365
|
+
export interface EdgeDeviceProperties {
|
|
1366
|
+
/** Device Configuration */
|
|
1367
|
+
deviceConfiguration?: DeviceConfiguration;
|
|
1368
|
+
/**
|
|
1369
|
+
* Provisioning state of edgeDevice resource
|
|
1370
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1371
|
+
*/
|
|
1372
|
+
readonly provisioningState?: ProvisioningState;
|
|
1373
|
+
}
|
|
1374
|
+
/** details of validation failure */
|
|
1375
|
+
export interface HciValidationFailureDetail {
|
|
1376
|
+
/**
|
|
1377
|
+
* Exception details while installing extension.
|
|
1378
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1379
|
+
*/
|
|
1380
|
+
readonly exception?: string;
|
|
1381
|
+
}
|
|
1382
|
+
/** Arc extension installed on edge device. */
|
|
1383
|
+
export interface HciEdgeDeviceArcExtension {
|
|
1384
|
+
/**
|
|
1385
|
+
* Arc extension name installed on edge device.
|
|
1386
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1387
|
+
*/
|
|
1388
|
+
readonly extensionName?: string;
|
|
1389
|
+
/**
|
|
1390
|
+
* Arc extension state from arc machine extension.
|
|
1391
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1392
|
+
*/
|
|
1393
|
+
readonly state?: ArcExtensionState;
|
|
1394
|
+
/**
|
|
1395
|
+
* Error details while installing Arc extension.
|
|
1396
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1397
|
+
*/
|
|
1398
|
+
readonly errorDetails?: HciValidationFailureDetail[];
|
|
1399
|
+
/**
|
|
1400
|
+
* Arc Extension Azure resource id.
|
|
1401
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1402
|
+
*/
|
|
1403
|
+
readonly extensionResourceId?: string;
|
|
1404
|
+
/**
|
|
1405
|
+
* Extension version installed.
|
|
1406
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1407
|
+
*/
|
|
1408
|
+
readonly typeHandlerVersion?: string;
|
|
1409
|
+
/**
|
|
1410
|
+
* Extension managed by user or Azure.
|
|
1411
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1412
|
+
*/
|
|
1413
|
+
readonly managedBy?: ExtensionManagedBy;
|
|
1414
|
+
}
|
|
1415
|
+
/** Extensions details for edge device. */
|
|
1416
|
+
export interface ExtensionProfile {
|
|
1417
|
+
/**
|
|
1418
|
+
* List of Arc extensions installed on edge device.
|
|
1419
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1420
|
+
*/
|
|
1421
|
+
readonly extensions?: HciEdgeDeviceArcExtension[];
|
|
1422
|
+
}
|
|
1423
|
+
/** The network profile of a device. */
|
|
1424
|
+
export interface HciNetworkProfile {
|
|
1425
|
+
/**
|
|
1426
|
+
* List of NIC Details of device.
|
|
1427
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1428
|
+
*/
|
|
1429
|
+
readonly nicDetails?: HciNicDetail[];
|
|
1430
|
+
/**
|
|
1431
|
+
* List of switch details for edge device.
|
|
1432
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1433
|
+
*/
|
|
1434
|
+
readonly switchDetails?: SwitchDetail[];
|
|
1435
|
+
/**
|
|
1436
|
+
* HostNetwork config to deploy AzureStackHCI Cluster.
|
|
1437
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1438
|
+
*/
|
|
1439
|
+
readonly hostNetwork?: HciEdgeDeviceHostNetwork;
|
|
1440
|
+
}
|
|
1441
|
+
/** The NIC Detail of a device. */
|
|
1442
|
+
export interface HciNicDetail {
|
|
1443
|
+
/**
|
|
1444
|
+
* Adapter Name of NIC
|
|
1445
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1446
|
+
*/
|
|
1447
|
+
readonly adapterName?: string;
|
|
1448
|
+
/**
|
|
1449
|
+
* Interface Description of NIC
|
|
1450
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1451
|
+
*/
|
|
1452
|
+
readonly interfaceDescription?: string;
|
|
1453
|
+
/**
|
|
1454
|
+
* Component Id of NIC
|
|
1455
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1456
|
+
*/
|
|
1457
|
+
readonly componentId?: string;
|
|
1458
|
+
/**
|
|
1459
|
+
* Driver Version of NIC
|
|
1460
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1461
|
+
*/
|
|
1462
|
+
readonly driverVersion?: string;
|
|
1463
|
+
/**
|
|
1464
|
+
* Subnet Mask of NIC
|
|
1465
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1466
|
+
*/
|
|
1467
|
+
readonly ip4Address?: string;
|
|
1468
|
+
/**
|
|
1469
|
+
* Subnet Mask of NIC
|
|
1470
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1471
|
+
*/
|
|
1472
|
+
readonly subnetMask?: string;
|
|
1473
|
+
/**
|
|
1474
|
+
* Default Gateway of NIC
|
|
1475
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1476
|
+
*/
|
|
1477
|
+
readonly defaultGateway?: string;
|
|
1478
|
+
/**
|
|
1479
|
+
* DNS Servers for NIC
|
|
1480
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1481
|
+
*/
|
|
1482
|
+
readonly dnsServers?: string[];
|
|
1483
|
+
/**
|
|
1484
|
+
* Default Isolation of Management NIC
|
|
1485
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1486
|
+
*/
|
|
1487
|
+
readonly defaultIsolationId?: string;
|
|
1488
|
+
/**
|
|
1489
|
+
* MAC address information of NIC.
|
|
1490
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1491
|
+
*/
|
|
1492
|
+
readonly macAddress?: string;
|
|
1493
|
+
/**
|
|
1494
|
+
* The slot attached to the NIC.
|
|
1495
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1496
|
+
*/
|
|
1497
|
+
readonly slot?: string;
|
|
1498
|
+
/**
|
|
1499
|
+
* The switch attached to the NIC, if any.
|
|
1500
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1501
|
+
*/
|
|
1502
|
+
readonly switchName?: string;
|
|
1503
|
+
/**
|
|
1504
|
+
* The type of NIC, physical, virtual, management.
|
|
1505
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1506
|
+
*/
|
|
1507
|
+
readonly nicType?: string;
|
|
1508
|
+
/**
|
|
1509
|
+
* The VLAN ID of the physical NIC.
|
|
1510
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1511
|
+
*/
|
|
1512
|
+
readonly vlanId?: string;
|
|
1513
|
+
/**
|
|
1514
|
+
* The status of NIC, up, disconnected.
|
|
1515
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1516
|
+
*/
|
|
1517
|
+
readonly nicStatus?: string;
|
|
1518
|
+
}
|
|
1519
|
+
/** List of switch details for edge device. */
|
|
1520
|
+
export interface SwitchDetail {
|
|
1521
|
+
/**
|
|
1522
|
+
* The name of the switch.
|
|
1523
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1524
|
+
*/
|
|
1525
|
+
readonly switchName?: string;
|
|
1526
|
+
/**
|
|
1527
|
+
* The type of the switch. e.g. external, internal.
|
|
1528
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1529
|
+
*/
|
|
1530
|
+
readonly switchType?: string;
|
|
1531
|
+
/**
|
|
1532
|
+
* This represents extensions installed on virtualSwitch.
|
|
1533
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1534
|
+
*/
|
|
1535
|
+
readonly extensions?: SwitchExtension[];
|
|
1536
|
+
}
|
|
1537
|
+
/** This represents extensions installed on virtualSwitch. */
|
|
1538
|
+
export interface SwitchExtension {
|
|
1539
|
+
/**
|
|
1540
|
+
* Unique identifier for virtualSwitch.
|
|
1541
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1542
|
+
*/
|
|
1543
|
+
readonly switchId?: string;
|
|
1544
|
+
/**
|
|
1545
|
+
* This will show extension name for virtualSwitch.
|
|
1546
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1547
|
+
*/
|
|
1548
|
+
readonly extensionName?: string;
|
|
1549
|
+
/**
|
|
1550
|
+
* This represents whether extension is enabled on virtualSwitch.
|
|
1551
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1552
|
+
*/
|
|
1553
|
+
readonly extensionEnabled?: boolean;
|
|
1554
|
+
}
|
|
1555
|
+
/** The HostNetwork of a cluster. */
|
|
1556
|
+
export interface HciEdgeDeviceHostNetwork {
|
|
1557
|
+
/**
|
|
1558
|
+
* 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.
|
|
1559
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1560
|
+
*/
|
|
1561
|
+
readonly intents?: HciEdgeDeviceIntents[];
|
|
1562
|
+
/**
|
|
1563
|
+
* List of StorageNetworks config to deploy AzureStackHCI Cluster.
|
|
1564
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1565
|
+
*/
|
|
1566
|
+
readonly storageNetworks?: HciEdgeDeviceStorageNetworks[];
|
|
1567
|
+
/**
|
|
1568
|
+
* Defines how the storage adapters between nodes are connected either switch or switch less.
|
|
1569
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1570
|
+
*/
|
|
1571
|
+
readonly storageConnectivitySwitchless?: boolean;
|
|
1572
|
+
/**
|
|
1573
|
+
* 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.
|
|
1574
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1575
|
+
*/
|
|
1576
|
+
readonly enableStorageAutoIp?: boolean;
|
|
1577
|
+
}
|
|
1578
|
+
/** The Intents of a cluster. */
|
|
1579
|
+
export interface HciEdgeDeviceIntents {
|
|
1580
|
+
/**
|
|
1581
|
+
* Scope for host network intent.
|
|
1582
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1583
|
+
*/
|
|
1584
|
+
readonly scope?: number;
|
|
1585
|
+
/**
|
|
1586
|
+
* IntentType for host network intent.
|
|
1587
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1588
|
+
*/
|
|
1589
|
+
readonly intentType?: number;
|
|
1590
|
+
/**
|
|
1591
|
+
* IsComputeIntentSet for host network intent.
|
|
1592
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1593
|
+
*/
|
|
1594
|
+
readonly isComputeIntentSet?: boolean;
|
|
1595
|
+
/**
|
|
1596
|
+
* IsStorageIntentSet for host network intent.
|
|
1597
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1598
|
+
*/
|
|
1599
|
+
readonly isStorageIntentSet?: boolean;
|
|
1600
|
+
/**
|
|
1601
|
+
* IntentType for host network intent.
|
|
1602
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1603
|
+
*/
|
|
1604
|
+
readonly isOnlyStorage?: boolean;
|
|
1605
|
+
/**
|
|
1606
|
+
* IsManagementIntentSet for host network intent.
|
|
1607
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1608
|
+
*/
|
|
1609
|
+
readonly isManagementIntentSet?: boolean;
|
|
1610
|
+
/**
|
|
1611
|
+
* IsStretchIntentSet for host network intent.
|
|
1612
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1613
|
+
*/
|
|
1614
|
+
readonly isStretchIntentSet?: boolean;
|
|
1615
|
+
/**
|
|
1616
|
+
* IsOnlyStretch for host network intent.
|
|
1617
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1618
|
+
*/
|
|
1619
|
+
readonly isOnlyStretch?: boolean;
|
|
1620
|
+
/**
|
|
1621
|
+
* IsNetworkIntentType for host network intent.
|
|
1622
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1623
|
+
*/
|
|
1624
|
+
readonly isNetworkIntentType?: boolean;
|
|
1625
|
+
/**
|
|
1626
|
+
* Name of the network intent you wish to create.
|
|
1627
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1628
|
+
*/
|
|
1629
|
+
readonly intentName?: string;
|
|
1630
|
+
/**
|
|
1631
|
+
* Array of adapters used for the network intent.
|
|
1632
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1633
|
+
*/
|
|
1634
|
+
readonly intentAdapters?: string[];
|
|
1635
|
+
/**
|
|
1636
|
+
* This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
|
|
1637
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1638
|
+
*/
|
|
1639
|
+
readonly overrideVirtualSwitchConfiguration?: boolean;
|
|
1640
|
+
/**
|
|
1641
|
+
* Set virtualSwitch ConfigurationOverrides for cluster.
|
|
1642
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1643
|
+
*/
|
|
1644
|
+
readonly virtualSwitchConfigurationOverrides?: HciEdgeDeviceVirtualSwitchConfigurationOverrides;
|
|
1645
|
+
/**
|
|
1646
|
+
* This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
|
|
1647
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1648
|
+
*/
|
|
1649
|
+
readonly overrideQosPolicy?: boolean;
|
|
1650
|
+
/**
|
|
1651
|
+
* Set QoS PolicyOverrides for cluster.
|
|
1652
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1653
|
+
*/
|
|
1654
|
+
readonly qosPolicyOverrides?: QosPolicyOverrides;
|
|
1655
|
+
/**
|
|
1656
|
+
* This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
|
|
1657
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1658
|
+
*/
|
|
1659
|
+
readonly overrideAdapterProperty?: boolean;
|
|
1660
|
+
/**
|
|
1661
|
+
* Set Adapter PropertyOverrides for cluster.
|
|
1662
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1663
|
+
*/
|
|
1664
|
+
readonly adapterPropertyOverrides?: HciEdgeDeviceAdapterPropertyOverrides;
|
|
1665
|
+
}
|
|
1666
|
+
/** The VirtualSwitchConfigurationOverrides of a cluster. */
|
|
1667
|
+
export interface HciEdgeDeviceVirtualSwitchConfigurationOverrides {
|
|
1668
|
+
/**
|
|
1669
|
+
* Enable IoV for Virtual Switch
|
|
1670
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1671
|
+
*/
|
|
1672
|
+
readonly enableIov?: string;
|
|
1673
|
+
/**
|
|
1674
|
+
* Load Balancing Algorithm for Virtual Switch
|
|
1675
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1676
|
+
*/
|
|
1677
|
+
readonly loadBalancingAlgorithm?: string;
|
|
1678
|
+
}
|
|
1679
|
+
/** The StorageNetworks of a cluster. */
|
|
1680
|
+
export interface HciEdgeDeviceStorageNetworks {
|
|
1681
|
+
/**
|
|
1682
|
+
* Name of the storage network.
|
|
1683
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1684
|
+
*/
|
|
1685
|
+
readonly name?: string;
|
|
1686
|
+
/**
|
|
1687
|
+
* Name of the storage network adapter.
|
|
1688
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1689
|
+
*/
|
|
1690
|
+
readonly networkAdapterName?: string;
|
|
1691
|
+
/**
|
|
1692
|
+
* ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic.
|
|
1693
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1694
|
+
*/
|
|
1695
|
+
readonly storageVlanId?: string;
|
|
1696
|
+
/**
|
|
1697
|
+
* List of Storage adapter physical nodes config to deploy AzureStackHCI Cluster.
|
|
1698
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1699
|
+
*/
|
|
1700
|
+
readonly storageAdapterIPInfo?: HciEdgeDeviceStorageAdapterIPInfo[];
|
|
1701
|
+
}
|
|
1702
|
+
/** The StorageAdapter physical nodes of a cluster. */
|
|
1703
|
+
export interface HciEdgeDeviceStorageAdapterIPInfo {
|
|
1704
|
+
/**
|
|
1705
|
+
* storage adapter physical node name.
|
|
1706
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1707
|
+
*/
|
|
1708
|
+
readonly physicalNode?: string;
|
|
1709
|
+
/**
|
|
1710
|
+
* The IPv4 address assigned to each storage adapter physical node on your Azure Stack HCI cluster.
|
|
1711
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1712
|
+
*/
|
|
1713
|
+
readonly ipv4Address?: string;
|
|
1714
|
+
/**
|
|
1715
|
+
* The SubnetMask address assigned to each storage adapter physical node on your Azure Stack HCI cluster.
|
|
1716
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1717
|
+
*/
|
|
1718
|
+
readonly subnetMask?: string;
|
|
1719
|
+
}
|
|
1720
|
+
/** OS configurations for HCI device. */
|
|
1721
|
+
export interface HciOsProfile {
|
|
1722
|
+
/**
|
|
1723
|
+
* The boot type of the device. e.g. UEFI, Legacy etc
|
|
1724
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1725
|
+
*/
|
|
1726
|
+
readonly bootType?: string;
|
|
1727
|
+
/**
|
|
1728
|
+
* Version of assembly present on device
|
|
1729
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1730
|
+
*/
|
|
1731
|
+
readonly assemblyVersion?: string;
|
|
1732
|
+
}
|
|
1733
|
+
/** Solution builder extension (SBE) deployment package information. */
|
|
1734
|
+
export interface SbeDeploymentPackageInfo {
|
|
1735
|
+
/**
|
|
1736
|
+
* SBE deployment validation code.
|
|
1737
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1738
|
+
*/
|
|
1739
|
+
readonly code?: string;
|
|
1740
|
+
/**
|
|
1741
|
+
* A detailed message that explains the SBE package validation result.
|
|
1742
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1743
|
+
*/
|
|
1744
|
+
readonly message?: string;
|
|
1745
|
+
/**
|
|
1746
|
+
* This represents discovered update results for matching updates and store it as SBE manifest.
|
|
1747
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1748
|
+
*/
|
|
1749
|
+
readonly sbeManifest?: string;
|
|
1750
|
+
}
|
|
1751
|
+
/** Reported properties pushed from edge device. */
|
|
1752
|
+
export interface ReportedProperties {
|
|
1753
|
+
/**
|
|
1754
|
+
* edge device state.
|
|
1755
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1756
|
+
*/
|
|
1757
|
+
readonly deviceState?: DeviceState;
|
|
1758
|
+
/**
|
|
1759
|
+
* Extensions details for edge device.
|
|
1760
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1761
|
+
*/
|
|
1762
|
+
readonly extensionProfile?: ExtensionProfile;
|
|
1763
|
+
}
|
|
1764
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1765
|
+
export interface ProxyResource extends Resource {
|
|
1766
|
+
}
|
|
1767
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1768
|
+
export interface TrackedResource extends Resource {
|
|
1769
|
+
/** Resource tags. */
|
|
1770
|
+
tags?: {
|
|
1771
|
+
[propertyName: string]: string;
|
|
1772
|
+
};
|
|
1773
|
+
/** The geo-location where the resource lives */
|
|
1774
|
+
location: string;
|
|
1775
|
+
}
|
|
1776
|
+
/** properties for Arc-enabled edge device with HCI OS. */
|
|
1777
|
+
export interface HciEdgeDeviceProperties extends EdgeDeviceProperties {
|
|
1778
|
+
/**
|
|
1779
|
+
* The instance view of all current configurations on HCI device.
|
|
1780
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1781
|
+
*/
|
|
1782
|
+
readonly reportedProperties?: HciReportedProperties;
|
|
1783
|
+
}
|
|
1784
|
+
/** The device Configuration for HCI device. */
|
|
1785
|
+
export interface HciReportedProperties extends ReportedProperties {
|
|
1786
|
+
/**
|
|
1787
|
+
* HCI device network information.
|
|
1788
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1789
|
+
*/
|
|
1790
|
+
readonly networkProfile?: HciNetworkProfile;
|
|
1791
|
+
/**
|
|
1792
|
+
* HCI device OS specific information.
|
|
1793
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1794
|
+
*/
|
|
1795
|
+
readonly osProfile?: HciOsProfile;
|
|
1796
|
+
/**
|
|
1797
|
+
* Solution builder extension (SBE) deployment package information.
|
|
1798
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1799
|
+
*/
|
|
1800
|
+
readonly sbeDeploymentPackageInfo?: SbeDeploymentPackageInfo;
|
|
1801
|
+
}
|
|
1802
|
+
/** ArcSetting details. */
|
|
1803
|
+
export interface ArcSetting extends ProxyResource {
|
|
1804
|
+
/**
|
|
1805
|
+
* Provisioning state of the ArcSetting proxy resource.
|
|
1806
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1807
|
+
*/
|
|
1808
|
+
readonly provisioningState?: ProvisioningState;
|
|
1809
|
+
/** The resource group that hosts the Arc agents, ie. Hybrid Compute Machine resources. */
|
|
1810
|
+
arcInstanceResourceGroup?: string;
|
|
1811
|
+
/** App id of arc AAD identity. */
|
|
1812
|
+
arcApplicationClientId?: string;
|
|
1813
|
+
/** Tenant id of arc AAD identity. */
|
|
1814
|
+
arcApplicationTenantId?: string;
|
|
1815
|
+
/** Object id of arc AAD service principal. */
|
|
1816
|
+
arcServicePrincipalObjectId?: string;
|
|
1817
|
+
/** Object id of arc AAD identity. */
|
|
1818
|
+
arcApplicationObjectId?: string;
|
|
1819
|
+
/**
|
|
1820
|
+
* Aggregate state of Arc agent across the nodes in this HCI cluster.
|
|
1821
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1822
|
+
*/
|
|
1823
|
+
readonly aggregateState?: ArcSettingAggregateState;
|
|
1824
|
+
/**
|
|
1825
|
+
* State of Arc agent in each of the nodes.
|
|
1826
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1827
|
+
*/
|
|
1828
|
+
readonly perNodeDetails?: PerNodeState[];
|
|
1829
|
+
/** contains connectivity related configuration for ARC resources */
|
|
1830
|
+
connectivityProperties?: Record<string, unknown>;
|
|
1831
|
+
/**
|
|
1832
|
+
* Properties for each of the default extensions category
|
|
1833
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1834
|
+
*/
|
|
1835
|
+
readonly defaultExtensions?: DefaultExtensionDetails[];
|
|
1836
|
+
}
|
|
1837
|
+
/** Edge device resource */
|
|
1838
|
+
export interface DeploymentSetting extends ProxyResource {
|
|
1839
|
+
/**
|
|
1840
|
+
* DeploymentSetting provisioning state
|
|
1841
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1842
|
+
*/
|
|
1843
|
+
readonly provisioningState?: ProvisioningState;
|
|
1844
|
+
/** Azure resource ids of Arc machines to be part of cluster. */
|
|
1845
|
+
arcNodeResourceIds?: string[];
|
|
1846
|
+
/** The deployment mode for cluster deployment. */
|
|
1847
|
+
deploymentMode?: DeploymentMode;
|
|
1848
|
+
/** The intended operation for a cluster. */
|
|
1849
|
+
operationType?: OperationType;
|
|
1850
|
+
/** Scale units will contains list of deployment data */
|
|
1851
|
+
deploymentConfiguration?: DeploymentConfiguration;
|
|
1852
|
+
/**
|
|
1853
|
+
* Deployment Status reported from cluster.
|
|
1854
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1855
|
+
*/
|
|
1856
|
+
readonly reportedProperties?: EceReportedProperties;
|
|
1857
|
+
}
|
|
1858
|
+
/** Edge device resource. */
|
|
1859
|
+
export interface EdgeDevice extends ProxyResource {
|
|
1860
|
+
/** Device kind to support polymorphic resource. */
|
|
1861
|
+
kind: DeviceKind;
|
|
1862
|
+
}
|
|
1863
|
+
/** Details of a particular extension in HCI Cluster. */
|
|
1864
|
+
export interface Extension extends ProxyResource {
|
|
1865
|
+
/**
|
|
1866
|
+
* Provisioning state of the Extension proxy resource.
|
|
1867
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1868
|
+
*/
|
|
1869
|
+
readonly provisioningState?: ProvisioningState;
|
|
1870
|
+
/**
|
|
1871
|
+
* Aggregate state of Arc Extensions across the nodes in this HCI cluster.
|
|
1872
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1873
|
+
*/
|
|
1874
|
+
readonly aggregateState?: ExtensionAggregateState;
|
|
1875
|
+
/**
|
|
1876
|
+
* State of Arc Extension in each of the nodes.
|
|
1877
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1878
|
+
*/
|
|
1879
|
+
readonly perNodeExtensionDetails?: PerNodeExtensionState[];
|
|
1880
|
+
/**
|
|
1881
|
+
* Indicates if the extension is managed by azure or the user.
|
|
1882
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1883
|
+
*/
|
|
1884
|
+
readonly managedBy?: ExtensionManagedBy;
|
|
1885
|
+
/** How the extension handler should be forced to update even if the extension configuration has not changed. */
|
|
1886
|
+
forceUpdateTag?: string;
|
|
1887
|
+
/** The name of the extension handler publisher. */
|
|
1888
|
+
publisher?: string;
|
|
1889
|
+
/** Specifies the type of the extension; an example is "CustomScriptExtension". */
|
|
1890
|
+
typePropertiesExtensionParametersType?: string;
|
|
1891
|
+
/** Specifies the version of the script handler. Latest version would be used if not specified. */
|
|
1892
|
+
typeHandlerVersion?: string;
|
|
1893
|
+
/** 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. */
|
|
1894
|
+
autoUpgradeMinorVersion?: boolean;
|
|
1895
|
+
/** Json formatted public settings for the extension. */
|
|
1896
|
+
settings?: Record<string, unknown>;
|
|
1897
|
+
/** Protected settings (may contain secrets). */
|
|
1898
|
+
protectedSettings?: Record<string, unknown>;
|
|
1899
|
+
/** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */
|
|
1900
|
+
enableAutomaticUpgrade?: boolean;
|
|
1901
|
+
}
|
|
1902
|
+
/** Offer details. */
|
|
1903
|
+
export interface Offer extends ProxyResource {
|
|
1904
|
+
/**
|
|
1905
|
+
* Provisioning State
|
|
1906
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1907
|
+
*/
|
|
1908
|
+
readonly provisioningState?: string;
|
|
1909
|
+
/** Identifier of the Publisher for the offer */
|
|
1910
|
+
publisherId?: string;
|
|
1911
|
+
/** JSON serialized catalog content of the offer */
|
|
1912
|
+
content?: string;
|
|
1913
|
+
/** The API version of the catalog service used to serve the catalog content */
|
|
1914
|
+
contentVersion?: string;
|
|
1915
|
+
/** Array of SKU mappings */
|
|
1916
|
+
skuMappings?: SkuMappings[];
|
|
1917
|
+
}
|
|
1918
|
+
/** Publisher details. */
|
|
1919
|
+
export interface Publisher extends ProxyResource {
|
|
1920
|
+
/**
|
|
1921
|
+
* Provisioning State
|
|
1922
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1923
|
+
*/
|
|
1924
|
+
readonly provisioningState?: string;
|
|
1925
|
+
}
|
|
1926
|
+
/** Security settings proxy resource */
|
|
1927
|
+
export interface SecuritySetting extends ProxyResource {
|
|
1928
|
+
/** Secured Core Compliance Assignment */
|
|
1929
|
+
securedCoreComplianceAssignment?: ComplianceAssignmentType;
|
|
1930
|
+
/** WDAC Compliance Assignment */
|
|
1931
|
+
wdacComplianceAssignment?: ComplianceAssignmentType;
|
|
1932
|
+
/** SMB encryption for intra-cluster traffic Compliance Assignment */
|
|
1933
|
+
smbEncryptionForIntraClusterTrafficComplianceAssignment?: ComplianceAssignmentType;
|
|
1934
|
+
/**
|
|
1935
|
+
* Security Compliance Status
|
|
1936
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1937
|
+
*/
|
|
1938
|
+
readonly securityComplianceStatus?: SecurityComplianceStatus;
|
|
1939
|
+
/** The status of the last operation. */
|
|
1940
|
+
provisioningState?: ProvisioningState;
|
|
1941
|
+
}
|
|
1942
|
+
/** Sku details. */
|
|
1943
|
+
export interface Sku extends ProxyResource {
|
|
1944
|
+
/**
|
|
1945
|
+
* Provisioning State
|
|
1946
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1947
|
+
*/
|
|
1948
|
+
readonly provisioningState?: string;
|
|
1949
|
+
/** Identifier of the Publisher for the offer */
|
|
1950
|
+
publisherId?: string;
|
|
1951
|
+
/** Identifier of the Offer for the sku */
|
|
1952
|
+
offerId?: string;
|
|
1953
|
+
/** JSON serialized catalog content of the sku offer */
|
|
1954
|
+
content?: string;
|
|
1955
|
+
/** The API version of the catalog service used to serve the catalog content */
|
|
1956
|
+
contentVersion?: string;
|
|
1957
|
+
/** Array of SKU mappings */
|
|
1958
|
+
skuMappings?: SkuMappings[];
|
|
1959
|
+
}
|
|
1960
|
+
/** Details of an Update run */
|
|
1961
|
+
export interface UpdateRun extends ProxyResource {
|
|
1962
|
+
/** The geo-location where the resource lives */
|
|
1963
|
+
location?: string;
|
|
1964
|
+
/**
|
|
1965
|
+
* Provisioning state of the UpdateRuns proxy resource.
|
|
1966
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1967
|
+
*/
|
|
1968
|
+
readonly provisioningState?: ProvisioningState;
|
|
1969
|
+
/** Timestamp of the update run was started. */
|
|
1970
|
+
timeStarted?: Date;
|
|
1971
|
+
/** Timestamp of the most recently completed step in the update run. */
|
|
1972
|
+
lastUpdatedTime?: Date;
|
|
1973
|
+
/** Duration of the update run. */
|
|
1974
|
+
duration?: string;
|
|
1975
|
+
/** State of the update run. */
|
|
1976
|
+
state?: UpdateRunPropertiesState;
|
|
1977
|
+
/** Name of the step. */
|
|
1978
|
+
namePropertiesProgressName?: string;
|
|
1979
|
+
/** More detailed description of the step. */
|
|
1980
|
+
description?: string;
|
|
1981
|
+
/** Error message, specified if the step is in a failed state. */
|
|
1982
|
+
errorMessage?: string;
|
|
1983
|
+
/** Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'. */
|
|
1984
|
+
status?: string;
|
|
1985
|
+
/** When the step started, or empty if it has not started executing. */
|
|
1986
|
+
startTimeUtc?: Date;
|
|
1987
|
+
/** When the step reached a terminal state. */
|
|
1988
|
+
endTimeUtc?: Date;
|
|
1989
|
+
/** Completion time of this step or the last completed sub-step. */
|
|
1990
|
+
lastUpdatedTimeUtc?: Date;
|
|
1991
|
+
/** Expected execution time of a given step. This is optionally authored in the update action plan and can be empty. */
|
|
1992
|
+
expectedExecutionTime?: string;
|
|
1993
|
+
/** Recursive model for child steps of this step. */
|
|
1994
|
+
steps?: Step[];
|
|
1995
|
+
}
|
|
1996
|
+
/** Get the update summaries for the cluster */
|
|
1997
|
+
export interface UpdateSummaries extends ProxyResource {
|
|
1998
|
+
/** The geo-location where the resource lives */
|
|
1999
|
+
location?: string;
|
|
2000
|
+
/**
|
|
2001
|
+
* Provisioning state of the UpdateSummaries proxy resource.
|
|
2002
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2003
|
+
*/
|
|
2004
|
+
readonly provisioningState?: ProvisioningState;
|
|
2005
|
+
/** OEM family name. */
|
|
2006
|
+
oemFamily?: string;
|
|
2007
|
+
/** Current OEM Version. */
|
|
2008
|
+
currentOemVersion?: string;
|
|
2009
|
+
/** Name of the hardware model. */
|
|
2010
|
+
hardwareModel?: string;
|
|
2011
|
+
/** Current version of each updatable component. */
|
|
2012
|
+
packageVersions?: PackageVersionInfo[];
|
|
2013
|
+
/** Current Solution Bundle version of the stamp. */
|
|
2014
|
+
currentVersion?: string;
|
|
2015
|
+
/** Current Sbe version of the stamp. */
|
|
2016
|
+
currentSbeVersion?: string;
|
|
2017
|
+
/** Last time an update installation completed successfully. */
|
|
2018
|
+
lastUpdated?: Date;
|
|
2019
|
+
/** Last time the update service successfully checked for updates */
|
|
2020
|
+
lastChecked?: Date;
|
|
2021
|
+
/** Overall health state for update-specific health checks. */
|
|
2022
|
+
healthState?: HealthState;
|
|
2023
|
+
/** An array of pre-check result objects. */
|
|
2024
|
+
healthCheckResult?: PrecheckResult[];
|
|
2025
|
+
/** Last time the package-specific checks were run. */
|
|
2026
|
+
healthCheckDate?: Date;
|
|
2027
|
+
/** Overall update state of the stamp. */
|
|
2028
|
+
state?: UpdateSummariesPropertiesState;
|
|
2029
|
+
}
|
|
2030
|
+
/** Update details */
|
|
2031
|
+
export interface Update extends ProxyResource {
|
|
2032
|
+
/** The geo-location where the resource lives */
|
|
2033
|
+
location?: string;
|
|
2034
|
+
/**
|
|
2035
|
+
* Provisioning state of the Updates proxy resource.
|
|
2036
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2037
|
+
*/
|
|
2038
|
+
readonly provisioningState?: ProvisioningState;
|
|
2039
|
+
/** Date that the update was installed. */
|
|
2040
|
+
installedDate?: Date;
|
|
2041
|
+
/** Description of the update. */
|
|
2042
|
+
description?: string;
|
|
2043
|
+
/** Minimum Sbe Version of the update. */
|
|
2044
|
+
minSbeVersionRequired?: string;
|
|
2045
|
+
/** State of the update as it relates to this stamp. */
|
|
2046
|
+
state?: State;
|
|
2047
|
+
/** If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty. */
|
|
2048
|
+
prerequisites?: UpdatePrerequisite[];
|
|
2049
|
+
/** An array of component versions for a Solution Bundle update, and an empty array otherwise. */
|
|
2050
|
+
componentVersions?: PackageVersionInfo[];
|
|
2051
|
+
rebootRequired?: RebootRequirement;
|
|
2052
|
+
/** Overall health state for update-specific health checks. */
|
|
2053
|
+
healthState?: HealthState;
|
|
2054
|
+
/** An array of PrecheckResult objects. */
|
|
2055
|
+
healthCheckResult?: PrecheckResult[];
|
|
2056
|
+
/** Last time the package-specific checks were run. */
|
|
2057
|
+
healthCheckDate?: Date;
|
|
2058
|
+
/** Path where the update package is available. */
|
|
2059
|
+
packagePath?: string;
|
|
2060
|
+
/** 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. */
|
|
2061
|
+
packageSizeInMb?: number;
|
|
2062
|
+
/** Display name of the Update */
|
|
2063
|
+
displayName?: string;
|
|
2064
|
+
/** Version of the update. */
|
|
2065
|
+
version?: string;
|
|
2066
|
+
/** Publisher of the update package. */
|
|
2067
|
+
publisher?: string;
|
|
2068
|
+
/** Link to release notes for the update. */
|
|
2069
|
+
releaseLink?: string;
|
|
2070
|
+
/** Indicates the way the update content can be downloaded. */
|
|
2071
|
+
availabilityType?: AvailabilityType;
|
|
2072
|
+
/** Customer-visible type of the update. */
|
|
2073
|
+
packageType?: string;
|
|
2074
|
+
/** 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. */
|
|
2075
|
+
additionalProperties?: string;
|
|
2076
|
+
/** 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. */
|
|
2077
|
+
progressPercentage?: number;
|
|
2078
|
+
/** Brief message with instructions for updates of AvailabilityType Notify. */
|
|
2079
|
+
notifyMessage?: string;
|
|
2080
|
+
}
|
|
2081
|
+
/** Cluster details. */
|
|
2082
|
+
export interface Cluster extends TrackedResource {
|
|
2083
|
+
/**
|
|
2084
|
+
* Provisioning state.
|
|
2085
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2086
|
+
*/
|
|
2087
|
+
readonly provisioningState?: ProvisioningState;
|
|
2088
|
+
/**
|
|
2089
|
+
* Status of the cluster agent.
|
|
2090
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2091
|
+
*/
|
|
2092
|
+
readonly status?: Status;
|
|
2093
|
+
/**
|
|
2094
|
+
* Overall connectivity status for the cluster resource.
|
|
2095
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2096
|
+
*/
|
|
2097
|
+
readonly connectivityStatus?: ConnectivityStatus;
|
|
2098
|
+
/**
|
|
2099
|
+
* Unique, immutable resource id.
|
|
2100
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2101
|
+
*/
|
|
2102
|
+
readonly cloudId?: string;
|
|
2103
|
+
/** Endpoint configured for management from the Azure portal. */
|
|
2104
|
+
cloudManagementEndpoint?: string;
|
|
2105
|
+
/** App id of cluster AAD identity. */
|
|
2106
|
+
aadClientId?: string;
|
|
2107
|
+
/** Tenant id of cluster AAD identity. */
|
|
2108
|
+
aadTenantId?: string;
|
|
2109
|
+
/** Object id of cluster AAD identity. */
|
|
2110
|
+
aadApplicationObjectId?: string;
|
|
2111
|
+
/** Id of cluster identity service principal. */
|
|
2112
|
+
aadServicePrincipalObjectId?: string;
|
|
2113
|
+
/** Software Assurance properties of the cluster. */
|
|
2114
|
+
softwareAssuranceProperties?: SoftwareAssuranceProperties;
|
|
2115
|
+
/** Log Collection properties of the cluster. */
|
|
2116
|
+
logCollectionProperties?: LogCollectionProperties;
|
|
2117
|
+
/** RemoteSupport properties of the cluster. */
|
|
2118
|
+
remoteSupportProperties?: RemoteSupportProperties;
|
|
2119
|
+
/** Desired properties of the cluster. */
|
|
2120
|
+
desiredProperties?: ClusterDesiredProperties;
|
|
2121
|
+
/**
|
|
2122
|
+
* Properties reported by cluster agent.
|
|
2123
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2124
|
+
*/
|
|
2125
|
+
readonly reportedProperties?: ClusterReportedProperties;
|
|
2126
|
+
/**
|
|
2127
|
+
* Attestation configurations for isolated VM (e.g. TVM, CVM) of the cluster.
|
|
2128
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2129
|
+
*/
|
|
2130
|
+
readonly isolatedVmAttestationConfiguration?: IsolatedVmAttestationConfiguration;
|
|
2131
|
+
/**
|
|
2132
|
+
* Number of days remaining in the trial period.
|
|
2133
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2134
|
+
*/
|
|
2135
|
+
readonly trialDaysRemaining?: number;
|
|
2136
|
+
/**
|
|
2137
|
+
* Type of billing applied to the resource.
|
|
2138
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2139
|
+
*/
|
|
2140
|
+
readonly billingModel?: string;
|
|
2141
|
+
/**
|
|
2142
|
+
* First cluster sync timestamp.
|
|
2143
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2144
|
+
*/
|
|
2145
|
+
readonly registrationTimestamp?: Date;
|
|
2146
|
+
/**
|
|
2147
|
+
* Most recent cluster sync timestamp.
|
|
2148
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2149
|
+
*/
|
|
2150
|
+
readonly lastSyncTimestamp?: Date;
|
|
2151
|
+
/**
|
|
2152
|
+
* Most recent billing meter timestamp.
|
|
2153
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2154
|
+
*/
|
|
2155
|
+
readonly lastBillingTimestamp?: Date;
|
|
2156
|
+
/**
|
|
2157
|
+
* Region specific DataPath Endpoint of the cluster.
|
|
2158
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2159
|
+
*/
|
|
2160
|
+
readonly serviceEndpoint?: string;
|
|
2161
|
+
/**
|
|
2162
|
+
* Object id of RP Service Principal
|
|
2163
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2164
|
+
*/
|
|
2165
|
+
readonly resourceProviderObjectId?: string;
|
|
2166
|
+
/**
|
|
2167
|
+
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
2168
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2169
|
+
*/
|
|
2170
|
+
readonly principalId?: string;
|
|
2171
|
+
/**
|
|
2172
|
+
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
2173
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2174
|
+
*/
|
|
2175
|
+
readonly tenantId?: string;
|
|
2176
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
2177
|
+
typeIdentityType?: ManagedServiceIdentityType;
|
|
2178
|
+
/** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
|
|
2179
|
+
userAssignedIdentities?: {
|
|
2180
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
2181
|
+
};
|
|
2182
|
+
}
|
|
2183
|
+
/** Arc-enabled edge device with HCI OS. */
|
|
2184
|
+
export interface HciEdgeDevice extends EdgeDevice {
|
|
2185
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2186
|
+
kind: "HCI";
|
|
2187
|
+
/** properties for Arc-enabled edge device with HCI OS. */
|
|
2188
|
+
properties?: HciEdgeDeviceProperties;
|
|
2189
|
+
}
|
|
2190
|
+
/** Defines headers for Clusters_triggerLogCollection operation. */
|
|
2191
|
+
export interface ClustersTriggerLogCollectionHeaders {
|
|
2192
|
+
location?: string;
|
|
2193
|
+
}
|
|
2194
|
+
/** Defines headers for Clusters_configureRemoteSupport operation. */
|
|
2195
|
+
export interface ClustersConfigureRemoteSupportHeaders {
|
|
2196
|
+
location?: string;
|
|
2197
|
+
}
|
|
2198
|
+
/** Defines headers for DeploymentSettings_createOrUpdate operation. */
|
|
2199
|
+
export interface DeploymentSettingsCreateOrUpdateHeaders {
|
|
2200
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
2201
|
+
retryAfter?: number;
|
|
2202
|
+
}
|
|
2203
|
+
/** Defines headers for DeploymentSettings_delete operation. */
|
|
2204
|
+
export interface DeploymentSettingsDeleteHeaders {
|
|
2205
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
2206
|
+
retryAfter?: number;
|
|
2207
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
2208
|
+
location?: string;
|
|
2209
|
+
}
|
|
2210
|
+
/** Defines headers for EdgeDevices_createOrUpdate operation. */
|
|
2211
|
+
export interface EdgeDevicesCreateOrUpdateHeaders {
|
|
2212
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
2213
|
+
retryAfter?: number;
|
|
2214
|
+
}
|
|
2215
|
+
/** Defines headers for EdgeDevices_delete operation. */
|
|
2216
|
+
export interface EdgeDevicesDeleteHeaders {
|
|
2217
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
2218
|
+
retryAfter?: number;
|
|
2219
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
2220
|
+
location?: string;
|
|
2221
|
+
}
|
|
2222
|
+
/** Defines headers for EdgeDevices_validate operation. */
|
|
2223
|
+
export interface EdgeDevicesValidateHeaders {
|
|
2224
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
2225
|
+
retryAfter?: number;
|
|
2226
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
2227
|
+
location?: string;
|
|
2228
|
+
}
|
|
2229
|
+
/** Defines headers for SecuritySettings_createOrUpdate operation. */
|
|
2230
|
+
export interface SecuritySettingsCreateOrUpdateHeaders {
|
|
2231
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
2232
|
+
retryAfter?: number;
|
|
2233
|
+
}
|
|
2234
|
+
/** Defines headers for SecuritySettings_delete operation. */
|
|
2235
|
+
export interface SecuritySettingsDeleteHeaders {
|
|
2236
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
2237
|
+
retryAfter?: number;
|
|
2238
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
2239
|
+
location?: string;
|
|
2240
|
+
}
|
|
2241
|
+
/** Defines headers for UpdateRuns_delete operation. */
|
|
2242
|
+
export interface UpdateRunsDeleteHeaders {
|
|
2243
|
+
/** URL to query for status of the operation. */
|
|
2244
|
+
azureAsyncOperation?: string;
|
|
2245
|
+
}
|
|
2246
|
+
/** Defines headers for UpdateSummaries_delete operation. */
|
|
2247
|
+
export interface UpdateSummariesDeleteHeaders {
|
|
2248
|
+
/** URL to query for status of the operation. */
|
|
2249
|
+
azureAsyncOperation?: string;
|
|
2250
|
+
}
|
|
2251
|
+
/** Defines headers for Updates_post operation. */
|
|
2252
|
+
export interface UpdatesPostHeaders {
|
|
2253
|
+
/** URL to query for status of the operation. */
|
|
2254
|
+
azureAsyncOperation?: string;
|
|
2255
|
+
}
|
|
2256
|
+
/** Defines headers for Updates_delete operation. */
|
|
2257
|
+
export interface UpdatesDeleteHeaders {
|
|
2258
|
+
/** URL to query for status of the operation. */
|
|
2259
|
+
azureAsyncOperation?: string;
|
|
2260
|
+
}
|
|
2261
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
2262
|
+
export declare enum KnownProvisioningState {
|
|
2263
|
+
/** NotSpecified */
|
|
2264
|
+
NotSpecified = "NotSpecified",
|
|
2265
|
+
/** Error */
|
|
2266
|
+
Error = "Error",
|
|
2267
|
+
/** Succeeded */
|
|
2268
|
+
Succeeded = "Succeeded",
|
|
2269
|
+
/** Failed */
|
|
2270
|
+
Failed = "Failed",
|
|
2271
|
+
/** Canceled */
|
|
2272
|
+
Canceled = "Canceled",
|
|
2273
|
+
/** Connected */
|
|
2274
|
+
Connected = "Connected",
|
|
2275
|
+
/** Disconnected */
|
|
2276
|
+
Disconnected = "Disconnected",
|
|
2277
|
+
/** Deleted */
|
|
2278
|
+
Deleted = "Deleted",
|
|
2279
|
+
/** Creating */
|
|
2280
|
+
Creating = "Creating",
|
|
2281
|
+
/** Updating */
|
|
2282
|
+
Updating = "Updating",
|
|
2283
|
+
/** Deleting */
|
|
2284
|
+
Deleting = "Deleting",
|
|
2285
|
+
/** Moving */
|
|
2286
|
+
Moving = "Moving",
|
|
2287
|
+
/** PartiallySucceeded */
|
|
2288
|
+
PartiallySucceeded = "PartiallySucceeded",
|
|
2289
|
+
/** PartiallyConnected */
|
|
2290
|
+
PartiallyConnected = "PartiallyConnected",
|
|
2291
|
+
/** InProgress */
|
|
2292
|
+
InProgress = "InProgress",
|
|
2293
|
+
/** Accepted */
|
|
2294
|
+
Accepted = "Accepted",
|
|
2295
|
+
/** Provisioning */
|
|
2296
|
+
Provisioning = "Provisioning",
|
|
2297
|
+
/** DisableInProgress */
|
|
2298
|
+
DisableInProgress = "DisableInProgress"
|
|
2299
|
+
}
|
|
2300
|
+
/**
|
|
2301
|
+
* Defines values for ProvisioningState. \
|
|
2302
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
2303
|
+
* this enum contains the known values that the service supports.
|
|
2304
|
+
* ### Known values supported by the service
|
|
2305
|
+
* **NotSpecified** \
|
|
2306
|
+
* **Error** \
|
|
2307
|
+
* **Succeeded** \
|
|
2308
|
+
* **Failed** \
|
|
2309
|
+
* **Canceled** \
|
|
2310
|
+
* **Connected** \
|
|
2311
|
+
* **Disconnected** \
|
|
2312
|
+
* **Deleted** \
|
|
2313
|
+
* **Creating** \
|
|
2314
|
+
* **Updating** \
|
|
2315
|
+
* **Deleting** \
|
|
2316
|
+
* **Moving** \
|
|
2317
|
+
* **PartiallySucceeded** \
|
|
2318
|
+
* **PartiallyConnected** \
|
|
2319
|
+
* **InProgress** \
|
|
2320
|
+
* **Accepted** \
|
|
2321
|
+
* **Provisioning** \
|
|
2322
|
+
* **DisableInProgress**
|
|
2323
|
+
*/
|
|
2324
|
+
export type ProvisioningState = string;
|
|
2325
|
+
/** Known values of {@link ArcSettingAggregateState} that the service accepts. */
|
|
2326
|
+
export declare enum KnownArcSettingAggregateState {
|
|
2327
|
+
/** NotSpecified */
|
|
2328
|
+
NotSpecified = "NotSpecified",
|
|
2329
|
+
/** Error */
|
|
2330
|
+
Error = "Error",
|
|
2331
|
+
/** Succeeded */
|
|
2332
|
+
Succeeded = "Succeeded",
|
|
2333
|
+
/** Canceled */
|
|
2334
|
+
Canceled = "Canceled",
|
|
2335
|
+
/** Failed */
|
|
2336
|
+
Failed = "Failed",
|
|
2337
|
+
/** Connected */
|
|
2338
|
+
Connected = "Connected",
|
|
2339
|
+
/** Disconnected */
|
|
2340
|
+
Disconnected = "Disconnected",
|
|
2341
|
+
/** Deleted */
|
|
2342
|
+
Deleted = "Deleted",
|
|
2343
|
+
/** Creating */
|
|
2344
|
+
Creating = "Creating",
|
|
2345
|
+
/** Updating */
|
|
2346
|
+
Updating = "Updating",
|
|
2347
|
+
/** Deleting */
|
|
2348
|
+
Deleting = "Deleting",
|
|
2349
|
+
/** Moving */
|
|
2350
|
+
Moving = "Moving",
|
|
2351
|
+
/** PartiallySucceeded */
|
|
2352
|
+
PartiallySucceeded = "PartiallySucceeded",
|
|
2353
|
+
/** PartiallyConnected */
|
|
2354
|
+
PartiallyConnected = "PartiallyConnected",
|
|
2355
|
+
/** InProgress */
|
|
2356
|
+
InProgress = "InProgress",
|
|
2357
|
+
/** Accepted */
|
|
2358
|
+
Accepted = "Accepted",
|
|
2359
|
+
/** Provisioning */
|
|
2360
|
+
Provisioning = "Provisioning",
|
|
2361
|
+
/** DisableInProgress */
|
|
2362
|
+
DisableInProgress = "DisableInProgress"
|
|
2363
|
+
}
|
|
2364
|
+
/**
|
|
2365
|
+
* Defines values for ArcSettingAggregateState. \
|
|
2366
|
+
* {@link KnownArcSettingAggregateState} can be used interchangeably with ArcSettingAggregateState,
|
|
2367
|
+
* this enum contains the known values that the service supports.
|
|
2368
|
+
* ### Known values supported by the service
|
|
2369
|
+
* **NotSpecified** \
|
|
2370
|
+
* **Error** \
|
|
2371
|
+
* **Succeeded** \
|
|
2372
|
+
* **Canceled** \
|
|
2373
|
+
* **Failed** \
|
|
2374
|
+
* **Connected** \
|
|
2375
|
+
* **Disconnected** \
|
|
2376
|
+
* **Deleted** \
|
|
2377
|
+
* **Creating** \
|
|
2378
|
+
* **Updating** \
|
|
2379
|
+
* **Deleting** \
|
|
2380
|
+
* **Moving** \
|
|
2381
|
+
* **PartiallySucceeded** \
|
|
2382
|
+
* **PartiallyConnected** \
|
|
2383
|
+
* **InProgress** \
|
|
2384
|
+
* **Accepted** \
|
|
2385
|
+
* **Provisioning** \
|
|
2386
|
+
* **DisableInProgress**
|
|
2387
|
+
*/
|
|
2388
|
+
export type ArcSettingAggregateState = string;
|
|
2389
|
+
/** Known values of {@link NodeArcState} that the service accepts. */
|
|
2390
|
+
export declare enum KnownNodeArcState {
|
|
2391
|
+
/** NotSpecified */
|
|
2392
|
+
NotSpecified = "NotSpecified",
|
|
2393
|
+
/** Error */
|
|
2394
|
+
Error = "Error",
|
|
2395
|
+
/** Succeeded */
|
|
2396
|
+
Succeeded = "Succeeded",
|
|
2397
|
+
/** Canceled */
|
|
2398
|
+
Canceled = "Canceled",
|
|
2399
|
+
/** Failed */
|
|
2400
|
+
Failed = "Failed",
|
|
2401
|
+
/** Connected */
|
|
2402
|
+
Connected = "Connected",
|
|
2403
|
+
/** Disconnected */
|
|
2404
|
+
Disconnected = "Disconnected",
|
|
2405
|
+
/** Deleted */
|
|
2406
|
+
Deleted = "Deleted",
|
|
2407
|
+
/** Creating */
|
|
2408
|
+
Creating = "Creating",
|
|
2409
|
+
/** Updating */
|
|
2410
|
+
Updating = "Updating",
|
|
2411
|
+
/** Deleting */
|
|
2412
|
+
Deleting = "Deleting",
|
|
2413
|
+
/** Moving */
|
|
2414
|
+
Moving = "Moving",
|
|
2415
|
+
/** PartiallySucceeded */
|
|
2416
|
+
PartiallySucceeded = "PartiallySucceeded",
|
|
2417
|
+
/** PartiallyConnected */
|
|
2418
|
+
PartiallyConnected = "PartiallyConnected",
|
|
2419
|
+
/** InProgress */
|
|
2420
|
+
InProgress = "InProgress",
|
|
2421
|
+
/** Accepted */
|
|
2422
|
+
Accepted = "Accepted",
|
|
2423
|
+
/** Provisioning */
|
|
2424
|
+
Provisioning = "Provisioning",
|
|
2425
|
+
/** DisableInProgress */
|
|
2426
|
+
DisableInProgress = "DisableInProgress"
|
|
2427
|
+
}
|
|
2428
|
+
/**
|
|
2429
|
+
* Defines values for NodeArcState. \
|
|
2430
|
+
* {@link KnownNodeArcState} can be used interchangeably with NodeArcState,
|
|
2431
|
+
* this enum contains the known values that the service supports.
|
|
2432
|
+
* ### Known values supported by the service
|
|
2433
|
+
* **NotSpecified** \
|
|
2434
|
+
* **Error** \
|
|
2435
|
+
* **Succeeded** \
|
|
2436
|
+
* **Canceled** \
|
|
2437
|
+
* **Failed** \
|
|
2438
|
+
* **Connected** \
|
|
2439
|
+
* **Disconnected** \
|
|
2440
|
+
* **Deleted** \
|
|
2441
|
+
* **Creating** \
|
|
2442
|
+
* **Updating** \
|
|
2443
|
+
* **Deleting** \
|
|
2444
|
+
* **Moving** \
|
|
2445
|
+
* **PartiallySucceeded** \
|
|
2446
|
+
* **PartiallyConnected** \
|
|
2447
|
+
* **InProgress** \
|
|
2448
|
+
* **Accepted** \
|
|
2449
|
+
* **Provisioning** \
|
|
2450
|
+
* **DisableInProgress**
|
|
2451
|
+
*/
|
|
2452
|
+
export type NodeArcState = string;
|
|
2453
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
2454
|
+
export declare enum KnownCreatedByType {
|
|
2455
|
+
/** User */
|
|
2456
|
+
User = "User",
|
|
2457
|
+
/** Application */
|
|
2458
|
+
Application = "Application",
|
|
2459
|
+
/** ManagedIdentity */
|
|
2460
|
+
ManagedIdentity = "ManagedIdentity",
|
|
2461
|
+
/** Key */
|
|
2462
|
+
Key = "Key"
|
|
2463
|
+
}
|
|
2464
|
+
/**
|
|
2465
|
+
* Defines values for CreatedByType. \
|
|
2466
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
2467
|
+
* this enum contains the known values that the service supports.
|
|
2468
|
+
* ### Known values supported by the service
|
|
2469
|
+
* **User** \
|
|
2470
|
+
* **Application** \
|
|
2471
|
+
* **ManagedIdentity** \
|
|
2472
|
+
* **Key**
|
|
2473
|
+
*/
|
|
2474
|
+
export type CreatedByType = string;
|
|
2475
|
+
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
2476
|
+
export declare enum KnownManagedServiceIdentityType {
|
|
2477
|
+
/** None */
|
|
2478
|
+
None = "None",
|
|
2479
|
+
/** SystemAssigned */
|
|
2480
|
+
SystemAssigned = "SystemAssigned",
|
|
2481
|
+
/** UserAssigned */
|
|
2482
|
+
UserAssigned = "UserAssigned",
|
|
2483
|
+
/** SystemAssignedUserAssigned */
|
|
2484
|
+
SystemAssignedUserAssigned = "SystemAssigned, UserAssigned"
|
|
2485
|
+
}
|
|
2486
|
+
/**
|
|
2487
|
+
* Defines values for ManagedServiceIdentityType. \
|
|
2488
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
2489
|
+
* this enum contains the known values that the service supports.
|
|
2490
|
+
* ### Known values supported by the service
|
|
2491
|
+
* **None** \
|
|
2492
|
+
* **SystemAssigned** \
|
|
2493
|
+
* **UserAssigned** \
|
|
2494
|
+
* **SystemAssigned, UserAssigned**
|
|
2495
|
+
*/
|
|
2496
|
+
export type ManagedServiceIdentityType = string;
|
|
2497
|
+
/** Known values of {@link Status} that the service accepts. */
|
|
2498
|
+
export declare enum KnownStatus {
|
|
2499
|
+
/** NotYetRegistered */
|
|
2500
|
+
NotYetRegistered = "NotYetRegistered",
|
|
2501
|
+
/** ConnectedRecently */
|
|
2502
|
+
ConnectedRecently = "ConnectedRecently",
|
|
2503
|
+
/** NotConnectedRecently */
|
|
2504
|
+
NotConnectedRecently = "NotConnectedRecently",
|
|
2505
|
+
/** Disconnected */
|
|
2506
|
+
Disconnected = "Disconnected",
|
|
2507
|
+
/** Error */
|
|
2508
|
+
Error = "Error",
|
|
2509
|
+
/** NotSpecified */
|
|
2510
|
+
NotSpecified = "NotSpecified",
|
|
2511
|
+
/** ValidationInProgress */
|
|
2512
|
+
ValidationInProgress = "ValidationInProgress",
|
|
2513
|
+
/** ValidationSuccess */
|
|
2514
|
+
ValidationSuccess = "ValidationSuccess",
|
|
2515
|
+
/** ValidationFailed */
|
|
2516
|
+
ValidationFailed = "ValidationFailed",
|
|
2517
|
+
/** DeploymentInProgress */
|
|
2518
|
+
DeploymentInProgress = "DeploymentInProgress",
|
|
2519
|
+
/** DeploymentFailed */
|
|
2520
|
+
DeploymentFailed = "DeploymentFailed",
|
|
2521
|
+
/** DeploymentSuccess */
|
|
2522
|
+
DeploymentSuccess = "DeploymentSuccess",
|
|
2523
|
+
/** Succeeded */
|
|
2524
|
+
Succeeded = "Succeeded",
|
|
2525
|
+
/** Failed */
|
|
2526
|
+
Failed = "Failed",
|
|
2527
|
+
/** InProgress */
|
|
2528
|
+
InProgress = "InProgress"
|
|
2529
|
+
}
|
|
2530
|
+
/**
|
|
2531
|
+
* Defines values for Status. \
|
|
2532
|
+
* {@link KnownStatus} can be used interchangeably with Status,
|
|
2533
|
+
* this enum contains the known values that the service supports.
|
|
2534
|
+
* ### Known values supported by the service
|
|
2535
|
+
* **NotYetRegistered** \
|
|
2536
|
+
* **ConnectedRecently** \
|
|
2537
|
+
* **NotConnectedRecently** \
|
|
2538
|
+
* **Disconnected** \
|
|
2539
|
+
* **Error** \
|
|
2540
|
+
* **NotSpecified** \
|
|
2541
|
+
* **ValidationInProgress** \
|
|
2542
|
+
* **ValidationSuccess** \
|
|
2543
|
+
* **ValidationFailed** \
|
|
2544
|
+
* **DeploymentInProgress** \
|
|
2545
|
+
* **DeploymentFailed** \
|
|
2546
|
+
* **DeploymentSuccess** \
|
|
2547
|
+
* **Succeeded** \
|
|
2548
|
+
* **Failed** \
|
|
2549
|
+
* **InProgress**
|
|
2550
|
+
*/
|
|
2551
|
+
export type Status = string;
|
|
2552
|
+
/** Known values of {@link ConnectivityStatus} that the service accepts. */
|
|
2553
|
+
export declare enum KnownConnectivityStatus {
|
|
2554
|
+
/** NotYetRegistered */
|
|
2555
|
+
NotYetRegistered = "NotYetRegistered",
|
|
2556
|
+
/** Connected */
|
|
2557
|
+
Connected = "Connected",
|
|
2558
|
+
/** NotConnectedRecently */
|
|
2559
|
+
NotConnectedRecently = "NotConnectedRecently",
|
|
2560
|
+
/** PartiallyConnected */
|
|
2561
|
+
PartiallyConnected = "PartiallyConnected",
|
|
2562
|
+
/** Disconnected */
|
|
2563
|
+
Disconnected = "Disconnected",
|
|
2564
|
+
/** NotSpecified */
|
|
2565
|
+
NotSpecified = "NotSpecified"
|
|
2566
|
+
}
|
|
2567
|
+
/**
|
|
2568
|
+
* Defines values for ConnectivityStatus. \
|
|
2569
|
+
* {@link KnownConnectivityStatus} can be used interchangeably with ConnectivityStatus,
|
|
2570
|
+
* this enum contains the known values that the service supports.
|
|
2571
|
+
* ### Known values supported by the service
|
|
2572
|
+
* **NotYetRegistered** \
|
|
2573
|
+
* **Connected** \
|
|
2574
|
+
* **NotConnectedRecently** \
|
|
2575
|
+
* **PartiallyConnected** \
|
|
2576
|
+
* **Disconnected** \
|
|
2577
|
+
* **NotSpecified**
|
|
2578
|
+
*/
|
|
2579
|
+
export type ConnectivityStatus = string;
|
|
2580
|
+
/** Known values of {@link SoftwareAssuranceStatus} that the service accepts. */
|
|
2581
|
+
export declare enum KnownSoftwareAssuranceStatus {
|
|
2582
|
+
/** Enabled */
|
|
2583
|
+
Enabled = "Enabled",
|
|
2584
|
+
/** Disabled */
|
|
2585
|
+
Disabled = "Disabled"
|
|
2586
|
+
}
|
|
2587
|
+
/**
|
|
2588
|
+
* Defines values for SoftwareAssuranceStatus. \
|
|
2589
|
+
* {@link KnownSoftwareAssuranceStatus} can be used interchangeably with SoftwareAssuranceStatus,
|
|
2590
|
+
* this enum contains the known values that the service supports.
|
|
2591
|
+
* ### Known values supported by the service
|
|
2592
|
+
* **Enabled** \
|
|
2593
|
+
* **Disabled**
|
|
2594
|
+
*/
|
|
2595
|
+
export type SoftwareAssuranceStatus = string;
|
|
2596
|
+
/** Known values of {@link SoftwareAssuranceIntent} that the service accepts. */
|
|
2597
|
+
export declare enum KnownSoftwareAssuranceIntent {
|
|
2598
|
+
/** Enable */
|
|
2599
|
+
Enable = "Enable",
|
|
2600
|
+
/** Disable */
|
|
2601
|
+
Disable = "Disable"
|
|
2602
|
+
}
|
|
2603
|
+
/**
|
|
2604
|
+
* Defines values for SoftwareAssuranceIntent. \
|
|
2605
|
+
* {@link KnownSoftwareAssuranceIntent} can be used interchangeably with SoftwareAssuranceIntent,
|
|
2606
|
+
* this enum contains the known values that the service supports.
|
|
2607
|
+
* ### Known values supported by the service
|
|
2608
|
+
* **Enable** \
|
|
2609
|
+
* **Disable**
|
|
2610
|
+
*/
|
|
2611
|
+
export type SoftwareAssuranceIntent = string;
|
|
2612
|
+
/** Known values of {@link LogCollectionStatus} that the service accepts. */
|
|
2613
|
+
export declare enum KnownLogCollectionStatus {
|
|
2614
|
+
/** None */
|
|
2615
|
+
None = "None",
|
|
2616
|
+
/** InProgress */
|
|
2617
|
+
InProgress = "InProgress",
|
|
2618
|
+
/** Failed */
|
|
2619
|
+
Failed = "Failed",
|
|
2620
|
+
/** Succeeded */
|
|
2621
|
+
Succeeded = "Succeeded"
|
|
2622
|
+
}
|
|
2623
|
+
/**
|
|
2624
|
+
* Defines values for LogCollectionStatus. \
|
|
2625
|
+
* {@link KnownLogCollectionStatus} can be used interchangeably with LogCollectionStatus,
|
|
2626
|
+
* this enum contains the known values that the service supports.
|
|
2627
|
+
* ### Known values supported by the service
|
|
2628
|
+
* **None** \
|
|
2629
|
+
* **InProgress** \
|
|
2630
|
+
* **Failed** \
|
|
2631
|
+
* **Succeeded**
|
|
2632
|
+
*/
|
|
2633
|
+
export type LogCollectionStatus = string;
|
|
2634
|
+
/** Known values of {@link LogCollectionJobType} that the service accepts. */
|
|
2635
|
+
export declare enum KnownLogCollectionJobType {
|
|
2636
|
+
/** OnDemand */
|
|
2637
|
+
OnDemand = "OnDemand",
|
|
2638
|
+
/** Scheduled */
|
|
2639
|
+
Scheduled = "Scheduled"
|
|
2640
|
+
}
|
|
2641
|
+
/**
|
|
2642
|
+
* Defines values for LogCollectionJobType. \
|
|
2643
|
+
* {@link KnownLogCollectionJobType} can be used interchangeably with LogCollectionJobType,
|
|
2644
|
+
* this enum contains the known values that the service supports.
|
|
2645
|
+
* ### Known values supported by the service
|
|
2646
|
+
* **OnDemand** \
|
|
2647
|
+
* **Scheduled**
|
|
2648
|
+
*/
|
|
2649
|
+
export type LogCollectionJobType = string;
|
|
2650
|
+
/** Known values of {@link AccessLevel} that the service accepts. */
|
|
2651
|
+
export declare enum KnownAccessLevel {
|
|
2652
|
+
/** Diagnostics */
|
|
2653
|
+
Diagnostics = "Diagnostics",
|
|
2654
|
+
/** DiagnosticsAndRepair */
|
|
2655
|
+
DiagnosticsAndRepair = "DiagnosticsAndRepair"
|
|
2656
|
+
}
|
|
2657
|
+
/**
|
|
2658
|
+
* Defines values for AccessLevel. \
|
|
2659
|
+
* {@link KnownAccessLevel} can be used interchangeably with AccessLevel,
|
|
2660
|
+
* this enum contains the known values that the service supports.
|
|
2661
|
+
* ### Known values supported by the service
|
|
2662
|
+
* **Diagnostics** \
|
|
2663
|
+
* **DiagnosticsAndRepair**
|
|
2664
|
+
*/
|
|
2665
|
+
export type AccessLevel = string;
|
|
2666
|
+
/** Known values of {@link RemoteSupportType} that the service accepts. */
|
|
2667
|
+
export declare enum KnownRemoteSupportType {
|
|
2668
|
+
/** Enable */
|
|
2669
|
+
Enable = "Enable",
|
|
2670
|
+
/** Revoke */
|
|
2671
|
+
Revoke = "Revoke"
|
|
2672
|
+
}
|
|
2673
|
+
/**
|
|
2674
|
+
* Defines values for RemoteSupportType. \
|
|
2675
|
+
* {@link KnownRemoteSupportType} can be used interchangeably with RemoteSupportType,
|
|
2676
|
+
* this enum contains the known values that the service supports.
|
|
2677
|
+
* ### Known values supported by the service
|
|
2678
|
+
* **Enable** \
|
|
2679
|
+
* **Revoke**
|
|
2680
|
+
*/
|
|
2681
|
+
export type RemoteSupportType = string;
|
|
2682
|
+
/** Known values of {@link WindowsServerSubscription} that the service accepts. */
|
|
2683
|
+
export declare enum KnownWindowsServerSubscription {
|
|
2684
|
+
/** Disabled */
|
|
2685
|
+
Disabled = "Disabled",
|
|
2686
|
+
/** Enabled */
|
|
2687
|
+
Enabled = "Enabled"
|
|
2688
|
+
}
|
|
2689
|
+
/**
|
|
2690
|
+
* Defines values for WindowsServerSubscription. \
|
|
2691
|
+
* {@link KnownWindowsServerSubscription} can be used interchangeably with WindowsServerSubscription,
|
|
2692
|
+
* this enum contains the known values that the service supports.
|
|
2693
|
+
* ### Known values supported by the service
|
|
2694
|
+
* **Disabled** \
|
|
2695
|
+
* **Enabled**
|
|
2696
|
+
*/
|
|
2697
|
+
export type WindowsServerSubscription = string;
|
|
2698
|
+
/** Known values of {@link DiagnosticLevel} that the service accepts. */
|
|
2699
|
+
export declare enum KnownDiagnosticLevel {
|
|
2700
|
+
/** Off */
|
|
2701
|
+
Off = "Off",
|
|
2702
|
+
/** Basic */
|
|
2703
|
+
Basic = "Basic",
|
|
2704
|
+
/** Enhanced */
|
|
2705
|
+
Enhanced = "Enhanced"
|
|
2706
|
+
}
|
|
2707
|
+
/**
|
|
2708
|
+
* Defines values for DiagnosticLevel. \
|
|
2709
|
+
* {@link KnownDiagnosticLevel} can be used interchangeably with DiagnosticLevel,
|
|
2710
|
+
* this enum contains the known values that the service supports.
|
|
2711
|
+
* ### Known values supported by the service
|
|
2712
|
+
* **Off** \
|
|
2713
|
+
* **Basic** \
|
|
2714
|
+
* **Enhanced**
|
|
2715
|
+
*/
|
|
2716
|
+
export type DiagnosticLevel = string;
|
|
2717
|
+
/** Known values of {@link ClusterNodeType} that the service accepts. */
|
|
2718
|
+
export declare enum KnownClusterNodeType {
|
|
2719
|
+
/** FirstParty */
|
|
2720
|
+
FirstParty = "FirstParty",
|
|
2721
|
+
/** ThirdParty */
|
|
2722
|
+
ThirdParty = "ThirdParty"
|
|
2723
|
+
}
|
|
2724
|
+
/**
|
|
2725
|
+
* Defines values for ClusterNodeType. \
|
|
2726
|
+
* {@link KnownClusterNodeType} can be used interchangeably with ClusterNodeType,
|
|
2727
|
+
* this enum contains the known values that the service supports.
|
|
2728
|
+
* ### Known values supported by the service
|
|
2729
|
+
* **FirstParty** \
|
|
2730
|
+
* **ThirdParty**
|
|
2731
|
+
*/
|
|
2732
|
+
export type ClusterNodeType = string;
|
|
2733
|
+
/** Known values of {@link OemActivation} that the service accepts. */
|
|
2734
|
+
export declare enum KnownOemActivation {
|
|
2735
|
+
/** Disabled */
|
|
2736
|
+
Disabled = "Disabled",
|
|
2737
|
+
/** Enabled */
|
|
2738
|
+
Enabled = "Enabled"
|
|
2739
|
+
}
|
|
2740
|
+
/**
|
|
2741
|
+
* Defines values for OemActivation. \
|
|
2742
|
+
* {@link KnownOemActivation} can be used interchangeably with OemActivation,
|
|
2743
|
+
* this enum contains the known values that the service supports.
|
|
2744
|
+
* ### Known values supported by the service
|
|
2745
|
+
* **Disabled** \
|
|
2746
|
+
* **Enabled**
|
|
2747
|
+
*/
|
|
2748
|
+
export type OemActivation = string;
|
|
2749
|
+
/** Known values of {@link ImdsAttestation} that the service accepts. */
|
|
2750
|
+
export declare enum KnownImdsAttestation {
|
|
2751
|
+
/** Disabled */
|
|
2752
|
+
Disabled = "Disabled",
|
|
2753
|
+
/** Enabled */
|
|
2754
|
+
Enabled = "Enabled"
|
|
2755
|
+
}
|
|
2756
|
+
/**
|
|
2757
|
+
* Defines values for ImdsAttestation. \
|
|
2758
|
+
* {@link KnownImdsAttestation} can be used interchangeably with ImdsAttestation,
|
|
2759
|
+
* this enum contains the known values that the service supports.
|
|
2760
|
+
* ### Known values supported by the service
|
|
2761
|
+
* **Disabled** \
|
|
2762
|
+
* **Enabled**
|
|
2763
|
+
*/
|
|
2764
|
+
export type ImdsAttestation = string;
|
|
2765
|
+
/** Known values of {@link DeploymentMode} that the service accepts. */
|
|
2766
|
+
export declare enum KnownDeploymentMode {
|
|
2767
|
+
/** Validate ECE action deployment for a cluster. */
|
|
2768
|
+
Validate = "Validate",
|
|
2769
|
+
/** Deploy ECE action deployment for a cluster. */
|
|
2770
|
+
Deploy = "Deploy"
|
|
2771
|
+
}
|
|
2772
|
+
/**
|
|
2773
|
+
* Defines values for DeploymentMode. \
|
|
2774
|
+
* {@link KnownDeploymentMode} can be used interchangeably with DeploymentMode,
|
|
2775
|
+
* this enum contains the known values that the service supports.
|
|
2776
|
+
* ### Known values supported by the service
|
|
2777
|
+
* **Validate**: Validate ECE action deployment for a cluster. \
|
|
2778
|
+
* **Deploy**: Deploy ECE action deployment for a cluster.
|
|
2779
|
+
*/
|
|
2780
|
+
export type DeploymentMode = string;
|
|
2781
|
+
/** Known values of {@link OperationType} that the service accepts. */
|
|
2782
|
+
export declare enum KnownOperationType {
|
|
2783
|
+
/** Cluster provisioning operation. */
|
|
2784
|
+
ClusterProvisioning = "ClusterProvisioning",
|
|
2785
|
+
/** Cluster upgrade operation. */
|
|
2786
|
+
ClusterUpgrade = "ClusterUpgrade"
|
|
2787
|
+
}
|
|
2788
|
+
/**
|
|
2789
|
+
* Defines values for OperationType. \
|
|
2790
|
+
* {@link KnownOperationType} can be used interchangeably with OperationType,
|
|
2791
|
+
* this enum contains the known values that the service supports.
|
|
2792
|
+
* ### Known values supported by the service
|
|
2793
|
+
* **ClusterProvisioning**: Cluster provisioning operation. \
|
|
2794
|
+
* **ClusterUpgrade**: Cluster upgrade operation.
|
|
2795
|
+
*/
|
|
2796
|
+
export type OperationType = string;
|
|
2797
|
+
/** Known values of {@link EceSecrets} that the service accepts. */
|
|
2798
|
+
export declare enum KnownEceSecrets {
|
|
2799
|
+
/** AzureStackLCMUserCredential used for LCM operations for AzureStackHCI cluster. */
|
|
2800
|
+
AzureStackLCMUserCredential = "AzureStackLCMUserCredential",
|
|
2801
|
+
/** DefaultARBApplication used to manage Azure Arc resource bridge (ARB) for AzureStackHCI cluster. */
|
|
2802
|
+
DefaultARBApplication = "DefaultARBApplication",
|
|
2803
|
+
/** LocalAdminCredential used for admin operations for AzureStackHCI cluster. */
|
|
2804
|
+
LocalAdminCredential = "LocalAdminCredential",
|
|
2805
|
+
/** WitnessStorageKey used for setting up a cloud witness for AzureStackHCI cluster. */
|
|
2806
|
+
WitnessStorageKey = "WitnessStorageKey"
|
|
2807
|
+
}
|
|
2808
|
+
/**
|
|
2809
|
+
* Defines values for EceSecrets. \
|
|
2810
|
+
* {@link KnownEceSecrets} can be used interchangeably with EceSecrets,
|
|
2811
|
+
* this enum contains the known values that the service supports.
|
|
2812
|
+
* ### Known values supported by the service
|
|
2813
|
+
* **AzureStackLCMUserCredential**: AzureStackLCMUserCredential used for LCM operations for AzureStackHCI cluster. \
|
|
2814
|
+
* **DefaultARBApplication**: DefaultARBApplication used to manage Azure Arc resource bridge (ARB) for AzureStackHCI cluster. \
|
|
2815
|
+
* **LocalAdminCredential**: LocalAdminCredential used for admin operations for AzureStackHCI cluster. \
|
|
2816
|
+
* **WitnessStorageKey**: WitnessStorageKey used for setting up a cloud witness for AzureStackHCI cluster.
|
|
2817
|
+
*/
|
|
2818
|
+
export type EceSecrets = string;
|
|
2819
|
+
/** Known values of {@link DeviceKind} that the service accepts. */
|
|
2820
|
+
export declare enum KnownDeviceKind {
|
|
2821
|
+
/** Arc-enabled edge device with HCI OS. */
|
|
2822
|
+
HCI = "HCI"
|
|
2823
|
+
}
|
|
2824
|
+
/**
|
|
2825
|
+
* Defines values for DeviceKind. \
|
|
2826
|
+
* {@link KnownDeviceKind} can be used interchangeably with DeviceKind,
|
|
2827
|
+
* this enum contains the known values that the service supports.
|
|
2828
|
+
* ### Known values supported by the service
|
|
2829
|
+
* **HCI**: Arc-enabled edge device with HCI OS.
|
|
2830
|
+
*/
|
|
2831
|
+
export type DeviceKind = string;
|
|
2832
|
+
/** Known values of {@link ExtensionAggregateState} that the service accepts. */
|
|
2833
|
+
export declare enum KnownExtensionAggregateState {
|
|
2834
|
+
/** NotSpecified */
|
|
2835
|
+
NotSpecified = "NotSpecified",
|
|
2836
|
+
/** Error */
|
|
2837
|
+
Error = "Error",
|
|
2838
|
+
/** Succeeded */
|
|
2839
|
+
Succeeded = "Succeeded",
|
|
2840
|
+
/** Canceled */
|
|
2841
|
+
Canceled = "Canceled",
|
|
2842
|
+
/** Failed */
|
|
2843
|
+
Failed = "Failed",
|
|
2844
|
+
/** Connected */
|
|
2845
|
+
Connected = "Connected",
|
|
2846
|
+
/** Disconnected */
|
|
2847
|
+
Disconnected = "Disconnected",
|
|
2848
|
+
/** Deleted */
|
|
2849
|
+
Deleted = "Deleted",
|
|
2850
|
+
/** Creating */
|
|
2851
|
+
Creating = "Creating",
|
|
2852
|
+
/** Updating */
|
|
2853
|
+
Updating = "Updating",
|
|
2854
|
+
/** Deleting */
|
|
2855
|
+
Deleting = "Deleting",
|
|
2856
|
+
/** Moving */
|
|
2857
|
+
Moving = "Moving",
|
|
2858
|
+
/** PartiallySucceeded */
|
|
2859
|
+
PartiallySucceeded = "PartiallySucceeded",
|
|
2860
|
+
/** PartiallyConnected */
|
|
2861
|
+
PartiallyConnected = "PartiallyConnected",
|
|
2862
|
+
/** InProgress */
|
|
2863
|
+
InProgress = "InProgress",
|
|
2864
|
+
/** Accepted */
|
|
2865
|
+
Accepted = "Accepted",
|
|
2866
|
+
/** Provisioning */
|
|
2867
|
+
Provisioning = "Provisioning",
|
|
2868
|
+
/** UpgradeFailedRollbackSucceeded */
|
|
2869
|
+
UpgradeFailedRollbackSucceeded = "UpgradeFailedRollbackSucceeded"
|
|
2870
|
+
}
|
|
2871
|
+
/**
|
|
2872
|
+
* Defines values for ExtensionAggregateState. \
|
|
2873
|
+
* {@link KnownExtensionAggregateState} can be used interchangeably with ExtensionAggregateState,
|
|
2874
|
+
* this enum contains the known values that the service supports.
|
|
2875
|
+
* ### Known values supported by the service
|
|
2876
|
+
* **NotSpecified** \
|
|
2877
|
+
* **Error** \
|
|
2878
|
+
* **Succeeded** \
|
|
2879
|
+
* **Canceled** \
|
|
2880
|
+
* **Failed** \
|
|
2881
|
+
* **Connected** \
|
|
2882
|
+
* **Disconnected** \
|
|
2883
|
+
* **Deleted** \
|
|
2884
|
+
* **Creating** \
|
|
2885
|
+
* **Updating** \
|
|
2886
|
+
* **Deleting** \
|
|
2887
|
+
* **Moving** \
|
|
2888
|
+
* **PartiallySucceeded** \
|
|
2889
|
+
* **PartiallyConnected** \
|
|
2890
|
+
* **InProgress** \
|
|
2891
|
+
* **Accepted** \
|
|
2892
|
+
* **Provisioning** \
|
|
2893
|
+
* **UpgradeFailedRollbackSucceeded**
|
|
2894
|
+
*/
|
|
2895
|
+
export type ExtensionAggregateState = string;
|
|
2896
|
+
/** Known values of {@link NodeExtensionState} that the service accepts. */
|
|
2897
|
+
export declare enum KnownNodeExtensionState {
|
|
2898
|
+
/** NotSpecified */
|
|
2899
|
+
NotSpecified = "NotSpecified",
|
|
2900
|
+
/** Error */
|
|
2901
|
+
Error = "Error",
|
|
2902
|
+
/** Succeeded */
|
|
2903
|
+
Succeeded = "Succeeded",
|
|
2904
|
+
/** Canceled */
|
|
2905
|
+
Canceled = "Canceled",
|
|
2906
|
+
/** Failed */
|
|
2907
|
+
Failed = "Failed",
|
|
2908
|
+
/** Connected */
|
|
2909
|
+
Connected = "Connected",
|
|
2910
|
+
/** Disconnected */
|
|
2911
|
+
Disconnected = "Disconnected",
|
|
2912
|
+
/** Deleted */
|
|
2913
|
+
Deleted = "Deleted",
|
|
2914
|
+
/** Creating */
|
|
2915
|
+
Creating = "Creating",
|
|
2916
|
+
/** Updating */
|
|
2917
|
+
Updating = "Updating",
|
|
2918
|
+
/** Deleting */
|
|
2919
|
+
Deleting = "Deleting",
|
|
2920
|
+
/** Moving */
|
|
2921
|
+
Moving = "Moving",
|
|
2922
|
+
/** PartiallySucceeded */
|
|
2923
|
+
PartiallySucceeded = "PartiallySucceeded",
|
|
2924
|
+
/** PartiallyConnected */
|
|
2925
|
+
PartiallyConnected = "PartiallyConnected",
|
|
2926
|
+
/** InProgress */
|
|
2927
|
+
InProgress = "InProgress",
|
|
2928
|
+
/** Accepted */
|
|
2929
|
+
Accepted = "Accepted",
|
|
2930
|
+
/** Provisioning */
|
|
2931
|
+
Provisioning = "Provisioning"
|
|
2932
|
+
}
|
|
2933
|
+
/**
|
|
2934
|
+
* Defines values for NodeExtensionState. \
|
|
2935
|
+
* {@link KnownNodeExtensionState} can be used interchangeably with NodeExtensionState,
|
|
2936
|
+
* this enum contains the known values that the service supports.
|
|
2937
|
+
* ### Known values supported by the service
|
|
2938
|
+
* **NotSpecified** \
|
|
2939
|
+
* **Error** \
|
|
2940
|
+
* **Succeeded** \
|
|
2941
|
+
* **Canceled** \
|
|
2942
|
+
* **Failed** \
|
|
2943
|
+
* **Connected** \
|
|
2944
|
+
* **Disconnected** \
|
|
2945
|
+
* **Deleted** \
|
|
2946
|
+
* **Creating** \
|
|
2947
|
+
* **Updating** \
|
|
2948
|
+
* **Deleting** \
|
|
2949
|
+
* **Moving** \
|
|
2950
|
+
* **PartiallySucceeded** \
|
|
2951
|
+
* **PartiallyConnected** \
|
|
2952
|
+
* **InProgress** \
|
|
2953
|
+
* **Accepted** \
|
|
2954
|
+
* **Provisioning**
|
|
2955
|
+
*/
|
|
2956
|
+
export type NodeExtensionState = string;
|
|
2957
|
+
/** Known values of {@link StatusLevelTypes} that the service accepts. */
|
|
2958
|
+
export declare enum KnownStatusLevelTypes {
|
|
2959
|
+
/** Info */
|
|
2960
|
+
Info = "Info",
|
|
2961
|
+
/** Warning */
|
|
2962
|
+
Warning = "Warning",
|
|
2963
|
+
/** Error */
|
|
2964
|
+
Error = "Error"
|
|
2965
|
+
}
|
|
2966
|
+
/**
|
|
2967
|
+
* Defines values for StatusLevelTypes. \
|
|
2968
|
+
* {@link KnownStatusLevelTypes} can be used interchangeably with StatusLevelTypes,
|
|
2969
|
+
* this enum contains the known values that the service supports.
|
|
2970
|
+
* ### Known values supported by the service
|
|
2971
|
+
* **Info** \
|
|
2972
|
+
* **Warning** \
|
|
2973
|
+
* **Error**
|
|
2974
|
+
*/
|
|
2975
|
+
export type StatusLevelTypes = string;
|
|
2976
|
+
/** Known values of {@link ExtensionManagedBy} that the service accepts. */
|
|
2977
|
+
export declare enum KnownExtensionManagedBy {
|
|
2978
|
+
/** User */
|
|
2979
|
+
User = "User",
|
|
2980
|
+
/** Azure */
|
|
2981
|
+
Azure = "Azure"
|
|
2982
|
+
}
|
|
2983
|
+
/**
|
|
2984
|
+
* Defines values for ExtensionManagedBy. \
|
|
2985
|
+
* {@link KnownExtensionManagedBy} can be used interchangeably with ExtensionManagedBy,
|
|
2986
|
+
* this enum contains the known values that the service supports.
|
|
2987
|
+
* ### Known values supported by the service
|
|
2988
|
+
* **User** \
|
|
2989
|
+
* **Azure**
|
|
2990
|
+
*/
|
|
2991
|
+
export type ExtensionManagedBy = string;
|
|
2992
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
2993
|
+
export declare enum KnownOrigin {
|
|
2994
|
+
/** User */
|
|
2995
|
+
User = "user",
|
|
2996
|
+
/** System */
|
|
2997
|
+
System = "system",
|
|
2998
|
+
/** UserSystem */
|
|
2999
|
+
UserSystem = "user,system"
|
|
3000
|
+
}
|
|
3001
|
+
/**
|
|
3002
|
+
* Defines values for Origin. \
|
|
3003
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
3004
|
+
* this enum contains the known values that the service supports.
|
|
3005
|
+
* ### Known values supported by the service
|
|
3006
|
+
* **user** \
|
|
3007
|
+
* **system** \
|
|
3008
|
+
* **user,system**
|
|
3009
|
+
*/
|
|
3010
|
+
export type Origin = string;
|
|
3011
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
3012
|
+
export declare enum KnownActionType {
|
|
3013
|
+
/** Internal */
|
|
3014
|
+
Internal = "Internal"
|
|
3015
|
+
}
|
|
3016
|
+
/**
|
|
3017
|
+
* Defines values for ActionType. \
|
|
3018
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
3019
|
+
* this enum contains the known values that the service supports.
|
|
3020
|
+
* ### Known values supported by the service
|
|
3021
|
+
* **Internal**
|
|
3022
|
+
*/
|
|
3023
|
+
export type ActionType = string;
|
|
3024
|
+
/** Known values of {@link ComplianceAssignmentType} that the service accepts. */
|
|
3025
|
+
export declare enum KnownComplianceAssignmentType {
|
|
3026
|
+
/** Report on the state of the machine, but don't make changes. */
|
|
3027
|
+
Audit = "Audit",
|
|
3028
|
+
/** Applied to the machine. If it drifts, the local service inside the machine makes a correction at the next evaluation. */
|
|
3029
|
+
ApplyAndAutoCorrect = "ApplyAndAutoCorrect"
|
|
3030
|
+
}
|
|
3031
|
+
/**
|
|
3032
|
+
* Defines values for ComplianceAssignmentType. \
|
|
3033
|
+
* {@link KnownComplianceAssignmentType} can be used interchangeably with ComplianceAssignmentType,
|
|
3034
|
+
* this enum contains the known values that the service supports.
|
|
3035
|
+
* ### Known values supported by the service
|
|
3036
|
+
* **Audit**: Report on the state of the machine, but don't make changes. \
|
|
3037
|
+
* **ApplyAndAutoCorrect**: Applied to the machine. If it drifts, the local service inside the machine makes a correction at the next evaluation.
|
|
3038
|
+
*/
|
|
3039
|
+
export type ComplianceAssignmentType = string;
|
|
3040
|
+
/** Known values of {@link ComplianceStatus} that the service accepts. */
|
|
3041
|
+
export declare enum KnownComplianceStatus {
|
|
3042
|
+
/** The resource is compliant */
|
|
3043
|
+
Compliant = "Compliant",
|
|
3044
|
+
/** The resource is non-compliant */
|
|
3045
|
+
NonCompliant = "NonCompliant",
|
|
3046
|
+
/** The resource compliance status is pending */
|
|
3047
|
+
Pending = "Pending"
|
|
3048
|
+
}
|
|
3049
|
+
/**
|
|
3050
|
+
* Defines values for ComplianceStatus. \
|
|
3051
|
+
* {@link KnownComplianceStatus} can be used interchangeably with ComplianceStatus,
|
|
3052
|
+
* this enum contains the known values that the service supports.
|
|
3053
|
+
* ### Known values supported by the service
|
|
3054
|
+
* **Compliant**: The resource is compliant \
|
|
3055
|
+
* **NonCompliant**: The resource is non-compliant \
|
|
3056
|
+
* **Pending**: The resource compliance status is pending
|
|
3057
|
+
*/
|
|
3058
|
+
export type ComplianceStatus = string;
|
|
3059
|
+
/** Known values of {@link UpdateRunPropertiesState} that the service accepts. */
|
|
3060
|
+
export declare enum KnownUpdateRunPropertiesState {
|
|
3061
|
+
/** Unknown */
|
|
3062
|
+
Unknown = "Unknown",
|
|
3063
|
+
/** Succeeded */
|
|
3064
|
+
Succeeded = "Succeeded",
|
|
3065
|
+
/** InProgress */
|
|
3066
|
+
InProgress = "InProgress",
|
|
3067
|
+
/** Failed */
|
|
3068
|
+
Failed = "Failed"
|
|
3069
|
+
}
|
|
3070
|
+
/**
|
|
3071
|
+
* Defines values for UpdateRunPropertiesState. \
|
|
3072
|
+
* {@link KnownUpdateRunPropertiesState} can be used interchangeably with UpdateRunPropertiesState,
|
|
3073
|
+
* this enum contains the known values that the service supports.
|
|
3074
|
+
* ### Known values supported by the service
|
|
3075
|
+
* **Unknown** \
|
|
3076
|
+
* **Succeeded** \
|
|
3077
|
+
* **InProgress** \
|
|
3078
|
+
* **Failed**
|
|
3079
|
+
*/
|
|
3080
|
+
export type UpdateRunPropertiesState = string;
|
|
3081
|
+
/** Known values of {@link HealthState} that the service accepts. */
|
|
3082
|
+
export declare enum KnownHealthState {
|
|
3083
|
+
/** Unknown */
|
|
3084
|
+
Unknown = "Unknown",
|
|
3085
|
+
/** Success */
|
|
3086
|
+
Success = "Success",
|
|
3087
|
+
/** Failure */
|
|
3088
|
+
Failure = "Failure",
|
|
3089
|
+
/** Warning */
|
|
3090
|
+
Warning = "Warning",
|
|
3091
|
+
/** Error */
|
|
3092
|
+
Error = "Error",
|
|
3093
|
+
/** InProgress */
|
|
3094
|
+
InProgress = "InProgress"
|
|
3095
|
+
}
|
|
3096
|
+
/**
|
|
3097
|
+
* Defines values for HealthState. \
|
|
3098
|
+
* {@link KnownHealthState} can be used interchangeably with HealthState,
|
|
3099
|
+
* this enum contains the known values that the service supports.
|
|
3100
|
+
* ### Known values supported by the service
|
|
3101
|
+
* **Unknown** \
|
|
3102
|
+
* **Success** \
|
|
3103
|
+
* **Failure** \
|
|
3104
|
+
* **Warning** \
|
|
3105
|
+
* **Error** \
|
|
3106
|
+
* **InProgress**
|
|
3107
|
+
*/
|
|
3108
|
+
export type HealthState = string;
|
|
3109
|
+
/** Known values of {@link Severity} that the service accepts. */
|
|
3110
|
+
export declare enum KnownSeverity {
|
|
3111
|
+
/** Critical */
|
|
3112
|
+
Critical = "Critical",
|
|
3113
|
+
/** Warning */
|
|
3114
|
+
Warning = "Warning",
|
|
3115
|
+
/** Informational */
|
|
3116
|
+
Informational = "Informational",
|
|
3117
|
+
/** Hidden */
|
|
3118
|
+
Hidden = "Hidden"
|
|
3119
|
+
}
|
|
3120
|
+
/**
|
|
3121
|
+
* Defines values for Severity. \
|
|
3122
|
+
* {@link KnownSeverity} can be used interchangeably with Severity,
|
|
3123
|
+
* this enum contains the known values that the service supports.
|
|
3124
|
+
* ### Known values supported by the service
|
|
3125
|
+
* **Critical** \
|
|
3126
|
+
* **Warning** \
|
|
3127
|
+
* **Informational** \
|
|
3128
|
+
* **Hidden**
|
|
3129
|
+
*/
|
|
3130
|
+
export type Severity = string;
|
|
3131
|
+
/** Known values of {@link UpdateSummariesPropertiesState} that the service accepts. */
|
|
3132
|
+
export declare enum KnownUpdateSummariesPropertiesState {
|
|
3133
|
+
/** Unknown */
|
|
3134
|
+
Unknown = "Unknown",
|
|
3135
|
+
/** AppliedSuccessfully */
|
|
3136
|
+
AppliedSuccessfully = "AppliedSuccessfully",
|
|
3137
|
+
/** UpdateAvailable */
|
|
3138
|
+
UpdateAvailable = "UpdateAvailable",
|
|
3139
|
+
/** UpdateInProgress */
|
|
3140
|
+
UpdateInProgress = "UpdateInProgress",
|
|
3141
|
+
/** UpdateFailed */
|
|
3142
|
+
UpdateFailed = "UpdateFailed",
|
|
3143
|
+
/** NeedsAttention */
|
|
3144
|
+
NeedsAttention = "NeedsAttention",
|
|
3145
|
+
/** PreparationInProgress */
|
|
3146
|
+
PreparationInProgress = "PreparationInProgress",
|
|
3147
|
+
/** PreparationFailed */
|
|
3148
|
+
PreparationFailed = "PreparationFailed"
|
|
3149
|
+
}
|
|
3150
|
+
/**
|
|
3151
|
+
* Defines values for UpdateSummariesPropertiesState. \
|
|
3152
|
+
* {@link KnownUpdateSummariesPropertiesState} can be used interchangeably with UpdateSummariesPropertiesState,
|
|
3153
|
+
* this enum contains the known values that the service supports.
|
|
3154
|
+
* ### Known values supported by the service
|
|
3155
|
+
* **Unknown** \
|
|
3156
|
+
* **AppliedSuccessfully** \
|
|
3157
|
+
* **UpdateAvailable** \
|
|
3158
|
+
* **UpdateInProgress** \
|
|
3159
|
+
* **UpdateFailed** \
|
|
3160
|
+
* **NeedsAttention** \
|
|
3161
|
+
* **PreparationInProgress** \
|
|
3162
|
+
* **PreparationFailed**
|
|
3163
|
+
*/
|
|
3164
|
+
export type UpdateSummariesPropertiesState = string;
|
|
3165
|
+
/** Known values of {@link State} that the service accepts. */
|
|
3166
|
+
export declare enum KnownState {
|
|
3167
|
+
/** HasPrerequisite */
|
|
3168
|
+
HasPrerequisite = "HasPrerequisite",
|
|
3169
|
+
/** Obsolete */
|
|
3170
|
+
Obsolete = "Obsolete",
|
|
3171
|
+
/** Ready */
|
|
3172
|
+
Ready = "Ready",
|
|
3173
|
+
/** NotApplicableBecauseAnotherUpdateIsInProgress */
|
|
3174
|
+
NotApplicableBecauseAnotherUpdateIsInProgress = "NotApplicableBecauseAnotherUpdateIsInProgress",
|
|
3175
|
+
/** Preparing */
|
|
3176
|
+
Preparing = "Preparing",
|
|
3177
|
+
/** Installing */
|
|
3178
|
+
Installing = "Installing",
|
|
3179
|
+
/** Installed */
|
|
3180
|
+
Installed = "Installed",
|
|
3181
|
+
/** PreparationFailed */
|
|
3182
|
+
PreparationFailed = "PreparationFailed",
|
|
3183
|
+
/** InstallationFailed */
|
|
3184
|
+
InstallationFailed = "InstallationFailed",
|
|
3185
|
+
/** Invalid */
|
|
3186
|
+
Invalid = "Invalid",
|
|
3187
|
+
/** Recalled */
|
|
3188
|
+
Recalled = "Recalled",
|
|
3189
|
+
/** Downloading */
|
|
3190
|
+
Downloading = "Downloading",
|
|
3191
|
+
/** DownloadFailed */
|
|
3192
|
+
DownloadFailed = "DownloadFailed",
|
|
3193
|
+
/** HealthChecking */
|
|
3194
|
+
HealthChecking = "HealthChecking",
|
|
3195
|
+
/** HealthCheckFailed */
|
|
3196
|
+
HealthCheckFailed = "HealthCheckFailed",
|
|
3197
|
+
/** ReadyToInstall */
|
|
3198
|
+
ReadyToInstall = "ReadyToInstall",
|
|
3199
|
+
/** ScanInProgress */
|
|
3200
|
+
ScanInProgress = "ScanInProgress",
|
|
3201
|
+
/** ScanFailed */
|
|
3202
|
+
ScanFailed = "ScanFailed",
|
|
3203
|
+
/** AdditionalContentRequired */
|
|
3204
|
+
AdditionalContentRequired = "AdditionalContentRequired"
|
|
3205
|
+
}
|
|
3206
|
+
/**
|
|
3207
|
+
* Defines values for State. \
|
|
3208
|
+
* {@link KnownState} can be used interchangeably with State,
|
|
3209
|
+
* this enum contains the known values that the service supports.
|
|
3210
|
+
* ### Known values supported by the service
|
|
3211
|
+
* **HasPrerequisite** \
|
|
3212
|
+
* **Obsolete** \
|
|
3213
|
+
* **Ready** \
|
|
3214
|
+
* **NotApplicableBecauseAnotherUpdateIsInProgress** \
|
|
3215
|
+
* **Preparing** \
|
|
3216
|
+
* **Installing** \
|
|
3217
|
+
* **Installed** \
|
|
3218
|
+
* **PreparationFailed** \
|
|
3219
|
+
* **InstallationFailed** \
|
|
3220
|
+
* **Invalid** \
|
|
3221
|
+
* **Recalled** \
|
|
3222
|
+
* **Downloading** \
|
|
3223
|
+
* **DownloadFailed** \
|
|
3224
|
+
* **HealthChecking** \
|
|
3225
|
+
* **HealthCheckFailed** \
|
|
3226
|
+
* **ReadyToInstall** \
|
|
3227
|
+
* **ScanInProgress** \
|
|
3228
|
+
* **ScanFailed** \
|
|
3229
|
+
* **AdditionalContentRequired**
|
|
3230
|
+
*/
|
|
3231
|
+
export type State = string;
|
|
3232
|
+
/** Known values of {@link RebootRequirement} that the service accepts. */
|
|
3233
|
+
export declare enum KnownRebootRequirement {
|
|
3234
|
+
/** Unknown */
|
|
3235
|
+
Unknown = "Unknown",
|
|
3236
|
+
/** True */
|
|
3237
|
+
True = "True",
|
|
3238
|
+
/** False */
|
|
3239
|
+
False = "False"
|
|
3240
|
+
}
|
|
3241
|
+
/**
|
|
3242
|
+
* Defines values for RebootRequirement. \
|
|
3243
|
+
* {@link KnownRebootRequirement} can be used interchangeably with RebootRequirement,
|
|
3244
|
+
* this enum contains the known values that the service supports.
|
|
3245
|
+
* ### Known values supported by the service
|
|
3246
|
+
* **Unknown** \
|
|
3247
|
+
* **True** \
|
|
3248
|
+
* **False**
|
|
3249
|
+
*/
|
|
3250
|
+
export type RebootRequirement = string;
|
|
3251
|
+
/** Known values of {@link AvailabilityType} that the service accepts. */
|
|
3252
|
+
export declare enum KnownAvailabilityType {
|
|
3253
|
+
/** Local */
|
|
3254
|
+
Local = "Local",
|
|
3255
|
+
/** Online */
|
|
3256
|
+
Online = "Online",
|
|
3257
|
+
/** Notify */
|
|
3258
|
+
Notify = "Notify"
|
|
3259
|
+
}
|
|
3260
|
+
/**
|
|
3261
|
+
* Defines values for AvailabilityType. \
|
|
3262
|
+
* {@link KnownAvailabilityType} can be used interchangeably with AvailabilityType,
|
|
3263
|
+
* this enum contains the known values that the service supports.
|
|
3264
|
+
* ### Known values supported by the service
|
|
3265
|
+
* **Local** \
|
|
3266
|
+
* **Online** \
|
|
3267
|
+
* **Notify**
|
|
3268
|
+
*/
|
|
3269
|
+
export type AvailabilityType = string;
|
|
3270
|
+
/** Known values of {@link ServiceName} that the service accepts. */
|
|
3271
|
+
export declare enum KnownServiceName {
|
|
3272
|
+
/** WAC */
|
|
3273
|
+
WAC = "WAC"
|
|
3274
|
+
}
|
|
3275
|
+
/**
|
|
3276
|
+
* Defines values for ServiceName. \
|
|
3277
|
+
* {@link KnownServiceName} can be used interchangeably with ServiceName,
|
|
3278
|
+
* this enum contains the known values that the service supports.
|
|
3279
|
+
* ### Known values supported by the service
|
|
3280
|
+
* **WAC**
|
|
3281
|
+
*/
|
|
3282
|
+
export type ServiceName = string;
|
|
3283
|
+
/** Known values of {@link ArcExtensionState} that the service accepts. */
|
|
3284
|
+
export declare enum KnownArcExtensionState {
|
|
3285
|
+
/** Arc extension state is not specified. */
|
|
3286
|
+
NotSpecified = "NotSpecified",
|
|
3287
|
+
/** Arc extension state is Succeeded. */
|
|
3288
|
+
Succeeded = "Succeeded",
|
|
3289
|
+
/** Arc extension state is Failed. */
|
|
3290
|
+
Failed = "Failed",
|
|
3291
|
+
/** Arc extension state is Canceled. */
|
|
3292
|
+
Canceled = "Canceled",
|
|
3293
|
+
/** Arc extension state is Accepted when extension installation triggered. */
|
|
3294
|
+
Accepted = "Accepted",
|
|
3295
|
+
/** Arc extension is in Creating State. */
|
|
3296
|
+
Creating = "Creating",
|
|
3297
|
+
/** Arc extension is in Updating State. */
|
|
3298
|
+
Updating = "Updating",
|
|
3299
|
+
/** Arc extension is in Moving State. */
|
|
3300
|
+
Moving = "Moving",
|
|
3301
|
+
/** Arc extension is in Deleting State. */
|
|
3302
|
+
Deleting = "Deleting",
|
|
3303
|
+
/** Arc extension is in Deleted State. */
|
|
3304
|
+
Deleted = "Deleted"
|
|
3305
|
+
}
|
|
3306
|
+
/**
|
|
3307
|
+
* Defines values for ArcExtensionState. \
|
|
3308
|
+
* {@link KnownArcExtensionState} can be used interchangeably with ArcExtensionState,
|
|
3309
|
+
* this enum contains the known values that the service supports.
|
|
3310
|
+
* ### Known values supported by the service
|
|
3311
|
+
* **NotSpecified**: Arc extension state is not specified. \
|
|
3312
|
+
* **Succeeded**: Arc extension state is Succeeded. \
|
|
3313
|
+
* **Failed**: Arc extension state is Failed. \
|
|
3314
|
+
* **Canceled**: Arc extension state is Canceled. \
|
|
3315
|
+
* **Accepted**: Arc extension state is Accepted when extension installation triggered. \
|
|
3316
|
+
* **Creating**: Arc extension is in Creating State. \
|
|
3317
|
+
* **Updating**: Arc extension is in Updating State. \
|
|
3318
|
+
* **Moving**: Arc extension is in Moving State. \
|
|
3319
|
+
* **Deleting**: Arc extension is in Deleting State. \
|
|
3320
|
+
* **Deleted**: Arc extension is in Deleted State.
|
|
3321
|
+
*/
|
|
3322
|
+
export type ArcExtensionState = string;
|
|
3323
|
+
/** Known values of {@link DeviceState} that the service accepts. */
|
|
3324
|
+
export declare enum KnownDeviceState {
|
|
3325
|
+
/** The edge device state is not specified. */
|
|
3326
|
+
NotSpecified = "NotSpecified",
|
|
3327
|
+
/** The edge device state is in connected state. */
|
|
3328
|
+
Connected = "Connected",
|
|
3329
|
+
/** The edge device state is in disconnected state. */
|
|
3330
|
+
Disconnected = "Disconnected",
|
|
3331
|
+
/** The edge device state is in repairing state. */
|
|
3332
|
+
Repairing = "Repairing",
|
|
3333
|
+
/** The edge device state is in draining state. */
|
|
3334
|
+
Draining = "Draining",
|
|
3335
|
+
/** The edge device state is in maintenance state. */
|
|
3336
|
+
InMaintenance = "InMaintenance",
|
|
3337
|
+
/** The edge device state is in resuming state. */
|
|
3338
|
+
Resuming = "Resuming",
|
|
3339
|
+
/** The edge device state is in processing state. */
|
|
3340
|
+
Processing = "Processing"
|
|
3341
|
+
}
|
|
3342
|
+
/**
|
|
3343
|
+
* Defines values for DeviceState. \
|
|
3344
|
+
* {@link KnownDeviceState} can be used interchangeably with DeviceState,
|
|
3345
|
+
* this enum contains the known values that the service supports.
|
|
3346
|
+
* ### Known values supported by the service
|
|
3347
|
+
* **NotSpecified**: The edge device state is not specified. \
|
|
3348
|
+
* **Connected**: The edge device state is in connected state. \
|
|
3349
|
+
* **Disconnected**: The edge device state is in disconnected state. \
|
|
3350
|
+
* **Repairing**: The edge device state is in repairing state. \
|
|
3351
|
+
* **Draining**: The edge device state is in draining state. \
|
|
3352
|
+
* **InMaintenance**: The edge device state is in maintenance state. \
|
|
3353
|
+
* **Resuming**: The edge device state is in resuming state. \
|
|
3354
|
+
* **Processing**: The edge device state is in processing state.
|
|
3355
|
+
*/
|
|
3356
|
+
export type DeviceState = string;
|
|
3357
|
+
/** Optional parameters. */
|
|
3358
|
+
export interface ArcSettingsListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
3359
|
+
}
|
|
3360
|
+
/** Contains response data for the listByCluster operation. */
|
|
3361
|
+
export type ArcSettingsListByClusterResponse = ArcSettingList;
|
|
3362
|
+
/** Optional parameters. */
|
|
3363
|
+
export interface ArcSettingsGetOptionalParams extends coreClient.OperationOptions {
|
|
3364
|
+
}
|
|
3365
|
+
/** Contains response data for the get operation. */
|
|
3366
|
+
export type ArcSettingsGetResponse = ArcSetting;
|
|
3367
|
+
/** Optional parameters. */
|
|
3368
|
+
export interface ArcSettingsCreateOptionalParams extends coreClient.OperationOptions {
|
|
3369
|
+
}
|
|
3370
|
+
/** Contains response data for the create operation. */
|
|
3371
|
+
export type ArcSettingsCreateResponse = ArcSetting;
|
|
3372
|
+
/** Optional parameters. */
|
|
3373
|
+
export interface ArcSettingsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3374
|
+
}
|
|
3375
|
+
/** Contains response data for the update operation. */
|
|
3376
|
+
export type ArcSettingsUpdateResponse = ArcSetting;
|
|
3377
|
+
/** Optional parameters. */
|
|
3378
|
+
export interface ArcSettingsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3379
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3380
|
+
updateIntervalInMs?: number;
|
|
3381
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3382
|
+
resumeFrom?: string;
|
|
3383
|
+
}
|
|
3384
|
+
/** Optional parameters. */
|
|
3385
|
+
export interface ArcSettingsGeneratePasswordOptionalParams extends coreClient.OperationOptions {
|
|
3386
|
+
}
|
|
3387
|
+
/** Contains response data for the generatePassword operation. */
|
|
3388
|
+
export type ArcSettingsGeneratePasswordResponse = PasswordCredential;
|
|
3389
|
+
/** Optional parameters. */
|
|
3390
|
+
export interface ArcSettingsCreateIdentityOptionalParams extends coreClient.OperationOptions {
|
|
3391
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3392
|
+
updateIntervalInMs?: number;
|
|
3393
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3394
|
+
resumeFrom?: string;
|
|
3395
|
+
}
|
|
3396
|
+
/** Contains response data for the createIdentity operation. */
|
|
3397
|
+
export type ArcSettingsCreateIdentityResponse = ArcIdentityResponse;
|
|
3398
|
+
/** Optional parameters. */
|
|
3399
|
+
export interface ArcSettingsConsentAndInstallDefaultExtensionsOptionalParams extends coreClient.OperationOptions {
|
|
3400
|
+
}
|
|
3401
|
+
/** Contains response data for the consentAndInstallDefaultExtensions operation. */
|
|
3402
|
+
export type ArcSettingsConsentAndInstallDefaultExtensionsResponse = ArcSetting;
|
|
3403
|
+
/** Optional parameters. */
|
|
3404
|
+
export interface ArcSettingsInitializeDisableProcessOptionalParams extends coreClient.OperationOptions {
|
|
3405
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3406
|
+
updateIntervalInMs?: number;
|
|
3407
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3408
|
+
resumeFrom?: string;
|
|
3409
|
+
}
|
|
3410
|
+
/** Optional parameters. */
|
|
3411
|
+
export interface ArcSettingsListByClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
3412
|
+
}
|
|
3413
|
+
/** Contains response data for the listByClusterNext operation. */
|
|
3414
|
+
export type ArcSettingsListByClusterNextResponse = ArcSettingList;
|
|
3415
|
+
/** Optional parameters. */
|
|
3416
|
+
export interface ClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
3417
|
+
}
|
|
3418
|
+
/** Contains response data for the listBySubscription operation. */
|
|
3419
|
+
export type ClustersListBySubscriptionResponse = ClusterList;
|
|
3420
|
+
/** Optional parameters. */
|
|
3421
|
+
export interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
3422
|
+
}
|
|
3423
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
3424
|
+
export type ClustersListByResourceGroupResponse = ClusterList;
|
|
3425
|
+
/** Optional parameters. */
|
|
3426
|
+
export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
3427
|
+
}
|
|
3428
|
+
/** Contains response data for the get operation. */
|
|
3429
|
+
export type ClustersGetResponse = Cluster;
|
|
3430
|
+
/** Optional parameters. */
|
|
3431
|
+
export interface ClustersCreateOptionalParams extends coreClient.OperationOptions {
|
|
3432
|
+
}
|
|
3433
|
+
/** Contains response data for the create operation. */
|
|
3434
|
+
export type ClustersCreateResponse = Cluster;
|
|
3435
|
+
/** Optional parameters. */
|
|
3436
|
+
export interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3437
|
+
}
|
|
3438
|
+
/** Contains response data for the update operation. */
|
|
3439
|
+
export type ClustersUpdateResponse = Cluster;
|
|
3440
|
+
/** Optional parameters. */
|
|
3441
|
+
export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3442
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3443
|
+
updateIntervalInMs?: number;
|
|
3444
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3445
|
+
resumeFrom?: string;
|
|
3446
|
+
}
|
|
3447
|
+
/** Optional parameters. */
|
|
3448
|
+
export interface ClustersUploadCertificateOptionalParams extends coreClient.OperationOptions {
|
|
3449
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3450
|
+
updateIntervalInMs?: number;
|
|
3451
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3452
|
+
resumeFrom?: string;
|
|
3453
|
+
}
|
|
3454
|
+
/** Optional parameters. */
|
|
3455
|
+
export interface ClustersCreateIdentityOptionalParams extends coreClient.OperationOptions {
|
|
3456
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3457
|
+
updateIntervalInMs?: number;
|
|
3458
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3459
|
+
resumeFrom?: string;
|
|
3460
|
+
}
|
|
3461
|
+
/** Contains response data for the createIdentity operation. */
|
|
3462
|
+
export type ClustersCreateIdentityResponse = ClusterIdentityResponse;
|
|
3463
|
+
/** Optional parameters. */
|
|
3464
|
+
export interface ClustersExtendSoftwareAssuranceBenefitOptionalParams extends coreClient.OperationOptions {
|
|
3465
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3466
|
+
updateIntervalInMs?: number;
|
|
3467
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3468
|
+
resumeFrom?: string;
|
|
3469
|
+
}
|
|
3470
|
+
/** Contains response data for the extendSoftwareAssuranceBenefit operation. */
|
|
3471
|
+
export type ClustersExtendSoftwareAssuranceBenefitResponse = Cluster;
|
|
3472
|
+
/** Optional parameters. */
|
|
3473
|
+
export interface ClustersTriggerLogCollectionOptionalParams extends coreClient.OperationOptions {
|
|
3474
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3475
|
+
updateIntervalInMs?: number;
|
|
3476
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3477
|
+
resumeFrom?: string;
|
|
3478
|
+
}
|
|
3479
|
+
/** Contains response data for the triggerLogCollection operation. */
|
|
3480
|
+
export type ClustersTriggerLogCollectionResponse = Cluster;
|
|
3481
|
+
/** Optional parameters. */
|
|
3482
|
+
export interface ClustersConfigureRemoteSupportOptionalParams extends coreClient.OperationOptions {
|
|
3483
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3484
|
+
updateIntervalInMs?: number;
|
|
3485
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3486
|
+
resumeFrom?: string;
|
|
3487
|
+
}
|
|
3488
|
+
/** Contains response data for the configureRemoteSupport operation. */
|
|
3489
|
+
export type ClustersConfigureRemoteSupportResponse = Cluster;
|
|
3490
|
+
/** Optional parameters. */
|
|
3491
|
+
export interface ClustersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
3492
|
+
}
|
|
3493
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
3494
|
+
export type ClustersListBySubscriptionNextResponse = ClusterList;
|
|
3495
|
+
/** Optional parameters. */
|
|
3496
|
+
export interface ClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
3497
|
+
}
|
|
3498
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3499
|
+
export type ClustersListByResourceGroupNextResponse = ClusterList;
|
|
3500
|
+
/** Optional parameters. */
|
|
3501
|
+
export interface DeploymentSettingsListByClustersOptionalParams extends coreClient.OperationOptions {
|
|
3502
|
+
}
|
|
3503
|
+
/** Contains response data for the listByClusters operation. */
|
|
3504
|
+
export type DeploymentSettingsListByClustersResponse = DeploymentSettingListResult;
|
|
3505
|
+
/** Optional parameters. */
|
|
3506
|
+
export interface DeploymentSettingsGetOptionalParams extends coreClient.OperationOptions {
|
|
3507
|
+
}
|
|
3508
|
+
/** Contains response data for the get operation. */
|
|
3509
|
+
export type DeploymentSettingsGetResponse = DeploymentSetting;
|
|
3510
|
+
/** Optional parameters. */
|
|
3511
|
+
export interface DeploymentSettingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3512
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3513
|
+
updateIntervalInMs?: number;
|
|
3514
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3515
|
+
resumeFrom?: string;
|
|
3516
|
+
}
|
|
3517
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3518
|
+
export type DeploymentSettingsCreateOrUpdateResponse = DeploymentSetting;
|
|
3519
|
+
/** Optional parameters. */
|
|
3520
|
+
export interface DeploymentSettingsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3521
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3522
|
+
updateIntervalInMs?: number;
|
|
3523
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3524
|
+
resumeFrom?: string;
|
|
3525
|
+
}
|
|
3526
|
+
/** Contains response data for the delete operation. */
|
|
3527
|
+
export type DeploymentSettingsDeleteResponse = DeploymentSettingsDeleteHeaders;
|
|
3528
|
+
/** Optional parameters. */
|
|
3529
|
+
export interface DeploymentSettingsListByClustersNextOptionalParams extends coreClient.OperationOptions {
|
|
3530
|
+
}
|
|
3531
|
+
/** Contains response data for the listByClustersNext operation. */
|
|
3532
|
+
export type DeploymentSettingsListByClustersNextResponse = DeploymentSettingListResult;
|
|
3533
|
+
/** Optional parameters. */
|
|
3534
|
+
export interface EdgeDevicesListOptionalParams extends coreClient.OperationOptions {
|
|
3535
|
+
}
|
|
3536
|
+
/** Contains response data for the list operation. */
|
|
3537
|
+
export type EdgeDevicesListResponse = EdgeDeviceListResult;
|
|
3538
|
+
/** Optional parameters. */
|
|
3539
|
+
export interface EdgeDevicesGetOptionalParams extends coreClient.OperationOptions {
|
|
3540
|
+
}
|
|
3541
|
+
/** Contains response data for the get operation. */
|
|
3542
|
+
export type EdgeDevicesGetResponse = EdgeDeviceUnion;
|
|
3543
|
+
/** Optional parameters. */
|
|
3544
|
+
export interface EdgeDevicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3545
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3546
|
+
updateIntervalInMs?: number;
|
|
3547
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3548
|
+
resumeFrom?: string;
|
|
3549
|
+
}
|
|
3550
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3551
|
+
export type EdgeDevicesCreateOrUpdateResponse = EdgeDeviceUnion;
|
|
3552
|
+
/** Optional parameters. */
|
|
3553
|
+
export interface EdgeDevicesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3554
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3555
|
+
updateIntervalInMs?: number;
|
|
3556
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3557
|
+
resumeFrom?: string;
|
|
3558
|
+
}
|
|
3559
|
+
/** Contains response data for the delete operation. */
|
|
3560
|
+
export type EdgeDevicesDeleteResponse = EdgeDevicesDeleteHeaders;
|
|
3561
|
+
/** Optional parameters. */
|
|
3562
|
+
export interface EdgeDevicesValidateOptionalParams extends coreClient.OperationOptions {
|
|
3563
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3564
|
+
updateIntervalInMs?: number;
|
|
3565
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3566
|
+
resumeFrom?: string;
|
|
3567
|
+
}
|
|
3568
|
+
/** Contains response data for the validate operation. */
|
|
3569
|
+
export type EdgeDevicesValidateResponse = ValidateResponse;
|
|
3570
|
+
/** Optional parameters. */
|
|
3571
|
+
export interface EdgeDevicesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3572
|
+
}
|
|
3573
|
+
/** Contains response data for the listNext operation. */
|
|
3574
|
+
export type EdgeDevicesListNextResponse = EdgeDeviceListResult;
|
|
3575
|
+
/** Optional parameters. */
|
|
3576
|
+
export interface ExtensionsListByArcSettingOptionalParams extends coreClient.OperationOptions {
|
|
3577
|
+
}
|
|
3578
|
+
/** Contains response data for the listByArcSetting operation. */
|
|
3579
|
+
export type ExtensionsListByArcSettingResponse = ExtensionList;
|
|
3580
|
+
/** Optional parameters. */
|
|
3581
|
+
export interface ExtensionsGetOptionalParams extends coreClient.OperationOptions {
|
|
3582
|
+
}
|
|
3583
|
+
/** Contains response data for the get operation. */
|
|
3584
|
+
export type ExtensionsGetResponse = Extension;
|
|
3585
|
+
/** Optional parameters. */
|
|
3586
|
+
export interface ExtensionsCreateOptionalParams extends coreClient.OperationOptions {
|
|
3587
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3588
|
+
updateIntervalInMs?: number;
|
|
3589
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3590
|
+
resumeFrom?: string;
|
|
3591
|
+
}
|
|
3592
|
+
/** Contains response data for the create operation. */
|
|
3593
|
+
export type ExtensionsCreateResponse = Extension;
|
|
3594
|
+
/** Optional parameters. */
|
|
3595
|
+
export interface ExtensionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3596
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3597
|
+
updateIntervalInMs?: number;
|
|
3598
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3599
|
+
resumeFrom?: string;
|
|
3600
|
+
}
|
|
3601
|
+
/** Contains response data for the update operation. */
|
|
3602
|
+
export type ExtensionsUpdateResponse = Extension;
|
|
3603
|
+
/** Optional parameters. */
|
|
3604
|
+
export interface ExtensionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3605
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3606
|
+
updateIntervalInMs?: number;
|
|
3607
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3608
|
+
resumeFrom?: string;
|
|
3609
|
+
}
|
|
3610
|
+
/** Optional parameters. */
|
|
3611
|
+
export interface ExtensionsUpgradeOptionalParams extends coreClient.OperationOptions {
|
|
3612
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3613
|
+
updateIntervalInMs?: number;
|
|
3614
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3615
|
+
resumeFrom?: string;
|
|
3616
|
+
}
|
|
3617
|
+
/** Optional parameters. */
|
|
3618
|
+
export interface ExtensionsListByArcSettingNextOptionalParams extends coreClient.OperationOptions {
|
|
3619
|
+
}
|
|
3620
|
+
/** Contains response data for the listByArcSettingNext operation. */
|
|
3621
|
+
export type ExtensionsListByArcSettingNextResponse = ExtensionList;
|
|
3622
|
+
/** Optional parameters. */
|
|
3623
|
+
export interface OffersListByPublisherOptionalParams extends coreClient.OperationOptions {
|
|
3624
|
+
/** Specify $expand=content,contentVersion to populate additional fields related to the marketplace offer. */
|
|
3625
|
+
expand?: string;
|
|
3626
|
+
}
|
|
3627
|
+
/** Contains response data for the listByPublisher operation. */
|
|
3628
|
+
export type OffersListByPublisherResponse = OfferList;
|
|
3629
|
+
/** Optional parameters. */
|
|
3630
|
+
export interface OffersListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
3631
|
+
/** Specify $expand=content,contentVersion to populate additional fields related to the marketplace offer. */
|
|
3632
|
+
expand?: string;
|
|
3633
|
+
}
|
|
3634
|
+
/** Contains response data for the listByCluster operation. */
|
|
3635
|
+
export type OffersListByClusterResponse = OfferList;
|
|
3636
|
+
/** Optional parameters. */
|
|
3637
|
+
export interface OffersGetOptionalParams extends coreClient.OperationOptions {
|
|
3638
|
+
/** Specify $expand=content,contentVersion to populate additional fields related to the marketplace offer. */
|
|
3639
|
+
expand?: string;
|
|
3640
|
+
}
|
|
3641
|
+
/** Contains response data for the get operation. */
|
|
3642
|
+
export type OffersGetResponse = Offer;
|
|
3643
|
+
/** Optional parameters. */
|
|
3644
|
+
export interface OffersListByPublisherNextOptionalParams extends coreClient.OperationOptions {
|
|
3645
|
+
}
|
|
3646
|
+
/** Contains response data for the listByPublisherNext operation. */
|
|
3647
|
+
export type OffersListByPublisherNextResponse = OfferList;
|
|
3648
|
+
/** Optional parameters. */
|
|
3649
|
+
export interface OffersListByClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
3650
|
+
}
|
|
3651
|
+
/** Contains response data for the listByClusterNext operation. */
|
|
3652
|
+
export type OffersListByClusterNextResponse = OfferList;
|
|
3653
|
+
/** Optional parameters. */
|
|
3654
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
3655
|
+
}
|
|
3656
|
+
/** Contains response data for the list operation. */
|
|
3657
|
+
export type OperationsListResponse = OperationListResult;
|
|
3658
|
+
/** Optional parameters. */
|
|
3659
|
+
export interface PublishersListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
3660
|
+
}
|
|
3661
|
+
/** Contains response data for the listByCluster operation. */
|
|
3662
|
+
export type PublishersListByClusterResponse = PublisherList;
|
|
3663
|
+
/** Optional parameters. */
|
|
3664
|
+
export interface PublishersGetOptionalParams extends coreClient.OperationOptions {
|
|
3665
|
+
}
|
|
3666
|
+
/** Contains response data for the get operation. */
|
|
3667
|
+
export type PublishersGetResponse = Publisher;
|
|
3668
|
+
/** Optional parameters. */
|
|
3669
|
+
export interface PublishersListByClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
3670
|
+
}
|
|
3671
|
+
/** Contains response data for the listByClusterNext operation. */
|
|
3672
|
+
export type PublishersListByClusterNextResponse = PublisherList;
|
|
3673
|
+
/** Optional parameters. */
|
|
3674
|
+
export interface SecuritySettingsListByClustersOptionalParams extends coreClient.OperationOptions {
|
|
3675
|
+
}
|
|
3676
|
+
/** Contains response data for the listByClusters operation. */
|
|
3677
|
+
export type SecuritySettingsListByClustersResponse = SecuritySettingListResult;
|
|
3678
|
+
/** Optional parameters. */
|
|
3679
|
+
export interface SecuritySettingsGetOptionalParams extends coreClient.OperationOptions {
|
|
3680
|
+
}
|
|
3681
|
+
/** Contains response data for the get operation. */
|
|
3682
|
+
export type SecuritySettingsGetResponse = SecuritySetting;
|
|
3683
|
+
/** Optional parameters. */
|
|
3684
|
+
export interface SecuritySettingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3685
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3686
|
+
updateIntervalInMs?: number;
|
|
3687
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3688
|
+
resumeFrom?: string;
|
|
3689
|
+
}
|
|
3690
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3691
|
+
export type SecuritySettingsCreateOrUpdateResponse = SecuritySetting;
|
|
3692
|
+
/** Optional parameters. */
|
|
3693
|
+
export interface SecuritySettingsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3694
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3695
|
+
updateIntervalInMs?: number;
|
|
3696
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3697
|
+
resumeFrom?: string;
|
|
3698
|
+
}
|
|
3699
|
+
/** Contains response data for the delete operation. */
|
|
3700
|
+
export type SecuritySettingsDeleteResponse = SecuritySettingsDeleteHeaders;
|
|
3701
|
+
/** Optional parameters. */
|
|
3702
|
+
export interface SecuritySettingsListByClustersNextOptionalParams extends coreClient.OperationOptions {
|
|
3703
|
+
}
|
|
3704
|
+
/** Contains response data for the listByClustersNext operation. */
|
|
3705
|
+
export type SecuritySettingsListByClustersNextResponse = SecuritySettingListResult;
|
|
3706
|
+
/** Optional parameters. */
|
|
3707
|
+
export interface SkusListByOfferOptionalParams extends coreClient.OperationOptions {
|
|
3708
|
+
/** Specify $expand=content,contentVersion to populate additional fields related to the marketplace offer. */
|
|
3709
|
+
expand?: string;
|
|
3710
|
+
}
|
|
3711
|
+
/** Contains response data for the listByOffer operation. */
|
|
3712
|
+
export type SkusListByOfferResponse = SkuList;
|
|
3713
|
+
/** Optional parameters. */
|
|
3714
|
+
export interface SkusGetOptionalParams extends coreClient.OperationOptions {
|
|
3715
|
+
/** Specify $expand=content,contentVersion to populate additional fields related to the marketplace offer. */
|
|
3716
|
+
expand?: string;
|
|
3717
|
+
}
|
|
3718
|
+
/** Contains response data for the get operation. */
|
|
3719
|
+
export type SkusGetResponse = Sku;
|
|
3720
|
+
/** Optional parameters. */
|
|
3721
|
+
export interface SkusListByOfferNextOptionalParams extends coreClient.OperationOptions {
|
|
3722
|
+
}
|
|
3723
|
+
/** Contains response data for the listByOfferNext operation. */
|
|
3724
|
+
export type SkusListByOfferNextResponse = SkuList;
|
|
3725
|
+
/** Optional parameters. */
|
|
3726
|
+
export interface UpdateRunsListOptionalParams extends coreClient.OperationOptions {
|
|
3727
|
+
}
|
|
3728
|
+
/** Contains response data for the list operation. */
|
|
3729
|
+
export type UpdateRunsListResponse = UpdateRunList;
|
|
3730
|
+
/** Optional parameters. */
|
|
3731
|
+
export interface UpdateRunsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3732
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3733
|
+
updateIntervalInMs?: number;
|
|
3734
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3735
|
+
resumeFrom?: string;
|
|
3736
|
+
}
|
|
3737
|
+
/** Optional parameters. */
|
|
3738
|
+
export interface UpdateRunsPutOptionalParams extends coreClient.OperationOptions {
|
|
3739
|
+
}
|
|
3740
|
+
/** Contains response data for the put operation. */
|
|
3741
|
+
export type UpdateRunsPutResponse = UpdateRun;
|
|
3742
|
+
/** Optional parameters. */
|
|
3743
|
+
export interface UpdateRunsGetOptionalParams extends coreClient.OperationOptions {
|
|
3744
|
+
}
|
|
3745
|
+
/** Contains response data for the get operation. */
|
|
3746
|
+
export type UpdateRunsGetResponse = UpdateRun;
|
|
3747
|
+
/** Optional parameters. */
|
|
3748
|
+
export interface UpdateRunsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3749
|
+
}
|
|
3750
|
+
/** Contains response data for the listNext operation. */
|
|
3751
|
+
export type UpdateRunsListNextResponse = UpdateRunList;
|
|
3752
|
+
/** Optional parameters. */
|
|
3753
|
+
export interface UpdateSummariesListOptionalParams extends coreClient.OperationOptions {
|
|
3754
|
+
}
|
|
3755
|
+
/** Contains response data for the list operation. */
|
|
3756
|
+
export type UpdateSummariesListResponse = UpdateSummariesList;
|
|
3757
|
+
/** Optional parameters. */
|
|
3758
|
+
export interface UpdateSummariesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3759
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3760
|
+
updateIntervalInMs?: number;
|
|
3761
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3762
|
+
resumeFrom?: string;
|
|
3763
|
+
}
|
|
3764
|
+
/** Optional parameters. */
|
|
3765
|
+
export interface UpdateSummariesPutOptionalParams extends coreClient.OperationOptions {
|
|
3766
|
+
}
|
|
3767
|
+
/** Contains response data for the put operation. */
|
|
3768
|
+
export type UpdateSummariesPutResponse = UpdateSummaries;
|
|
3769
|
+
/** Optional parameters. */
|
|
3770
|
+
export interface UpdateSummariesGetOptionalParams extends coreClient.OperationOptions {
|
|
3771
|
+
}
|
|
3772
|
+
/** Contains response data for the get operation. */
|
|
3773
|
+
export type UpdateSummariesGetResponse = UpdateSummaries;
|
|
3774
|
+
/** Optional parameters. */
|
|
3775
|
+
export interface UpdateSummariesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3776
|
+
}
|
|
3777
|
+
/** Contains response data for the listNext operation. */
|
|
3778
|
+
export type UpdateSummariesListNextResponse = UpdateSummariesList;
|
|
3779
|
+
/** Optional parameters. */
|
|
3780
|
+
export interface UpdatesPostOptionalParams extends coreClient.OperationOptions {
|
|
3781
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3782
|
+
updateIntervalInMs?: number;
|
|
3783
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3784
|
+
resumeFrom?: string;
|
|
3785
|
+
}
|
|
3786
|
+
/** Optional parameters. */
|
|
3787
|
+
export interface UpdatesListOptionalParams extends coreClient.OperationOptions {
|
|
3788
|
+
}
|
|
3789
|
+
/** Contains response data for the list operation. */
|
|
3790
|
+
export type UpdatesListResponse = UpdateList;
|
|
3791
|
+
/** Optional parameters. */
|
|
3792
|
+
export interface UpdatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3793
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3794
|
+
updateIntervalInMs?: number;
|
|
3795
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3796
|
+
resumeFrom?: string;
|
|
3797
|
+
}
|
|
3798
|
+
/** Optional parameters. */
|
|
3799
|
+
export interface UpdatesPutOptionalParams extends coreClient.OperationOptions {
|
|
3800
|
+
}
|
|
3801
|
+
/** Contains response data for the put operation. */
|
|
3802
|
+
export type UpdatesPutResponse = Update;
|
|
3803
|
+
/** Optional parameters. */
|
|
3804
|
+
export interface UpdatesGetOptionalParams extends coreClient.OperationOptions {
|
|
3805
|
+
}
|
|
3806
|
+
/** Contains response data for the get operation. */
|
|
3807
|
+
export type UpdatesGetResponse = Update;
|
|
3808
|
+
/** Optional parameters. */
|
|
3809
|
+
export interface UpdatesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3810
|
+
}
|
|
3811
|
+
/** Contains response data for the listNext operation. */
|
|
3812
|
+
export type UpdatesListNextResponse = UpdateList;
|
|
3813
|
+
/** Optional parameters. */
|
|
3814
|
+
export interface AzureStackHCIClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
3815
|
+
/** server parameter */
|
|
3816
|
+
$host?: string;
|
|
3817
|
+
/** Api Version */
|
|
3818
|
+
apiVersion?: string;
|
|
3819
|
+
/** Overrides client endpoint. */
|
|
3820
|
+
endpoint?: string;
|
|
3821
|
+
}
|
|
3822
|
+
//# sourceMappingURL=index.d.ts.map
|