@azure/arm-azurestackhci 4.0.0-beta.2 → 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 +11 -1
- 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.js.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.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.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.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.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.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.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.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.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.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.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.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.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.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 +87 -73
- package/review/arm-azurestackhci-node.api.md +2416 -0
- package/dist/index.js +0 -11263
- 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/arcSettingsConsentAndInstallDefaultExtensionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsConsentAndInstallDefaultExtensionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsConsentAndInstallDefaultExtensionsSample.js +0 -40
- package/dist-esm/samples-dev/arcSettingsConsentAndInstallDefaultExtensionsSample.js.map +0 -1
- package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.js +0 -40
- package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.js.map +0 -1
- package/dist-esm/samples-dev/arcSettingsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsCreateSample.js +0 -41
- package/dist-esm/samples-dev/arcSettingsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/arcSettingsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/arcSettingsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.js +0 -40
- package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.js.map +0 -1
- package/dist-esm/samples-dev/arcSettingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsGetSample.js +0 -40
- package/dist-esm/samples-dev/arcSettingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/arcSettingsInitializeDisableProcessSample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsInitializeDisableProcessSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsInitializeDisableProcessSample.js +0 -40
- package/dist-esm/samples-dev/arcSettingsInitializeDisableProcessSample.js.map +0 -1
- package/dist-esm/samples-dev/arcSettingsListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsListByClusterSample.js +0 -55
- package/dist-esm/samples-dev/arcSettingsListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/arcSettingsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsUpdateSample.js +0 -46
- package/dist-esm/samples-dev/arcSettingsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersConfigureRemoteSupportSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersConfigureRemoteSupportSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersConfigureRemoteSupportSample.js +0 -46
- package/dist-esm/samples-dev/clustersConfigureRemoteSupportSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersCreateIdentitySample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersCreateIdentitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersCreateIdentitySample.js +0 -39
- package/dist-esm/samples-dev/clustersCreateIdentitySample.js.map +0 -1
- package/dist-esm/samples-dev/clustersCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersCreateSample.js +0 -46
- package/dist-esm/samples-dev/clustersCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersExtendSoftwareAssuranceBenefitSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersExtendSoftwareAssuranceBenefitSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersExtendSoftwareAssuranceBenefitSample.js +0 -42
- package/dist-esm/samples-dev/clustersExtendSoftwareAssuranceBenefitSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.js +0 -39
- package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/clustersListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersTriggerLogCollectionSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersTriggerLogCollectionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersTriggerLogCollectionSample.js +0 -45
- package/dist-esm/samples-dev/clustersTriggerLogCollectionSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.js +0 -48
- package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUploadCertificateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUploadCertificateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUploadCertificateSample.js +0 -42
- package/dist-esm/samples-dev/clustersUploadCertificateSample.js.map +0 -1
- package/dist-esm/samples-dev/deploymentSettingsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/deploymentSettingsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deploymentSettingsCreateOrUpdateSample.js +0 -186
- package/dist-esm/samples-dev/deploymentSettingsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/deploymentSettingsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/deploymentSettingsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deploymentSettingsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/deploymentSettingsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/deploymentSettingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/deploymentSettingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deploymentSettingsGetSample.js +0 -40
- package/dist-esm/samples-dev/deploymentSettingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/deploymentSettingsListByClustersSample.d.ts +0 -2
- package/dist-esm/samples-dev/deploymentSettingsListByClustersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deploymentSettingsListByClustersSample.js +0 -55
- package/dist-esm/samples-dev/deploymentSettingsListByClustersSample.js.map +0 -1
- package/dist-esm/samples-dev/edgeDevicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/edgeDevicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/edgeDevicesCreateOrUpdateSample.js +0 -58
- package/dist-esm/samples-dev/edgeDevicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/edgeDevicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/edgeDevicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/edgeDevicesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/edgeDevicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/edgeDevicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/edgeDevicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/edgeDevicesGetSample.js +0 -37
- package/dist-esm/samples-dev/edgeDevicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/edgeDevicesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/edgeDevicesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/edgeDevicesListSample.js +0 -52
- package/dist-esm/samples-dev/edgeDevicesListSample.js.map +0 -1
- package/dist-esm/samples-dev/edgeDevicesValidateSample.d.ts +0 -2
- package/dist-esm/samples-dev/edgeDevicesValidateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/edgeDevicesValidateSample.js +0 -44
- package/dist-esm/samples-dev/edgeDevicesValidateSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsCreateSample.js +0 -49
- package/dist-esm/samples-dev/extensionsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsDeleteSample.js +0 -41
- package/dist-esm/samples-dev/extensionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsGetSample.js +0 -41
- package/dist-esm/samples-dev/extensionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsListByArcSettingSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsListByArcSettingSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsListByArcSettingSample.js +0 -56
- package/dist-esm/samples-dev/extensionsListByArcSettingSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsUpdateSample.js +0 -49
- package/dist-esm/samples-dev/extensionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsUpgradeSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsUpgradeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsUpgradeSample.js +0 -44
- package/dist-esm/samples-dev/extensionsUpgradeSample.js.map +0 -1
- package/dist-esm/samples-dev/offersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/offersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/offersGetSample.js +0 -41
- package/dist-esm/samples-dev/offersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/offersListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/offersListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/offersListByClusterSample.js +0 -55
- package/dist-esm/samples-dev/offersListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/offersListByPublisherSample.d.ts +0 -2
- package/dist-esm/samples-dev/offersListByPublisherSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/offersListByPublisherSample.js +0 -56
- package/dist-esm/samples-dev/offersListByPublisherSample.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 -37
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/publishersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/publishersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/publishersGetSample.js +0 -40
- package/dist-esm/samples-dev/publishersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/publishersListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/publishersListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/publishersListByClusterSample.js +0 -55
- package/dist-esm/samples-dev/publishersListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/securitySettingsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/securitySettingsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/securitySettingsCreateOrUpdateSample.js +0 -45
- package/dist-esm/samples-dev/securitySettingsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/securitySettingsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/securitySettingsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/securitySettingsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/securitySettingsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/securitySettingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/securitySettingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/securitySettingsGetSample.js +0 -40
- package/dist-esm/samples-dev/securitySettingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/securitySettingsListByClustersSample.d.ts +0 -2
- package/dist-esm/samples-dev/securitySettingsListByClustersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/securitySettingsListByClustersSample.js +0 -55
- package/dist-esm/samples-dev/securitySettingsListByClustersSample.js.map +0 -1
- package/dist-esm/samples-dev/skusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/skusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/skusGetSample.js +0 -42
- package/dist-esm/samples-dev/skusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/skusListByOfferSample.d.ts +0 -2
- package/dist-esm/samples-dev/skusListByOfferSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/skusListByOfferSample.js +0 -57
- package/dist-esm/samples-dev/skusListByOfferSample.js.map +0 -1
- package/dist-esm/samples-dev/updateRunsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/updateRunsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateRunsDeleteSample.js +0 -41
- package/dist-esm/samples-dev/updateRunsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/updateRunsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/updateRunsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateRunsGetSample.js +0 -41
- package/dist-esm/samples-dev/updateRunsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/updateRunsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/updateRunsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateRunsListSample.js +0 -56
- package/dist-esm/samples-dev/updateRunsListSample.js.map +0 -1
- package/dist-esm/samples-dev/updateRunsPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/updateRunsPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateRunsPutSample.js +0 -62
- package/dist-esm/samples-dev/updateRunsPutSample.js.map +0 -1
- package/dist-esm/samples-dev/updateSummariesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/updateSummariesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateSummariesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/updateSummariesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/updateSummariesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/updateSummariesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateSummariesGetSample.js +0 -39
- package/dist-esm/samples-dev/updateSummariesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/updateSummariesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/updateSummariesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateSummariesListSample.js +0 -55
- package/dist-esm/samples-dev/updateSummariesListSample.js.map +0 -1
- package/dist-esm/samples-dev/updateSummariesPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/updateSummariesPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateSummariesPutSample.js +0 -47
- package/dist-esm/samples-dev/updateSummariesPutSample.js.map +0 -1
- package/dist-esm/samples-dev/updatesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/updatesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updatesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/updatesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/updatesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/updatesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updatesGetSample.js +0 -40
- package/dist-esm/samples-dev/updatesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/updatesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/updatesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updatesListSample.js +0 -55
- package/dist-esm/samples-dev/updatesListSample.js.map +0 -1
- package/dist-esm/samples-dev/updatesPostSample.d.ts +0 -2
- package/dist-esm/samples-dev/updatesPostSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updatesPostSample.js +0 -40
- package/dist-esm/samples-dev/updatesPostSample.js.map +0 -1
- package/dist-esm/samples-dev/updatesPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/updatesPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updatesPutSample.js +0 -63
- package/dist-esm/samples-dev/updatesPutSample.js.map +0 -1
- package/dist-esm/src/azureStackHCIClient.d.ts +0 -33
- package/dist-esm/src/azureStackHCIClient.d.ts.map +0 -1
- package/dist-esm/src/azureStackHCIClient.js +0 -110
- package/dist-esm/src/azureStackHCIClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- 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.js.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -5111
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -302
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/arcSettings.d.ts +0 -129
- package/dist-esm/src/operations/arcSettings.d.ts.map +0 -1
- package/dist-esm/src/operations/arcSettings.js +0 -569
- package/dist-esm/src/operations/arcSettings.js.map +0 -1
- package/dist-esm/src/operations/clusters.d.ts +0 -169
- package/dist-esm/src/operations/clusters.d.ts.map +0 -1
- package/dist-esm/src/operations/clusters.js +0 -879
- package/dist-esm/src/operations/clusters.js.map +0 -1
- package/dist-esm/src/operations/deploymentSettings.d.ts +0 -81
- package/dist-esm/src/operations/deploymentSettings.d.ts.map +0 -1
- package/dist-esm/src/operations/deploymentSettings.js +0 -372
- package/dist-esm/src/operations/deploymentSettings.js.map +0 -1
- package/dist-esm/src/operations/edgeDevices.d.ts +0 -89
- package/dist-esm/src/operations/edgeDevices.d.ts.map +0 -1
- package/dist-esm/src/operations/edgeDevices.js +0 -434
- package/dist-esm/src/operations/edgeDevices.js.map +0 -1
- package/dist-esm/src/operations/extensions.d.ts +0 -129
- package/dist-esm/src/operations/extensions.d.ts.map +0 -1
- package/dist-esm/src/operations/extensions.js +0 -588
- package/dist-esm/src/operations/extensions.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -14
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -21
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/offers.d.ts +0 -74
- package/dist-esm/src/operations/offers.d.ts.map +0 -1
- package/dist-esm/src/operations/offers.js +0 -313
- package/dist-esm/src/operations/offers.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -18
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -46
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/publishers.d.ts +0 -46
- package/dist-esm/src/operations/publishers.d.ts.map +0 -1
- package/dist-esm/src/operations/publishers.js +0 -182
- package/dist-esm/src/operations/publishers.js.map +0 -1
- package/dist-esm/src/operations/securitySettings.d.ts +0 -81
- package/dist-esm/src/operations/securitySettings.d.ts.map +0 -1
- package/dist-esm/src/operations/securitySettings.js +0 -372
- package/dist-esm/src/operations/securitySettings.js.map +0 -1
- package/dist-esm/src/operations/skus.d.ts +0 -54
- package/dist-esm/src/operations/skus.d.ts.map +0 -1
- package/dist-esm/src/operations/skus.js +0 -210
- package/dist-esm/src/operations/skus.js.map +0 -1
- package/dist-esm/src/operations/updateRuns.d.ts +0 -79
- package/dist-esm/src/operations/updateRuns.d.ts.map +0 -1
- package/dist-esm/src/operations/updateRuns.js +0 -325
- package/dist-esm/src/operations/updateRuns.js.map +0 -1
- package/dist-esm/src/operations/updateSummariesOperations.d.ts +0 -68
- package/dist-esm/src/operations/updateSummariesOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/updateSummariesOperations.js +0 -293
- package/dist-esm/src/operations/updateSummariesOperations.js.map +0 -1
- package/dist-esm/src/operations/updates.d.ts +0 -88
- package/dist-esm/src/operations/updates.d.ts.map +0 -1
- package/dist-esm/src/operations/updates.js +0 -381
- package/dist-esm/src/operations/updates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/arcSettings.d.ts +0 -104
- package/dist-esm/src/operationsInterfaces/arcSettings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/arcSettings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -133
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/deploymentSettings.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/deploymentSettings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/deploymentSettings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/edgeDevices.d.ts +0 -66
- package/dist-esm/src/operationsInterfaces/edgeDevices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/edgeDevices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/extensions.d.ts +0 -102
- package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/extensions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -21
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/offers.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/offers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/offers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -10
- 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/publishers.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/publishers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/publishers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/securitySettings.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/securitySettings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/securitySettings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/skus.d.ts +0 -25
- package/dist-esm/src/operationsInterfaces/skus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/skus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/updateRuns.d.ts +0 -52
- package/dist-esm/src/operationsInterfaces/updateRuns.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/updateRuns.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/updateSummariesOperations.d.ts +0 -43
- package/dist-esm/src/operationsInterfaces/updateSummariesOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/updateSummariesOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/updates.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/updates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/updates.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 -56
- package/dist-esm/test/azurestackhci_operations_test.spec.js.map +0 -1
- package/review/arm-azurestackhci.api.md +0 -2417
- package/src/azureStackHCIClient.ts +0 -207
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -4207
- package/src/models/mappers.ts +0 -5430
- package/src/models/parameters.ts +0 -364
- package/src/operations/arcSettings.ts +0 -782
- package/src/operations/clusters.ts +0 -1175
- package/src/operations/deploymentSettings.ts +0 -519
- package/src/operations/edgeDevices.ts +0 -583
- package/src/operations/extensions.ts +0 -826
- package/src/operations/index.ts +0 -21
- package/src/operations/offers.ts +0 -428
- package/src/operations/operations.ts +0 -59
- package/src/operations/publishers.ts +0 -244
- package/src/operations/securitySettings.ts +0 -519
- package/src/operations/skus.ts +0 -294
- package/src/operations/updateRuns.ts +0 -448
- package/src/operations/updateSummariesOperations.ts +0 -390
- package/src/operations/updates.ts +0 -511
- package/src/operationsInterfaces/arcSettings.ts +0 -197
- package/src/operationsInterfaces/clusters.ts +0 -262
- package/src/operationsInterfaces/deploymentSettings.ts +0 -115
- package/src/operationsInterfaces/edgeDevices.ts +0 -137
- package/src/operationsInterfaces/extensions.ts +0 -199
- package/src/operationsInterfaces/index.ts +0 -21
- package/src/operationsInterfaces/offers.ts +0 -60
- package/src/operationsInterfaces/operations.ts +0 -21
- package/src/operationsInterfaces/publishers.ts +0 -44
- package/src/operationsInterfaces/securitySettings.ts +0 -115
- package/src/operationsInterfaces/skus.ts +0 -52
- package/src/operationsInterfaces/updateRuns.ts +0 -99
- package/src/operationsInterfaces/updateSummariesOperations.ts +0 -81
- package/src/operationsInterfaces/updates.ts +0 -116
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-azurestackhci.d.ts +0 -4954
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/arcSettings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/deploymentSettings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/edgeDevices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/extensions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/offers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/publishers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/securitySettings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/updateRuns.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/updateSummariesOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/updates.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,2416 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-azurestackhci"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
10
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export type AccessLevel = string;
|
|
15
|
+
|
|
16
|
+
// @public
|
|
17
|
+
export type ActionType = string;
|
|
18
|
+
|
|
19
|
+
// @public
|
|
20
|
+
export interface ArcConnectivityProperties {
|
|
21
|
+
enabled?: boolean;
|
|
22
|
+
serviceConfigurations?: ServiceConfiguration[];
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
// @public
|
|
26
|
+
export type ArcExtensionState = string;
|
|
27
|
+
|
|
28
|
+
// @public
|
|
29
|
+
export interface ArcIdentityResponse {
|
|
30
|
+
// (undocumented)
|
|
31
|
+
arcApplicationClientId?: string;
|
|
32
|
+
// (undocumented)
|
|
33
|
+
arcApplicationObjectId?: string;
|
|
34
|
+
// (undocumented)
|
|
35
|
+
arcApplicationTenantId?: string;
|
|
36
|
+
// (undocumented)
|
|
37
|
+
arcServicePrincipalObjectId?: string;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
// @public
|
|
41
|
+
export interface ArcSetting extends ProxyResource {
|
|
42
|
+
readonly aggregateState?: ArcSettingAggregateState;
|
|
43
|
+
arcApplicationClientId?: string;
|
|
44
|
+
arcApplicationObjectId?: string;
|
|
45
|
+
arcApplicationTenantId?: string;
|
|
46
|
+
arcInstanceResourceGroup?: string;
|
|
47
|
+
arcServicePrincipalObjectId?: string;
|
|
48
|
+
connectivityProperties?: Record<string, unknown>;
|
|
49
|
+
readonly defaultExtensions?: DefaultExtensionDetails[];
|
|
50
|
+
readonly perNodeDetails?: PerNodeState[];
|
|
51
|
+
readonly provisioningState?: ProvisioningState;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
// @public
|
|
55
|
+
export type ArcSettingAggregateState = string;
|
|
56
|
+
|
|
57
|
+
// @public
|
|
58
|
+
export interface ArcSettingList {
|
|
59
|
+
readonly nextLink?: string;
|
|
60
|
+
readonly value?: ArcSetting[];
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
// @public
|
|
64
|
+
export interface ArcSettings {
|
|
65
|
+
beginCreateIdentity(resourceGroupName: string, clusterName: string, arcSettingName: string, options?: ArcSettingsCreateIdentityOptionalParams): Promise<SimplePollerLike<OperationState<ArcSettingsCreateIdentityResponse>, ArcSettingsCreateIdentityResponse>>;
|
|
66
|
+
beginCreateIdentityAndWait(resourceGroupName: string, clusterName: string, arcSettingName: string, options?: ArcSettingsCreateIdentityOptionalParams): Promise<ArcSettingsCreateIdentityResponse>;
|
|
67
|
+
beginDelete(resourceGroupName: string, clusterName: string, arcSettingName: string, options?: ArcSettingsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
68
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, arcSettingName: string, options?: ArcSettingsDeleteOptionalParams): Promise<void>;
|
|
69
|
+
beginInitializeDisableProcess(resourceGroupName: string, clusterName: string, arcSettingName: string, options?: ArcSettingsInitializeDisableProcessOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
70
|
+
beginInitializeDisableProcessAndWait(resourceGroupName: string, clusterName: string, arcSettingName: string, options?: ArcSettingsInitializeDisableProcessOptionalParams): Promise<void>;
|
|
71
|
+
consentAndInstallDefaultExtensions(resourceGroupName: string, clusterName: string, arcSettingName: string, options?: ArcSettingsConsentAndInstallDefaultExtensionsOptionalParams): Promise<ArcSettingsConsentAndInstallDefaultExtensionsResponse>;
|
|
72
|
+
create(resourceGroupName: string, clusterName: string, arcSettingName: string, arcSetting: ArcSetting, options?: ArcSettingsCreateOptionalParams): Promise<ArcSettingsCreateResponse>;
|
|
73
|
+
generatePassword(resourceGroupName: string, clusterName: string, arcSettingName: string, options?: ArcSettingsGeneratePasswordOptionalParams): Promise<ArcSettingsGeneratePasswordResponse>;
|
|
74
|
+
get(resourceGroupName: string, clusterName: string, arcSettingName: string, options?: ArcSettingsGetOptionalParams): Promise<ArcSettingsGetResponse>;
|
|
75
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: ArcSettingsListByClusterOptionalParams): PagedAsyncIterableIterator<ArcSetting>;
|
|
76
|
+
update(resourceGroupName: string, clusterName: string, arcSettingName: string, arcSetting: ArcSettingsPatch, options?: ArcSettingsUpdateOptionalParams): Promise<ArcSettingsUpdateResponse>;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
// @public
|
|
80
|
+
export interface ArcSettingsConsentAndInstallDefaultExtensionsOptionalParams extends coreClient.OperationOptions {
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
// @public
|
|
84
|
+
export type ArcSettingsConsentAndInstallDefaultExtensionsResponse = ArcSetting;
|
|
85
|
+
|
|
86
|
+
// @public
|
|
87
|
+
export interface ArcSettingsCreateIdentityOptionalParams extends coreClient.OperationOptions {
|
|
88
|
+
resumeFrom?: string;
|
|
89
|
+
updateIntervalInMs?: number;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
// @public
|
|
93
|
+
export type ArcSettingsCreateIdentityResponse = ArcIdentityResponse;
|
|
94
|
+
|
|
95
|
+
// @public
|
|
96
|
+
export interface ArcSettingsCreateOptionalParams extends coreClient.OperationOptions {
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
// @public
|
|
100
|
+
export type ArcSettingsCreateResponse = ArcSetting;
|
|
101
|
+
|
|
102
|
+
// @public
|
|
103
|
+
export interface ArcSettingsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
104
|
+
resumeFrom?: string;
|
|
105
|
+
updateIntervalInMs?: number;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
// @public
|
|
109
|
+
export interface ArcSettingsGeneratePasswordOptionalParams extends coreClient.OperationOptions {
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
// @public
|
|
113
|
+
export type ArcSettingsGeneratePasswordResponse = PasswordCredential;
|
|
114
|
+
|
|
115
|
+
// @public
|
|
116
|
+
export interface ArcSettingsGetOptionalParams extends coreClient.OperationOptions {
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
// @public
|
|
120
|
+
export type ArcSettingsGetResponse = ArcSetting;
|
|
121
|
+
|
|
122
|
+
// @public
|
|
123
|
+
export interface ArcSettingsInitializeDisableProcessOptionalParams extends coreClient.OperationOptions {
|
|
124
|
+
resumeFrom?: string;
|
|
125
|
+
updateIntervalInMs?: number;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
// @public
|
|
129
|
+
export interface ArcSettingsListByClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
// @public
|
|
133
|
+
export type ArcSettingsListByClusterNextResponse = ArcSettingList;
|
|
134
|
+
|
|
135
|
+
// @public
|
|
136
|
+
export interface ArcSettingsListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
// @public
|
|
140
|
+
export type ArcSettingsListByClusterResponse = ArcSettingList;
|
|
141
|
+
|
|
142
|
+
// @public
|
|
143
|
+
export interface ArcSettingsPatch {
|
|
144
|
+
connectivityProperties?: Record<string, unknown>;
|
|
145
|
+
tags?: {
|
|
146
|
+
[propertyName: string]: string;
|
|
147
|
+
};
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
// @public
|
|
151
|
+
export interface ArcSettingsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
// @public
|
|
155
|
+
export type ArcSettingsUpdateResponse = ArcSetting;
|
|
156
|
+
|
|
157
|
+
// @public
|
|
158
|
+
export type AvailabilityType = string;
|
|
159
|
+
|
|
160
|
+
// @public (undocumented)
|
|
161
|
+
export class AzureStackHCIClient extends coreClient.ServiceClient {
|
|
162
|
+
// (undocumented)
|
|
163
|
+
$host: string;
|
|
164
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureStackHCIClientOptionalParams);
|
|
165
|
+
constructor(credentials: coreAuth.TokenCredential, options?: AzureStackHCIClientOptionalParams);
|
|
166
|
+
// (undocumented)
|
|
167
|
+
apiVersion: string;
|
|
168
|
+
// (undocumented)
|
|
169
|
+
arcSettings: ArcSettings;
|
|
170
|
+
// (undocumented)
|
|
171
|
+
clusters: Clusters;
|
|
172
|
+
// (undocumented)
|
|
173
|
+
deploymentSettings: DeploymentSettings;
|
|
174
|
+
// (undocumented)
|
|
175
|
+
edgeDevices: EdgeDevices;
|
|
176
|
+
// (undocumented)
|
|
177
|
+
extensions: Extensions;
|
|
178
|
+
// (undocumented)
|
|
179
|
+
offers: Offers;
|
|
180
|
+
// (undocumented)
|
|
181
|
+
operations: Operations;
|
|
182
|
+
// (undocumented)
|
|
183
|
+
publishers: Publishers;
|
|
184
|
+
// (undocumented)
|
|
185
|
+
securitySettings: SecuritySettings;
|
|
186
|
+
// (undocumented)
|
|
187
|
+
skus: Skus;
|
|
188
|
+
// (undocumented)
|
|
189
|
+
subscriptionId?: string;
|
|
190
|
+
// (undocumented)
|
|
191
|
+
updateRuns: UpdateRuns;
|
|
192
|
+
// (undocumented)
|
|
193
|
+
updates: Updates;
|
|
194
|
+
// (undocumented)
|
|
195
|
+
updateSummariesOperations: UpdateSummariesOperations;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
// @public
|
|
199
|
+
export interface AzureStackHCIClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
200
|
+
$host?: string;
|
|
201
|
+
apiVersion?: string;
|
|
202
|
+
endpoint?: string;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
// @public
|
|
206
|
+
export interface Cluster extends TrackedResource {
|
|
207
|
+
aadApplicationObjectId?: string;
|
|
208
|
+
aadClientId?: string;
|
|
209
|
+
aadServicePrincipalObjectId?: string;
|
|
210
|
+
aadTenantId?: string;
|
|
211
|
+
readonly billingModel?: string;
|
|
212
|
+
readonly cloudId?: string;
|
|
213
|
+
cloudManagementEndpoint?: string;
|
|
214
|
+
readonly connectivityStatus?: ConnectivityStatus;
|
|
215
|
+
desiredProperties?: ClusterDesiredProperties;
|
|
216
|
+
readonly isolatedVmAttestationConfiguration?: IsolatedVmAttestationConfiguration;
|
|
217
|
+
readonly lastBillingTimestamp?: Date;
|
|
218
|
+
readonly lastSyncTimestamp?: Date;
|
|
219
|
+
logCollectionProperties?: LogCollectionProperties;
|
|
220
|
+
readonly principalId?: string;
|
|
221
|
+
readonly provisioningState?: ProvisioningState;
|
|
222
|
+
readonly registrationTimestamp?: Date;
|
|
223
|
+
remoteSupportProperties?: RemoteSupportProperties;
|
|
224
|
+
readonly reportedProperties?: ClusterReportedProperties;
|
|
225
|
+
readonly resourceProviderObjectId?: string;
|
|
226
|
+
readonly serviceEndpoint?: string;
|
|
227
|
+
softwareAssuranceProperties?: SoftwareAssuranceProperties;
|
|
228
|
+
readonly status?: Status;
|
|
229
|
+
readonly tenantId?: string;
|
|
230
|
+
readonly trialDaysRemaining?: number;
|
|
231
|
+
typeIdentityType?: ManagedServiceIdentityType;
|
|
232
|
+
userAssignedIdentities?: {
|
|
233
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
234
|
+
};
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
// @public
|
|
238
|
+
export interface ClusterDesiredProperties {
|
|
239
|
+
diagnosticLevel?: DiagnosticLevel;
|
|
240
|
+
windowsServerSubscription?: WindowsServerSubscription;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
// @public
|
|
244
|
+
export interface ClusterIdentityResponse {
|
|
245
|
+
// (undocumented)
|
|
246
|
+
aadApplicationObjectId?: string;
|
|
247
|
+
// (undocumented)
|
|
248
|
+
aadClientId?: string;
|
|
249
|
+
// (undocumented)
|
|
250
|
+
aadServicePrincipalObjectId?: string;
|
|
251
|
+
// (undocumented)
|
|
252
|
+
aadTenantId?: string;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
// @public
|
|
256
|
+
export interface ClusterList {
|
|
257
|
+
readonly nextLink?: string;
|
|
258
|
+
value?: Cluster[];
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
// @public
|
|
262
|
+
export interface ClusterNode {
|
|
263
|
+
readonly coreCount?: number;
|
|
264
|
+
readonly ehcResourceId?: string;
|
|
265
|
+
readonly id?: number;
|
|
266
|
+
readonly lastLicensingTimestamp?: Date;
|
|
267
|
+
readonly manufacturer?: string;
|
|
268
|
+
readonly memoryInGiB?: number;
|
|
269
|
+
readonly model?: string;
|
|
270
|
+
readonly name?: string;
|
|
271
|
+
readonly nodeType?: ClusterNodeType;
|
|
272
|
+
readonly oemActivation?: OemActivation;
|
|
273
|
+
readonly osDisplayVersion?: string;
|
|
274
|
+
readonly osName?: string;
|
|
275
|
+
readonly osVersion?: string;
|
|
276
|
+
readonly serialNumber?: string;
|
|
277
|
+
readonly windowsServerSubscription?: WindowsServerSubscription;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
// @public
|
|
281
|
+
export type ClusterNodeType = string;
|
|
282
|
+
|
|
283
|
+
// @public
|
|
284
|
+
export interface ClusterPatch {
|
|
285
|
+
aadClientId?: string;
|
|
286
|
+
aadTenantId?: string;
|
|
287
|
+
cloudManagementEndpoint?: string;
|
|
288
|
+
desiredProperties?: ClusterDesiredProperties;
|
|
289
|
+
readonly principalId?: string;
|
|
290
|
+
tags?: {
|
|
291
|
+
[propertyName: string]: string;
|
|
292
|
+
};
|
|
293
|
+
readonly tenantId?: string;
|
|
294
|
+
type?: ManagedServiceIdentityType;
|
|
295
|
+
userAssignedIdentities?: {
|
|
296
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
297
|
+
};
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
// @public
|
|
301
|
+
export interface ClusterReportedProperties {
|
|
302
|
+
readonly clusterId?: string;
|
|
303
|
+
readonly clusterName?: string;
|
|
304
|
+
readonly clusterType?: ClusterNodeType;
|
|
305
|
+
readonly clusterVersion?: string;
|
|
306
|
+
diagnosticLevel?: DiagnosticLevel;
|
|
307
|
+
readonly imdsAttestation?: ImdsAttestation;
|
|
308
|
+
readonly lastUpdated?: Date;
|
|
309
|
+
readonly manufacturer?: string;
|
|
310
|
+
readonly nodes?: ClusterNode[];
|
|
311
|
+
readonly oemActivation?: OemActivation;
|
|
312
|
+
readonly supportedCapabilities?: string[];
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
// @public
|
|
316
|
+
export interface Clusters {
|
|
317
|
+
beginConfigureRemoteSupport(resourceGroupName: string, clusterName: string, remoteSupportRequest: RemoteSupportRequest, options?: ClustersConfigureRemoteSupportOptionalParams): Promise<SimplePollerLike<OperationState<ClustersConfigureRemoteSupportResponse>, ClustersConfigureRemoteSupportResponse>>;
|
|
318
|
+
beginConfigureRemoteSupportAndWait(resourceGroupName: string, clusterName: string, remoteSupportRequest: RemoteSupportRequest, options?: ClustersConfigureRemoteSupportOptionalParams): Promise<ClustersConfigureRemoteSupportResponse>;
|
|
319
|
+
beginCreateIdentity(resourceGroupName: string, clusterName: string, options?: ClustersCreateIdentityOptionalParams): Promise<SimplePollerLike<OperationState<ClustersCreateIdentityResponse>, ClustersCreateIdentityResponse>>;
|
|
320
|
+
beginCreateIdentityAndWait(resourceGroupName: string, clusterName: string, options?: ClustersCreateIdentityOptionalParams): Promise<ClustersCreateIdentityResponse>;
|
|
321
|
+
beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
322
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
|
|
323
|
+
beginExtendSoftwareAssuranceBenefit(resourceGroupName: string, clusterName: string, softwareAssuranceChangeRequest: SoftwareAssuranceChangeRequest, options?: ClustersExtendSoftwareAssuranceBenefitOptionalParams): Promise<SimplePollerLike<OperationState<ClustersExtendSoftwareAssuranceBenefitResponse>, ClustersExtendSoftwareAssuranceBenefitResponse>>;
|
|
324
|
+
beginExtendSoftwareAssuranceBenefitAndWait(resourceGroupName: string, clusterName: string, softwareAssuranceChangeRequest: SoftwareAssuranceChangeRequest, options?: ClustersExtendSoftwareAssuranceBenefitOptionalParams): Promise<ClustersExtendSoftwareAssuranceBenefitResponse>;
|
|
325
|
+
beginTriggerLogCollection(resourceGroupName: string, clusterName: string, logCollectionRequest: LogCollectionRequest, options?: ClustersTriggerLogCollectionOptionalParams): Promise<SimplePollerLike<OperationState<ClustersTriggerLogCollectionResponse>, ClustersTriggerLogCollectionResponse>>;
|
|
326
|
+
beginTriggerLogCollectionAndWait(resourceGroupName: string, clusterName: string, logCollectionRequest: LogCollectionRequest, options?: ClustersTriggerLogCollectionOptionalParams): Promise<ClustersTriggerLogCollectionResponse>;
|
|
327
|
+
beginUploadCertificate(resourceGroupName: string, clusterName: string, uploadCertificateRequest: UploadCertificateRequest, options?: ClustersUploadCertificateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
328
|
+
beginUploadCertificateAndWait(resourceGroupName: string, clusterName: string, uploadCertificateRequest: UploadCertificateRequest, options?: ClustersUploadCertificateOptionalParams): Promise<void>;
|
|
329
|
+
create(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOptionalParams): Promise<ClustersCreateResponse>;
|
|
330
|
+
get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
|
|
331
|
+
listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
332
|
+
listBySubscription(options?: ClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
333
|
+
update(resourceGroupName: string, clusterName: string, cluster: ClusterPatch, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
// @public
|
|
337
|
+
export interface ClustersConfigureRemoteSupportHeaders {
|
|
338
|
+
// (undocumented)
|
|
339
|
+
location?: string;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
// @public
|
|
343
|
+
export interface ClustersConfigureRemoteSupportOptionalParams extends coreClient.OperationOptions {
|
|
344
|
+
resumeFrom?: string;
|
|
345
|
+
updateIntervalInMs?: number;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
// @public
|
|
349
|
+
export type ClustersConfigureRemoteSupportResponse = Cluster;
|
|
350
|
+
|
|
351
|
+
// @public
|
|
352
|
+
export interface ClustersCreateIdentityOptionalParams extends coreClient.OperationOptions {
|
|
353
|
+
resumeFrom?: string;
|
|
354
|
+
updateIntervalInMs?: number;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
// @public
|
|
358
|
+
export type ClustersCreateIdentityResponse = ClusterIdentityResponse;
|
|
359
|
+
|
|
360
|
+
// @public
|
|
361
|
+
export interface ClustersCreateOptionalParams extends coreClient.OperationOptions {
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
// @public
|
|
365
|
+
export type ClustersCreateResponse = Cluster;
|
|
366
|
+
|
|
367
|
+
// @public
|
|
368
|
+
export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
369
|
+
resumeFrom?: string;
|
|
370
|
+
updateIntervalInMs?: number;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
// @public
|
|
374
|
+
export interface ClustersExtendSoftwareAssuranceBenefitOptionalParams extends coreClient.OperationOptions {
|
|
375
|
+
resumeFrom?: string;
|
|
376
|
+
updateIntervalInMs?: number;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
// @public
|
|
380
|
+
export type ClustersExtendSoftwareAssuranceBenefitResponse = Cluster;
|
|
381
|
+
|
|
382
|
+
// @public
|
|
383
|
+
export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
// @public
|
|
387
|
+
export type ClustersGetResponse = Cluster;
|
|
388
|
+
|
|
389
|
+
// @public
|
|
390
|
+
export interface ClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
// @public
|
|
394
|
+
export type ClustersListByResourceGroupNextResponse = ClusterList;
|
|
395
|
+
|
|
396
|
+
// @public
|
|
397
|
+
export interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
// @public
|
|
401
|
+
export type ClustersListByResourceGroupResponse = ClusterList;
|
|
402
|
+
|
|
403
|
+
// @public
|
|
404
|
+
export interface ClustersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
// @public
|
|
408
|
+
export type ClustersListBySubscriptionNextResponse = ClusterList;
|
|
409
|
+
|
|
410
|
+
// @public
|
|
411
|
+
export interface ClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
// @public
|
|
415
|
+
export type ClustersListBySubscriptionResponse = ClusterList;
|
|
416
|
+
|
|
417
|
+
// @public
|
|
418
|
+
export interface ClustersTriggerLogCollectionHeaders {
|
|
419
|
+
// (undocumented)
|
|
420
|
+
location?: string;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
// @public
|
|
424
|
+
export interface ClustersTriggerLogCollectionOptionalParams extends coreClient.OperationOptions {
|
|
425
|
+
resumeFrom?: string;
|
|
426
|
+
updateIntervalInMs?: number;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
// @public
|
|
430
|
+
export type ClustersTriggerLogCollectionResponse = Cluster;
|
|
431
|
+
|
|
432
|
+
// @public
|
|
433
|
+
export interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
// @public
|
|
437
|
+
export type ClustersUpdateResponse = Cluster;
|
|
438
|
+
|
|
439
|
+
// @public
|
|
440
|
+
export interface ClustersUploadCertificateOptionalParams extends coreClient.OperationOptions {
|
|
441
|
+
resumeFrom?: string;
|
|
442
|
+
updateIntervalInMs?: number;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
// @public
|
|
446
|
+
export type ComplianceAssignmentType = string;
|
|
447
|
+
|
|
448
|
+
// @public
|
|
449
|
+
export type ComplianceStatus = string;
|
|
450
|
+
|
|
451
|
+
// @public
|
|
452
|
+
export type ConnectivityStatus = string;
|
|
453
|
+
|
|
454
|
+
// @public
|
|
455
|
+
export type CreatedByType = string;
|
|
456
|
+
|
|
457
|
+
// @public
|
|
458
|
+
export interface DefaultExtensionDetails {
|
|
459
|
+
readonly category?: string;
|
|
460
|
+
readonly consentTime?: Date;
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
// @public
|
|
464
|
+
export interface DeploymentCluster {
|
|
465
|
+
azureServiceEndpoint?: string;
|
|
466
|
+
cloudAccountName?: string;
|
|
467
|
+
name?: string;
|
|
468
|
+
witnessPath?: string;
|
|
469
|
+
witnessType?: string;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
// @public
|
|
473
|
+
export interface DeploymentConfiguration {
|
|
474
|
+
scaleUnits: ScaleUnits[];
|
|
475
|
+
version?: string;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
// @public
|
|
479
|
+
export interface DeploymentData {
|
|
480
|
+
adouPath?: string;
|
|
481
|
+
cluster?: DeploymentCluster;
|
|
482
|
+
domainFqdn?: string;
|
|
483
|
+
hostNetwork?: DeploymentSettingHostNetwork;
|
|
484
|
+
infrastructureNetwork?: InfrastructureNetwork[];
|
|
485
|
+
namingPrefix?: string;
|
|
486
|
+
observability?: Observability;
|
|
487
|
+
optionalServices?: OptionalServices;
|
|
488
|
+
physicalNodes?: PhysicalNodes[];
|
|
489
|
+
sdnIntegration?: SdnIntegration;
|
|
490
|
+
secrets?: EceDeploymentSecrets[];
|
|
491
|
+
secretsLocation?: string;
|
|
492
|
+
securitySettings?: DeploymentSecuritySettings;
|
|
493
|
+
storage?: Storage;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
// @public
|
|
497
|
+
export type DeploymentMode = string;
|
|
498
|
+
|
|
499
|
+
// @public
|
|
500
|
+
export interface DeploymentSecuritySettings {
|
|
501
|
+
bitlockerBootVolume?: boolean;
|
|
502
|
+
bitlockerDataVolumes?: boolean;
|
|
503
|
+
credentialGuardEnforced?: boolean;
|
|
504
|
+
driftControlEnforced?: boolean;
|
|
505
|
+
drtmProtection?: boolean;
|
|
506
|
+
hvciProtection?: boolean;
|
|
507
|
+
sideChannelMitigationEnforced?: boolean;
|
|
508
|
+
smbClusterEncryption?: boolean;
|
|
509
|
+
smbSigningEnforced?: boolean;
|
|
510
|
+
wdacEnforced?: boolean;
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
// @public
|
|
514
|
+
export interface DeploymentSetting extends ProxyResource {
|
|
515
|
+
arcNodeResourceIds?: string[];
|
|
516
|
+
deploymentConfiguration?: DeploymentConfiguration;
|
|
517
|
+
deploymentMode?: DeploymentMode;
|
|
518
|
+
operationType?: OperationType;
|
|
519
|
+
readonly provisioningState?: ProvisioningState;
|
|
520
|
+
readonly reportedProperties?: EceReportedProperties;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
// @public
|
|
524
|
+
export interface DeploymentSettingAdapterPropertyOverrides {
|
|
525
|
+
jumboPacket?: string;
|
|
526
|
+
networkDirect?: string;
|
|
527
|
+
networkDirectTechnology?: string;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
// @public
|
|
531
|
+
export interface DeploymentSettingHostNetwork {
|
|
532
|
+
enableStorageAutoIp?: boolean;
|
|
533
|
+
intents?: DeploymentSettingIntents[];
|
|
534
|
+
storageConnectivitySwitchless?: boolean;
|
|
535
|
+
storageNetworks?: DeploymentSettingStorageNetworks[];
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
// @public
|
|
539
|
+
export interface DeploymentSettingIntents {
|
|
540
|
+
adapter?: string[];
|
|
541
|
+
adapterPropertyOverrides?: DeploymentSettingAdapterPropertyOverrides;
|
|
542
|
+
name?: string;
|
|
543
|
+
overrideAdapterProperty?: boolean;
|
|
544
|
+
overrideQosPolicy?: boolean;
|
|
545
|
+
overrideVirtualSwitchConfiguration?: boolean;
|
|
546
|
+
qosPolicyOverrides?: QosPolicyOverrides;
|
|
547
|
+
trafficType?: string[];
|
|
548
|
+
virtualSwitchConfigurationOverrides?: DeploymentSettingVirtualSwitchConfigurationOverrides;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
// @public
|
|
552
|
+
export interface DeploymentSettingListResult {
|
|
553
|
+
nextLink?: string;
|
|
554
|
+
value: DeploymentSetting[];
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
// @public
|
|
558
|
+
export interface DeploymentSettings {
|
|
559
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, deploymentSettingsName: string, resource: DeploymentSetting, options?: DeploymentSettingsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentSettingsCreateOrUpdateResponse>, DeploymentSettingsCreateOrUpdateResponse>>;
|
|
560
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, deploymentSettingsName: string, resource: DeploymentSetting, options?: DeploymentSettingsCreateOrUpdateOptionalParams): Promise<DeploymentSettingsCreateOrUpdateResponse>;
|
|
561
|
+
beginDelete(resourceGroupName: string, clusterName: string, deploymentSettingsName: string, options?: DeploymentSettingsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentSettingsDeleteResponse>, DeploymentSettingsDeleteResponse>>;
|
|
562
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, deploymentSettingsName: string, options?: DeploymentSettingsDeleteOptionalParams): Promise<DeploymentSettingsDeleteResponse>;
|
|
563
|
+
get(resourceGroupName: string, clusterName: string, deploymentSettingsName: string, options?: DeploymentSettingsGetOptionalParams): Promise<DeploymentSettingsGetResponse>;
|
|
564
|
+
listByClusters(resourceGroupName: string, clusterName: string, options?: DeploymentSettingsListByClustersOptionalParams): PagedAsyncIterableIterator<DeploymentSetting>;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
// @public
|
|
568
|
+
export interface DeploymentSettingsCreateOrUpdateHeaders {
|
|
569
|
+
retryAfter?: number;
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
// @public
|
|
573
|
+
export interface DeploymentSettingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
574
|
+
resumeFrom?: string;
|
|
575
|
+
updateIntervalInMs?: number;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
// @public
|
|
579
|
+
export type DeploymentSettingsCreateOrUpdateResponse = DeploymentSetting;
|
|
580
|
+
|
|
581
|
+
// @public
|
|
582
|
+
export interface DeploymentSettingsDeleteHeaders {
|
|
583
|
+
location?: string;
|
|
584
|
+
retryAfter?: number;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
// @public
|
|
588
|
+
export interface DeploymentSettingsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
589
|
+
resumeFrom?: string;
|
|
590
|
+
updateIntervalInMs?: number;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
// @public
|
|
594
|
+
export type DeploymentSettingsDeleteResponse = DeploymentSettingsDeleteHeaders;
|
|
595
|
+
|
|
596
|
+
// @public
|
|
597
|
+
export interface DeploymentSettingsGetOptionalParams extends coreClient.OperationOptions {
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
// @public
|
|
601
|
+
export type DeploymentSettingsGetResponse = DeploymentSetting;
|
|
602
|
+
|
|
603
|
+
// @public
|
|
604
|
+
export interface DeploymentSettingsListByClustersNextOptionalParams extends coreClient.OperationOptions {
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
// @public
|
|
608
|
+
export type DeploymentSettingsListByClustersNextResponse = DeploymentSettingListResult;
|
|
609
|
+
|
|
610
|
+
// @public
|
|
611
|
+
export interface DeploymentSettingsListByClustersOptionalParams extends coreClient.OperationOptions {
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
// @public
|
|
615
|
+
export type DeploymentSettingsListByClustersResponse = DeploymentSettingListResult;
|
|
616
|
+
|
|
617
|
+
// @public
|
|
618
|
+
export interface DeploymentSettingStorageAdapterIPInfo {
|
|
619
|
+
ipv4Address?: string;
|
|
620
|
+
physicalNode?: string;
|
|
621
|
+
subnetMask?: string;
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
// @public
|
|
625
|
+
export interface DeploymentSettingStorageNetworks {
|
|
626
|
+
name?: string;
|
|
627
|
+
networkAdapterName?: string;
|
|
628
|
+
storageAdapterIPInfo?: DeploymentSettingStorageAdapterIPInfo[];
|
|
629
|
+
vlanId?: string;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
// @public
|
|
633
|
+
export interface DeploymentSettingVirtualSwitchConfigurationOverrides {
|
|
634
|
+
enableIov?: string;
|
|
635
|
+
loadBalancingAlgorithm?: string;
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
// @public
|
|
639
|
+
export interface DeploymentStep {
|
|
640
|
+
readonly description?: string;
|
|
641
|
+
readonly endTimeUtc?: string;
|
|
642
|
+
readonly exception?: string[];
|
|
643
|
+
readonly fullStepIndex?: string;
|
|
644
|
+
readonly name?: string;
|
|
645
|
+
readonly startTimeUtc?: string;
|
|
646
|
+
readonly status?: string;
|
|
647
|
+
readonly steps?: DeploymentStep[];
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
// @public
|
|
651
|
+
export interface DeviceConfiguration {
|
|
652
|
+
deviceMetadata?: string;
|
|
653
|
+
nicDetails?: NicDetail[];
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
// @public
|
|
657
|
+
export type DeviceKind = string;
|
|
658
|
+
|
|
659
|
+
// @public
|
|
660
|
+
export type DeviceState = string;
|
|
661
|
+
|
|
662
|
+
// @public
|
|
663
|
+
export type DiagnosticLevel = string;
|
|
664
|
+
|
|
665
|
+
// @public
|
|
666
|
+
export interface EceActionStatus {
|
|
667
|
+
readonly status?: string;
|
|
668
|
+
readonly steps?: DeploymentStep[];
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
// @public
|
|
672
|
+
export interface EceDeploymentSecrets {
|
|
673
|
+
eceSecretName?: EceSecrets;
|
|
674
|
+
secretLocation?: string;
|
|
675
|
+
secretName?: string;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
// @public
|
|
679
|
+
export interface EceReportedProperties {
|
|
680
|
+
readonly deploymentStatus?: EceActionStatus;
|
|
681
|
+
readonly validationStatus?: EceActionStatus;
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
// @public
|
|
685
|
+
export type EceSecrets = string;
|
|
686
|
+
|
|
687
|
+
// @public
|
|
688
|
+
export interface EdgeDevice extends ProxyResource {
|
|
689
|
+
kind: DeviceKind;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
// @public
|
|
693
|
+
export interface EdgeDeviceListResult {
|
|
694
|
+
nextLink?: string;
|
|
695
|
+
value: EdgeDeviceUnion[];
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
// @public
|
|
699
|
+
export interface EdgeDeviceProperties {
|
|
700
|
+
deviceConfiguration?: DeviceConfiguration;
|
|
701
|
+
readonly provisioningState?: ProvisioningState;
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
// @public
|
|
705
|
+
export interface EdgeDevices {
|
|
706
|
+
beginCreateOrUpdate(resourceUri: string, edgeDeviceName: string, resource: EdgeDeviceUnion, options?: EdgeDevicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<EdgeDevicesCreateOrUpdateResponse>, EdgeDevicesCreateOrUpdateResponse>>;
|
|
707
|
+
beginCreateOrUpdateAndWait(resourceUri: string, edgeDeviceName: string, resource: EdgeDeviceUnion, options?: EdgeDevicesCreateOrUpdateOptionalParams): Promise<EdgeDevicesCreateOrUpdateResponse>;
|
|
708
|
+
beginDelete(resourceUri: string, edgeDeviceName: string, options?: EdgeDevicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<EdgeDevicesDeleteResponse>, EdgeDevicesDeleteResponse>>;
|
|
709
|
+
beginDeleteAndWait(resourceUri: string, edgeDeviceName: string, options?: EdgeDevicesDeleteOptionalParams): Promise<EdgeDevicesDeleteResponse>;
|
|
710
|
+
beginValidate(resourceUri: string, edgeDeviceName: string, validateRequest: ValidateRequest, options?: EdgeDevicesValidateOptionalParams): Promise<SimplePollerLike<OperationState<EdgeDevicesValidateResponse>, EdgeDevicesValidateResponse>>;
|
|
711
|
+
beginValidateAndWait(resourceUri: string, edgeDeviceName: string, validateRequest: ValidateRequest, options?: EdgeDevicesValidateOptionalParams): Promise<EdgeDevicesValidateResponse>;
|
|
712
|
+
get(resourceUri: string, edgeDeviceName: string, options?: EdgeDevicesGetOptionalParams): Promise<EdgeDevicesGetResponse>;
|
|
713
|
+
list(resourceUri: string, options?: EdgeDevicesListOptionalParams): PagedAsyncIterableIterator<EdgeDeviceUnion>;
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
// @public
|
|
717
|
+
export interface EdgeDevicesCreateOrUpdateHeaders {
|
|
718
|
+
retryAfter?: number;
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
// @public
|
|
722
|
+
export interface EdgeDevicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
723
|
+
resumeFrom?: string;
|
|
724
|
+
updateIntervalInMs?: number;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
// @public
|
|
728
|
+
export type EdgeDevicesCreateOrUpdateResponse = EdgeDeviceUnion;
|
|
729
|
+
|
|
730
|
+
// @public
|
|
731
|
+
export interface EdgeDevicesDeleteHeaders {
|
|
732
|
+
location?: string;
|
|
733
|
+
retryAfter?: number;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
// @public
|
|
737
|
+
export interface EdgeDevicesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
738
|
+
resumeFrom?: string;
|
|
739
|
+
updateIntervalInMs?: number;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
// @public
|
|
743
|
+
export type EdgeDevicesDeleteResponse = EdgeDevicesDeleteHeaders;
|
|
744
|
+
|
|
745
|
+
// @public
|
|
746
|
+
export interface EdgeDevicesGetOptionalParams extends coreClient.OperationOptions {
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
// @public
|
|
750
|
+
export type EdgeDevicesGetResponse = EdgeDeviceUnion;
|
|
751
|
+
|
|
752
|
+
// @public
|
|
753
|
+
export interface EdgeDevicesListNextOptionalParams extends coreClient.OperationOptions {
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
// @public
|
|
757
|
+
export type EdgeDevicesListNextResponse = EdgeDeviceListResult;
|
|
758
|
+
|
|
759
|
+
// @public
|
|
760
|
+
export interface EdgeDevicesListOptionalParams extends coreClient.OperationOptions {
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
// @public
|
|
764
|
+
export type EdgeDevicesListResponse = EdgeDeviceListResult;
|
|
765
|
+
|
|
766
|
+
// @public
|
|
767
|
+
export interface EdgeDevicesValidateHeaders {
|
|
768
|
+
location?: string;
|
|
769
|
+
retryAfter?: number;
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
// @public
|
|
773
|
+
export interface EdgeDevicesValidateOptionalParams extends coreClient.OperationOptions {
|
|
774
|
+
resumeFrom?: string;
|
|
775
|
+
updateIntervalInMs?: number;
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
// @public
|
|
779
|
+
export type EdgeDevicesValidateResponse = ValidateResponse;
|
|
780
|
+
|
|
781
|
+
// @public (undocumented)
|
|
782
|
+
export type EdgeDeviceUnion = EdgeDevice | HciEdgeDevice;
|
|
783
|
+
|
|
784
|
+
// @public
|
|
785
|
+
export interface ErrorAdditionalInfo {
|
|
786
|
+
readonly info?: Record<string, unknown>;
|
|
787
|
+
readonly type?: string;
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
// @public
|
|
791
|
+
export interface ErrorDetail {
|
|
792
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
793
|
+
readonly code?: string;
|
|
794
|
+
readonly details?: ErrorDetail[];
|
|
795
|
+
readonly message?: string;
|
|
796
|
+
readonly target?: string;
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
// @public
|
|
800
|
+
export interface ErrorResponse {
|
|
801
|
+
error?: ErrorDetail;
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
// @public
|
|
805
|
+
export interface Extension extends ProxyResource {
|
|
806
|
+
readonly aggregateState?: ExtensionAggregateState;
|
|
807
|
+
autoUpgradeMinorVersion?: boolean;
|
|
808
|
+
enableAutomaticUpgrade?: boolean;
|
|
809
|
+
forceUpdateTag?: string;
|
|
810
|
+
readonly managedBy?: ExtensionManagedBy;
|
|
811
|
+
readonly perNodeExtensionDetails?: PerNodeExtensionState[];
|
|
812
|
+
protectedSettings?: Record<string, unknown>;
|
|
813
|
+
readonly provisioningState?: ProvisioningState;
|
|
814
|
+
publisher?: string;
|
|
815
|
+
settings?: Record<string, unknown>;
|
|
816
|
+
typeHandlerVersion?: string;
|
|
817
|
+
typePropertiesExtensionParametersType?: string;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
// @public
|
|
821
|
+
export type ExtensionAggregateState = string;
|
|
822
|
+
|
|
823
|
+
// @public
|
|
824
|
+
export interface ExtensionInstanceView {
|
|
825
|
+
name?: string;
|
|
826
|
+
status?: ExtensionInstanceViewStatus;
|
|
827
|
+
type?: string;
|
|
828
|
+
typeHandlerVersion?: string;
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
// @public
|
|
832
|
+
export interface ExtensionInstanceViewStatus {
|
|
833
|
+
code?: string;
|
|
834
|
+
displayStatus?: string;
|
|
835
|
+
level?: StatusLevelTypes;
|
|
836
|
+
message?: string;
|
|
837
|
+
time?: Date;
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
// @public
|
|
841
|
+
export interface ExtensionList {
|
|
842
|
+
readonly nextLink?: string;
|
|
843
|
+
readonly value?: Extension[];
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
// @public
|
|
847
|
+
export type ExtensionManagedBy = string;
|
|
848
|
+
|
|
849
|
+
// @public
|
|
850
|
+
export interface ExtensionPatch {
|
|
851
|
+
extensionParameters?: ExtensionPatchParameters;
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
// @public
|
|
855
|
+
export interface ExtensionPatchParameters {
|
|
856
|
+
enableAutomaticUpgrade?: boolean;
|
|
857
|
+
protectedSettings?: Record<string, unknown>;
|
|
858
|
+
settings?: Record<string, unknown>;
|
|
859
|
+
typeHandlerVersion?: string;
|
|
860
|
+
}
|
|
861
|
+
|
|
862
|
+
// @public
|
|
863
|
+
export interface ExtensionProfile {
|
|
864
|
+
readonly extensions?: HciEdgeDeviceArcExtension[];
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
// @public
|
|
868
|
+
export interface Extensions {
|
|
869
|
+
beginCreate(resourceGroupName: string, clusterName: string, arcSettingName: string, extensionName: string, extension: Extension, options?: ExtensionsCreateOptionalParams): Promise<SimplePollerLike<OperationState<ExtensionsCreateResponse>, ExtensionsCreateResponse>>;
|
|
870
|
+
beginCreateAndWait(resourceGroupName: string, clusterName: string, arcSettingName: string, extensionName: string, extension: Extension, options?: ExtensionsCreateOptionalParams): Promise<ExtensionsCreateResponse>;
|
|
871
|
+
beginDelete(resourceGroupName: string, clusterName: string, arcSettingName: string, extensionName: string, options?: ExtensionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
872
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, arcSettingName: string, extensionName: string, options?: ExtensionsDeleteOptionalParams): Promise<void>;
|
|
873
|
+
beginUpdate(resourceGroupName: string, clusterName: string, arcSettingName: string, extensionName: string, extension: ExtensionPatch, options?: ExtensionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ExtensionsUpdateResponse>, ExtensionsUpdateResponse>>;
|
|
874
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, arcSettingName: string, extensionName: string, extension: ExtensionPatch, options?: ExtensionsUpdateOptionalParams): Promise<ExtensionsUpdateResponse>;
|
|
875
|
+
beginUpgrade(resourceGroupName: string, clusterName: string, arcSettingName: string, extensionName: string, extensionUpgradeParameters: ExtensionUpgradeParameters, options?: ExtensionsUpgradeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
876
|
+
beginUpgradeAndWait(resourceGroupName: string, clusterName: string, arcSettingName: string, extensionName: string, extensionUpgradeParameters: ExtensionUpgradeParameters, options?: ExtensionsUpgradeOptionalParams): Promise<void>;
|
|
877
|
+
get(resourceGroupName: string, clusterName: string, arcSettingName: string, extensionName: string, options?: ExtensionsGetOptionalParams): Promise<ExtensionsGetResponse>;
|
|
878
|
+
listByArcSetting(resourceGroupName: string, clusterName: string, arcSettingName: string, options?: ExtensionsListByArcSettingOptionalParams): PagedAsyncIterableIterator<Extension>;
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
// @public
|
|
882
|
+
export interface ExtensionsCreateOptionalParams extends coreClient.OperationOptions {
|
|
883
|
+
resumeFrom?: string;
|
|
884
|
+
updateIntervalInMs?: number;
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
// @public
|
|
888
|
+
export type ExtensionsCreateResponse = Extension;
|
|
889
|
+
|
|
890
|
+
// @public
|
|
891
|
+
export interface ExtensionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
892
|
+
resumeFrom?: string;
|
|
893
|
+
updateIntervalInMs?: number;
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
// @public
|
|
897
|
+
export interface ExtensionsGetOptionalParams extends coreClient.OperationOptions {
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
// @public
|
|
901
|
+
export type ExtensionsGetResponse = Extension;
|
|
902
|
+
|
|
903
|
+
// @public
|
|
904
|
+
export interface ExtensionsListByArcSettingNextOptionalParams extends coreClient.OperationOptions {
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
// @public
|
|
908
|
+
export type ExtensionsListByArcSettingNextResponse = ExtensionList;
|
|
909
|
+
|
|
910
|
+
// @public
|
|
911
|
+
export interface ExtensionsListByArcSettingOptionalParams extends coreClient.OperationOptions {
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
// @public
|
|
915
|
+
export type ExtensionsListByArcSettingResponse = ExtensionList;
|
|
916
|
+
|
|
917
|
+
// @public
|
|
918
|
+
export interface ExtensionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
919
|
+
resumeFrom?: string;
|
|
920
|
+
updateIntervalInMs?: number;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
// @public
|
|
924
|
+
export type ExtensionsUpdateResponse = Extension;
|
|
925
|
+
|
|
926
|
+
// @public
|
|
927
|
+
export interface ExtensionsUpgradeOptionalParams extends coreClient.OperationOptions {
|
|
928
|
+
resumeFrom?: string;
|
|
929
|
+
updateIntervalInMs?: number;
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
// @public
|
|
933
|
+
export interface ExtensionUpgradeParameters {
|
|
934
|
+
targetVersion?: string;
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
// @public
|
|
938
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
939
|
+
|
|
940
|
+
// @public
|
|
941
|
+
export interface HciEdgeDevice extends EdgeDevice {
|
|
942
|
+
kind: "HCI";
|
|
943
|
+
properties?: HciEdgeDeviceProperties;
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
// @public
|
|
947
|
+
export interface HciEdgeDeviceAdapterPropertyOverrides {
|
|
948
|
+
readonly jumboPacket?: string;
|
|
949
|
+
readonly networkDirect?: string;
|
|
950
|
+
readonly networkDirectTechnology?: string;
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
// @public
|
|
954
|
+
export interface HciEdgeDeviceArcExtension {
|
|
955
|
+
readonly errorDetails?: HciValidationFailureDetail[];
|
|
956
|
+
readonly extensionName?: string;
|
|
957
|
+
readonly extensionResourceId?: string;
|
|
958
|
+
readonly managedBy?: ExtensionManagedBy;
|
|
959
|
+
readonly state?: ArcExtensionState;
|
|
960
|
+
readonly typeHandlerVersion?: string;
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
// @public
|
|
964
|
+
export interface HciEdgeDeviceHostNetwork {
|
|
965
|
+
readonly enableStorageAutoIp?: boolean;
|
|
966
|
+
readonly intents?: HciEdgeDeviceIntents[];
|
|
967
|
+
readonly storageConnectivitySwitchless?: boolean;
|
|
968
|
+
readonly storageNetworks?: HciEdgeDeviceStorageNetworks[];
|
|
969
|
+
}
|
|
970
|
+
|
|
971
|
+
// @public
|
|
972
|
+
export interface HciEdgeDeviceIntents {
|
|
973
|
+
readonly adapterPropertyOverrides?: HciEdgeDeviceAdapterPropertyOverrides;
|
|
974
|
+
readonly intentAdapters?: string[];
|
|
975
|
+
readonly intentName?: string;
|
|
976
|
+
readonly intentType?: number;
|
|
977
|
+
readonly isComputeIntentSet?: boolean;
|
|
978
|
+
readonly isManagementIntentSet?: boolean;
|
|
979
|
+
readonly isNetworkIntentType?: boolean;
|
|
980
|
+
readonly isOnlyStorage?: boolean;
|
|
981
|
+
readonly isOnlyStretch?: boolean;
|
|
982
|
+
readonly isStorageIntentSet?: boolean;
|
|
983
|
+
readonly isStretchIntentSet?: boolean;
|
|
984
|
+
readonly overrideAdapterProperty?: boolean;
|
|
985
|
+
readonly overrideQosPolicy?: boolean;
|
|
986
|
+
readonly overrideVirtualSwitchConfiguration?: boolean;
|
|
987
|
+
readonly qosPolicyOverrides?: QosPolicyOverrides;
|
|
988
|
+
readonly scope?: number;
|
|
989
|
+
readonly virtualSwitchConfigurationOverrides?: HciEdgeDeviceVirtualSwitchConfigurationOverrides;
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
// @public
|
|
993
|
+
export interface HciEdgeDeviceProperties extends EdgeDeviceProperties {
|
|
994
|
+
readonly reportedProperties?: HciReportedProperties;
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
// @public
|
|
998
|
+
export interface HciEdgeDeviceStorageAdapterIPInfo {
|
|
999
|
+
readonly ipv4Address?: string;
|
|
1000
|
+
readonly physicalNode?: string;
|
|
1001
|
+
readonly subnetMask?: string;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
// @public
|
|
1005
|
+
export interface HciEdgeDeviceStorageNetworks {
|
|
1006
|
+
readonly name?: string;
|
|
1007
|
+
readonly networkAdapterName?: string;
|
|
1008
|
+
readonly storageAdapterIPInfo?: HciEdgeDeviceStorageAdapterIPInfo[];
|
|
1009
|
+
readonly storageVlanId?: string;
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
// @public
|
|
1013
|
+
export interface HciEdgeDeviceVirtualSwitchConfigurationOverrides {
|
|
1014
|
+
readonly enableIov?: string;
|
|
1015
|
+
readonly loadBalancingAlgorithm?: string;
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
// @public
|
|
1019
|
+
export interface HciNetworkProfile {
|
|
1020
|
+
readonly hostNetwork?: HciEdgeDeviceHostNetwork;
|
|
1021
|
+
readonly nicDetails?: HciNicDetail[];
|
|
1022
|
+
readonly switchDetails?: SwitchDetail[];
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1025
|
+
// @public
|
|
1026
|
+
export interface HciNicDetail {
|
|
1027
|
+
readonly adapterName?: string;
|
|
1028
|
+
readonly componentId?: string;
|
|
1029
|
+
readonly defaultGateway?: string;
|
|
1030
|
+
readonly defaultIsolationId?: string;
|
|
1031
|
+
readonly dnsServers?: string[];
|
|
1032
|
+
readonly driverVersion?: string;
|
|
1033
|
+
readonly interfaceDescription?: string;
|
|
1034
|
+
readonly ip4Address?: string;
|
|
1035
|
+
readonly macAddress?: string;
|
|
1036
|
+
readonly nicStatus?: string;
|
|
1037
|
+
readonly nicType?: string;
|
|
1038
|
+
readonly slot?: string;
|
|
1039
|
+
readonly subnetMask?: string;
|
|
1040
|
+
readonly switchName?: string;
|
|
1041
|
+
readonly vlanId?: string;
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
// @public
|
|
1045
|
+
export interface HciOsProfile {
|
|
1046
|
+
readonly assemblyVersion?: string;
|
|
1047
|
+
readonly bootType?: string;
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
// @public
|
|
1051
|
+
export interface HciReportedProperties extends ReportedProperties {
|
|
1052
|
+
readonly networkProfile?: HciNetworkProfile;
|
|
1053
|
+
readonly osProfile?: HciOsProfile;
|
|
1054
|
+
readonly sbeDeploymentPackageInfo?: SbeDeploymentPackageInfo;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
// @public
|
|
1058
|
+
export interface HciValidationFailureDetail {
|
|
1059
|
+
readonly exception?: string;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
// @public
|
|
1063
|
+
export type HealthState = string;
|
|
1064
|
+
|
|
1065
|
+
// @public
|
|
1066
|
+
export type ImdsAttestation = string;
|
|
1067
|
+
|
|
1068
|
+
// @public
|
|
1069
|
+
export interface InfrastructureNetwork {
|
|
1070
|
+
dnsServers?: string[];
|
|
1071
|
+
gateway?: string;
|
|
1072
|
+
ipPools?: IpPools[];
|
|
1073
|
+
subnetMask?: string;
|
|
1074
|
+
useDhcp?: boolean;
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1077
|
+
// @public
|
|
1078
|
+
export interface IpPools {
|
|
1079
|
+
endingAddress?: string;
|
|
1080
|
+
startingAddress?: string;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
// @public
|
|
1084
|
+
export interface IsolatedVmAttestationConfiguration {
|
|
1085
|
+
readonly attestationResourceId?: string;
|
|
1086
|
+
readonly attestationServiceEndpoint?: string;
|
|
1087
|
+
readonly relyingPartyServiceEndpoint?: string;
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
// @public
|
|
1091
|
+
export enum KnownAccessLevel {
|
|
1092
|
+
Diagnostics = "Diagnostics",
|
|
1093
|
+
DiagnosticsAndRepair = "DiagnosticsAndRepair"
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1096
|
+
// @public
|
|
1097
|
+
export enum KnownActionType {
|
|
1098
|
+
Internal = "Internal"
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1101
|
+
// @public
|
|
1102
|
+
export enum KnownArcExtensionState {
|
|
1103
|
+
Accepted = "Accepted",
|
|
1104
|
+
Canceled = "Canceled",
|
|
1105
|
+
Creating = "Creating",
|
|
1106
|
+
Deleted = "Deleted",
|
|
1107
|
+
Deleting = "Deleting",
|
|
1108
|
+
Failed = "Failed",
|
|
1109
|
+
Moving = "Moving",
|
|
1110
|
+
NotSpecified = "NotSpecified",
|
|
1111
|
+
Succeeded = "Succeeded",
|
|
1112
|
+
Updating = "Updating"
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
// @public
|
|
1116
|
+
export enum KnownArcSettingAggregateState {
|
|
1117
|
+
Accepted = "Accepted",
|
|
1118
|
+
Canceled = "Canceled",
|
|
1119
|
+
Connected = "Connected",
|
|
1120
|
+
Creating = "Creating",
|
|
1121
|
+
Deleted = "Deleted",
|
|
1122
|
+
Deleting = "Deleting",
|
|
1123
|
+
DisableInProgress = "DisableInProgress",
|
|
1124
|
+
Disconnected = "Disconnected",
|
|
1125
|
+
Error = "Error",
|
|
1126
|
+
Failed = "Failed",
|
|
1127
|
+
InProgress = "InProgress",
|
|
1128
|
+
Moving = "Moving",
|
|
1129
|
+
NotSpecified = "NotSpecified",
|
|
1130
|
+
PartiallyConnected = "PartiallyConnected",
|
|
1131
|
+
PartiallySucceeded = "PartiallySucceeded",
|
|
1132
|
+
Provisioning = "Provisioning",
|
|
1133
|
+
Succeeded = "Succeeded",
|
|
1134
|
+
Updating = "Updating"
|
|
1135
|
+
}
|
|
1136
|
+
|
|
1137
|
+
// @public
|
|
1138
|
+
export enum KnownAvailabilityType {
|
|
1139
|
+
Local = "Local",
|
|
1140
|
+
Notify = "Notify",
|
|
1141
|
+
Online = "Online"
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
// @public
|
|
1145
|
+
export enum KnownClusterNodeType {
|
|
1146
|
+
FirstParty = "FirstParty",
|
|
1147
|
+
ThirdParty = "ThirdParty"
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
// @public
|
|
1151
|
+
export enum KnownComplianceAssignmentType {
|
|
1152
|
+
ApplyAndAutoCorrect = "ApplyAndAutoCorrect",
|
|
1153
|
+
Audit = "Audit"
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
// @public
|
|
1157
|
+
export enum KnownComplianceStatus {
|
|
1158
|
+
Compliant = "Compliant",
|
|
1159
|
+
NonCompliant = "NonCompliant",
|
|
1160
|
+
Pending = "Pending"
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
// @public
|
|
1164
|
+
export enum KnownConnectivityStatus {
|
|
1165
|
+
Connected = "Connected",
|
|
1166
|
+
Disconnected = "Disconnected",
|
|
1167
|
+
NotConnectedRecently = "NotConnectedRecently",
|
|
1168
|
+
NotSpecified = "NotSpecified",
|
|
1169
|
+
NotYetRegistered = "NotYetRegistered",
|
|
1170
|
+
PartiallyConnected = "PartiallyConnected"
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1173
|
+
// @public
|
|
1174
|
+
export enum KnownCreatedByType {
|
|
1175
|
+
Application = "Application",
|
|
1176
|
+
Key = "Key",
|
|
1177
|
+
ManagedIdentity = "ManagedIdentity",
|
|
1178
|
+
User = "User"
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
// @public
|
|
1182
|
+
export enum KnownDeploymentMode {
|
|
1183
|
+
Deploy = "Deploy",
|
|
1184
|
+
Validate = "Validate"
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1187
|
+
// @public
|
|
1188
|
+
export enum KnownDeviceKind {
|
|
1189
|
+
HCI = "HCI"
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
// @public
|
|
1193
|
+
export enum KnownDeviceState {
|
|
1194
|
+
Connected = "Connected",
|
|
1195
|
+
Disconnected = "Disconnected",
|
|
1196
|
+
Draining = "Draining",
|
|
1197
|
+
InMaintenance = "InMaintenance",
|
|
1198
|
+
NotSpecified = "NotSpecified",
|
|
1199
|
+
Processing = "Processing",
|
|
1200
|
+
Repairing = "Repairing",
|
|
1201
|
+
Resuming = "Resuming"
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
// @public
|
|
1205
|
+
export enum KnownDiagnosticLevel {
|
|
1206
|
+
Basic = "Basic",
|
|
1207
|
+
Enhanced = "Enhanced",
|
|
1208
|
+
Off = "Off"
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
// @public
|
|
1212
|
+
export enum KnownEceSecrets {
|
|
1213
|
+
AzureStackLCMUserCredential = "AzureStackLCMUserCredential",
|
|
1214
|
+
DefaultARBApplication = "DefaultARBApplication",
|
|
1215
|
+
LocalAdminCredential = "LocalAdminCredential",
|
|
1216
|
+
WitnessStorageKey = "WitnessStorageKey"
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
// @public
|
|
1220
|
+
export enum KnownExtensionAggregateState {
|
|
1221
|
+
Accepted = "Accepted",
|
|
1222
|
+
Canceled = "Canceled",
|
|
1223
|
+
Connected = "Connected",
|
|
1224
|
+
Creating = "Creating",
|
|
1225
|
+
Deleted = "Deleted",
|
|
1226
|
+
Deleting = "Deleting",
|
|
1227
|
+
Disconnected = "Disconnected",
|
|
1228
|
+
Error = "Error",
|
|
1229
|
+
Failed = "Failed",
|
|
1230
|
+
InProgress = "InProgress",
|
|
1231
|
+
Moving = "Moving",
|
|
1232
|
+
NotSpecified = "NotSpecified",
|
|
1233
|
+
PartiallyConnected = "PartiallyConnected",
|
|
1234
|
+
PartiallySucceeded = "PartiallySucceeded",
|
|
1235
|
+
Provisioning = "Provisioning",
|
|
1236
|
+
Succeeded = "Succeeded",
|
|
1237
|
+
Updating = "Updating",
|
|
1238
|
+
UpgradeFailedRollbackSucceeded = "UpgradeFailedRollbackSucceeded"
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1241
|
+
// @public
|
|
1242
|
+
export enum KnownExtensionManagedBy {
|
|
1243
|
+
Azure = "Azure",
|
|
1244
|
+
User = "User"
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
// @public
|
|
1248
|
+
export enum KnownHealthState {
|
|
1249
|
+
Error = "Error",
|
|
1250
|
+
Failure = "Failure",
|
|
1251
|
+
InProgress = "InProgress",
|
|
1252
|
+
Success = "Success",
|
|
1253
|
+
Unknown = "Unknown",
|
|
1254
|
+
Warning = "Warning"
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
// @public
|
|
1258
|
+
export enum KnownImdsAttestation {
|
|
1259
|
+
Disabled = "Disabled",
|
|
1260
|
+
Enabled = "Enabled"
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
// @public
|
|
1264
|
+
export enum KnownLogCollectionJobType {
|
|
1265
|
+
OnDemand = "OnDemand",
|
|
1266
|
+
Scheduled = "Scheduled"
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1269
|
+
// @public
|
|
1270
|
+
export enum KnownLogCollectionStatus {
|
|
1271
|
+
Failed = "Failed",
|
|
1272
|
+
InProgress = "InProgress",
|
|
1273
|
+
None = "None",
|
|
1274
|
+
Succeeded = "Succeeded"
|
|
1275
|
+
}
|
|
1276
|
+
|
|
1277
|
+
// @public
|
|
1278
|
+
export enum KnownManagedServiceIdentityType {
|
|
1279
|
+
None = "None",
|
|
1280
|
+
SystemAssigned = "SystemAssigned",
|
|
1281
|
+
SystemAssignedUserAssigned = "SystemAssigned, UserAssigned",
|
|
1282
|
+
UserAssigned = "UserAssigned"
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
// @public
|
|
1286
|
+
export enum KnownNodeArcState {
|
|
1287
|
+
Accepted = "Accepted",
|
|
1288
|
+
Canceled = "Canceled",
|
|
1289
|
+
Connected = "Connected",
|
|
1290
|
+
Creating = "Creating",
|
|
1291
|
+
Deleted = "Deleted",
|
|
1292
|
+
Deleting = "Deleting",
|
|
1293
|
+
DisableInProgress = "DisableInProgress",
|
|
1294
|
+
Disconnected = "Disconnected",
|
|
1295
|
+
Error = "Error",
|
|
1296
|
+
Failed = "Failed",
|
|
1297
|
+
InProgress = "InProgress",
|
|
1298
|
+
Moving = "Moving",
|
|
1299
|
+
NotSpecified = "NotSpecified",
|
|
1300
|
+
PartiallyConnected = "PartiallyConnected",
|
|
1301
|
+
PartiallySucceeded = "PartiallySucceeded",
|
|
1302
|
+
Provisioning = "Provisioning",
|
|
1303
|
+
Succeeded = "Succeeded",
|
|
1304
|
+
Updating = "Updating"
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1307
|
+
// @public
|
|
1308
|
+
export enum KnownNodeExtensionState {
|
|
1309
|
+
Accepted = "Accepted",
|
|
1310
|
+
Canceled = "Canceled",
|
|
1311
|
+
Connected = "Connected",
|
|
1312
|
+
Creating = "Creating",
|
|
1313
|
+
Deleted = "Deleted",
|
|
1314
|
+
Deleting = "Deleting",
|
|
1315
|
+
Disconnected = "Disconnected",
|
|
1316
|
+
Error = "Error",
|
|
1317
|
+
Failed = "Failed",
|
|
1318
|
+
InProgress = "InProgress",
|
|
1319
|
+
Moving = "Moving",
|
|
1320
|
+
NotSpecified = "NotSpecified",
|
|
1321
|
+
PartiallyConnected = "PartiallyConnected",
|
|
1322
|
+
PartiallySucceeded = "PartiallySucceeded",
|
|
1323
|
+
Provisioning = "Provisioning",
|
|
1324
|
+
Succeeded = "Succeeded",
|
|
1325
|
+
Updating = "Updating"
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
// @public
|
|
1329
|
+
export enum KnownOemActivation {
|
|
1330
|
+
Disabled = "Disabled",
|
|
1331
|
+
Enabled = "Enabled"
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
// @public
|
|
1335
|
+
export enum KnownOperationType {
|
|
1336
|
+
ClusterProvisioning = "ClusterProvisioning",
|
|
1337
|
+
ClusterUpgrade = "ClusterUpgrade"
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
// @public
|
|
1341
|
+
export enum KnownOrigin {
|
|
1342
|
+
System = "system",
|
|
1343
|
+
User = "user",
|
|
1344
|
+
UserSystem = "user,system"
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
// @public
|
|
1348
|
+
export enum KnownProvisioningState {
|
|
1349
|
+
Accepted = "Accepted",
|
|
1350
|
+
Canceled = "Canceled",
|
|
1351
|
+
Connected = "Connected",
|
|
1352
|
+
Creating = "Creating",
|
|
1353
|
+
Deleted = "Deleted",
|
|
1354
|
+
Deleting = "Deleting",
|
|
1355
|
+
DisableInProgress = "DisableInProgress",
|
|
1356
|
+
Disconnected = "Disconnected",
|
|
1357
|
+
Error = "Error",
|
|
1358
|
+
Failed = "Failed",
|
|
1359
|
+
InProgress = "InProgress",
|
|
1360
|
+
Moving = "Moving",
|
|
1361
|
+
NotSpecified = "NotSpecified",
|
|
1362
|
+
PartiallyConnected = "PartiallyConnected",
|
|
1363
|
+
PartiallySucceeded = "PartiallySucceeded",
|
|
1364
|
+
Provisioning = "Provisioning",
|
|
1365
|
+
Succeeded = "Succeeded",
|
|
1366
|
+
Updating = "Updating"
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
// @public
|
|
1370
|
+
export enum KnownRebootRequirement {
|
|
1371
|
+
False = "False",
|
|
1372
|
+
True = "True",
|
|
1373
|
+
Unknown = "Unknown"
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
// @public
|
|
1377
|
+
export enum KnownRemoteSupportType {
|
|
1378
|
+
Enable = "Enable",
|
|
1379
|
+
Revoke = "Revoke"
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1382
|
+
// @public
|
|
1383
|
+
export enum KnownServiceName {
|
|
1384
|
+
WAC = "WAC"
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
// @public
|
|
1388
|
+
export enum KnownSeverity {
|
|
1389
|
+
Critical = "Critical",
|
|
1390
|
+
Hidden = "Hidden",
|
|
1391
|
+
Informational = "Informational",
|
|
1392
|
+
Warning = "Warning"
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
// @public
|
|
1396
|
+
export enum KnownSoftwareAssuranceIntent {
|
|
1397
|
+
Disable = "Disable",
|
|
1398
|
+
Enable = "Enable"
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
// @public
|
|
1402
|
+
export enum KnownSoftwareAssuranceStatus {
|
|
1403
|
+
Disabled = "Disabled",
|
|
1404
|
+
Enabled = "Enabled"
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1407
|
+
// @public
|
|
1408
|
+
export enum KnownState {
|
|
1409
|
+
AdditionalContentRequired = "AdditionalContentRequired",
|
|
1410
|
+
DownloadFailed = "DownloadFailed",
|
|
1411
|
+
Downloading = "Downloading",
|
|
1412
|
+
HasPrerequisite = "HasPrerequisite",
|
|
1413
|
+
HealthCheckFailed = "HealthCheckFailed",
|
|
1414
|
+
HealthChecking = "HealthChecking",
|
|
1415
|
+
InstallationFailed = "InstallationFailed",
|
|
1416
|
+
Installed = "Installed",
|
|
1417
|
+
Installing = "Installing",
|
|
1418
|
+
Invalid = "Invalid",
|
|
1419
|
+
NotApplicableBecauseAnotherUpdateIsInProgress = "NotApplicableBecauseAnotherUpdateIsInProgress",
|
|
1420
|
+
Obsolete = "Obsolete",
|
|
1421
|
+
PreparationFailed = "PreparationFailed",
|
|
1422
|
+
Preparing = "Preparing",
|
|
1423
|
+
Ready = "Ready",
|
|
1424
|
+
ReadyToInstall = "ReadyToInstall",
|
|
1425
|
+
Recalled = "Recalled",
|
|
1426
|
+
ScanFailed = "ScanFailed",
|
|
1427
|
+
ScanInProgress = "ScanInProgress"
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
// @public
|
|
1431
|
+
export enum KnownStatus {
|
|
1432
|
+
ConnectedRecently = "ConnectedRecently",
|
|
1433
|
+
DeploymentFailed = "DeploymentFailed",
|
|
1434
|
+
DeploymentInProgress = "DeploymentInProgress",
|
|
1435
|
+
DeploymentSuccess = "DeploymentSuccess",
|
|
1436
|
+
Disconnected = "Disconnected",
|
|
1437
|
+
Error = "Error",
|
|
1438
|
+
Failed = "Failed",
|
|
1439
|
+
InProgress = "InProgress",
|
|
1440
|
+
NotConnectedRecently = "NotConnectedRecently",
|
|
1441
|
+
NotSpecified = "NotSpecified",
|
|
1442
|
+
NotYetRegistered = "NotYetRegistered",
|
|
1443
|
+
Succeeded = "Succeeded",
|
|
1444
|
+
ValidationFailed = "ValidationFailed",
|
|
1445
|
+
ValidationInProgress = "ValidationInProgress",
|
|
1446
|
+
ValidationSuccess = "ValidationSuccess"
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1449
|
+
// @public
|
|
1450
|
+
export enum KnownStatusLevelTypes {
|
|
1451
|
+
Error = "Error",
|
|
1452
|
+
Info = "Info",
|
|
1453
|
+
Warning = "Warning"
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1456
|
+
// @public
|
|
1457
|
+
export enum KnownUpdateRunPropertiesState {
|
|
1458
|
+
Failed = "Failed",
|
|
1459
|
+
InProgress = "InProgress",
|
|
1460
|
+
Succeeded = "Succeeded",
|
|
1461
|
+
Unknown = "Unknown"
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
// @public
|
|
1465
|
+
export enum KnownUpdateSummariesPropertiesState {
|
|
1466
|
+
AppliedSuccessfully = "AppliedSuccessfully",
|
|
1467
|
+
NeedsAttention = "NeedsAttention",
|
|
1468
|
+
PreparationFailed = "PreparationFailed",
|
|
1469
|
+
PreparationInProgress = "PreparationInProgress",
|
|
1470
|
+
Unknown = "Unknown",
|
|
1471
|
+
UpdateAvailable = "UpdateAvailable",
|
|
1472
|
+
UpdateFailed = "UpdateFailed",
|
|
1473
|
+
UpdateInProgress = "UpdateInProgress"
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
// @public
|
|
1477
|
+
export enum KnownWindowsServerSubscription {
|
|
1478
|
+
Disabled = "Disabled",
|
|
1479
|
+
Enabled = "Enabled"
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1482
|
+
// @public
|
|
1483
|
+
export interface LogCollectionError {
|
|
1484
|
+
readonly errorCode?: string;
|
|
1485
|
+
readonly errorMessage?: string;
|
|
1486
|
+
}
|
|
1487
|
+
|
|
1488
|
+
// @public
|
|
1489
|
+
export type LogCollectionJobType = string;
|
|
1490
|
+
|
|
1491
|
+
// @public
|
|
1492
|
+
export interface LogCollectionProperties {
|
|
1493
|
+
readonly fromDate?: Date;
|
|
1494
|
+
readonly lastLogGenerated?: Date;
|
|
1495
|
+
readonly logCollectionSessionDetails?: LogCollectionSession[];
|
|
1496
|
+
readonly toDate?: Date;
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
// @public
|
|
1500
|
+
export interface LogCollectionRequest {
|
|
1501
|
+
properties?: LogCollectionRequestProperties;
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
// @public
|
|
1505
|
+
export interface LogCollectionRequestProperties {
|
|
1506
|
+
fromDate: Date;
|
|
1507
|
+
toDate: Date;
|
|
1508
|
+
}
|
|
1509
|
+
|
|
1510
|
+
// @public
|
|
1511
|
+
export interface LogCollectionSession {
|
|
1512
|
+
readonly correlationId?: string;
|
|
1513
|
+
readonly endTimeCollected?: Date;
|
|
1514
|
+
readonly logCollectionError?: LogCollectionError;
|
|
1515
|
+
readonly logCollectionJobType?: LogCollectionJobType;
|
|
1516
|
+
readonly logCollectionStatus?: LogCollectionStatus;
|
|
1517
|
+
readonly logEndTime?: Date;
|
|
1518
|
+
readonly logSize?: number;
|
|
1519
|
+
readonly logStartTime?: Date;
|
|
1520
|
+
readonly timeCollected?: Date;
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1523
|
+
// @public
|
|
1524
|
+
export type LogCollectionStatus = string;
|
|
1525
|
+
|
|
1526
|
+
// @public
|
|
1527
|
+
export type ManagedServiceIdentityType = string;
|
|
1528
|
+
|
|
1529
|
+
// @public
|
|
1530
|
+
export interface NetworkController {
|
|
1531
|
+
macAddressPoolStart?: string;
|
|
1532
|
+
macAddressPoolStop?: string;
|
|
1533
|
+
networkVirtualizationEnabled?: boolean;
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
// @public
|
|
1537
|
+
export interface NicDetail {
|
|
1538
|
+
adapterName?: string;
|
|
1539
|
+
componentId?: string;
|
|
1540
|
+
defaultGateway?: string;
|
|
1541
|
+
defaultIsolationId?: string;
|
|
1542
|
+
dnsServers?: string[];
|
|
1543
|
+
driverVersion?: string;
|
|
1544
|
+
interfaceDescription?: string;
|
|
1545
|
+
ip4Address?: string;
|
|
1546
|
+
subnetMask?: string;
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1549
|
+
// @public
|
|
1550
|
+
export type NodeArcState = string;
|
|
1551
|
+
|
|
1552
|
+
// @public
|
|
1553
|
+
export type NodeExtensionState = string;
|
|
1554
|
+
|
|
1555
|
+
// @public
|
|
1556
|
+
export interface Observability {
|
|
1557
|
+
episodicDataUpload?: boolean;
|
|
1558
|
+
euLocation?: boolean;
|
|
1559
|
+
streamingDataClient?: boolean;
|
|
1560
|
+
}
|
|
1561
|
+
|
|
1562
|
+
// @public
|
|
1563
|
+
export type OemActivation = string;
|
|
1564
|
+
|
|
1565
|
+
// @public
|
|
1566
|
+
export interface Offer extends ProxyResource {
|
|
1567
|
+
content?: string;
|
|
1568
|
+
contentVersion?: string;
|
|
1569
|
+
readonly provisioningState?: string;
|
|
1570
|
+
publisherId?: string;
|
|
1571
|
+
skuMappings?: SkuMappings[];
|
|
1572
|
+
}
|
|
1573
|
+
|
|
1574
|
+
// @public
|
|
1575
|
+
export interface OfferList {
|
|
1576
|
+
readonly nextLink?: string;
|
|
1577
|
+
readonly value?: Offer[];
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1580
|
+
// @public
|
|
1581
|
+
export interface Offers {
|
|
1582
|
+
get(resourceGroupName: string, clusterName: string, publisherName: string, offerName: string, options?: OffersGetOptionalParams): Promise<OffersGetResponse>;
|
|
1583
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: OffersListByClusterOptionalParams): PagedAsyncIterableIterator<Offer>;
|
|
1584
|
+
listByPublisher(resourceGroupName: string, clusterName: string, publisherName: string, options?: OffersListByPublisherOptionalParams): PagedAsyncIterableIterator<Offer>;
|
|
1585
|
+
}
|
|
1586
|
+
|
|
1587
|
+
// @public
|
|
1588
|
+
export interface OffersGetOptionalParams extends coreClient.OperationOptions {
|
|
1589
|
+
expand?: string;
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1592
|
+
// @public
|
|
1593
|
+
export type OffersGetResponse = Offer;
|
|
1594
|
+
|
|
1595
|
+
// @public
|
|
1596
|
+
export interface OffersListByClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1599
|
+
// @public
|
|
1600
|
+
export type OffersListByClusterNextResponse = OfferList;
|
|
1601
|
+
|
|
1602
|
+
// @public
|
|
1603
|
+
export interface OffersListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
1604
|
+
expand?: string;
|
|
1605
|
+
}
|
|
1606
|
+
|
|
1607
|
+
// @public
|
|
1608
|
+
export type OffersListByClusterResponse = OfferList;
|
|
1609
|
+
|
|
1610
|
+
// @public
|
|
1611
|
+
export interface OffersListByPublisherNextOptionalParams extends coreClient.OperationOptions {
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
// @public
|
|
1615
|
+
export type OffersListByPublisherNextResponse = OfferList;
|
|
1616
|
+
|
|
1617
|
+
// @public
|
|
1618
|
+
export interface OffersListByPublisherOptionalParams extends coreClient.OperationOptions {
|
|
1619
|
+
expand?: string;
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
// @public
|
|
1623
|
+
export type OffersListByPublisherResponse = OfferList;
|
|
1624
|
+
|
|
1625
|
+
// @public
|
|
1626
|
+
export interface Operation {
|
|
1627
|
+
readonly actionType?: ActionType;
|
|
1628
|
+
display?: OperationDisplay;
|
|
1629
|
+
readonly isDataAction?: boolean;
|
|
1630
|
+
readonly name?: string;
|
|
1631
|
+
readonly origin?: Origin;
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1634
|
+
// @public
|
|
1635
|
+
export interface OperationDisplay {
|
|
1636
|
+
readonly description?: string;
|
|
1637
|
+
readonly operation?: string;
|
|
1638
|
+
readonly provider?: string;
|
|
1639
|
+
readonly resource?: string;
|
|
1640
|
+
}
|
|
1641
|
+
|
|
1642
|
+
// @public
|
|
1643
|
+
export interface OperationListResult {
|
|
1644
|
+
readonly nextLink?: string;
|
|
1645
|
+
readonly value?: Operation[];
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
// @public
|
|
1649
|
+
export interface Operations {
|
|
1650
|
+
list(options?: OperationsListOptionalParams): Promise<OperationsListResponse>;
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1653
|
+
// @public
|
|
1654
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1655
|
+
}
|
|
1656
|
+
|
|
1657
|
+
// @public
|
|
1658
|
+
export type OperationsListResponse = OperationListResult;
|
|
1659
|
+
|
|
1660
|
+
// @public
|
|
1661
|
+
export type OperationType = string;
|
|
1662
|
+
|
|
1663
|
+
// @public
|
|
1664
|
+
export interface OptionalServices {
|
|
1665
|
+
customLocation?: string;
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
// @public
|
|
1669
|
+
export type Origin = string;
|
|
1670
|
+
|
|
1671
|
+
// @public
|
|
1672
|
+
export interface PackageVersionInfo {
|
|
1673
|
+
lastUpdated?: Date;
|
|
1674
|
+
packageType?: string;
|
|
1675
|
+
version?: string;
|
|
1676
|
+
}
|
|
1677
|
+
|
|
1678
|
+
// @public (undocumented)
|
|
1679
|
+
export interface PasswordCredential {
|
|
1680
|
+
// (undocumented)
|
|
1681
|
+
endDateTime?: Date;
|
|
1682
|
+
// (undocumented)
|
|
1683
|
+
keyId?: string;
|
|
1684
|
+
// (undocumented)
|
|
1685
|
+
secretText?: string;
|
|
1686
|
+
// (undocumented)
|
|
1687
|
+
startDateTime?: Date;
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1690
|
+
// @public
|
|
1691
|
+
export interface PerNodeExtensionState {
|
|
1692
|
+
readonly extension?: string;
|
|
1693
|
+
readonly instanceView?: ExtensionInstanceView;
|
|
1694
|
+
readonly name?: string;
|
|
1695
|
+
readonly state?: NodeExtensionState;
|
|
1696
|
+
readonly typeHandlerVersion?: string;
|
|
1697
|
+
}
|
|
1698
|
+
|
|
1699
|
+
// @public
|
|
1700
|
+
export interface PerNodeRemoteSupportSession {
|
|
1701
|
+
readonly accessLevel?: AccessLevel;
|
|
1702
|
+
readonly duration?: number;
|
|
1703
|
+
readonly nodeName?: string;
|
|
1704
|
+
readonly sessionEndTime?: Date;
|
|
1705
|
+
readonly sessionStartTime?: Date;
|
|
1706
|
+
}
|
|
1707
|
+
|
|
1708
|
+
// @public
|
|
1709
|
+
export interface PerNodeState {
|
|
1710
|
+
readonly arcInstance?: string;
|
|
1711
|
+
readonly arcNodeServicePrincipalObjectId?: string;
|
|
1712
|
+
readonly name?: string;
|
|
1713
|
+
readonly state?: NodeArcState;
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
// @public
|
|
1717
|
+
export interface PhysicalNodes {
|
|
1718
|
+
ipv4Address?: string;
|
|
1719
|
+
name?: string;
|
|
1720
|
+
}
|
|
1721
|
+
|
|
1722
|
+
// @public (undocumented)
|
|
1723
|
+
export interface PrecheckResult {
|
|
1724
|
+
additionalData?: string;
|
|
1725
|
+
description?: string;
|
|
1726
|
+
displayName?: string;
|
|
1727
|
+
healthCheckSource?: string;
|
|
1728
|
+
healthCheckTags?: Record<string, unknown>;
|
|
1729
|
+
name?: string;
|
|
1730
|
+
remediation?: string;
|
|
1731
|
+
severity?: Severity;
|
|
1732
|
+
status?: Status;
|
|
1733
|
+
tags?: PrecheckResultTags;
|
|
1734
|
+
targetResourceID?: string;
|
|
1735
|
+
targetResourceName?: string;
|
|
1736
|
+
targetResourceType?: string;
|
|
1737
|
+
timestamp?: Date;
|
|
1738
|
+
title?: string;
|
|
1739
|
+
}
|
|
1740
|
+
|
|
1741
|
+
// @public
|
|
1742
|
+
export interface PrecheckResultTags {
|
|
1743
|
+
key?: string;
|
|
1744
|
+
value?: string;
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1747
|
+
// @public
|
|
1748
|
+
export type ProvisioningState = string;
|
|
1749
|
+
|
|
1750
|
+
// @public
|
|
1751
|
+
export interface ProxyResource extends Resource {
|
|
1752
|
+
}
|
|
1753
|
+
|
|
1754
|
+
// @public
|
|
1755
|
+
export interface Publisher extends ProxyResource {
|
|
1756
|
+
readonly provisioningState?: string;
|
|
1757
|
+
}
|
|
1758
|
+
|
|
1759
|
+
// @public
|
|
1760
|
+
export interface PublisherList {
|
|
1761
|
+
readonly nextLink?: string;
|
|
1762
|
+
readonly value?: Publisher[];
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1765
|
+
// @public
|
|
1766
|
+
export interface Publishers {
|
|
1767
|
+
get(resourceGroupName: string, clusterName: string, publisherName: string, options?: PublishersGetOptionalParams): Promise<PublishersGetResponse>;
|
|
1768
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: PublishersListByClusterOptionalParams): PagedAsyncIterableIterator<Publisher>;
|
|
1769
|
+
}
|
|
1770
|
+
|
|
1771
|
+
// @public
|
|
1772
|
+
export interface PublishersGetOptionalParams extends coreClient.OperationOptions {
|
|
1773
|
+
}
|
|
1774
|
+
|
|
1775
|
+
// @public
|
|
1776
|
+
export type PublishersGetResponse = Publisher;
|
|
1777
|
+
|
|
1778
|
+
// @public
|
|
1779
|
+
export interface PublishersListByClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1782
|
+
// @public
|
|
1783
|
+
export type PublishersListByClusterNextResponse = PublisherList;
|
|
1784
|
+
|
|
1785
|
+
// @public
|
|
1786
|
+
export interface PublishersListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1789
|
+
// @public
|
|
1790
|
+
export type PublishersListByClusterResponse = PublisherList;
|
|
1791
|
+
|
|
1792
|
+
// @public
|
|
1793
|
+
export interface QosPolicyOverrides {
|
|
1794
|
+
bandwidthPercentageSMB?: string;
|
|
1795
|
+
priorityValue8021ActionCluster?: string;
|
|
1796
|
+
priorityValue8021ActionSMB?: string;
|
|
1797
|
+
}
|
|
1798
|
+
|
|
1799
|
+
// @public (undocumented)
|
|
1800
|
+
export interface RawCertificateData {
|
|
1801
|
+
// (undocumented)
|
|
1802
|
+
certificates?: string[];
|
|
1803
|
+
}
|
|
1804
|
+
|
|
1805
|
+
// @public
|
|
1806
|
+
export type RebootRequirement = string;
|
|
1807
|
+
|
|
1808
|
+
// @public
|
|
1809
|
+
export interface RemoteSupportNodeSettings {
|
|
1810
|
+
readonly arcResourceId?: string;
|
|
1811
|
+
readonly connectionErrorMessage?: string;
|
|
1812
|
+
readonly connectionStatus?: string;
|
|
1813
|
+
readonly createdAt?: Date;
|
|
1814
|
+
readonly state?: string;
|
|
1815
|
+
readonly transcriptLocation?: string;
|
|
1816
|
+
readonly updatedAt?: Date;
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
// @public
|
|
1820
|
+
export interface RemoteSupportProperties {
|
|
1821
|
+
readonly accessLevel?: AccessLevel;
|
|
1822
|
+
readonly expirationTimeStamp?: Date;
|
|
1823
|
+
readonly remoteSupportNodeSettings?: RemoteSupportNodeSettings[];
|
|
1824
|
+
readonly remoteSupportSessionDetails?: PerNodeRemoteSupportSession[];
|
|
1825
|
+
readonly remoteSupportType?: RemoteSupportType;
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
// @public
|
|
1829
|
+
export interface RemoteSupportRequest {
|
|
1830
|
+
properties?: RemoteSupportRequestProperties;
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1833
|
+
// @public
|
|
1834
|
+
export interface RemoteSupportRequestProperties {
|
|
1835
|
+
readonly accessLevel?: AccessLevel;
|
|
1836
|
+
expirationTimeStamp?: Date;
|
|
1837
|
+
remoteSupportType?: RemoteSupportType;
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
// @public
|
|
1841
|
+
export type RemoteSupportType = string;
|
|
1842
|
+
|
|
1843
|
+
// @public
|
|
1844
|
+
export interface ReportedProperties {
|
|
1845
|
+
readonly deviceState?: DeviceState;
|
|
1846
|
+
readonly extensionProfile?: ExtensionProfile;
|
|
1847
|
+
}
|
|
1848
|
+
|
|
1849
|
+
// @public
|
|
1850
|
+
export interface Resource {
|
|
1851
|
+
readonly id?: string;
|
|
1852
|
+
readonly name?: string;
|
|
1853
|
+
readonly systemData?: SystemData;
|
|
1854
|
+
readonly type?: string;
|
|
1855
|
+
}
|
|
1856
|
+
|
|
1857
|
+
// @public
|
|
1858
|
+
export interface SbeCredentials {
|
|
1859
|
+
eceSecretName?: string;
|
|
1860
|
+
secretLocation?: string;
|
|
1861
|
+
secretName?: string;
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1864
|
+
// @public
|
|
1865
|
+
export interface SbeDeploymentInfo {
|
|
1866
|
+
family?: string;
|
|
1867
|
+
publisher?: string;
|
|
1868
|
+
sbeManifestCreationDate?: Date;
|
|
1869
|
+
sbeManifestSource?: string;
|
|
1870
|
+
version?: string;
|
|
1871
|
+
}
|
|
1872
|
+
|
|
1873
|
+
// @public
|
|
1874
|
+
export interface SbeDeploymentPackageInfo {
|
|
1875
|
+
readonly code?: string;
|
|
1876
|
+
readonly message?: string;
|
|
1877
|
+
readonly sbeManifest?: string;
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
// @public
|
|
1881
|
+
export interface SbePartnerInfo {
|
|
1882
|
+
credentialList?: SbeCredentials[];
|
|
1883
|
+
partnerProperties?: SbePartnerProperties[];
|
|
1884
|
+
sbeDeploymentInfo?: SbeDeploymentInfo;
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1887
|
+
// @public
|
|
1888
|
+
export interface SbePartnerProperties {
|
|
1889
|
+
name?: string;
|
|
1890
|
+
value?: string;
|
|
1891
|
+
}
|
|
1892
|
+
|
|
1893
|
+
// @public
|
|
1894
|
+
export interface ScaleUnits {
|
|
1895
|
+
deploymentData: DeploymentData;
|
|
1896
|
+
sbePartnerInfo?: SbePartnerInfo;
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1899
|
+
// @public
|
|
1900
|
+
export interface SdnIntegration {
|
|
1901
|
+
networkController?: NetworkController;
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
// @public
|
|
1905
|
+
export interface SecurityComplianceStatus {
|
|
1906
|
+
readonly dataAtRestEncrypted?: ComplianceStatus;
|
|
1907
|
+
readonly dataInTransitProtected?: ComplianceStatus;
|
|
1908
|
+
readonly lastUpdated?: Date;
|
|
1909
|
+
readonly securedCoreCompliance?: ComplianceStatus;
|
|
1910
|
+
readonly wdacCompliance?: ComplianceStatus;
|
|
1911
|
+
}
|
|
1912
|
+
|
|
1913
|
+
// @public
|
|
1914
|
+
export interface SecuritySetting extends ProxyResource {
|
|
1915
|
+
provisioningState?: ProvisioningState;
|
|
1916
|
+
securedCoreComplianceAssignment?: ComplianceAssignmentType;
|
|
1917
|
+
readonly securityComplianceStatus?: SecurityComplianceStatus;
|
|
1918
|
+
smbEncryptionForIntraClusterTrafficComplianceAssignment?: ComplianceAssignmentType;
|
|
1919
|
+
wdacComplianceAssignment?: ComplianceAssignmentType;
|
|
1920
|
+
}
|
|
1921
|
+
|
|
1922
|
+
// @public
|
|
1923
|
+
export interface SecuritySettingListResult {
|
|
1924
|
+
nextLink?: string;
|
|
1925
|
+
value: SecuritySetting[];
|
|
1926
|
+
}
|
|
1927
|
+
|
|
1928
|
+
// @public
|
|
1929
|
+
export interface SecuritySettings {
|
|
1930
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, securitySettingsName: string, resource: SecuritySetting, options?: SecuritySettingsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SecuritySettingsCreateOrUpdateResponse>, SecuritySettingsCreateOrUpdateResponse>>;
|
|
1931
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, securitySettingsName: string, resource: SecuritySetting, options?: SecuritySettingsCreateOrUpdateOptionalParams): Promise<SecuritySettingsCreateOrUpdateResponse>;
|
|
1932
|
+
beginDelete(resourceGroupName: string, clusterName: string, securitySettingsName: string, options?: SecuritySettingsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SecuritySettingsDeleteResponse>, SecuritySettingsDeleteResponse>>;
|
|
1933
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, securitySettingsName: string, options?: SecuritySettingsDeleteOptionalParams): Promise<SecuritySettingsDeleteResponse>;
|
|
1934
|
+
get(resourceGroupName: string, clusterName: string, securitySettingsName: string, options?: SecuritySettingsGetOptionalParams): Promise<SecuritySettingsGetResponse>;
|
|
1935
|
+
listByClusters(resourceGroupName: string, clusterName: string, options?: SecuritySettingsListByClustersOptionalParams): PagedAsyncIterableIterator<SecuritySetting>;
|
|
1936
|
+
}
|
|
1937
|
+
|
|
1938
|
+
// @public
|
|
1939
|
+
export interface SecuritySettingsCreateOrUpdateHeaders {
|
|
1940
|
+
retryAfter?: number;
|
|
1941
|
+
}
|
|
1942
|
+
|
|
1943
|
+
// @public
|
|
1944
|
+
export interface SecuritySettingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1945
|
+
resumeFrom?: string;
|
|
1946
|
+
updateIntervalInMs?: number;
|
|
1947
|
+
}
|
|
1948
|
+
|
|
1949
|
+
// @public
|
|
1950
|
+
export type SecuritySettingsCreateOrUpdateResponse = SecuritySetting;
|
|
1951
|
+
|
|
1952
|
+
// @public
|
|
1953
|
+
export interface SecuritySettingsDeleteHeaders {
|
|
1954
|
+
location?: string;
|
|
1955
|
+
retryAfter?: number;
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1958
|
+
// @public
|
|
1959
|
+
export interface SecuritySettingsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1960
|
+
resumeFrom?: string;
|
|
1961
|
+
updateIntervalInMs?: number;
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1964
|
+
// @public
|
|
1965
|
+
export type SecuritySettingsDeleteResponse = SecuritySettingsDeleteHeaders;
|
|
1966
|
+
|
|
1967
|
+
// @public
|
|
1968
|
+
export interface SecuritySettingsGetOptionalParams extends coreClient.OperationOptions {
|
|
1969
|
+
}
|
|
1970
|
+
|
|
1971
|
+
// @public
|
|
1972
|
+
export type SecuritySettingsGetResponse = SecuritySetting;
|
|
1973
|
+
|
|
1974
|
+
// @public
|
|
1975
|
+
export interface SecuritySettingsListByClustersNextOptionalParams extends coreClient.OperationOptions {
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1978
|
+
// @public
|
|
1979
|
+
export type SecuritySettingsListByClustersNextResponse = SecuritySettingListResult;
|
|
1980
|
+
|
|
1981
|
+
// @public
|
|
1982
|
+
export interface SecuritySettingsListByClustersOptionalParams extends coreClient.OperationOptions {
|
|
1983
|
+
}
|
|
1984
|
+
|
|
1985
|
+
// @public
|
|
1986
|
+
export type SecuritySettingsListByClustersResponse = SecuritySettingListResult;
|
|
1987
|
+
|
|
1988
|
+
// @public
|
|
1989
|
+
export interface ServiceConfiguration {
|
|
1990
|
+
port: number;
|
|
1991
|
+
serviceName: ServiceName;
|
|
1992
|
+
}
|
|
1993
|
+
|
|
1994
|
+
// @public
|
|
1995
|
+
export type ServiceName = string;
|
|
1996
|
+
|
|
1997
|
+
// @public
|
|
1998
|
+
export type Severity = string;
|
|
1999
|
+
|
|
2000
|
+
// @public
|
|
2001
|
+
export interface Sku extends ProxyResource {
|
|
2002
|
+
content?: string;
|
|
2003
|
+
contentVersion?: string;
|
|
2004
|
+
offerId?: string;
|
|
2005
|
+
readonly provisioningState?: string;
|
|
2006
|
+
publisherId?: string;
|
|
2007
|
+
skuMappings?: SkuMappings[];
|
|
2008
|
+
}
|
|
2009
|
+
|
|
2010
|
+
// @public
|
|
2011
|
+
export interface SkuList {
|
|
2012
|
+
readonly nextLink?: string;
|
|
2013
|
+
readonly value?: Sku[];
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
// @public
|
|
2017
|
+
export interface SkuMappings {
|
|
2018
|
+
catalogPlanId?: string;
|
|
2019
|
+
marketplaceSkuId?: string;
|
|
2020
|
+
marketplaceSkuVersions?: string[];
|
|
2021
|
+
}
|
|
2022
|
+
|
|
2023
|
+
// @public
|
|
2024
|
+
export interface Skus {
|
|
2025
|
+
get(resourceGroupName: string, clusterName: string, publisherName: string, offerName: string, skuName: string, options?: SkusGetOptionalParams): Promise<SkusGetResponse>;
|
|
2026
|
+
listByOffer(resourceGroupName: string, clusterName: string, publisherName: string, offerName: string, options?: SkusListByOfferOptionalParams): PagedAsyncIterableIterator<Sku>;
|
|
2027
|
+
}
|
|
2028
|
+
|
|
2029
|
+
// @public
|
|
2030
|
+
export interface SkusGetOptionalParams extends coreClient.OperationOptions {
|
|
2031
|
+
expand?: string;
|
|
2032
|
+
}
|
|
2033
|
+
|
|
2034
|
+
// @public
|
|
2035
|
+
export type SkusGetResponse = Sku;
|
|
2036
|
+
|
|
2037
|
+
// @public
|
|
2038
|
+
export interface SkusListByOfferNextOptionalParams extends coreClient.OperationOptions {
|
|
2039
|
+
}
|
|
2040
|
+
|
|
2041
|
+
// @public
|
|
2042
|
+
export type SkusListByOfferNextResponse = SkuList;
|
|
2043
|
+
|
|
2044
|
+
// @public
|
|
2045
|
+
export interface SkusListByOfferOptionalParams extends coreClient.OperationOptions {
|
|
2046
|
+
expand?: string;
|
|
2047
|
+
}
|
|
2048
|
+
|
|
2049
|
+
// @public
|
|
2050
|
+
export type SkusListByOfferResponse = SkuList;
|
|
2051
|
+
|
|
2052
|
+
// @public (undocumented)
|
|
2053
|
+
export interface SoftwareAssuranceChangeRequest {
|
|
2054
|
+
// (undocumented)
|
|
2055
|
+
properties?: SoftwareAssuranceChangeRequestProperties;
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2058
|
+
// @public (undocumented)
|
|
2059
|
+
export interface SoftwareAssuranceChangeRequestProperties {
|
|
2060
|
+
softwareAssuranceIntent?: SoftwareAssuranceIntent;
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2063
|
+
// @public
|
|
2064
|
+
export type SoftwareAssuranceIntent = string;
|
|
2065
|
+
|
|
2066
|
+
// @public
|
|
2067
|
+
export interface SoftwareAssuranceProperties {
|
|
2068
|
+
readonly lastUpdated?: Date;
|
|
2069
|
+
softwareAssuranceIntent?: SoftwareAssuranceIntent;
|
|
2070
|
+
readonly softwareAssuranceStatus?: SoftwareAssuranceStatus;
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2073
|
+
// @public
|
|
2074
|
+
export type SoftwareAssuranceStatus = string;
|
|
2075
|
+
|
|
2076
|
+
// @public
|
|
2077
|
+
export type State = string;
|
|
2078
|
+
|
|
2079
|
+
// @public
|
|
2080
|
+
export type Status = string;
|
|
2081
|
+
|
|
2082
|
+
// @public
|
|
2083
|
+
export type StatusLevelTypes = string;
|
|
2084
|
+
|
|
2085
|
+
// @public
|
|
2086
|
+
export interface Step {
|
|
2087
|
+
description?: string;
|
|
2088
|
+
endTimeUtc?: Date;
|
|
2089
|
+
errorMessage?: string;
|
|
2090
|
+
expectedExecutionTime?: string;
|
|
2091
|
+
lastUpdatedTimeUtc?: Date;
|
|
2092
|
+
name?: string;
|
|
2093
|
+
startTimeUtc?: Date;
|
|
2094
|
+
status?: string;
|
|
2095
|
+
steps?: Step[];
|
|
2096
|
+
}
|
|
2097
|
+
|
|
2098
|
+
// @public
|
|
2099
|
+
export interface Storage {
|
|
2100
|
+
configurationMode?: string;
|
|
2101
|
+
}
|
|
2102
|
+
|
|
2103
|
+
// @public
|
|
2104
|
+
export interface SwitchDetail {
|
|
2105
|
+
readonly extensions?: SwitchExtension[];
|
|
2106
|
+
readonly switchName?: string;
|
|
2107
|
+
readonly switchType?: string;
|
|
2108
|
+
}
|
|
2109
|
+
|
|
2110
|
+
// @public
|
|
2111
|
+
export interface SwitchExtension {
|
|
2112
|
+
readonly extensionEnabled?: boolean;
|
|
2113
|
+
readonly extensionName?: string;
|
|
2114
|
+
readonly switchId?: string;
|
|
2115
|
+
}
|
|
2116
|
+
|
|
2117
|
+
// @public
|
|
2118
|
+
export interface SystemData {
|
|
2119
|
+
createdAt?: Date;
|
|
2120
|
+
createdBy?: string;
|
|
2121
|
+
createdByType?: CreatedByType;
|
|
2122
|
+
lastModifiedAt?: Date;
|
|
2123
|
+
lastModifiedBy?: string;
|
|
2124
|
+
lastModifiedByType?: CreatedByType;
|
|
2125
|
+
}
|
|
2126
|
+
|
|
2127
|
+
// @public
|
|
2128
|
+
export interface TrackedResource extends Resource {
|
|
2129
|
+
location: string;
|
|
2130
|
+
tags?: {
|
|
2131
|
+
[propertyName: string]: string;
|
|
2132
|
+
};
|
|
2133
|
+
}
|
|
2134
|
+
|
|
2135
|
+
// @public
|
|
2136
|
+
export interface Update extends ProxyResource {
|
|
2137
|
+
additionalProperties?: string;
|
|
2138
|
+
availabilityType?: AvailabilityType;
|
|
2139
|
+
componentVersions?: PackageVersionInfo[];
|
|
2140
|
+
description?: string;
|
|
2141
|
+
displayName?: string;
|
|
2142
|
+
healthCheckDate?: Date;
|
|
2143
|
+
healthCheckResult?: PrecheckResult[];
|
|
2144
|
+
healthState?: HealthState;
|
|
2145
|
+
installedDate?: Date;
|
|
2146
|
+
location?: string;
|
|
2147
|
+
minSbeVersionRequired?: string;
|
|
2148
|
+
notifyMessage?: string;
|
|
2149
|
+
packagePath?: string;
|
|
2150
|
+
packageSizeInMb?: number;
|
|
2151
|
+
packageType?: string;
|
|
2152
|
+
prerequisites?: UpdatePrerequisite[];
|
|
2153
|
+
progressPercentage?: number;
|
|
2154
|
+
readonly provisioningState?: ProvisioningState;
|
|
2155
|
+
publisher?: string;
|
|
2156
|
+
// (undocumented)
|
|
2157
|
+
rebootRequired?: RebootRequirement;
|
|
2158
|
+
releaseLink?: string;
|
|
2159
|
+
state?: State;
|
|
2160
|
+
version?: string;
|
|
2161
|
+
}
|
|
2162
|
+
|
|
2163
|
+
// @public
|
|
2164
|
+
export interface UpdateList {
|
|
2165
|
+
readonly nextLink?: string;
|
|
2166
|
+
value?: Update[];
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2169
|
+
// @public
|
|
2170
|
+
export interface UpdatePrerequisite {
|
|
2171
|
+
packageName?: string;
|
|
2172
|
+
updateType?: string;
|
|
2173
|
+
version?: string;
|
|
2174
|
+
}
|
|
2175
|
+
|
|
2176
|
+
// @public
|
|
2177
|
+
export interface UpdateRun extends ProxyResource {
|
|
2178
|
+
description?: string;
|
|
2179
|
+
duration?: string;
|
|
2180
|
+
endTimeUtc?: Date;
|
|
2181
|
+
errorMessage?: string;
|
|
2182
|
+
expectedExecutionTime?: string;
|
|
2183
|
+
lastUpdatedTime?: Date;
|
|
2184
|
+
lastUpdatedTimeUtc?: Date;
|
|
2185
|
+
location?: string;
|
|
2186
|
+
namePropertiesProgressName?: string;
|
|
2187
|
+
readonly provisioningState?: ProvisioningState;
|
|
2188
|
+
startTimeUtc?: Date;
|
|
2189
|
+
state?: UpdateRunPropertiesState;
|
|
2190
|
+
status?: string;
|
|
2191
|
+
steps?: Step[];
|
|
2192
|
+
timeStarted?: Date;
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
// @public
|
|
2196
|
+
export interface UpdateRunList {
|
|
2197
|
+
readonly nextLink?: string;
|
|
2198
|
+
value?: UpdateRun[];
|
|
2199
|
+
}
|
|
2200
|
+
|
|
2201
|
+
// @public
|
|
2202
|
+
export type UpdateRunPropertiesState = string;
|
|
2203
|
+
|
|
2204
|
+
// @public
|
|
2205
|
+
export interface UpdateRuns {
|
|
2206
|
+
beginDelete(resourceGroupName: string, clusterName: string, updateName: string, updateRunName: string, options?: UpdateRunsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2207
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, updateName: string, updateRunName: string, options?: UpdateRunsDeleteOptionalParams): Promise<void>;
|
|
2208
|
+
get(resourceGroupName: string, clusterName: string, updateName: string, updateRunName: string, options?: UpdateRunsGetOptionalParams): Promise<UpdateRunsGetResponse>;
|
|
2209
|
+
list(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdateRunsListOptionalParams): PagedAsyncIterableIterator<UpdateRun>;
|
|
2210
|
+
put(resourceGroupName: string, clusterName: string, updateName: string, updateRunName: string, updateRunsProperties: UpdateRun, options?: UpdateRunsPutOptionalParams): Promise<UpdateRunsPutResponse>;
|
|
2211
|
+
}
|
|
2212
|
+
|
|
2213
|
+
// @public
|
|
2214
|
+
export interface UpdateRunsDeleteHeaders {
|
|
2215
|
+
azureAsyncOperation?: string;
|
|
2216
|
+
}
|
|
2217
|
+
|
|
2218
|
+
// @public
|
|
2219
|
+
export interface UpdateRunsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2220
|
+
resumeFrom?: string;
|
|
2221
|
+
updateIntervalInMs?: number;
|
|
2222
|
+
}
|
|
2223
|
+
|
|
2224
|
+
// @public
|
|
2225
|
+
export interface UpdateRunsGetOptionalParams extends coreClient.OperationOptions {
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
// @public
|
|
2229
|
+
export type UpdateRunsGetResponse = UpdateRun;
|
|
2230
|
+
|
|
2231
|
+
// @public
|
|
2232
|
+
export interface UpdateRunsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2233
|
+
}
|
|
2234
|
+
|
|
2235
|
+
// @public
|
|
2236
|
+
export type UpdateRunsListNextResponse = UpdateRunList;
|
|
2237
|
+
|
|
2238
|
+
// @public
|
|
2239
|
+
export interface UpdateRunsListOptionalParams extends coreClient.OperationOptions {
|
|
2240
|
+
}
|
|
2241
|
+
|
|
2242
|
+
// @public
|
|
2243
|
+
export type UpdateRunsListResponse = UpdateRunList;
|
|
2244
|
+
|
|
2245
|
+
// @public
|
|
2246
|
+
export interface UpdateRunsPutOptionalParams extends coreClient.OperationOptions {
|
|
2247
|
+
}
|
|
2248
|
+
|
|
2249
|
+
// @public
|
|
2250
|
+
export type UpdateRunsPutResponse = UpdateRun;
|
|
2251
|
+
|
|
2252
|
+
// @public
|
|
2253
|
+
export interface Updates {
|
|
2254
|
+
beginDelete(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2255
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesDeleteOptionalParams): Promise<void>;
|
|
2256
|
+
beginPost(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPostOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2257
|
+
beginPostAndWait(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPostOptionalParams): Promise<void>;
|
|
2258
|
+
get(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesGetOptionalParams): Promise<UpdatesGetResponse>;
|
|
2259
|
+
list(resourceGroupName: string, clusterName: string, options?: UpdatesListOptionalParams): PagedAsyncIterableIterator<Update>;
|
|
2260
|
+
put(resourceGroupName: string, clusterName: string, updateName: string, updateProperties: Update, options?: UpdatesPutOptionalParams): Promise<UpdatesPutResponse>;
|
|
2261
|
+
}
|
|
2262
|
+
|
|
2263
|
+
// @public
|
|
2264
|
+
export interface UpdatesDeleteHeaders {
|
|
2265
|
+
azureAsyncOperation?: string;
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
// @public
|
|
2269
|
+
export interface UpdatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2270
|
+
resumeFrom?: string;
|
|
2271
|
+
updateIntervalInMs?: number;
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2274
|
+
// @public
|
|
2275
|
+
export interface UpdatesGetOptionalParams extends coreClient.OperationOptions {
|
|
2276
|
+
}
|
|
2277
|
+
|
|
2278
|
+
// @public
|
|
2279
|
+
export type UpdatesGetResponse = Update;
|
|
2280
|
+
|
|
2281
|
+
// @public
|
|
2282
|
+
export interface UpdatesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2285
|
+
// @public
|
|
2286
|
+
export type UpdatesListNextResponse = UpdateList;
|
|
2287
|
+
|
|
2288
|
+
// @public
|
|
2289
|
+
export interface UpdatesListOptionalParams extends coreClient.OperationOptions {
|
|
2290
|
+
}
|
|
2291
|
+
|
|
2292
|
+
// @public
|
|
2293
|
+
export type UpdatesListResponse = UpdateList;
|
|
2294
|
+
|
|
2295
|
+
// @public
|
|
2296
|
+
export interface UpdatesPostHeaders {
|
|
2297
|
+
azureAsyncOperation?: string;
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2300
|
+
// @public
|
|
2301
|
+
export interface UpdatesPostOptionalParams extends coreClient.OperationOptions {
|
|
2302
|
+
resumeFrom?: string;
|
|
2303
|
+
updateIntervalInMs?: number;
|
|
2304
|
+
}
|
|
2305
|
+
|
|
2306
|
+
// @public
|
|
2307
|
+
export interface UpdatesPutOptionalParams extends coreClient.OperationOptions {
|
|
2308
|
+
}
|
|
2309
|
+
|
|
2310
|
+
// @public
|
|
2311
|
+
export type UpdatesPutResponse = Update;
|
|
2312
|
+
|
|
2313
|
+
// @public
|
|
2314
|
+
export interface UpdateSummaries extends ProxyResource {
|
|
2315
|
+
currentOemVersion?: string;
|
|
2316
|
+
currentSbeVersion?: string;
|
|
2317
|
+
currentVersion?: string;
|
|
2318
|
+
hardwareModel?: string;
|
|
2319
|
+
healthCheckDate?: Date;
|
|
2320
|
+
healthCheckResult?: PrecheckResult[];
|
|
2321
|
+
healthState?: HealthState;
|
|
2322
|
+
lastChecked?: Date;
|
|
2323
|
+
lastUpdated?: Date;
|
|
2324
|
+
location?: string;
|
|
2325
|
+
oemFamily?: string;
|
|
2326
|
+
packageVersions?: PackageVersionInfo[];
|
|
2327
|
+
readonly provisioningState?: ProvisioningState;
|
|
2328
|
+
state?: UpdateSummariesPropertiesState;
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2331
|
+
// @public
|
|
2332
|
+
export interface UpdateSummariesDeleteHeaders {
|
|
2333
|
+
azureAsyncOperation?: string;
|
|
2334
|
+
}
|
|
2335
|
+
|
|
2336
|
+
// @public
|
|
2337
|
+
export interface UpdateSummariesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2338
|
+
resumeFrom?: string;
|
|
2339
|
+
updateIntervalInMs?: number;
|
|
2340
|
+
}
|
|
2341
|
+
|
|
2342
|
+
// @public
|
|
2343
|
+
export interface UpdateSummariesGetOptionalParams extends coreClient.OperationOptions {
|
|
2344
|
+
}
|
|
2345
|
+
|
|
2346
|
+
// @public
|
|
2347
|
+
export type UpdateSummariesGetResponse = UpdateSummaries;
|
|
2348
|
+
|
|
2349
|
+
// @public
|
|
2350
|
+
export interface UpdateSummariesList {
|
|
2351
|
+
readonly nextLink?: string;
|
|
2352
|
+
value?: UpdateSummaries[];
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2355
|
+
// @public
|
|
2356
|
+
export interface UpdateSummariesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2357
|
+
}
|
|
2358
|
+
|
|
2359
|
+
// @public
|
|
2360
|
+
export type UpdateSummariesListNextResponse = UpdateSummariesList;
|
|
2361
|
+
|
|
2362
|
+
// @public
|
|
2363
|
+
export interface UpdateSummariesListOptionalParams extends coreClient.OperationOptions {
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
// @public
|
|
2367
|
+
export type UpdateSummariesListResponse = UpdateSummariesList;
|
|
2368
|
+
|
|
2369
|
+
// @public
|
|
2370
|
+
export interface UpdateSummariesOperations {
|
|
2371
|
+
beginDelete(resourceGroupName: string, clusterName: string, options?: UpdateSummariesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2372
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: UpdateSummariesDeleteOptionalParams): Promise<void>;
|
|
2373
|
+
get(resourceGroupName: string, clusterName: string, options?: UpdateSummariesGetOptionalParams): Promise<UpdateSummariesGetResponse>;
|
|
2374
|
+
list(resourceGroupName: string, clusterName: string, options?: UpdateSummariesListOptionalParams): PagedAsyncIterableIterator<UpdateSummaries>;
|
|
2375
|
+
put(resourceGroupName: string, clusterName: string, updateLocationProperties: UpdateSummaries, options?: UpdateSummariesPutOptionalParams): Promise<UpdateSummariesPutResponse>;
|
|
2376
|
+
}
|
|
2377
|
+
|
|
2378
|
+
// @public
|
|
2379
|
+
export type UpdateSummariesPropertiesState = string;
|
|
2380
|
+
|
|
2381
|
+
// @public
|
|
2382
|
+
export interface UpdateSummariesPutOptionalParams extends coreClient.OperationOptions {
|
|
2383
|
+
}
|
|
2384
|
+
|
|
2385
|
+
// @public
|
|
2386
|
+
export type UpdateSummariesPutResponse = UpdateSummaries;
|
|
2387
|
+
|
|
2388
|
+
// @public (undocumented)
|
|
2389
|
+
export interface UploadCertificateRequest {
|
|
2390
|
+
// (undocumented)
|
|
2391
|
+
properties?: RawCertificateData;
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2394
|
+
// @public
|
|
2395
|
+
export interface UserAssignedIdentity {
|
|
2396
|
+
readonly clientId?: string;
|
|
2397
|
+
readonly principalId?: string;
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2400
|
+
// @public
|
|
2401
|
+
export interface ValidateRequest {
|
|
2402
|
+
additionalInfo?: string;
|
|
2403
|
+
edgeDeviceIds: string[];
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
// @public
|
|
2407
|
+
export interface ValidateResponse {
|
|
2408
|
+
readonly status?: string;
|
|
2409
|
+
}
|
|
2410
|
+
|
|
2411
|
+
// @public
|
|
2412
|
+
export type WindowsServerSubscription = string;
|
|
2413
|
+
|
|
2414
|
+
// (No @packageDocumentation comment for this package)
|
|
2415
|
+
|
|
2416
|
+
```
|