@azure/arm-hardwaresecuritymodules 2.0.0-beta.2 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +126 -0
- package/LICENSE +3 -3
- package/README.md +39 -33
- package/dist/browser/api/azureDedicatedHSMResourceProviderContext.d.ts +19 -0
- package/dist/browser/api/azureDedicatedHSMResourceProviderContext.js +36 -0
- package/dist/browser/api/azureDedicatedHSMResourceProviderContext.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/index.d.ts +3 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/index.js +4 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/operations.d.ts +9 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/operations.js +42 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/operations.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/options.d.ts +7 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/options.js +4 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/options.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/index.js +4 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/operations.d.ts +23 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/operations.js +109 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/options.d.ts +13 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/options.js +4 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/options.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/index.js +4 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/operations.d.ts +10 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/operations.js +36 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/options.d.ts +5 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/options.js +4 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/options.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/index.d.ts +3 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/index.js +4 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/operations.d.ts +9 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/operations.js +42 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/operations.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/options.d.ts +7 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/options.js +4 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/options.js.map +1 -0
- package/dist/browser/api/cloudHsmClusters/index.d.ts +3 -0
- package/dist/browser/api/cloudHsmClusters/index.js +4 -0
- package/dist/browser/api/cloudHsmClusters/index.js.map +1 -0
- package/dist/browser/api/cloudHsmClusters/operations.d.ts +52 -0
- package/dist/browser/api/cloudHsmClusters/operations.js +324 -0
- package/dist/browser/api/cloudHsmClusters/operations.js.map +1 -0
- package/dist/browser/api/cloudHsmClusters/options.d.ts +57 -0
- package/dist/browser/api/cloudHsmClusters/options.js +4 -0
- package/dist/browser/api/cloudHsmClusters/options.js.map +1 -0
- package/dist/browser/api/dedicatedHsm/index.d.ts +3 -0
- package/dist/browser/api/dedicatedHsm/index.js +4 -0
- package/dist/browser/api/dedicatedHsm/index.js.map +1 -0
- package/dist/browser/api/dedicatedHsm/operations.d.ts +40 -0
- package/dist/browser/api/dedicatedHsm/operations.js +215 -0
- package/dist/browser/api/dedicatedHsm/operations.js.map +1 -0
- package/dist/browser/api/dedicatedHsm/options.d.ts +33 -0
- package/dist/browser/api/dedicatedHsm/options.js +4 -0
- package/dist/browser/api/dedicatedHsm/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +29 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/privateEndpointConnections/index.js +4 -0
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +10 -0
- package/dist/browser/api/privateEndpointConnections/operations.js +36 -0
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/options.d.ts +5 -0
- package/dist/browser/api/privateEndpointConnections/options.js +4 -0
- package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/browser/azureDedicatedHSMResourceProvider.d.ts +36 -0
- package/dist/browser/azureDedicatedHSMResourceProvider.js +33 -0
- package/dist/browser/azureDedicatedHSMResourceProvider.js.map +1 -0
- package/dist/browser/classic/cloudHsmClusterBackupStatus/index.d.ts +10 -0
- package/dist/browser/classic/cloudHsmClusterBackupStatus/index.js +12 -0
- package/dist/browser/classic/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/browser/classic/cloudHsmClusterPrivateEndpointConnections/index.d.ts +20 -0
- package/dist/browser/classic/cloudHsmClusterPrivateEndpointConnections/index.js +14 -0
- package/dist/browser/classic/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/cloudHsmClusterPrivateLinkResources/index.d.ts +11 -0
- package/dist/browser/classic/cloudHsmClusterPrivateLinkResources/index.js +12 -0
- package/dist/browser/classic/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/cloudHsmClusterRestoreStatus/index.d.ts +10 -0
- package/dist/browser/classic/cloudHsmClusterRestoreStatus/index.js +12 -0
- package/dist/browser/classic/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/browser/classic/cloudHsmClusters/index.d.ts +35 -0
- package/dist/browser/classic/cloudHsmClusters/index.js +21 -0
- package/dist/browser/classic/cloudHsmClusters/index.js.map +1 -0
- package/dist/browser/classic/dedicatedHsm/index.d.ts +29 -0
- package/dist/browser/classic/dedicatedHsm/index.js +18 -0
- package/dist/browser/classic/dedicatedHsm/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +9 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +11 -0
- package/dist/browser/classic/privateEndpointConnections/index.js +12 -0
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/index.d.ts +16 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +751 -0
- package/dist/browser/models/models.js +747 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +133 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.js +76 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +169 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/azureDedicatedHSMResourceProviderContext.d.ts +19 -0
- package/dist/commonjs/api/azureDedicatedHSMResourceProviderContext.js +39 -0
- package/dist/commonjs/api/azureDedicatedHSMResourceProviderContext.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/index.d.ts +3 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/index.js +8 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/operations.d.ts +9 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/operations.js +47 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/operations.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/options.d.ts +7 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/options.js +5 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/options.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/index.js +10 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/operations.d.ts +23 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/operations.js +120 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/operations.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/options.d.ts +13 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/options.js +5 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/options.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/index.js +8 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/operations.d.ts +10 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/operations.js +41 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/operations.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/options.d.ts +5 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/options.js +5 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/options.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/index.d.ts +3 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/index.js +8 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/operations.d.ts +9 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/operations.js +47 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/operations.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/options.d.ts +7 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/options.js +5 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/options.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusters/index.d.ts +3 -0
- package/dist/commonjs/api/cloudHsmClusters/index.js +17 -0
- package/dist/commonjs/api/cloudHsmClusters/index.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusters/operations.d.ts +52 -0
- package/dist/commonjs/api/cloudHsmClusters/operations.js +356 -0
- package/dist/commonjs/api/cloudHsmClusters/operations.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusters/options.d.ts +57 -0
- package/dist/commonjs/api/cloudHsmClusters/options.js +5 -0
- package/dist/commonjs/api/cloudHsmClusters/options.js.map +1 -0
- package/dist/commonjs/api/dedicatedHsm/index.d.ts +3 -0
- package/dist/commonjs/api/dedicatedHsm/index.js +14 -0
- package/dist/commonjs/api/dedicatedHsm/index.js.map +1 -0
- package/dist/commonjs/api/dedicatedHsm/operations.d.ts +40 -0
- package/dist/commonjs/api/dedicatedHsm/operations.js +238 -0
- package/dist/commonjs/api/dedicatedHsm/operations.js.map +1 -0
- package/dist/commonjs/api/dedicatedHsm/options.d.ts +33 -0
- package/dist/commonjs/api/dedicatedHsm/options.js +5 -0
- package/dist/commonjs/api/dedicatedHsm/options.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +8 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +34 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js +8 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +10 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js +41 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/commonjs/api/privateEndpointConnections/options.d.ts +5 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js +5 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/commonjs/azureDedicatedHSMResourceProvider.d.ts +36 -0
- package/dist/commonjs/azureDedicatedHSMResourceProvider.js +37 -0
- package/dist/commonjs/azureDedicatedHSMResourceProvider.js.map +1 -0
- package/dist/commonjs/classic/cloudHsmClusterBackupStatus/index.d.ts +10 -0
- package/dist/commonjs/classic/cloudHsmClusterBackupStatus/index.js +15 -0
- package/dist/commonjs/classic/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/commonjs/classic/cloudHsmClusterPrivateEndpointConnections/index.d.ts +20 -0
- package/dist/commonjs/classic/cloudHsmClusterPrivateEndpointConnections/index.js +17 -0
- package/dist/commonjs/classic/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/commonjs/classic/cloudHsmClusterPrivateLinkResources/index.d.ts +11 -0
- package/dist/commonjs/classic/cloudHsmClusterPrivateLinkResources/index.js +15 -0
- package/dist/commonjs/classic/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/commonjs/classic/cloudHsmClusterRestoreStatus/index.d.ts +10 -0
- package/dist/commonjs/classic/cloudHsmClusterRestoreStatus/index.js +15 -0
- package/dist/commonjs/classic/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/commonjs/classic/cloudHsmClusters/index.d.ts +35 -0
- package/dist/commonjs/classic/cloudHsmClusters/index.js +24 -0
- package/dist/commonjs/classic/cloudHsmClusters/index.js.map +1 -0
- package/dist/commonjs/classic/dedicatedHsm/index.d.ts +29 -0
- package/dist/commonjs/classic/dedicatedHsm/index.js +21 -0
- package/dist/commonjs/classic/dedicatedHsm/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +9 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +15 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +11 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js +15 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +16 -0
- package/dist/commonjs/index.js +26 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2 -0
- package/dist/commonjs/models/index.js +22 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +751 -0
- package/dist/commonjs/models/models.js +831 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +136 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +172 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- package/dist/esm/api/azureDedicatedHSMResourceProviderContext.d.ts +19 -0
- package/dist/esm/api/azureDedicatedHSMResourceProviderContext.js +36 -0
- package/dist/esm/api/azureDedicatedHSMResourceProviderContext.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/index.d.ts +3 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/index.js +4 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/operations.d.ts +9 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/operations.js +42 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/operations.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/options.d.ts +7 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/options.js +4 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/options.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/index.js +4 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/operations.d.ts +23 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/operations.js +109 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/operations.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/options.d.ts +13 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/options.js +4 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/options.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/index.js +4 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/operations.d.ts +10 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/operations.js +36 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/operations.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/options.d.ts +5 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/options.js +4 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/options.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/index.d.ts +3 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/index.js +4 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/operations.d.ts +9 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/operations.js +42 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/operations.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/options.d.ts +7 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/options.js +4 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/options.js.map +1 -0
- package/dist/esm/api/cloudHsmClusters/index.d.ts +3 -0
- package/dist/esm/api/cloudHsmClusters/index.js +4 -0
- package/dist/esm/api/cloudHsmClusters/index.js.map +1 -0
- package/dist/esm/api/cloudHsmClusters/operations.d.ts +52 -0
- package/dist/esm/api/cloudHsmClusters/operations.js +324 -0
- package/dist/esm/api/cloudHsmClusters/operations.js.map +1 -0
- package/dist/esm/api/cloudHsmClusters/options.d.ts +57 -0
- package/dist/esm/api/cloudHsmClusters/options.js +4 -0
- package/dist/esm/api/cloudHsmClusters/options.js.map +1 -0
- package/dist/esm/api/dedicatedHsm/index.d.ts +3 -0
- package/dist/esm/api/dedicatedHsm/index.js +4 -0
- package/dist/esm/api/dedicatedHsm/index.js.map +1 -0
- package/dist/esm/api/dedicatedHsm/operations.d.ts +40 -0
- package/dist/esm/api/dedicatedHsm/operations.js +215 -0
- package/dist/esm/api/dedicatedHsm/operations.js.map +1 -0
- package/dist/esm/api/dedicatedHsm/options.d.ts +33 -0
- package/dist/esm/api/dedicatedHsm/options.js +4 -0
- package/dist/esm/api/dedicatedHsm/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +29 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/privateEndpointConnections/index.js +4 -0
- package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +10 -0
- package/dist/esm/api/privateEndpointConnections/operations.js +36 -0
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/options.d.ts +5 -0
- package/dist/esm/api/privateEndpointConnections/options.js +4 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/esm/azureDedicatedHSMResourceProvider.d.ts +36 -0
- package/dist/esm/azureDedicatedHSMResourceProvider.js +33 -0
- package/dist/esm/azureDedicatedHSMResourceProvider.js.map +1 -0
- package/dist/esm/classic/cloudHsmClusterBackupStatus/index.d.ts +10 -0
- package/dist/esm/classic/cloudHsmClusterBackupStatus/index.js +12 -0
- package/dist/esm/classic/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/esm/classic/cloudHsmClusterPrivateEndpointConnections/index.d.ts +20 -0
- package/dist/esm/classic/cloudHsmClusterPrivateEndpointConnections/index.js +14 -0
- package/dist/esm/classic/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/esm/classic/cloudHsmClusterPrivateLinkResources/index.d.ts +11 -0
- package/dist/esm/classic/cloudHsmClusterPrivateLinkResources/index.js +12 -0
- package/dist/esm/classic/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/esm/classic/cloudHsmClusterRestoreStatus/index.d.ts +10 -0
- package/dist/esm/classic/cloudHsmClusterRestoreStatus/index.js +12 -0
- package/dist/esm/classic/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/esm/classic/cloudHsmClusters/index.d.ts +35 -0
- package/dist/esm/classic/cloudHsmClusters/index.js +21 -0
- package/dist/esm/classic/cloudHsmClusters/index.js.map +1 -0
- package/dist/esm/classic/dedicatedHsm/index.d.ts +29 -0
- package/dist/esm/classic/dedicatedHsm/index.js +18 -0
- package/dist/esm/classic/dedicatedHsm/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +9 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +11 -0
- package/dist/esm/classic/privateEndpointConnections/index.js +12 -0
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/index.d.ts +16 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +751 -0
- package/dist/esm/models/models.js +747 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +133 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.js +76 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +169 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/azureDedicatedHSMResourceProviderContext.d.ts +19 -0
- package/dist/react-native/api/azureDedicatedHSMResourceProviderContext.js +36 -0
- package/dist/react-native/api/azureDedicatedHSMResourceProviderContext.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/index.d.ts +3 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/index.js +4 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/operations.d.ts +9 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/operations.js +42 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/operations.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/options.d.ts +7 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/options.js +4 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/options.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/index.d.ts +3 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/index.js +4 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/operations.d.ts +23 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/operations.js +109 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/operations.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/options.d.ts +13 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/options.js +4 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/options.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/index.d.ts +3 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/index.js +4 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/operations.d.ts +10 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/operations.js +36 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/operations.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/options.d.ts +5 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/options.js +4 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/options.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/index.d.ts +3 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/index.js +4 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/operations.d.ts +9 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/operations.js +42 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/operations.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/options.d.ts +7 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/options.js +4 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/options.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusters/index.d.ts +3 -0
- package/dist/react-native/api/cloudHsmClusters/index.js +4 -0
- package/dist/react-native/api/cloudHsmClusters/index.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusters/operations.d.ts +52 -0
- package/dist/react-native/api/cloudHsmClusters/operations.js +324 -0
- package/dist/react-native/api/cloudHsmClusters/operations.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusters/options.d.ts +57 -0
- package/dist/react-native/api/cloudHsmClusters/options.js +4 -0
- package/dist/react-native/api/cloudHsmClusters/options.js.map +1 -0
- package/dist/react-native/api/dedicatedHsm/index.d.ts +3 -0
- package/dist/react-native/api/dedicatedHsm/index.js +4 -0
- package/dist/react-native/api/dedicatedHsm/index.js.map +1 -0
- package/dist/react-native/api/dedicatedHsm/operations.d.ts +40 -0
- package/dist/react-native/api/dedicatedHsm/operations.js +215 -0
- package/dist/react-native/api/dedicatedHsm/operations.js.map +1 -0
- package/dist/react-native/api/dedicatedHsm/options.d.ts +33 -0
- package/dist/react-native/api/dedicatedHsm/options.js +4 -0
- package/dist/react-native/api/dedicatedHsm/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +29 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/react-native/api/privateEndpointConnections/index.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/operations.d.ts +10 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js +36 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/options.d.ts +5 -0
- package/dist/react-native/api/privateEndpointConnections/options.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/react-native/azureDedicatedHSMResourceProvider.d.ts +36 -0
- package/dist/react-native/azureDedicatedHSMResourceProvider.js +33 -0
- package/dist/react-native/azureDedicatedHSMResourceProvider.js.map +1 -0
- package/dist/react-native/classic/cloudHsmClusterBackupStatus/index.d.ts +10 -0
- package/dist/react-native/classic/cloudHsmClusterBackupStatus/index.js +12 -0
- package/dist/react-native/classic/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/react-native/classic/cloudHsmClusterPrivateEndpointConnections/index.d.ts +20 -0
- package/dist/react-native/classic/cloudHsmClusterPrivateEndpointConnections/index.js +14 -0
- package/dist/react-native/classic/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/classic/cloudHsmClusterPrivateLinkResources/index.d.ts +11 -0
- package/dist/react-native/classic/cloudHsmClusterPrivateLinkResources/index.js +12 -0
- package/dist/react-native/classic/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/react-native/classic/cloudHsmClusterRestoreStatus/index.d.ts +10 -0
- package/dist/react-native/classic/cloudHsmClusterRestoreStatus/index.js +12 -0
- package/dist/react-native/classic/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/react-native/classic/cloudHsmClusters/index.d.ts +35 -0
- package/dist/react-native/classic/cloudHsmClusters/index.js +21 -0
- package/dist/react-native/classic/cloudHsmClusters/index.js.map +1 -0
- package/dist/react-native/classic/dedicatedHsm/index.d.ts +29 -0
- package/dist/react-native/classic/dedicatedHsm/index.js +18 -0
- package/dist/react-native/classic/dedicatedHsm/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +9 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +11 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js +12 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/index.d.ts +16 -0
- package/dist/react-native/index.js +6 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +751 -0
- package/dist/react-native/models/models.js +747 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +133 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +169 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +298 -88
- package/review/arm-hardwaresecuritymodules-api-cloudHsmClusterBackupStatus.api.md +22 -0
- package/review/arm-hardwaresecuritymodules-api-cloudHsmClusterPrivateEndpointConnections.api.md +36 -0
- package/review/arm-hardwaresecuritymodules-api-cloudHsmClusterPrivateLinkResources.api.md +19 -0
- package/review/arm-hardwaresecuritymodules-api-cloudHsmClusterRestoreStatus.api.md +22 -0
- package/review/arm-hardwaresecuritymodules-api-cloudHsmClusters.api.md +96 -0
- package/review/arm-hardwaresecuritymodules-api-dedicatedHsm.api.md +68 -0
- package/review/arm-hardwaresecuritymodules-api-operations.api.md +19 -0
- package/review/arm-hardwaresecuritymodules-api-privateEndpointConnections.api.md +19 -0
- package/review/arm-hardwaresecuritymodules-api.api.md +27 -0
- package/review/arm-hardwaresecuritymodules-models.api.md +471 -0
- package/review/arm-hardwaresecuritymodules.api.md +172 -396
- package/dist/index.js +0 -4363
- 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/cloudHsmClusterBackupStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClusterBackupStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterBackupStatusGetSample.js +0 -40
- package/dist-esm/samples-dev/cloudHsmClusterBackupStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsCreateSample.js +0 -46
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsGetSample.js +0 -40
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterSample.js +0 -55
- package/dist-esm/samples-dev/cloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterRestoreStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClusterRestoreStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterRestoreStatusGetSample.js +0 -40
- package/dist-esm/samples-dev/cloudHsmClusterRestoreStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersBackupSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersBackupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersBackupSample.js +0 -39
- package/dist-esm/samples-dev/cloudHsmClustersBackupSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersCreateOrUpdateSample.js +0 -53
- package/dist-esm/samples-dev/cloudHsmClustersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/cloudHsmClustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersGetSample.js +0 -39
- package/dist-esm/samples-dev/cloudHsmClustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/cloudHsmClustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/cloudHsmClustersListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersRestoreSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersRestoreSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersRestoreSample.js +0 -43
- package/dist-esm/samples-dev/cloudHsmClustersRestoreSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersUpdateSample.js +0 -47
- package/dist-esm/samples-dev/cloudHsmClustersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersValidateBackupPropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersValidateBackupPropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersValidateBackupPropertiesSample.js +0 -39
- package/dist-esm/samples-dev/cloudHsmClustersValidateBackupPropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersValidateRestorePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersValidateRestorePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersValidateRestorePropertiesSample.js +0 -46
- package/dist-esm/samples-dev/cloudHsmClustersValidateRestorePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedHsmCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmCreateOrUpdateSample.js +0 -119
- package/dist-esm/samples-dev/dedicatedHsmCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedHsmDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmDeleteSample.js +0 -39
- package/dist-esm/samples-dev/dedicatedHsmDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedHsmGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmGetSample.js +0 -77
- package/dist-esm/samples-dev/dedicatedHsmGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedHsmListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmListByResourceGroupSample.js +0 -88
- package/dist-esm/samples-dev/dedicatedHsmListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedHsmListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmListBySubscriptionSample.js +0 -86
- package/dist-esm/samples-dev/dedicatedHsmListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmListOutboundNetworkDependenciesEndpointsSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedHsmListOutboundNetworkDependenciesEndpointsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmListOutboundNetworkDependenciesEndpointsSample.js +0 -55
- package/dist-esm/samples-dev/dedicatedHsmListOutboundNetworkDependenciesEndpointsSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedHsmUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmUpdateSample.js +0 -62
- package/dist-esm/samples-dev/dedicatedHsmUpdateSample.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 -86
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByCloudHsmClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByCloudHsmClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByCloudHsmClusterSample.js +0 -55
- package/dist-esm/samples-dev/privateEndpointConnectionsListByCloudHsmClusterSample.js.map +0 -1
- package/dist-esm/src/azureHSMResourceProvider.d.ts +0 -27
- package/dist-esm/src/azureHSMResourceProvider.d.ts.map +0 -1
- package/dist-esm/src/azureHSMResourceProvider.js +0 -109
- package/dist-esm/src/azureHSMResourceProvider.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 +0 -11
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -1182
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -188
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -59
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -1414
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -29
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -215
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusterBackupStatus.d.ts +0 -22
- package/dist-esm/src/operations/cloudHsmClusterBackupStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusterBackupStatus.js +0 -61
- package/dist-esm/src/operations/cloudHsmClusterBackupStatus.js.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusterPrivateEndpointConnections.d.ts +0 -55
- package/dist-esm/src/operations/cloudHsmClusterPrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusterPrivateEndpointConnections.js +0 -201
- package/dist-esm/src/operations/cloudHsmClusterPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusterPrivateLinkResources.d.ts +0 -41
- package/dist-esm/src/operations/cloudHsmClusterPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusterPrivateLinkResources.js +0 -153
- package/dist-esm/src/operations/cloudHsmClusterPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusterRestoreStatus.d.ts +0 -22
- package/dist-esm/src/operations/cloudHsmClusterRestoreStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusterRestoreStatus.js +0 -61
- package/dist-esm/src/operations/cloudHsmClusterRestoreStatus.js.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusters.d.ts +0 -182
- package/dist-esm/src/operations/cloudHsmClusters.d.ts.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusters.js +0 -965
- package/dist-esm/src/operations/cloudHsmClusters.js.map +0 -1
- package/dist-esm/src/operations/dedicatedHsmOperations.d.ts +0 -134
- package/dist-esm/src/operations/dedicatedHsmOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/dedicatedHsmOperations.js +0 -681
- package/dist-esm/src/operations/dedicatedHsmOperations.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -9
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -16
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -26
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -96
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -43
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -155
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterBackupStatus.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterBackupStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterBackupStatus.js +0 -9
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterBackupStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateEndpointConnections.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateEndpointConnections.js +0 -9
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateLinkResources.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateLinkResources.js +0 -9
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterRestoreStatus.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterRestoreStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterRestoreStatus.js +0 -9
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterRestoreStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusters.d.ts +0 -145
- package/dist-esm/src/operationsInterfaces/cloudHsmClusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusters.js +0 -9
- package/dist-esm/src/operationsInterfaces/cloudHsmClusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dedicatedHsmOperations.d.ts +0 -78
- package/dist-esm/src/operationsInterfaces/dedicatedHsmOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dedicatedHsmOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/dedicatedHsmOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -9
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -16
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js +0 -9
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -15
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts +0 -13
- package/dist-esm/src/pagingHelper.d.ts.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/hardwaresecuritymodules_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/hardwaresecuritymodules_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/hardwaresecuritymodules_operations_test.spec.js +0 -77
- package/dist-esm/test/hardwaresecuritymodules_operations_test.spec.js.map +0 -1
- package/src/azureHSMResourceProvider.ts +0 -179
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1366
- package/src/models/mappers.ts +0 -1529
- package/src/models/parameters.ts +0 -255
- package/src/operations/cloudHsmClusterBackupStatus.ts +0 -82
- package/src/operations/cloudHsmClusterPrivateEndpointConnections.ts +0 -281
- package/src/operations/cloudHsmClusterPrivateLinkResources.ts +0 -206
- package/src/operations/cloudHsmClusterRestoreStatus.ts +0 -82
- package/src/operations/cloudHsmClusters.ts +0 -1283
- package/src/operations/dedicatedHsmOperations.ts +0 -888
- package/src/operations/index.ts +0 -16
- package/src/operations/operations.ts +0 -103
- package/src/operations/privateEndpointConnections.ts +0 -208
- package/src/operationsInterfaces/cloudHsmClusterBackupStatus.ts +0 -30
- package/src/operationsInterfaces/cloudHsmClusterPrivateEndpointConnections.ts +0 -89
- package/src/operationsInterfaces/cloudHsmClusterPrivateLinkResources.ts +0 -30
- package/src/operationsInterfaces/cloudHsmClusterRestoreStatus.ts +0 -30
- package/src/operationsInterfaces/cloudHsmClusters.ts +0 -279
- package/src/operationsInterfaces/dedicatedHsmOperations.ts +0 -155
- package/src/operationsInterfaces/index.ts +0 -16
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -31
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-hardwaresecuritymodules.d.ts +0 -1694
|
@@ -1,1694 +0,0 @@
|
|
|
1
|
-
import * as coreAuth from '@azure/core-auth';
|
|
2
|
-
import * as coreClient from '@azure/core-client';
|
|
3
|
-
import { OperationState } from '@azure/core-lro';
|
|
4
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
5
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* Defines values for ActionType. \
|
|
9
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
10
|
-
* this enum contains the known values that the service supports.
|
|
11
|
-
* ### Known values supported by the service
|
|
12
|
-
* **Internal**
|
|
13
|
-
*/
|
|
14
|
-
export declare type ActionType = string;
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* Defines values for ActivationState. \
|
|
18
|
-
* {@link KnownActivationState} can be used interchangeably with ActivationState,
|
|
19
|
-
* this enum contains the known values that the service supports.
|
|
20
|
-
* ### Known values supported by the service
|
|
21
|
-
* **NotDefined** \
|
|
22
|
-
* **NotActivated** \
|
|
23
|
-
* **Active** \
|
|
24
|
-
* **Failed** \
|
|
25
|
-
* **Unknown**
|
|
26
|
-
*/
|
|
27
|
-
export declare type ActivationState = string;
|
|
28
|
-
|
|
29
|
-
/** The API entity reference. */
|
|
30
|
-
export declare interface ApiEntityReference {
|
|
31
|
-
/** The Azure resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... */
|
|
32
|
-
resourceId?: string;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* Defines values for AutoGeneratedDomainNameLabelScope. \
|
|
37
|
-
* {@link KnownAutoGeneratedDomainNameLabelScope} can be used interchangeably with AutoGeneratedDomainNameLabelScope,
|
|
38
|
-
* this enum contains the known values that the service supports.
|
|
39
|
-
* ### Known values supported by the service
|
|
40
|
-
* **TenantReuse** \
|
|
41
|
-
* **SubscriptionReuse** \
|
|
42
|
-
* **ResourceGroupReuse** \
|
|
43
|
-
* **NoReuse**
|
|
44
|
-
*/
|
|
45
|
-
export declare type AutoGeneratedDomainNameLabelScope = string;
|
|
46
|
-
|
|
47
|
-
export declare class AzureHSMResourceProvider extends coreClient.ServiceClient {
|
|
48
|
-
$host: string;
|
|
49
|
-
subscriptionId: string;
|
|
50
|
-
apiVersion: string;
|
|
51
|
-
/**
|
|
52
|
-
* Initializes a new instance of the AzureHSMResourceProvider class.
|
|
53
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
54
|
-
* @param subscriptionId The ID of the target subscription. The value must be an UUID.
|
|
55
|
-
* @param options The parameter options
|
|
56
|
-
*/
|
|
57
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureHSMResourceProviderOptionalParams);
|
|
58
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
59
|
-
private addCustomApiVersionPolicy;
|
|
60
|
-
cloudHsmClusters: CloudHsmClusters;
|
|
61
|
-
cloudHsmClusterPrivateLinkResources: CloudHsmClusterPrivateLinkResources;
|
|
62
|
-
cloudHsmClusterPrivateEndpointConnections: CloudHsmClusterPrivateEndpointConnections;
|
|
63
|
-
privateEndpointConnections: PrivateEndpointConnections;
|
|
64
|
-
cloudHsmClusterBackupStatus: CloudHsmClusterBackupStatus;
|
|
65
|
-
cloudHsmClusterRestoreStatus: CloudHsmClusterRestoreStatus;
|
|
66
|
-
dedicatedHsmOperations: DedicatedHsmOperations;
|
|
67
|
-
operations: Operations;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
/** Optional parameters. */
|
|
71
|
-
export declare interface AzureHSMResourceProviderOptionalParams extends coreClient.ServiceClientOptions {
|
|
72
|
-
/** server parameter */
|
|
73
|
-
$host?: string;
|
|
74
|
-
/** Api Version */
|
|
75
|
-
apiVersion?: string;
|
|
76
|
-
/** Overrides client endpoint. */
|
|
77
|
-
endpoint?: string;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
/** Backup properties */
|
|
81
|
-
export declare interface BackupRequestProperties extends BackupRestoreRequestBaseProperties {
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
/** Backup and Restore operation common properties */
|
|
85
|
-
export declare interface BackupRestoreBaseResultProperties {
|
|
86
|
-
/**
|
|
87
|
-
* Status of the backup/restore operation
|
|
88
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
89
|
-
*/
|
|
90
|
-
readonly status?: BackupRestoreOperationStatus;
|
|
91
|
-
/** The status details of backup/restore operation */
|
|
92
|
-
statusDetails?: string;
|
|
93
|
-
/** Error encountered, if any, during the backup/restore operation. */
|
|
94
|
-
error?: ErrorDetail;
|
|
95
|
-
/**
|
|
96
|
-
* The start time of the backup/restore operation in UTC
|
|
97
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
98
|
-
*/
|
|
99
|
-
readonly startTime?: Date;
|
|
100
|
-
/**
|
|
101
|
-
* The end time of the backup/restore operation in UTC
|
|
102
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
103
|
-
*/
|
|
104
|
-
readonly endTime?: Date;
|
|
105
|
-
/** Identifier for the backup/restore operation. */
|
|
106
|
-
jobId?: string;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
* Defines values for BackupRestoreOperationStatus. \
|
|
111
|
-
* {@link KnownBackupRestoreOperationStatus} can be used interchangeably with BackupRestoreOperationStatus,
|
|
112
|
-
* this enum contains the known values that the service supports.
|
|
113
|
-
* ### Known values supported by the service
|
|
114
|
-
* **InProgress** \
|
|
115
|
-
* **Succeeded** \
|
|
116
|
-
* **Failed** \
|
|
117
|
-
* **Cancelled**
|
|
118
|
-
*/
|
|
119
|
-
export declare type BackupRestoreOperationStatus = string;
|
|
120
|
-
|
|
121
|
-
/** Backup and Restore Common properties */
|
|
122
|
-
export declare interface BackupRestoreRequestBaseProperties {
|
|
123
|
-
/** The Azure blob storage container Uri which contains the backup */
|
|
124
|
-
azureStorageBlobContainerUri: string;
|
|
125
|
-
/** The SAS token pointing to an Azure blob storage container. This property is reserved for Azure Backup Service. */
|
|
126
|
-
token?: string;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
/** Backup operation Result */
|
|
130
|
-
export declare interface BackupResult {
|
|
131
|
-
/**
|
|
132
|
-
* Status of the backup/restore operation
|
|
133
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
134
|
-
*/
|
|
135
|
-
readonly status?: BackupRestoreOperationStatus;
|
|
136
|
-
/** The status details of backup/restore operation */
|
|
137
|
-
statusDetails?: string;
|
|
138
|
-
/** Error encountered, if any, during the backup/restore operation. */
|
|
139
|
-
error?: ErrorDetail;
|
|
140
|
-
/**
|
|
141
|
-
* The start time of the backup/restore operation in UTC
|
|
142
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
143
|
-
*/
|
|
144
|
-
readonly startTime?: Date;
|
|
145
|
-
/**
|
|
146
|
-
* The end time of the backup/restore operation in UTC
|
|
147
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
148
|
-
*/
|
|
149
|
-
readonly endTime?: Date;
|
|
150
|
-
/** Identifier for the backup/restore operation. */
|
|
151
|
-
jobId?: string;
|
|
152
|
-
/** The Azure blob storage container Uri which contains the backup */
|
|
153
|
-
azureStorageBlobContainerUri?: string;
|
|
154
|
-
/** The ID of the backup. */
|
|
155
|
-
backupId?: string;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
/** Properties of the Cloud HSM Cluster */
|
|
159
|
-
export declare interface BackupResultProperties extends BackupRestoreBaseResultProperties {
|
|
160
|
-
/** The Azure blob storage container Uri which contains the backup */
|
|
161
|
-
azureStorageBlobContainerUri?: string;
|
|
162
|
-
/** The ID of the backup. */
|
|
163
|
-
backupId?: string;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
/** Resource information with extended details. */
|
|
167
|
-
export declare interface CloudHsmCluster extends CloudHsmClusterResource {
|
|
168
|
-
/**
|
|
169
|
-
* State of security domain activation
|
|
170
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
171
|
-
*/
|
|
172
|
-
readonly activationState?: ActivationState;
|
|
173
|
-
/** The Cloud HSM Cluster's auto-generated Domain Name Label Scope */
|
|
174
|
-
autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;
|
|
175
|
-
/**
|
|
176
|
-
* An array of Cloud HSM Cluster's HSMs
|
|
177
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
178
|
-
*/
|
|
179
|
-
readonly hsms?: CloudHsmProperties[];
|
|
180
|
-
/**
|
|
181
|
-
* List of private endpoint connection resources
|
|
182
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
183
|
-
*/
|
|
184
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
185
|
-
/**
|
|
186
|
-
* The Cloud HSM Cluster's provisioningState
|
|
187
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
188
|
-
*/
|
|
189
|
-
readonly provisioningState?: ProvisioningState;
|
|
190
|
-
/** The Cloud HSM Cluster public network access */
|
|
191
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
192
|
-
/**
|
|
193
|
-
* Cloud HSM Cluster status message
|
|
194
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
195
|
-
*/
|
|
196
|
-
readonly statusMessage?: string;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
/** Interface representing a CloudHsmClusterBackupStatus. */
|
|
200
|
-
export declare interface CloudHsmClusterBackupStatus {
|
|
201
|
-
/**
|
|
202
|
-
* Gets the backup operation status of the specified Cloud HSM Cluster
|
|
203
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
204
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
205
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
206
|
-
* @param jobId The id returned as part of the backup request
|
|
207
|
-
* @param options The options parameters.
|
|
208
|
-
*/
|
|
209
|
-
get(resourceGroupName: string, cloudHsmClusterName: string, jobId: string, options?: CloudHsmClusterBackupStatusGetOptionalParams): Promise<CloudHsmClusterBackupStatusGetResponse>;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
/** Defines headers for CloudHsmClusterBackupStatus_get operation. */
|
|
213
|
-
export declare interface CloudHsmClusterBackupStatusGetExceptionHeaders {
|
|
214
|
-
/** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
|
|
215
|
-
xMsRequestId?: string;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
/** Defines headers for CloudHsmClusterBackupStatus_get operation. */
|
|
219
|
-
export declare interface CloudHsmClusterBackupStatusGetHeaders {
|
|
220
|
-
/** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
|
|
221
|
-
xMsRequestId?: string;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
/** Optional parameters. */
|
|
225
|
-
export declare interface CloudHsmClusterBackupStatusGetOptionalParams extends coreClient.OperationOptions {
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
/** Contains response data for the get operation. */
|
|
229
|
-
export declare type CloudHsmClusterBackupStatusGetResponse = CloudHsmClusterBackupStatusGetHeaders & BackupResult;
|
|
230
|
-
|
|
231
|
-
/** List of Cloud HSM Clusters */
|
|
232
|
-
export declare interface CloudHsmClusterListResult {
|
|
233
|
-
/** The list of Cloud HSM Clusters. */
|
|
234
|
-
value?: CloudHsmCluster[];
|
|
235
|
-
/** The URL to get the next set of Cloud HSM Clusters. */
|
|
236
|
-
nextLink?: string;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
/** Patchable properties of the Cloud HSM Cluster */
|
|
240
|
-
export declare interface CloudHsmClusterPatchParameters {
|
|
241
|
-
/** The Cloud HSM Cluster's tags */
|
|
242
|
-
tags?: {
|
|
243
|
-
[propertyName: string]: string;
|
|
244
|
-
};
|
|
245
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
246
|
-
identity?: ManagedServiceIdentity;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
/** Interface representing a CloudHsmClusterPrivateEndpointConnections. */
|
|
250
|
-
export declare interface CloudHsmClusterPrivateEndpointConnections {
|
|
251
|
-
/**
|
|
252
|
-
* Creates or updates the private endpoint connection for the Cloud Hsm Cluster.
|
|
253
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
254
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
255
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
256
|
-
* @param peConnectionName Name of the private endpoint connection associated with the Cloud HSM
|
|
257
|
-
* Cluster.
|
|
258
|
-
* @param properties Parameters of the PrivateEndpointConnection
|
|
259
|
-
* @param options The options parameters.
|
|
260
|
-
*/
|
|
261
|
-
create(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, properties: PrivateEndpointConnection, options?: CloudHsmClusterPrivateEndpointConnectionsCreateOptionalParams): Promise<CloudHsmClusterPrivateEndpointConnectionsCreateResponse>;
|
|
262
|
-
/**
|
|
263
|
-
* Deletes the private endpoint connection for the Cloud Hsm Cluster.
|
|
264
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
265
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
266
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
267
|
-
* @param peConnectionName Name of the private endpoint connection associated with the Cloud HSM
|
|
268
|
-
* Cluster.
|
|
269
|
-
* @param options The options parameters.
|
|
270
|
-
*/
|
|
271
|
-
beginDelete(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, options?: CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<CloudHsmClusterPrivateEndpointConnectionsDeleteResponse>, CloudHsmClusterPrivateEndpointConnectionsDeleteResponse>>;
|
|
272
|
-
/**
|
|
273
|
-
* Deletes the private endpoint connection for the Cloud Hsm Cluster.
|
|
274
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
275
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
276
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
277
|
-
* @param peConnectionName Name of the private endpoint connection associated with the Cloud HSM
|
|
278
|
-
* Cluster.
|
|
279
|
-
* @param options The options parameters.
|
|
280
|
-
*/
|
|
281
|
-
beginDeleteAndWait(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, options?: CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams): Promise<CloudHsmClusterPrivateEndpointConnectionsDeleteResponse>;
|
|
282
|
-
/**
|
|
283
|
-
* Gets the private endpoint connection for the Cloud Hsm Cluster.
|
|
284
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
285
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
286
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
287
|
-
* @param peConnectionName Name of the private endpoint connection associated with the Cloud HSM
|
|
288
|
-
* Cluster.
|
|
289
|
-
* @param options The options parameters.
|
|
290
|
-
*/
|
|
291
|
-
get(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, options?: CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams): Promise<CloudHsmClusterPrivateEndpointConnectionsGetResponse>;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
/** Optional parameters. */
|
|
295
|
-
export declare interface CloudHsmClusterPrivateEndpointConnectionsCreateOptionalParams extends coreClient.OperationOptions {
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
/** Contains response data for the create operation. */
|
|
299
|
-
export declare type CloudHsmClusterPrivateEndpointConnectionsCreateResponse = PrivateEndpointConnection;
|
|
300
|
-
|
|
301
|
-
/** Defines headers for CloudHsmClusterPrivateEndpointConnections_delete operation. */
|
|
302
|
-
export declare interface CloudHsmClusterPrivateEndpointConnectionsDeleteHeaders {
|
|
303
|
-
/** The URI to poll for completion status. */
|
|
304
|
-
location?: string;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
/** Optional parameters. */
|
|
308
|
-
export declare interface CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
309
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
310
|
-
updateIntervalInMs?: number;
|
|
311
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
312
|
-
resumeFrom?: string;
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
/** Contains response data for the delete operation. */
|
|
316
|
-
export declare type CloudHsmClusterPrivateEndpointConnectionsDeleteResponse = CloudHsmClusterPrivateEndpointConnectionsDeleteHeaders;
|
|
317
|
-
|
|
318
|
-
/** Optional parameters. */
|
|
319
|
-
export declare interface CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
/** Contains response data for the get operation. */
|
|
323
|
-
export declare type CloudHsmClusterPrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
324
|
-
|
|
325
|
-
/** Interface representing a CloudHsmClusterPrivateLinkResources. */
|
|
326
|
-
export declare interface CloudHsmClusterPrivateLinkResources {
|
|
327
|
-
/**
|
|
328
|
-
* Gets the private link resources supported for the Cloud Hsm Cluster.
|
|
329
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
330
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
331
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
332
|
-
* @param options The options parameters.
|
|
333
|
-
*/
|
|
334
|
-
listByCloudHsmCluster(resourceGroupName: string, cloudHsmClusterName: string, options?: CloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
/** Optional parameters. */
|
|
338
|
-
export declare interface CloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
/** Contains response data for the listByCloudHsmClusterNext operation. */
|
|
342
|
-
export declare type CloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterNextResponse = PrivateLinkResourceListResult;
|
|
343
|
-
|
|
344
|
-
/** Optional parameters. */
|
|
345
|
-
export declare interface CloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterOptionalParams extends coreClient.OperationOptions {
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
/** Contains response data for the listByCloudHsmCluster operation. */
|
|
349
|
-
export declare type CloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterResponse = PrivateLinkResourceListResult;
|
|
350
|
-
|
|
351
|
-
/** Cloud HSM Cluster Resource */
|
|
352
|
-
export declare interface CloudHsmClusterResource extends TrackedResource {
|
|
353
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
354
|
-
identity?: ManagedServiceIdentity;
|
|
355
|
-
/** SKU details */
|
|
356
|
-
sku?: CloudHsmClusterSku;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
/** Interface representing a CloudHsmClusterRestoreStatus. */
|
|
360
|
-
export declare interface CloudHsmClusterRestoreStatus {
|
|
361
|
-
/**
|
|
362
|
-
* Gets the restore operation status of the specified Cloud HSM Cluster
|
|
363
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
364
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
365
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
366
|
-
* @param jobId The id returned as part of the backup request
|
|
367
|
-
* @param options The options parameters.
|
|
368
|
-
*/
|
|
369
|
-
get(resourceGroupName: string, cloudHsmClusterName: string, jobId: string, options?: CloudHsmClusterRestoreStatusGetOptionalParams): Promise<CloudHsmClusterRestoreStatusGetResponse>;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
/** Defines headers for CloudHsmClusterRestoreStatus_get operation. */
|
|
373
|
-
export declare interface CloudHsmClusterRestoreStatusGetExceptionHeaders {
|
|
374
|
-
/** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
|
|
375
|
-
xMsRequestId?: string;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
/** Defines headers for CloudHsmClusterRestoreStatus_get operation. */
|
|
379
|
-
export declare interface CloudHsmClusterRestoreStatusGetHeaders {
|
|
380
|
-
/** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
|
|
381
|
-
xMsRequestId?: string;
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
/** Optional parameters. */
|
|
385
|
-
export declare interface CloudHsmClusterRestoreStatusGetOptionalParams extends coreClient.OperationOptions {
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
/** Contains response data for the get operation. */
|
|
389
|
-
export declare type CloudHsmClusterRestoreStatusGetResponse = CloudHsmClusterRestoreStatusGetHeaders & RestoreResult;
|
|
390
|
-
|
|
391
|
-
/** Interface representing a CloudHsmClusters. */
|
|
392
|
-
export declare interface CloudHsmClusters {
|
|
393
|
-
/**
|
|
394
|
-
* The List operation gets information about the Cloud HSM Clusters associated with the subscription
|
|
395
|
-
* and within the specified resource group.
|
|
396
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
397
|
-
* @param options The options parameters.
|
|
398
|
-
*/
|
|
399
|
-
listByResourceGroup(resourceGroupName: string, options?: CloudHsmClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<CloudHsmCluster>;
|
|
400
|
-
/**
|
|
401
|
-
* The List operation gets information about the Cloud HSM Clusters associated with the subscription.
|
|
402
|
-
* @param options The options parameters.
|
|
403
|
-
*/
|
|
404
|
-
listBySubscription(options?: CloudHsmClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CloudHsmCluster>;
|
|
405
|
-
/**
|
|
406
|
-
* Create or Update a Cloud HSM Cluster in the specified subscription.
|
|
407
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
408
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
409
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
410
|
-
* @param location The geo-location where the resource lives
|
|
411
|
-
* @param options The options parameters.
|
|
412
|
-
*/
|
|
413
|
-
beginCreateOrUpdate(resourceGroupName: string, cloudHsmClusterName: string, location: string, options?: CloudHsmClustersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudHsmClustersCreateOrUpdateResponse>, CloudHsmClustersCreateOrUpdateResponse>>;
|
|
414
|
-
/**
|
|
415
|
-
* Create or Update a Cloud HSM Cluster in the specified subscription.
|
|
416
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
417
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
418
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
419
|
-
* @param location The geo-location where the resource lives
|
|
420
|
-
* @param options The options parameters.
|
|
421
|
-
*/
|
|
422
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, cloudHsmClusterName: string, location: string, options?: CloudHsmClustersCreateOrUpdateOptionalParams): Promise<CloudHsmClustersCreateOrUpdateResponse>;
|
|
423
|
-
/**
|
|
424
|
-
* Update a Cloud HSM Cluster in the specified subscription.
|
|
425
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
426
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
427
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
428
|
-
* @param options The options parameters.
|
|
429
|
-
*/
|
|
430
|
-
beginUpdate(resourceGroupName: string, cloudHsmClusterName: string, options?: CloudHsmClustersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudHsmClustersUpdateResponse>, CloudHsmClustersUpdateResponse>>;
|
|
431
|
-
/**
|
|
432
|
-
* Update a Cloud HSM Cluster in the specified subscription.
|
|
433
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
434
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
435
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
436
|
-
* @param options The options parameters.
|
|
437
|
-
*/
|
|
438
|
-
beginUpdateAndWait(resourceGroupName: string, cloudHsmClusterName: string, options?: CloudHsmClustersUpdateOptionalParams): Promise<CloudHsmClustersUpdateResponse>;
|
|
439
|
-
/**
|
|
440
|
-
* Gets the specified Cloud HSM Cluster
|
|
441
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
442
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
443
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
444
|
-
* @param options The options parameters.
|
|
445
|
-
*/
|
|
446
|
-
get(resourceGroupName: string, cloudHsmClusterName: string, options?: CloudHsmClustersGetOptionalParams): Promise<CloudHsmClustersGetResponse>;
|
|
447
|
-
/**
|
|
448
|
-
* Deletes the specified Cloud HSM Cluster
|
|
449
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
450
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
451
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
452
|
-
* @param options The options parameters.
|
|
453
|
-
*/
|
|
454
|
-
beginDelete(resourceGroupName: string, cloudHsmClusterName: string, options?: CloudHsmClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<CloudHsmClustersDeleteResponse>, CloudHsmClustersDeleteResponse>>;
|
|
455
|
-
/**
|
|
456
|
-
* Deletes the specified Cloud HSM Cluster
|
|
457
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
458
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
459
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
460
|
-
* @param options The options parameters.
|
|
461
|
-
*/
|
|
462
|
-
beginDeleteAndWait(resourceGroupName: string, cloudHsmClusterName: string, options?: CloudHsmClustersDeleteOptionalParams): Promise<CloudHsmClustersDeleteResponse>;
|
|
463
|
-
/**
|
|
464
|
-
* Pre Backup operation to validate whether the customer can perform a backup on the Cloud HSM Cluster
|
|
465
|
-
* resource in the specified subscription.
|
|
466
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
467
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
468
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
469
|
-
* @param options The options parameters.
|
|
470
|
-
*/
|
|
471
|
-
beginValidateBackupProperties(resourceGroupName: string, cloudHsmClusterName: string, options?: CloudHsmClustersValidateBackupPropertiesOptionalParams): Promise<SimplePollerLike<OperationState<CloudHsmClustersValidateBackupPropertiesResponse>, CloudHsmClustersValidateBackupPropertiesResponse>>;
|
|
472
|
-
/**
|
|
473
|
-
* Pre Backup operation to validate whether the customer can perform a backup on the Cloud HSM Cluster
|
|
474
|
-
* resource in the specified subscription.
|
|
475
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
476
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
477
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
478
|
-
* @param options The options parameters.
|
|
479
|
-
*/
|
|
480
|
-
beginValidateBackupPropertiesAndWait(resourceGroupName: string, cloudHsmClusterName: string, options?: CloudHsmClustersValidateBackupPropertiesOptionalParams): Promise<CloudHsmClustersValidateBackupPropertiesResponse>;
|
|
481
|
-
/**
|
|
482
|
-
* Create a backup of the Cloud HSM Cluster in the specified subscription
|
|
483
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
484
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
485
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
486
|
-
* @param options The options parameters.
|
|
487
|
-
*/
|
|
488
|
-
beginBackup(resourceGroupName: string, cloudHsmClusterName: string, options?: CloudHsmClustersBackupOptionalParams): Promise<SimplePollerLike<OperationState<CloudHsmClustersBackupResponse>, CloudHsmClustersBackupResponse>>;
|
|
489
|
-
/**
|
|
490
|
-
* Create a backup of the Cloud HSM Cluster in the specified subscription
|
|
491
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
492
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
493
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
494
|
-
* @param options The options parameters.
|
|
495
|
-
*/
|
|
496
|
-
beginBackupAndWait(resourceGroupName: string, cloudHsmClusterName: string, options?: CloudHsmClustersBackupOptionalParams): Promise<CloudHsmClustersBackupResponse>;
|
|
497
|
-
/**
|
|
498
|
-
* Queued validating pre restore operation
|
|
499
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
500
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
501
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
502
|
-
* @param options The options parameters.
|
|
503
|
-
*/
|
|
504
|
-
beginValidateRestoreProperties(resourceGroupName: string, cloudHsmClusterName: string, options?: CloudHsmClustersValidateRestorePropertiesOptionalParams): Promise<SimplePollerLike<OperationState<CloudHsmClustersValidateRestorePropertiesResponse>, CloudHsmClustersValidateRestorePropertiesResponse>>;
|
|
505
|
-
/**
|
|
506
|
-
* Queued validating pre restore operation
|
|
507
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
508
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
509
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
510
|
-
* @param options The options parameters.
|
|
511
|
-
*/
|
|
512
|
-
beginValidateRestorePropertiesAndWait(resourceGroupName: string, cloudHsmClusterName: string, options?: CloudHsmClustersValidateRestorePropertiesOptionalParams): Promise<CloudHsmClustersValidateRestorePropertiesResponse>;
|
|
513
|
-
/**
|
|
514
|
-
* Restores all key materials of a specified Cloud HSM Cluster
|
|
515
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
516
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
517
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
518
|
-
* @param restoreRequestProperties Restore Operation Required properties
|
|
519
|
-
* @param options The options parameters.
|
|
520
|
-
*/
|
|
521
|
-
beginRestore(resourceGroupName: string, cloudHsmClusterName: string, restoreRequestProperties: RestoreRequestProperties, options?: CloudHsmClustersRestoreOptionalParams): Promise<SimplePollerLike<OperationState<CloudHsmClustersRestoreResponse>, CloudHsmClustersRestoreResponse>>;
|
|
522
|
-
/**
|
|
523
|
-
* Restores all key materials of a specified Cloud HSM Cluster
|
|
524
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
525
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
526
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
527
|
-
* @param restoreRequestProperties Restore Operation Required properties
|
|
528
|
-
* @param options The options parameters.
|
|
529
|
-
*/
|
|
530
|
-
beginRestoreAndWait(resourceGroupName: string, cloudHsmClusterName: string, restoreRequestProperties: RestoreRequestProperties, options?: CloudHsmClustersRestoreOptionalParams): Promise<CloudHsmClustersRestoreResponse>;
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
/** Defines headers for CloudHsmClusters_backup operation. */
|
|
534
|
-
export declare interface CloudHsmClustersBackupHeaders {
|
|
535
|
-
/** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
|
|
536
|
-
xMsRequestId?: string;
|
|
537
|
-
}
|
|
538
|
-
|
|
539
|
-
/** Optional parameters. */
|
|
540
|
-
export declare interface CloudHsmClustersBackupOptionalParams extends coreClient.OperationOptions {
|
|
541
|
-
/** Azure storage Resource Uri */
|
|
542
|
-
backupRequestProperties?: BackupRequestProperties;
|
|
543
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
544
|
-
updateIntervalInMs?: number;
|
|
545
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
546
|
-
resumeFrom?: string;
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
/** Contains response data for the backup operation. */
|
|
550
|
-
export declare type CloudHsmClustersBackupResponse = CloudHsmClustersBackupHeaders & BackupResult;
|
|
551
|
-
|
|
552
|
-
/** Optional parameters. */
|
|
553
|
-
export declare interface CloudHsmClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
554
|
-
/** Resource tags. */
|
|
555
|
-
tags?: {
|
|
556
|
-
[propertyName: string]: string;
|
|
557
|
-
};
|
|
558
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
559
|
-
identity?: ManagedServiceIdentity;
|
|
560
|
-
/** SKU details */
|
|
561
|
-
sku?: CloudHsmClusterSku;
|
|
562
|
-
/** The Cloud HSM Cluster's auto-generated Domain Name Label Scope */
|
|
563
|
-
autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;
|
|
564
|
-
/** The Cloud HSM Cluster public network access */
|
|
565
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
566
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
567
|
-
updateIntervalInMs?: number;
|
|
568
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
569
|
-
resumeFrom?: string;
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
573
|
-
export declare type CloudHsmClustersCreateOrUpdateResponse = CloudHsmCluster;
|
|
574
|
-
|
|
575
|
-
/** Defines headers for CloudHsmClusters_delete operation. */
|
|
576
|
-
export declare interface CloudHsmClustersDeleteHeaders {
|
|
577
|
-
/** The URI to poll for completion status. */
|
|
578
|
-
location?: string;
|
|
579
|
-
}
|
|
580
|
-
|
|
581
|
-
/** Optional parameters. */
|
|
582
|
-
export declare interface CloudHsmClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
583
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
584
|
-
updateIntervalInMs?: number;
|
|
585
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
586
|
-
resumeFrom?: string;
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
/** Contains response data for the delete operation. */
|
|
590
|
-
export declare type CloudHsmClustersDeleteResponse = CloudHsmClustersDeleteHeaders;
|
|
591
|
-
|
|
592
|
-
/** Optional parameters. */
|
|
593
|
-
export declare interface CloudHsmClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
/** Contains response data for the get operation. */
|
|
597
|
-
export declare type CloudHsmClustersGetResponse = CloudHsmCluster;
|
|
598
|
-
|
|
599
|
-
/** Cloud Hsm Cluster SKU information */
|
|
600
|
-
export declare interface CloudHsmClusterSku {
|
|
601
|
-
/** Sku family of the Cloud HSM Cluster */
|
|
602
|
-
family: CloudHsmClusterSkuFamily;
|
|
603
|
-
/** Sku name of the Cloud HSM Cluster */
|
|
604
|
-
name: CloudHsmClusterSkuName;
|
|
605
|
-
/** Sku capacity */
|
|
606
|
-
capacity?: number;
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
/**
|
|
610
|
-
* Defines values for CloudHsmClusterSkuFamily. \
|
|
611
|
-
* {@link KnownCloudHsmClusterSkuFamily} can be used interchangeably with CloudHsmClusterSkuFamily,
|
|
612
|
-
* this enum contains the known values that the service supports.
|
|
613
|
-
* ### Known values supported by the service
|
|
614
|
-
* **B**
|
|
615
|
-
*/
|
|
616
|
-
export declare type CloudHsmClusterSkuFamily = string;
|
|
617
|
-
|
|
618
|
-
/** Defines values for CloudHsmClusterSkuName. */
|
|
619
|
-
export declare type CloudHsmClusterSkuName = "Standard_B1" | "Standard B10";
|
|
620
|
-
|
|
621
|
-
/** Optional parameters. */
|
|
622
|
-
export declare interface CloudHsmClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
626
|
-
export declare type CloudHsmClustersListByResourceGroupNextResponse = CloudHsmClusterListResult;
|
|
627
|
-
|
|
628
|
-
/** Optional parameters. */
|
|
629
|
-
export declare interface CloudHsmClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
630
|
-
/** The page-continuation token to use with a paged version of this API */
|
|
631
|
-
skiptoken?: string;
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
635
|
-
export declare type CloudHsmClustersListByResourceGroupResponse = CloudHsmClusterListResult;
|
|
636
|
-
|
|
637
|
-
/** Optional parameters. */
|
|
638
|
-
export declare interface CloudHsmClustersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
642
|
-
export declare type CloudHsmClustersListBySubscriptionNextResponse = CloudHsmClusterListResult;
|
|
643
|
-
|
|
644
|
-
/** Optional parameters. */
|
|
645
|
-
export declare interface CloudHsmClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
646
|
-
/** The page-continuation token to use with a paged version of this API */
|
|
647
|
-
skiptoken?: string;
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
/** Contains response data for the listBySubscription operation. */
|
|
651
|
-
export declare type CloudHsmClustersListBySubscriptionResponse = CloudHsmClusterListResult;
|
|
652
|
-
|
|
653
|
-
/** Defines headers for CloudHsmClusters_restore operation. */
|
|
654
|
-
export declare interface CloudHsmClustersRestoreHeaders {
|
|
655
|
-
/** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
|
|
656
|
-
xMsRequestId?: string;
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
/** Optional parameters. */
|
|
660
|
-
export declare interface CloudHsmClustersRestoreOptionalParams extends coreClient.OperationOptions {
|
|
661
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
662
|
-
updateIntervalInMs?: number;
|
|
663
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
664
|
-
resumeFrom?: string;
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
/** Contains response data for the restore operation. */
|
|
668
|
-
export declare type CloudHsmClustersRestoreResponse = CloudHsmClustersRestoreHeaders & RestoreResult;
|
|
669
|
-
|
|
670
|
-
/** Defines headers for CloudHsmClusters_update operation. */
|
|
671
|
-
export declare interface CloudHsmClustersUpdateHeaders {
|
|
672
|
-
/** The URI to poll for completion status. */
|
|
673
|
-
location?: string;
|
|
674
|
-
}
|
|
675
|
-
|
|
676
|
-
/** Optional parameters. */
|
|
677
|
-
export declare interface CloudHsmClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
678
|
-
/** The Cloud HSM Cluster's tags */
|
|
679
|
-
tags?: {
|
|
680
|
-
[propertyName: string]: string;
|
|
681
|
-
};
|
|
682
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
683
|
-
identity?: ManagedServiceIdentity;
|
|
684
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
685
|
-
updateIntervalInMs?: number;
|
|
686
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
687
|
-
resumeFrom?: string;
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
/** Contains response data for the update operation. */
|
|
691
|
-
export declare type CloudHsmClustersUpdateResponse = CloudHsmCluster;
|
|
692
|
-
|
|
693
|
-
/** Defines headers for CloudHsmClusters_validateBackupProperties operation. */
|
|
694
|
-
export declare interface CloudHsmClustersValidateBackupPropertiesHeaders {
|
|
695
|
-
/** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
|
|
696
|
-
xMsRequestId?: string;
|
|
697
|
-
}
|
|
698
|
-
|
|
699
|
-
/** Optional parameters. */
|
|
700
|
-
export declare interface CloudHsmClustersValidateBackupPropertiesOptionalParams extends coreClient.OperationOptions {
|
|
701
|
-
/** Backup Operation Required properties */
|
|
702
|
-
backupRequestProperties?: BackupRequestProperties;
|
|
703
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
704
|
-
updateIntervalInMs?: number;
|
|
705
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
706
|
-
resumeFrom?: string;
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
/** Contains response data for the validateBackupProperties operation. */
|
|
710
|
-
export declare type CloudHsmClustersValidateBackupPropertiesResponse = CloudHsmClustersValidateBackupPropertiesHeaders & BackupResult;
|
|
711
|
-
|
|
712
|
-
/** Defines headers for CloudHsmClusters_validateRestoreProperties operation. */
|
|
713
|
-
export declare interface CloudHsmClustersValidateRestorePropertiesHeaders {
|
|
714
|
-
/** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
|
|
715
|
-
xMsRequestId?: string;
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
/** Optional parameters. */
|
|
719
|
-
export declare interface CloudHsmClustersValidateRestorePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
720
|
-
/** Optional Parameters to validate prior performing a restore operation. */
|
|
721
|
-
restoreRequestProperties?: RestoreRequestProperties;
|
|
722
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
723
|
-
updateIntervalInMs?: number;
|
|
724
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
725
|
-
resumeFrom?: string;
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
/** Contains response data for the validateRestoreProperties operation. */
|
|
729
|
-
export declare type CloudHsmClustersValidateRestorePropertiesResponse = CloudHsmClustersValidateRestorePropertiesHeaders & RestoreResult;
|
|
730
|
-
|
|
731
|
-
/** The Cloud HSM Properties */
|
|
732
|
-
export declare interface CloudHsmProperties {
|
|
733
|
-
/** FQDN of the Cloud HSM */
|
|
734
|
-
fqdn?: string;
|
|
735
|
-
/** The Cloud HSM State. Values are: Deploying, ConfiguringSlb, Starting, Starting, Failed, Failed, Deleting, DeletingSlbEntry, InitialProvisioning, Updating */
|
|
736
|
-
state?: string;
|
|
737
|
-
/** The Cloud HSM State message */
|
|
738
|
-
stateMessage?: string;
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
/**
|
|
742
|
-
* Defines values for CreatedByType. \
|
|
743
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
744
|
-
* this enum contains the known values that the service supports.
|
|
745
|
-
* ### Known values supported by the service
|
|
746
|
-
* **User** \
|
|
747
|
-
* **Application** \
|
|
748
|
-
* **ManagedIdentity** \
|
|
749
|
-
* **Key**
|
|
750
|
-
*/
|
|
751
|
-
export declare type CreatedByType = string;
|
|
752
|
-
|
|
753
|
-
/** Resource information with extended details. */
|
|
754
|
-
export declare interface DedicatedHsm extends TrackedResource {
|
|
755
|
-
/** SKU details */
|
|
756
|
-
sku: Sku;
|
|
757
|
-
/** The Dedicated Hsm zones. */
|
|
758
|
-
zones?: string[];
|
|
759
|
-
/** Specifies the network interfaces of the dedicated hsm. */
|
|
760
|
-
networkProfile?: NetworkProfile;
|
|
761
|
-
/** Specifies the management network interfaces of the dedicated hsm. */
|
|
762
|
-
managementNetworkProfile?: NetworkProfile;
|
|
763
|
-
/** This field will be used when RP does not support Availability zones. */
|
|
764
|
-
stampId?: string;
|
|
765
|
-
/**
|
|
766
|
-
* Resource Status Message.
|
|
767
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
768
|
-
*/
|
|
769
|
-
readonly statusMessage?: string;
|
|
770
|
-
/**
|
|
771
|
-
* Provisioning state.
|
|
772
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
773
|
-
*/
|
|
774
|
-
readonly provisioningState?: JsonWebKeyType;
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
/** Optional parameters. */
|
|
778
|
-
export declare interface DedicatedHsmCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
779
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
780
|
-
updateIntervalInMs?: number;
|
|
781
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
782
|
-
resumeFrom?: string;
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
786
|
-
export declare type DedicatedHsmCreateOrUpdateResponse = DedicatedHsm;
|
|
787
|
-
|
|
788
|
-
/** Defines headers for DedicatedHsm_delete operation. */
|
|
789
|
-
export declare interface DedicatedHsmDeleteHeaders {
|
|
790
|
-
/** The URI to poll for completion status. */
|
|
791
|
-
location?: string;
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
/** Optional parameters. */
|
|
795
|
-
export declare interface DedicatedHsmDeleteOptionalParams extends coreClient.OperationOptions {
|
|
796
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
797
|
-
updateIntervalInMs?: number;
|
|
798
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
799
|
-
resumeFrom?: string;
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
/** Contains response data for the delete operation. */
|
|
803
|
-
export declare type DedicatedHsmDeleteResponse = DedicatedHsmDeleteHeaders;
|
|
804
|
-
|
|
805
|
-
/** The error exception. */
|
|
806
|
-
export declare interface DedicatedHsmError {
|
|
807
|
-
/**
|
|
808
|
-
* The error detail of the operation if any.
|
|
809
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
810
|
-
*/
|
|
811
|
-
readonly error?: ErrorModel;
|
|
812
|
-
}
|
|
813
|
-
|
|
814
|
-
/** Optional parameters. */
|
|
815
|
-
export declare interface DedicatedHsmGetOptionalParams extends coreClient.OperationOptions {
|
|
816
|
-
}
|
|
817
|
-
|
|
818
|
-
/** Contains response data for the get operation. */
|
|
819
|
-
export declare type DedicatedHsmGetResponse = DedicatedHsm;
|
|
820
|
-
|
|
821
|
-
/** Optional parameters. */
|
|
822
|
-
export declare interface DedicatedHsmListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
823
|
-
}
|
|
824
|
-
|
|
825
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
826
|
-
export declare type DedicatedHsmListByResourceGroupNextResponse = DedicatedHsmListResult;
|
|
827
|
-
|
|
828
|
-
/** Optional parameters. */
|
|
829
|
-
export declare interface DedicatedHsmListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
830
|
-
/** Maximum number of results to return. */
|
|
831
|
-
top?: number;
|
|
832
|
-
}
|
|
833
|
-
|
|
834
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
835
|
-
export declare type DedicatedHsmListByResourceGroupResponse = DedicatedHsmListResult;
|
|
836
|
-
|
|
837
|
-
/** Optional parameters. */
|
|
838
|
-
export declare interface DedicatedHsmListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
839
|
-
}
|
|
840
|
-
|
|
841
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
842
|
-
export declare type DedicatedHsmListBySubscriptionNextResponse = DedicatedHsmListResult;
|
|
843
|
-
|
|
844
|
-
/** Optional parameters. */
|
|
845
|
-
export declare interface DedicatedHsmListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
846
|
-
/** Maximum number of results to return. */
|
|
847
|
-
top?: number;
|
|
848
|
-
}
|
|
849
|
-
|
|
850
|
-
/** Contains response data for the listBySubscription operation. */
|
|
851
|
-
export declare type DedicatedHsmListBySubscriptionResponse = DedicatedHsmListResult;
|
|
852
|
-
|
|
853
|
-
/** Optional parameters. */
|
|
854
|
-
export declare interface DedicatedHsmListOutboundNetworkDependenciesEndpointsNextOptionalParams extends coreClient.OperationOptions {
|
|
855
|
-
}
|
|
856
|
-
|
|
857
|
-
/** Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation. */
|
|
858
|
-
export declare type DedicatedHsmListOutboundNetworkDependenciesEndpointsNextResponse = OutboundEnvironmentEndpointCollection;
|
|
859
|
-
|
|
860
|
-
/** Optional parameters. */
|
|
861
|
-
export declare interface DedicatedHsmListOutboundNetworkDependenciesEndpointsOptionalParams extends coreClient.OperationOptions {
|
|
862
|
-
}
|
|
863
|
-
|
|
864
|
-
/** Contains response data for the listOutboundNetworkDependenciesEndpoints operation. */
|
|
865
|
-
export declare type DedicatedHsmListOutboundNetworkDependenciesEndpointsResponse = OutboundEnvironmentEndpointCollection;
|
|
866
|
-
|
|
867
|
-
/** List of dedicated HSMs */
|
|
868
|
-
export declare interface DedicatedHsmListResult {
|
|
869
|
-
/** The list of dedicated HSMs. */
|
|
870
|
-
value?: DedicatedHsm[];
|
|
871
|
-
/** The URL to get the next set of dedicated hsms. */
|
|
872
|
-
nextLink?: string;
|
|
873
|
-
}
|
|
874
|
-
|
|
875
|
-
/** Interface representing a DedicatedHsmOperations. */
|
|
876
|
-
export declare interface DedicatedHsmOperations {
|
|
877
|
-
/**
|
|
878
|
-
* The List operation gets information about the dedicated hsms associated with the subscription and
|
|
879
|
-
* within the specified resource group.
|
|
880
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
881
|
-
* @param options The options parameters.
|
|
882
|
-
*/
|
|
883
|
-
listByResourceGroup(resourceGroupName: string, options?: DedicatedHsmListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DedicatedHsm>;
|
|
884
|
-
/**
|
|
885
|
-
* The List operation gets information about the dedicated HSMs associated with the subscription.
|
|
886
|
-
* @param options The options parameters.
|
|
887
|
-
*/
|
|
888
|
-
listBySubscription(options?: DedicatedHsmListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DedicatedHsm>;
|
|
889
|
-
/**
|
|
890
|
-
* Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified
|
|
891
|
-
* dedicated hsm resource. The operation returns properties of each egress endpoint.
|
|
892
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
893
|
-
* @param name Name of the dedicated Hsm
|
|
894
|
-
* @param options The options parameters.
|
|
895
|
-
*/
|
|
896
|
-
listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, name: string, options?: DedicatedHsmListOutboundNetworkDependenciesEndpointsOptionalParams): PagedAsyncIterableIterator<OutboundEnvironmentEndpoint>;
|
|
897
|
-
/**
|
|
898
|
-
* Create or Update a dedicated HSM in the specified subscription.
|
|
899
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
900
|
-
* @param name Name of the dedicated Hsm
|
|
901
|
-
* @param parameters Parameters to create or update the dedicated hsm
|
|
902
|
-
* @param options The options parameters.
|
|
903
|
-
*/
|
|
904
|
-
beginCreateOrUpdate(resourceGroupName: string, name: string, parameters: DedicatedHsm, options?: DedicatedHsmCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DedicatedHsmCreateOrUpdateResponse>, DedicatedHsmCreateOrUpdateResponse>>;
|
|
905
|
-
/**
|
|
906
|
-
* Create or Update a dedicated HSM in the specified subscription.
|
|
907
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
908
|
-
* @param name Name of the dedicated Hsm
|
|
909
|
-
* @param parameters Parameters to create or update the dedicated hsm
|
|
910
|
-
* @param options The options parameters.
|
|
911
|
-
*/
|
|
912
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, name: string, parameters: DedicatedHsm, options?: DedicatedHsmCreateOrUpdateOptionalParams): Promise<DedicatedHsmCreateOrUpdateResponse>;
|
|
913
|
-
/**
|
|
914
|
-
* Update a dedicated HSM in the specified subscription.
|
|
915
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
916
|
-
* @param name Name of the dedicated Hsm
|
|
917
|
-
* @param options The options parameters.
|
|
918
|
-
*/
|
|
919
|
-
beginUpdate(resourceGroupName: string, name: string, options?: DedicatedHsmUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DedicatedHsmUpdateResponse>, DedicatedHsmUpdateResponse>>;
|
|
920
|
-
/**
|
|
921
|
-
* Update a dedicated HSM in the specified subscription.
|
|
922
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
923
|
-
* @param name Name of the dedicated Hsm
|
|
924
|
-
* @param options The options parameters.
|
|
925
|
-
*/
|
|
926
|
-
beginUpdateAndWait(resourceGroupName: string, name: string, options?: DedicatedHsmUpdateOptionalParams): Promise<DedicatedHsmUpdateResponse>;
|
|
927
|
-
/**
|
|
928
|
-
* Deletes the specified Azure Dedicated HSM.
|
|
929
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
930
|
-
* @param name Name of the dedicated Hsm
|
|
931
|
-
* @param options The options parameters.
|
|
932
|
-
*/
|
|
933
|
-
beginDelete(resourceGroupName: string, name: string, options?: DedicatedHsmDeleteOptionalParams): Promise<SimplePollerLike<OperationState<DedicatedHsmDeleteResponse>, DedicatedHsmDeleteResponse>>;
|
|
934
|
-
/**
|
|
935
|
-
* Deletes the specified Azure Dedicated HSM.
|
|
936
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
937
|
-
* @param name Name of the dedicated Hsm
|
|
938
|
-
* @param options The options parameters.
|
|
939
|
-
*/
|
|
940
|
-
beginDeleteAndWait(resourceGroupName: string, name: string, options?: DedicatedHsmDeleteOptionalParams): Promise<DedicatedHsmDeleteResponse>;
|
|
941
|
-
/**
|
|
942
|
-
* Gets the specified Azure dedicated HSM.
|
|
943
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
944
|
-
* @param name Name of the dedicated Hsm
|
|
945
|
-
* @param options The options parameters.
|
|
946
|
-
*/
|
|
947
|
-
get(resourceGroupName: string, name: string, options?: DedicatedHsmGetOptionalParams): Promise<DedicatedHsmGetResponse>;
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
/** Patchable properties of the dedicated HSM */
|
|
951
|
-
export declare interface DedicatedHsmPatchParameters {
|
|
952
|
-
/** Resource tags */
|
|
953
|
-
tags?: {
|
|
954
|
-
[propertyName: string]: string;
|
|
955
|
-
};
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
/** Defines headers for DedicatedHsm_update operation. */
|
|
959
|
-
export declare interface DedicatedHsmUpdateHeaders {
|
|
960
|
-
/** The URI to poll for completion status. */
|
|
961
|
-
location?: string;
|
|
962
|
-
}
|
|
963
|
-
|
|
964
|
-
/** Optional parameters. */
|
|
965
|
-
export declare interface DedicatedHsmUpdateOptionalParams extends coreClient.OperationOptions {
|
|
966
|
-
/** Resource tags */
|
|
967
|
-
tags?: {
|
|
968
|
-
[propertyName: string]: string;
|
|
969
|
-
};
|
|
970
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
971
|
-
updateIntervalInMs?: number;
|
|
972
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
973
|
-
resumeFrom?: string;
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
/** Contains response data for the update operation. */
|
|
977
|
-
export declare type DedicatedHsmUpdateResponse = DedicatedHsm;
|
|
978
|
-
|
|
979
|
-
/** A domain name that dedicated hsm services are reaching at. */
|
|
980
|
-
export declare interface EndpointDependency {
|
|
981
|
-
/** The domain name of the dependency. */
|
|
982
|
-
domainName?: string;
|
|
983
|
-
/** The Ports and Protocols used when connecting to domainName. */
|
|
984
|
-
endpointDetails?: EndpointDetail[];
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
/** Connect information from the dedicated hsm service to a single endpoint. */
|
|
988
|
-
export declare interface EndpointDetail {
|
|
989
|
-
/** An IP Address that Domain Name currently resolves to. */
|
|
990
|
-
ipAddress?: string;
|
|
991
|
-
/** The port an endpoint is connected to. */
|
|
992
|
-
port?: number;
|
|
993
|
-
/** The protocol used for connection */
|
|
994
|
-
protocol?: string;
|
|
995
|
-
/** Description of the detail */
|
|
996
|
-
description?: string;
|
|
997
|
-
}
|
|
998
|
-
|
|
999
|
-
/** The resource management error additional info. */
|
|
1000
|
-
export declare interface ErrorAdditionalInfo {
|
|
1001
|
-
/**
|
|
1002
|
-
* The additional info type.
|
|
1003
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1004
|
-
*/
|
|
1005
|
-
readonly type?: string;
|
|
1006
|
-
/**
|
|
1007
|
-
* The additional info.
|
|
1008
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1009
|
-
*/
|
|
1010
|
-
readonly info?: Record<string, unknown>;
|
|
1011
|
-
}
|
|
1012
|
-
|
|
1013
|
-
/** The error detail. */
|
|
1014
|
-
export declare interface ErrorDetail {
|
|
1015
|
-
/**
|
|
1016
|
-
* The error code.
|
|
1017
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1018
|
-
*/
|
|
1019
|
-
readonly code?: string;
|
|
1020
|
-
/**
|
|
1021
|
-
* The error message.
|
|
1022
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1023
|
-
*/
|
|
1024
|
-
readonly message?: string;
|
|
1025
|
-
/**
|
|
1026
|
-
* The error target.
|
|
1027
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1028
|
-
*/
|
|
1029
|
-
readonly target?: string;
|
|
1030
|
-
/**
|
|
1031
|
-
* The error details.
|
|
1032
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1033
|
-
*/
|
|
1034
|
-
readonly details?: ErrorDetail[];
|
|
1035
|
-
/**
|
|
1036
|
-
* The error additional info.
|
|
1037
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1038
|
-
*/
|
|
1039
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
/** The key vault server error. */
|
|
1043
|
-
export declare interface ErrorModel {
|
|
1044
|
-
/**
|
|
1045
|
-
* The error code.
|
|
1046
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1047
|
-
*/
|
|
1048
|
-
readonly code?: string;
|
|
1049
|
-
/**
|
|
1050
|
-
* The error message.
|
|
1051
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1052
|
-
*/
|
|
1053
|
-
readonly message?: string;
|
|
1054
|
-
/**
|
|
1055
|
-
* Contains more specific error that narrows down the cause. May be null.
|
|
1056
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1057
|
-
*/
|
|
1058
|
-
readonly innerError?: ErrorModel;
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
1062
|
-
export declare interface ErrorResponse {
|
|
1063
|
-
/** The error object. */
|
|
1064
|
-
error?: ErrorDetail;
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
|
-
/**
|
|
1068
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
1069
|
-
* returns a continuation token that can be used to begin paging from
|
|
1070
|
-
* that point later.
|
|
1071
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
1072
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
1073
|
-
*/
|
|
1074
|
-
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
1075
|
-
|
|
1076
|
-
/**
|
|
1077
|
-
* Defines values for IdentityType. \
|
|
1078
|
-
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
1079
|
-
* this enum contains the known values that the service supports.
|
|
1080
|
-
* ### Known values supported by the service
|
|
1081
|
-
* **User** \
|
|
1082
|
-
* **Application** \
|
|
1083
|
-
* **ManagedIdentity** \
|
|
1084
|
-
* **Key**
|
|
1085
|
-
*/
|
|
1086
|
-
export declare type IdentityType = string;
|
|
1087
|
-
|
|
1088
|
-
/**
|
|
1089
|
-
* Defines values for JsonWebKeyType. \
|
|
1090
|
-
* {@link KnownJsonWebKeyType} can be used interchangeably with JsonWebKeyType,
|
|
1091
|
-
* this enum contains the known values that the service supports.
|
|
1092
|
-
* ### Known values supported by the service
|
|
1093
|
-
* **Succeeded**: The dedicated HSM has been fully provisioned. \
|
|
1094
|
-
* **Provisioning**: The dedicated HSM is currently being provisioned. \
|
|
1095
|
-
* **Allocating**: A device is currently being allocated for the dedicated HSM resource. \
|
|
1096
|
-
* **Connecting**: The dedicated HSM is being connected to the virtual network. \
|
|
1097
|
-
* **Failed**: Provisioning of the dedicated HSM has failed. \
|
|
1098
|
-
* **CheckingQuota**: Validating the subscription has sufficient quota to allocate a dedicated HSM device. \
|
|
1099
|
-
* **Deleting**: The dedicated HSM is currently being deleted.
|
|
1100
|
-
*/
|
|
1101
|
-
export declare type JsonWebKeyType = string;
|
|
1102
|
-
|
|
1103
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
1104
|
-
export declare enum KnownActionType {
|
|
1105
|
-
/** Internal */
|
|
1106
|
-
Internal = "Internal"
|
|
1107
|
-
}
|
|
1108
|
-
|
|
1109
|
-
/** Known values of {@link ActivationState} that the service accepts. */
|
|
1110
|
-
export declare enum KnownActivationState {
|
|
1111
|
-
/** NotDefined */
|
|
1112
|
-
NotDefined = "NotDefined",
|
|
1113
|
-
/** NotActivated */
|
|
1114
|
-
NotActivated = "NotActivated",
|
|
1115
|
-
/** Active */
|
|
1116
|
-
Active = "Active",
|
|
1117
|
-
/** Failed */
|
|
1118
|
-
Failed = "Failed",
|
|
1119
|
-
/** Unknown */
|
|
1120
|
-
Unknown = "Unknown"
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
/** Known values of {@link AutoGeneratedDomainNameLabelScope} that the service accepts. */
|
|
1124
|
-
export declare enum KnownAutoGeneratedDomainNameLabelScope {
|
|
1125
|
-
/** TenantReuse */
|
|
1126
|
-
TenantReuse = "TenantReuse",
|
|
1127
|
-
/** SubscriptionReuse */
|
|
1128
|
-
SubscriptionReuse = "SubscriptionReuse",
|
|
1129
|
-
/** ResourceGroupReuse */
|
|
1130
|
-
ResourceGroupReuse = "ResourceGroupReuse",
|
|
1131
|
-
/** NoReuse */
|
|
1132
|
-
NoReuse = "NoReuse"
|
|
1133
|
-
}
|
|
1134
|
-
|
|
1135
|
-
/** Known values of {@link BackupRestoreOperationStatus} that the service accepts. */
|
|
1136
|
-
export declare enum KnownBackupRestoreOperationStatus {
|
|
1137
|
-
/** InProgress */
|
|
1138
|
-
InProgress = "InProgress",
|
|
1139
|
-
/** Succeeded */
|
|
1140
|
-
Succeeded = "Succeeded",
|
|
1141
|
-
/** Failed */
|
|
1142
|
-
Failed = "Failed",
|
|
1143
|
-
/** Cancelled */
|
|
1144
|
-
Cancelled = "Cancelled"
|
|
1145
|
-
}
|
|
1146
|
-
|
|
1147
|
-
/** Known values of {@link CloudHsmClusterSkuFamily} that the service accepts. */
|
|
1148
|
-
export declare enum KnownCloudHsmClusterSkuFamily {
|
|
1149
|
-
/** B */
|
|
1150
|
-
B = "B"
|
|
1151
|
-
}
|
|
1152
|
-
|
|
1153
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1154
|
-
export declare enum KnownCreatedByType {
|
|
1155
|
-
/** User */
|
|
1156
|
-
User = "User",
|
|
1157
|
-
/** Application */
|
|
1158
|
-
Application = "Application",
|
|
1159
|
-
/** ManagedIdentity */
|
|
1160
|
-
ManagedIdentity = "ManagedIdentity",
|
|
1161
|
-
/** Key */
|
|
1162
|
-
Key = "Key"
|
|
1163
|
-
}
|
|
1164
|
-
|
|
1165
|
-
/** Known values of {@link IdentityType} that the service accepts. */
|
|
1166
|
-
export declare enum KnownIdentityType {
|
|
1167
|
-
/** User */
|
|
1168
|
-
User = "User",
|
|
1169
|
-
/** Application */
|
|
1170
|
-
Application = "Application",
|
|
1171
|
-
/** ManagedIdentity */
|
|
1172
|
-
ManagedIdentity = "ManagedIdentity",
|
|
1173
|
-
/** Key */
|
|
1174
|
-
Key = "Key"
|
|
1175
|
-
}
|
|
1176
|
-
|
|
1177
|
-
/** Known values of {@link JsonWebKeyType} that the service accepts. */
|
|
1178
|
-
export declare enum KnownJsonWebKeyType {
|
|
1179
|
-
/** The dedicated HSM has been fully provisioned. */
|
|
1180
|
-
Succeeded = "Succeeded",
|
|
1181
|
-
/** The dedicated HSM is currently being provisioned. */
|
|
1182
|
-
Provisioning = "Provisioning",
|
|
1183
|
-
/** A device is currently being allocated for the dedicated HSM resource. */
|
|
1184
|
-
Allocating = "Allocating",
|
|
1185
|
-
/** The dedicated HSM is being connected to the virtual network. */
|
|
1186
|
-
Connecting = "Connecting",
|
|
1187
|
-
/** Provisioning of the dedicated HSM has failed. */
|
|
1188
|
-
Failed = "Failed",
|
|
1189
|
-
/** Validating the subscription has sufficient quota to allocate a dedicated HSM device. */
|
|
1190
|
-
CheckingQuota = "CheckingQuota",
|
|
1191
|
-
/** The dedicated HSM is currently being deleted. */
|
|
1192
|
-
Deleting = "Deleting"
|
|
1193
|
-
}
|
|
1194
|
-
|
|
1195
|
-
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
1196
|
-
export declare enum KnownManagedServiceIdentityType {
|
|
1197
|
-
/** None */
|
|
1198
|
-
None = "None",
|
|
1199
|
-
/** SystemAssigned */
|
|
1200
|
-
SystemAssigned = "SystemAssigned",
|
|
1201
|
-
/** UserAssigned */
|
|
1202
|
-
UserAssigned = "UserAssigned",
|
|
1203
|
-
/** SystemAssignedUserAssigned */
|
|
1204
|
-
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
1208
|
-
export declare enum KnownOrigin {
|
|
1209
|
-
/** User */
|
|
1210
|
-
User = "user",
|
|
1211
|
-
/** System */
|
|
1212
|
-
System = "system",
|
|
1213
|
-
/** UserSystem */
|
|
1214
|
-
UserSystem = "user,system"
|
|
1215
|
-
}
|
|
1216
|
-
|
|
1217
|
-
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
1218
|
-
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
1219
|
-
/** Succeeded */
|
|
1220
|
-
Succeeded = "Succeeded",
|
|
1221
|
-
/** Creating */
|
|
1222
|
-
Creating = "Creating",
|
|
1223
|
-
/** Deleting */
|
|
1224
|
-
Deleting = "Deleting",
|
|
1225
|
-
/** Failed */
|
|
1226
|
-
Failed = "Failed",
|
|
1227
|
-
/** Updating */
|
|
1228
|
-
Updating = "Updating",
|
|
1229
|
-
/** InternalError */
|
|
1230
|
-
InternalError = "InternalError",
|
|
1231
|
-
/** Canceled */
|
|
1232
|
-
Canceled = "Canceled"
|
|
1233
|
-
}
|
|
1234
|
-
|
|
1235
|
-
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
1236
|
-
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
1237
|
-
/** Pending */
|
|
1238
|
-
Pending = "Pending",
|
|
1239
|
-
/** Approved */
|
|
1240
|
-
Approved = "Approved",
|
|
1241
|
-
/** Rejected */
|
|
1242
|
-
Rejected = "Rejected"
|
|
1243
|
-
}
|
|
1244
|
-
|
|
1245
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
1246
|
-
export declare enum KnownProvisioningState {
|
|
1247
|
-
/** Provisioning */
|
|
1248
|
-
Provisioning = "Provisioning",
|
|
1249
|
-
/** Succeeded */
|
|
1250
|
-
Succeeded = "Succeeded",
|
|
1251
|
-
/** Failed */
|
|
1252
|
-
Failed = "Failed",
|
|
1253
|
-
/** Deleting */
|
|
1254
|
-
Deleting = "Deleting",
|
|
1255
|
-
/** Canceled */
|
|
1256
|
-
Canceled = "Canceled"
|
|
1257
|
-
}
|
|
1258
|
-
|
|
1259
|
-
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
1260
|
-
export declare enum KnownPublicNetworkAccess {
|
|
1261
|
-
/** Disabled */
|
|
1262
|
-
Disabled = "Disabled"
|
|
1263
|
-
}
|
|
1264
|
-
|
|
1265
|
-
/** Known values of {@link SkuName} that the service accepts. */
|
|
1266
|
-
export declare enum KnownSkuName {
|
|
1267
|
-
/** The dedicated HSM is a Safenet Luna Network HSM A790 device. */
|
|
1268
|
-
SafeNetLunaNetworkHSMA790 = "SafeNet Luna Network HSM A790",
|
|
1269
|
-
/** The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 60 calls per second. */
|
|
1270
|
-
PayShield10KLMK1CPS60 = "payShield10K_LMK1_CPS60",
|
|
1271
|
-
/** The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 250 calls per second. */
|
|
1272
|
-
PayShield10KLMK1CPS250 = "payShield10K_LMK1_CPS250",
|
|
1273
|
-
/** The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 2500 calls per second. */
|
|
1274
|
-
PayShield10KLMK1CPS2500 = "payShield10K_LMK1_CPS2500",
|
|
1275
|
-
/** The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 60 calls per second. */
|
|
1276
|
-
PayShield10KLMK2CPS60 = "payShield10K_LMK2_CPS60",
|
|
1277
|
-
/** The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 250 calls per second. */
|
|
1278
|
-
PayShield10KLMK2CPS250 = "payShield10K_LMK2_CPS250",
|
|
1279
|
-
/** The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 2500 calls per second. */
|
|
1280
|
-
PayShield10KLMK2CPS2500 = "payShield10K_LMK2_CPS2500"
|
|
1281
|
-
}
|
|
1282
|
-
|
|
1283
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
1284
|
-
export declare interface ManagedServiceIdentity {
|
|
1285
|
-
/**
|
|
1286
|
-
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
1287
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1288
|
-
*/
|
|
1289
|
-
readonly principalId?: string;
|
|
1290
|
-
/**
|
|
1291
|
-
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
1292
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1293
|
-
*/
|
|
1294
|
-
readonly tenantId?: string;
|
|
1295
|
-
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
1296
|
-
type: ManagedServiceIdentityType;
|
|
1297
|
-
/** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
|
|
1298
|
-
userAssignedIdentities?: {
|
|
1299
|
-
[propertyName: string]: UserAssignedIdentity | null;
|
|
1300
|
-
};
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
/**
|
|
1304
|
-
* Defines values for ManagedServiceIdentityType. \
|
|
1305
|
-
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
1306
|
-
* this enum contains the known values that the service supports.
|
|
1307
|
-
* ### Known values supported by the service
|
|
1308
|
-
* **None** \
|
|
1309
|
-
* **SystemAssigned** \
|
|
1310
|
-
* **UserAssigned** \
|
|
1311
|
-
* **SystemAssigned,UserAssigned**
|
|
1312
|
-
*/
|
|
1313
|
-
export declare type ManagedServiceIdentityType = string;
|
|
1314
|
-
|
|
1315
|
-
/** The network interface definition. */
|
|
1316
|
-
export declare interface NetworkInterface {
|
|
1317
|
-
/**
|
|
1318
|
-
* The Azure resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
|
1319
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1320
|
-
*/
|
|
1321
|
-
readonly resourceId?: string;
|
|
1322
|
-
/** Private Ip address of the interface */
|
|
1323
|
-
privateIpAddress?: string;
|
|
1324
|
-
}
|
|
1325
|
-
|
|
1326
|
-
/** The network profile definition. */
|
|
1327
|
-
export declare interface NetworkProfile {
|
|
1328
|
-
/** Specifies the identifier of the subnet. */
|
|
1329
|
-
subnet?: ApiEntityReference;
|
|
1330
|
-
/** Specifies the list of resource Ids for the network interfaces associated with the dedicated HSM. */
|
|
1331
|
-
networkInterfaces?: NetworkInterface[];
|
|
1332
|
-
}
|
|
1333
|
-
|
|
1334
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
1335
|
-
export declare interface Operation {
|
|
1336
|
-
/**
|
|
1337
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
1338
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1339
|
-
*/
|
|
1340
|
-
readonly name?: string;
|
|
1341
|
-
/**
|
|
1342
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
1343
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1344
|
-
*/
|
|
1345
|
-
readonly isDataAction?: boolean;
|
|
1346
|
-
/** Localized display information for this particular operation. */
|
|
1347
|
-
display?: OperationDisplay;
|
|
1348
|
-
/**
|
|
1349
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
1350
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1351
|
-
*/
|
|
1352
|
-
readonly origin?: Origin;
|
|
1353
|
-
/**
|
|
1354
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
1355
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1356
|
-
*/
|
|
1357
|
-
readonly actionType?: ActionType;
|
|
1358
|
-
}
|
|
1359
|
-
|
|
1360
|
-
/** Localized display information for this particular operation. */
|
|
1361
|
-
export declare interface OperationDisplay {
|
|
1362
|
-
/**
|
|
1363
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
1364
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1365
|
-
*/
|
|
1366
|
-
readonly provider?: string;
|
|
1367
|
-
/**
|
|
1368
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
1369
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1370
|
-
*/
|
|
1371
|
-
readonly resource?: string;
|
|
1372
|
-
/**
|
|
1373
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
1374
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1375
|
-
*/
|
|
1376
|
-
readonly operation?: string;
|
|
1377
|
-
/**
|
|
1378
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
1379
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1380
|
-
*/
|
|
1381
|
-
readonly description?: string;
|
|
1382
|
-
}
|
|
1383
|
-
|
|
1384
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
1385
|
-
export declare interface OperationListResult {
|
|
1386
|
-
/**
|
|
1387
|
-
* List of operations supported by the resource provider
|
|
1388
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1389
|
-
*/
|
|
1390
|
-
readonly value?: Operation[];
|
|
1391
|
-
/**
|
|
1392
|
-
* URL to get the next set of operation list results (if there are any).
|
|
1393
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1394
|
-
*/
|
|
1395
|
-
readonly nextLink?: string;
|
|
1396
|
-
}
|
|
1397
|
-
|
|
1398
|
-
/** Interface representing a Operations. */
|
|
1399
|
-
export declare interface Operations {
|
|
1400
|
-
/**
|
|
1401
|
-
* Get a list of Hardware Security Modules operations.
|
|
1402
|
-
* @param options The options parameters.
|
|
1403
|
-
*/
|
|
1404
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
1405
|
-
}
|
|
1406
|
-
|
|
1407
|
-
/** Optional parameters. */
|
|
1408
|
-
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1409
|
-
}
|
|
1410
|
-
|
|
1411
|
-
/** Contains response data for the list operation. */
|
|
1412
|
-
export declare type OperationsListResponse = OperationListResult;
|
|
1413
|
-
|
|
1414
|
-
/**
|
|
1415
|
-
* Defines values for Origin. \
|
|
1416
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
1417
|
-
* this enum contains the known values that the service supports.
|
|
1418
|
-
* ### Known values supported by the service
|
|
1419
|
-
* **user** \
|
|
1420
|
-
* **system** \
|
|
1421
|
-
* **user,system**
|
|
1422
|
-
*/
|
|
1423
|
-
export declare type Origin = string;
|
|
1424
|
-
|
|
1425
|
-
/** Egress endpoints which dedicated hsm service connects to for common purpose. */
|
|
1426
|
-
export declare interface OutboundEnvironmentEndpoint {
|
|
1427
|
-
/** The category of endpoints accessed by the dedicated hsm service, e.g. azure-resource-management, apiserver, etc. */
|
|
1428
|
-
category?: string;
|
|
1429
|
-
/** The endpoints that dedicated hsm service connects to */
|
|
1430
|
-
endpoints?: EndpointDependency[];
|
|
1431
|
-
}
|
|
1432
|
-
|
|
1433
|
-
/** Collection of OutboundEnvironmentEndpoint */
|
|
1434
|
-
export declare interface OutboundEnvironmentEndpointCollection {
|
|
1435
|
-
/** Collection of resources. */
|
|
1436
|
-
value: OutboundEnvironmentEndpoint[];
|
|
1437
|
-
/**
|
|
1438
|
-
* Link to next page of resources.
|
|
1439
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1440
|
-
*/
|
|
1441
|
-
readonly nextLink?: string;
|
|
1442
|
-
}
|
|
1443
|
-
|
|
1444
|
-
/** The private endpoint resource. */
|
|
1445
|
-
export declare interface PrivateEndpoint {
|
|
1446
|
-
/**
|
|
1447
|
-
* The ARM identifier for private endpoint.
|
|
1448
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1449
|
-
*/
|
|
1450
|
-
readonly id?: string;
|
|
1451
|
-
}
|
|
1452
|
-
|
|
1453
|
-
/** The private endpoint connection resource. */
|
|
1454
|
-
export declare interface PrivateEndpointConnection extends ProxyResource {
|
|
1455
|
-
/** Modified whenever there is a change in the state of private endpoint connection. */
|
|
1456
|
-
etag?: string;
|
|
1457
|
-
/** The private endpoint resource. */
|
|
1458
|
-
privateEndpoint?: PrivateEndpoint;
|
|
1459
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
1460
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
1461
|
-
/**
|
|
1462
|
-
* The provisioning state of the private endpoint connection resource.
|
|
1463
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1464
|
-
*/
|
|
1465
|
-
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
1466
|
-
/**
|
|
1467
|
-
* The group ids for the private endpoint resource.
|
|
1468
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1469
|
-
*/
|
|
1470
|
-
readonly groupIds?: string[];
|
|
1471
|
-
}
|
|
1472
|
-
|
|
1473
|
-
/** List of private endpoint connections associated with the specified resource. */
|
|
1474
|
-
export declare interface PrivateEndpointConnectionListResult {
|
|
1475
|
-
/** Array of private endpoint connections. */
|
|
1476
|
-
value?: PrivateEndpointConnection[];
|
|
1477
|
-
/** The URL to get the next set of private endpoint connections. */
|
|
1478
|
-
nextLink?: string;
|
|
1479
|
-
}
|
|
1480
|
-
|
|
1481
|
-
/**
|
|
1482
|
-
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
|
1483
|
-
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
1484
|
-
* this enum contains the known values that the service supports.
|
|
1485
|
-
* ### Known values supported by the service
|
|
1486
|
-
* **Succeeded** \
|
|
1487
|
-
* **Creating** \
|
|
1488
|
-
* **Deleting** \
|
|
1489
|
-
* **Failed** \
|
|
1490
|
-
* **Updating** \
|
|
1491
|
-
* **InternalError** \
|
|
1492
|
-
* **Canceled**
|
|
1493
|
-
*/
|
|
1494
|
-
export declare type PrivateEndpointConnectionProvisioningState = string;
|
|
1495
|
-
|
|
1496
|
-
/** Interface representing a PrivateEndpointConnections. */
|
|
1497
|
-
export declare interface PrivateEndpointConnections {
|
|
1498
|
-
/**
|
|
1499
|
-
* The List operation gets information about the private endpoint connections associated with the Cloud
|
|
1500
|
-
* HSM Cluster
|
|
1501
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1502
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
1503
|
-
* Cloud HSM Cluster names must be between 3 and 23 characters in length.
|
|
1504
|
-
* @param options The options parameters.
|
|
1505
|
-
*/
|
|
1506
|
-
listByCloudHsmCluster(resourceGroupName: string, cloudHsmClusterName: string, options?: PrivateEndpointConnectionsListByCloudHsmClusterOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
1507
|
-
}
|
|
1508
|
-
|
|
1509
|
-
/** Optional parameters. */
|
|
1510
|
-
export declare interface PrivateEndpointConnectionsListByCloudHsmClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
1511
|
-
}
|
|
1512
|
-
|
|
1513
|
-
/** Contains response data for the listByCloudHsmClusterNext operation. */
|
|
1514
|
-
export declare type PrivateEndpointConnectionsListByCloudHsmClusterNextResponse = PrivateEndpointConnectionListResult;
|
|
1515
|
-
|
|
1516
|
-
/** Optional parameters. */
|
|
1517
|
-
export declare interface PrivateEndpointConnectionsListByCloudHsmClusterOptionalParams extends coreClient.OperationOptions {
|
|
1518
|
-
}
|
|
1519
|
-
|
|
1520
|
-
/** Contains response data for the listByCloudHsmCluster operation. */
|
|
1521
|
-
export declare type PrivateEndpointConnectionsListByCloudHsmClusterResponse = PrivateEndpointConnectionListResult;
|
|
1522
|
-
|
|
1523
|
-
/**
|
|
1524
|
-
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
|
1525
|
-
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
1526
|
-
* this enum contains the known values that the service supports.
|
|
1527
|
-
* ### Known values supported by the service
|
|
1528
|
-
* **Pending** \
|
|
1529
|
-
* **Approved** \
|
|
1530
|
-
* **Rejected**
|
|
1531
|
-
*/
|
|
1532
|
-
export declare type PrivateEndpointServiceConnectionStatus = string;
|
|
1533
|
-
|
|
1534
|
-
/** A private link resource. */
|
|
1535
|
-
export declare interface PrivateLinkResource extends Resource {
|
|
1536
|
-
/**
|
|
1537
|
-
* The private link resource group id.
|
|
1538
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1539
|
-
*/
|
|
1540
|
-
readonly groupId?: string;
|
|
1541
|
-
/**
|
|
1542
|
-
* The private link resource required member names.
|
|
1543
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1544
|
-
*/
|
|
1545
|
-
readonly requiredMembers?: string[];
|
|
1546
|
-
/** The private link resource private link DNS zone name. */
|
|
1547
|
-
requiredZoneNames?: string[];
|
|
1548
|
-
}
|
|
1549
|
-
|
|
1550
|
-
/** A list of private link resources. */
|
|
1551
|
-
export declare interface PrivateLinkResourceListResult {
|
|
1552
|
-
/** Array of private link resources */
|
|
1553
|
-
value?: PrivateLinkResource[];
|
|
1554
|
-
/**
|
|
1555
|
-
* URL to get the next set of operation list results (if there are any).
|
|
1556
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1557
|
-
*/
|
|
1558
|
-
readonly nextLink?: string;
|
|
1559
|
-
}
|
|
1560
|
-
|
|
1561
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
1562
|
-
export declare interface PrivateLinkServiceConnectionState {
|
|
1563
|
-
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
1564
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
|
1565
|
-
/** The reason for approval/rejection of the connection. */
|
|
1566
|
-
description?: string;
|
|
1567
|
-
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
1568
|
-
actionsRequired?: string;
|
|
1569
|
-
}
|
|
1570
|
-
|
|
1571
|
-
/**
|
|
1572
|
-
* Defines values for ProvisioningState. \
|
|
1573
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
1574
|
-
* this enum contains the known values that the service supports.
|
|
1575
|
-
* ### Known values supported by the service
|
|
1576
|
-
* **Provisioning** \
|
|
1577
|
-
* **Succeeded** \
|
|
1578
|
-
* **Failed** \
|
|
1579
|
-
* **Deleting** \
|
|
1580
|
-
* **Canceled**
|
|
1581
|
-
*/
|
|
1582
|
-
export declare type ProvisioningState = string;
|
|
1583
|
-
|
|
1584
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1585
|
-
export declare interface ProxyResource extends Resource {
|
|
1586
|
-
}
|
|
1587
|
-
|
|
1588
|
-
/**
|
|
1589
|
-
* Defines values for PublicNetworkAccess. \
|
|
1590
|
-
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
1591
|
-
* this enum contains the known values that the service supports.
|
|
1592
|
-
* ### Known values supported by the service
|
|
1593
|
-
* **Disabled**
|
|
1594
|
-
*/
|
|
1595
|
-
export declare type PublicNetworkAccess = string;
|
|
1596
|
-
|
|
1597
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
1598
|
-
export declare interface Resource {
|
|
1599
|
-
/**
|
|
1600
|
-
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
1601
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1602
|
-
*/
|
|
1603
|
-
readonly id?: string;
|
|
1604
|
-
/**
|
|
1605
|
-
* The name of the resource
|
|
1606
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1607
|
-
*/
|
|
1608
|
-
readonly name?: string;
|
|
1609
|
-
/**
|
|
1610
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
1611
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1612
|
-
*/
|
|
1613
|
-
readonly type?: string;
|
|
1614
|
-
/**
|
|
1615
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
1616
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1617
|
-
*/
|
|
1618
|
-
readonly systemData?: SystemData;
|
|
1619
|
-
}
|
|
1620
|
-
|
|
1621
|
-
/** Cloud Hsm Cluster restore information */
|
|
1622
|
-
export declare interface RestoreRequestProperties extends BackupRestoreRequestBaseProperties {
|
|
1623
|
-
/** An autogenerated unique string ID for labeling the backup. It contains both a UUID and a date timestamp. */
|
|
1624
|
-
backupId: string;
|
|
1625
|
-
}
|
|
1626
|
-
|
|
1627
|
-
/** Restore operation properties */
|
|
1628
|
-
export declare interface RestoreResult {
|
|
1629
|
-
/** Backup and Restore operation common properties */
|
|
1630
|
-
properties?: BackupRestoreBaseResultProperties;
|
|
1631
|
-
}
|
|
1632
|
-
|
|
1633
|
-
/** SKU of the dedicated HSM */
|
|
1634
|
-
export declare interface Sku {
|
|
1635
|
-
/** SKU of the dedicated HSM */
|
|
1636
|
-
name?: SkuName;
|
|
1637
|
-
}
|
|
1638
|
-
|
|
1639
|
-
/**
|
|
1640
|
-
* Defines values for SkuName. \
|
|
1641
|
-
* {@link KnownSkuName} can be used interchangeably with SkuName,
|
|
1642
|
-
* this enum contains the known values that the service supports.
|
|
1643
|
-
* ### Known values supported by the service
|
|
1644
|
-
* **SafeNet Luna Network HSM A790**: The dedicated HSM is a Safenet Luna Network HSM A790 device. \
|
|
1645
|
-
* **payShield10K_LMK1_CPS60**: The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 60 calls per second. \
|
|
1646
|
-
* **payShield10K_LMK1_CPS250**: The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 250 calls per second. \
|
|
1647
|
-
* **payShield10K_LMK1_CPS2500**: The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 2500 calls per second. \
|
|
1648
|
-
* **payShield10K_LMK2_CPS60**: The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 60 calls per second. \
|
|
1649
|
-
* **payShield10K_LMK2_CPS250**: The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 250 calls per second. \
|
|
1650
|
-
* **payShield10K_LMK2_CPS2500**: The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 2500 calls per second.
|
|
1651
|
-
*/
|
|
1652
|
-
export declare type SkuName = string;
|
|
1653
|
-
|
|
1654
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
1655
|
-
export declare interface SystemData {
|
|
1656
|
-
/** The identity that created the resource. */
|
|
1657
|
-
createdBy?: string;
|
|
1658
|
-
/** The type of identity that created the resource. */
|
|
1659
|
-
createdByType?: CreatedByType;
|
|
1660
|
-
/** The timestamp of resource creation (UTC). */
|
|
1661
|
-
createdAt?: Date;
|
|
1662
|
-
/** The identity that last modified the resource. */
|
|
1663
|
-
lastModifiedBy?: string;
|
|
1664
|
-
/** The type of identity that last modified the resource. */
|
|
1665
|
-
lastModifiedByType?: CreatedByType;
|
|
1666
|
-
/** The timestamp of resource last modification (UTC) */
|
|
1667
|
-
lastModifiedAt?: Date;
|
|
1668
|
-
}
|
|
1669
|
-
|
|
1670
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1671
|
-
export declare interface TrackedResource extends Resource {
|
|
1672
|
-
/** Resource tags. */
|
|
1673
|
-
tags?: {
|
|
1674
|
-
[propertyName: string]: string;
|
|
1675
|
-
};
|
|
1676
|
-
/** The geo-location where the resource lives */
|
|
1677
|
-
location: string;
|
|
1678
|
-
}
|
|
1679
|
-
|
|
1680
|
-
/** User assigned identity properties */
|
|
1681
|
-
export declare interface UserAssignedIdentity {
|
|
1682
|
-
/**
|
|
1683
|
-
* The principal ID of the assigned identity.
|
|
1684
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1685
|
-
*/
|
|
1686
|
-
readonly principalId?: string;
|
|
1687
|
-
/**
|
|
1688
|
-
* The client ID of the assigned identity.
|
|
1689
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1690
|
-
*/
|
|
1691
|
-
readonly clientId?: string;
|
|
1692
|
-
}
|
|
1693
|
-
|
|
1694
|
-
export { }
|