@azure/arm-hardwaresecuritymodules 2.0.0-beta.1 → 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 +272 -2
- 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 -89
- 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 +297 -316
- package/dist/index.js +0 -3458
- 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/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 -39
- package/dist-esm/samples-dev/cloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterSample.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/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/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 -22
- package/dist-esm/src/azureHSMResourceProvider.d.ts.map +0 -1
- package/dist-esm/src/azureHSMResourceProvider.js +0 -75
- package/dist-esm/src/azureHSMResourceProvider.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts +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 -902
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -128
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -47
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -1219
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -36
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -256
- package/dist-esm/src/models/parameters.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 -193
- package/dist-esm/src/operations/cloudHsmClusterPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusterPrivateLinkResources.d.ts +0 -21
- package/dist-esm/src/operations/cloudHsmClusterPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusterPrivateLinkResources.js +0 -54
- package/dist-esm/src/operations/cloudHsmClusterPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusters.d.ts +0 -114
- package/dist-esm/src/operations/cloudHsmClusters.d.ts.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusters.js +0 -580
- 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 -673
- package/dist-esm/src/operations/dedicatedHsmOperations.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -7
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -14
- 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/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 -13
- 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/cloudHsmClusters.d.ts +0 -77
- 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 -7
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -14
- 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 -73
- package/dist-esm/test/hardwaresecuritymodules_operations_test.spec.js.map +0 -1
- package/src/azureHSMResourceProvider.ts +0 -132
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1017
- package/src/models/mappers.ts +0 -1306
- package/src/models/parameters.ts +0 -301
- package/src/operations/cloudHsmClusterPrivateEndpointConnections.ts +0 -263
- package/src/operations/cloudHsmClusterPrivateLinkResources.ts +0 -74
- package/src/operations/cloudHsmClusters.ts +0 -750
- package/src/operations/dedicatedHsmOperations.ts +0 -879
- package/src/operations/index.ts +0 -14
- package/src/operations/operations.ts +0 -103
- package/src/operations/privateEndpointConnections.ts +0 -208
- package/src/operationsInterfaces/cloudHsmClusterPrivateEndpointConnections.ts +0 -83
- package/src/operationsInterfaces/cloudHsmClusterPrivateLinkResources.ts +0 -28
- package/src/operationsInterfaces/cloudHsmClusters.ts +0 -142
- package/src/operationsInterfaces/dedicatedHsmOperations.ts +0 -149
- package/src/operationsInterfaces/index.ts +0 -14
- 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 -1274
|
@@ -1,1274 +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
|
-
/** The API entity reference. */
|
|
8
|
-
export declare interface ApiEntityReference {
|
|
9
|
-
/** The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... */
|
|
10
|
-
id?: string;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export declare class AzureHSMResourceProvider extends coreClient.ServiceClient {
|
|
14
|
-
$host: string;
|
|
15
|
-
subscriptionId: string;
|
|
16
|
-
/**
|
|
17
|
-
* Initializes a new instance of the AzureHSMResourceProvider class.
|
|
18
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
19
|
-
* @param subscriptionId The ID of the target subscription. The value must be an UUID.
|
|
20
|
-
* @param options The parameter options
|
|
21
|
-
*/
|
|
22
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureHSMResourceProviderOptionalParams);
|
|
23
|
-
cloudHsmClusters: CloudHsmClusters;
|
|
24
|
-
cloudHsmClusterPrivateLinkResources: CloudHsmClusterPrivateLinkResources;
|
|
25
|
-
cloudHsmClusterPrivateEndpointConnections: CloudHsmClusterPrivateEndpointConnections;
|
|
26
|
-
privateEndpointConnections: PrivateEndpointConnections;
|
|
27
|
-
operations: Operations;
|
|
28
|
-
dedicatedHsmOperations: DedicatedHsmOperations;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
/** Optional parameters. */
|
|
32
|
-
export declare interface AzureHSMResourceProviderOptionalParams extends coreClient.ServiceClientOptions {
|
|
33
|
-
/** server parameter */
|
|
34
|
-
$host?: string;
|
|
35
|
-
/** Overrides client endpoint. */
|
|
36
|
-
endpoint?: string;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/** Cloud Hsm Cluster backup information */
|
|
40
|
-
export declare interface BackupProperties {
|
|
41
|
-
/** Azure storage Resource Uri */
|
|
42
|
-
azureStorageResourceUri?: string;
|
|
43
|
-
/**
|
|
44
|
-
* Last Date Time that Customer Enabled Backup was taken
|
|
45
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
46
|
-
*/
|
|
47
|
-
readonly lastBackupDateTime?: Date;
|
|
48
|
-
/**
|
|
49
|
-
* Status of last backup
|
|
50
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
51
|
-
*/
|
|
52
|
-
readonly lastBackupStatus?: string;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/** Error details */
|
|
56
|
-
export declare interface CHsmError {
|
|
57
|
-
/**
|
|
58
|
-
* The error code.
|
|
59
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
60
|
-
*/
|
|
61
|
-
readonly code?: string;
|
|
62
|
-
/**
|
|
63
|
-
* The error message.
|
|
64
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
65
|
-
*/
|
|
66
|
-
readonly message?: string;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
/** Resource information with extended details. */
|
|
70
|
-
export declare interface CloudHsmCluster extends CloudHsmClusterResource {
|
|
71
|
-
/** The Cloud HSM Cluster's provisioningState */
|
|
72
|
-
provisioningState?: ProvisioningState;
|
|
73
|
-
/** The Cloud HSM Cluster's auto-generated Domain Name Label Scope */
|
|
74
|
-
autoGeneratedDomainNameLabelScope?: string;
|
|
75
|
-
/** Security domain properties information for Cloud HSM cluster */
|
|
76
|
-
securityDomain?: CloudHsmClusterSecurityDomainProperties;
|
|
77
|
-
/** An array of Cloud HSM Cluster's HSMs */
|
|
78
|
-
hsms?: CloudHsmProperties[];
|
|
79
|
-
/** The Cloud HSM Cluster public network access */
|
|
80
|
-
publicNetworkAccess?: string;
|
|
81
|
-
/** List of private endpoint connection resources */
|
|
82
|
-
privateEndpointConnections?: PrivateEndpointConnection[];
|
|
83
|
-
/**
|
|
84
|
-
* Cloud HSM Cluster status message
|
|
85
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
86
|
-
*/
|
|
87
|
-
readonly statusMessage?: string;
|
|
88
|
-
/** Cloud Hsm Cluster restore information */
|
|
89
|
-
restoreProperties?: RestoreProperties;
|
|
90
|
-
/** Cloud Hsm Cluster backup information */
|
|
91
|
-
backupProperties?: BackupProperties;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
/** The Cloud HSM Cluster error details */
|
|
95
|
-
export declare interface CloudHsmClusterError {
|
|
96
|
-
/** Error details */
|
|
97
|
-
error?: CHsmError;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
/** List of Cloud HSM Clusters */
|
|
101
|
-
export declare interface CloudHsmClusterListResult {
|
|
102
|
-
/** The list of Cloud HSM Clusters. */
|
|
103
|
-
value?: CloudHsmCluster[];
|
|
104
|
-
/** The URL to get the next set of Cloud HSM Clusters. */
|
|
105
|
-
nextLink?: string;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
/** Patchable properties of the Cloud HSM Cluster */
|
|
109
|
-
export declare interface CloudHsmClusterPatchParameters {
|
|
110
|
-
/** The Cloud HSM Cluster's tags */
|
|
111
|
-
tags?: {
|
|
112
|
-
[propertyName: string]: string;
|
|
113
|
-
};
|
|
114
|
-
/** SKU details */
|
|
115
|
-
sku?: CloudHsmClusterSku;
|
|
116
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
117
|
-
identity?: ManagedServiceIdentity;
|
|
118
|
-
/** Cloud Hsm Cluster backup information */
|
|
119
|
-
backupProperties?: BackupProperties;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
/** Interface representing a CloudHsmClusterPrivateEndpointConnections. */
|
|
123
|
-
export declare interface CloudHsmClusterPrivateEndpointConnections {
|
|
124
|
-
/**
|
|
125
|
-
* Creates or updates the private endpoint connection for the Cloud Hsm Cluster.
|
|
126
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
127
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
128
|
-
* Cloud HSM Cluster names must be between 3 and 24 characters in length.
|
|
129
|
-
* @param peConnectionName Name of the private endpoint connection associated with the Cloud HSM
|
|
130
|
-
* Cluster.
|
|
131
|
-
* @param properties Parameters of the PrivateEndpointConnection
|
|
132
|
-
* @param options The options parameters.
|
|
133
|
-
*/
|
|
134
|
-
create(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, properties: PrivateEndpointConnection, options?: CloudHsmClusterPrivateEndpointConnectionsCreateOptionalParams): Promise<CloudHsmClusterPrivateEndpointConnectionsCreateResponse>;
|
|
135
|
-
/**
|
|
136
|
-
* Deletes the private endpoint connection for the Cloud Hsm Cluster.
|
|
137
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
138
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
139
|
-
* Cloud HSM Cluster names must be between 3 and 24 characters in length.
|
|
140
|
-
* @param peConnectionName Name of the private endpoint connection associated with the Cloud HSM
|
|
141
|
-
* Cluster.
|
|
142
|
-
* @param options The options parameters.
|
|
143
|
-
*/
|
|
144
|
-
beginDelete(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, options?: CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
145
|
-
/**
|
|
146
|
-
* Deletes the private endpoint connection for the Cloud Hsm Cluster.
|
|
147
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
148
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
149
|
-
* Cloud HSM Cluster names must be between 3 and 24 characters in length.
|
|
150
|
-
* @param peConnectionName Name of the private endpoint connection associated with the Cloud HSM
|
|
151
|
-
* Cluster.
|
|
152
|
-
* @param options The options parameters.
|
|
153
|
-
*/
|
|
154
|
-
beginDeleteAndWait(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, options?: CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
|
155
|
-
/**
|
|
156
|
-
* Gets the private endpoint connection for the Cloud Hsm Cluster.
|
|
157
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
158
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
159
|
-
* Cloud HSM Cluster names must be between 3 and 24 characters in length.
|
|
160
|
-
* @param peConnectionName Name of the private endpoint connection associated with the Cloud HSM
|
|
161
|
-
* Cluster.
|
|
162
|
-
* @param options The options parameters.
|
|
163
|
-
*/
|
|
164
|
-
get(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, options?: CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams): Promise<CloudHsmClusterPrivateEndpointConnectionsGetResponse>;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
/** Optional parameters. */
|
|
168
|
-
export declare interface CloudHsmClusterPrivateEndpointConnectionsCreateOptionalParams extends coreClient.OperationOptions {
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
/** Contains response data for the create operation. */
|
|
172
|
-
export declare type CloudHsmClusterPrivateEndpointConnectionsCreateResponse = PrivateEndpointConnection;
|
|
173
|
-
|
|
174
|
-
/** Defines headers for CloudHsmClusterPrivateEndpointConnections_delete operation. */
|
|
175
|
-
export declare interface CloudHsmClusterPrivateEndpointConnectionsDeleteHeaders {
|
|
176
|
-
/** The URI to poll for completion status. */
|
|
177
|
-
location?: string;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
/** Optional parameters. */
|
|
181
|
-
export declare interface CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
182
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
183
|
-
updateIntervalInMs?: number;
|
|
184
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
185
|
-
resumeFrom?: string;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
/** Optional parameters. */
|
|
189
|
-
export declare interface CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
/** Contains response data for the get operation. */
|
|
193
|
-
export declare type CloudHsmClusterPrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
194
|
-
|
|
195
|
-
/** Interface representing a CloudHsmClusterPrivateLinkResources. */
|
|
196
|
-
export declare interface CloudHsmClusterPrivateLinkResources {
|
|
197
|
-
/**
|
|
198
|
-
* Gets the private link resources supported for the Cloud Hsm Cluster.
|
|
199
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
200
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
201
|
-
* Cloud HSM Cluster names must be between 3 and 24 characters in length.
|
|
202
|
-
* @param options The options parameters.
|
|
203
|
-
*/
|
|
204
|
-
listByCloudHsmCluster(resourceGroupName: string, cloudHsmClusterName: string, options?: CloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterOptionalParams): Promise<CloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterResponse>;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
/** Optional parameters. */
|
|
208
|
-
export declare interface CloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterOptionalParams extends coreClient.OperationOptions {
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
/** Contains response data for the listByCloudHsmCluster operation. */
|
|
212
|
-
export declare type CloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterResponse = PrivateLinkResourceListResult;
|
|
213
|
-
|
|
214
|
-
/** Cloud HSM Cluster Resource */
|
|
215
|
-
export declare interface CloudHsmClusterResource extends TrackedResource {
|
|
216
|
-
/** SKU details */
|
|
217
|
-
sku?: CloudHsmClusterSku;
|
|
218
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
219
|
-
identity?: ManagedServiceIdentity;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
/** Interface representing a CloudHsmClusters. */
|
|
223
|
-
export declare interface CloudHsmClusters {
|
|
224
|
-
/**
|
|
225
|
-
* The List operation gets information about the Cloud HSM Clusters associated with the subscription
|
|
226
|
-
* and within the specified resource group.
|
|
227
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
228
|
-
* @param options The options parameters.
|
|
229
|
-
*/
|
|
230
|
-
listByResourceGroup(resourceGroupName: string, options?: CloudHsmClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<CloudHsmCluster>;
|
|
231
|
-
/**
|
|
232
|
-
* The List operation gets information about the Cloud HSM Clusters associated with the subscription.
|
|
233
|
-
* @param options The options parameters.
|
|
234
|
-
*/
|
|
235
|
-
listBySubscription(options?: CloudHsmClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CloudHsmCluster>;
|
|
236
|
-
/**
|
|
237
|
-
* Create or Update a Cloud HSM Cluster in the specified subscription.
|
|
238
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
239
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
240
|
-
* Cloud HSM Cluster names must be between 3 and 24 characters in length.
|
|
241
|
-
* @param location The geo-location where the resource lives
|
|
242
|
-
* @param options The options parameters.
|
|
243
|
-
*/
|
|
244
|
-
beginCreateOrUpdate(resourceGroupName: string, cloudHsmClusterName: string, location: string, options?: CloudHsmClustersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudHsmClustersCreateOrUpdateResponse>, CloudHsmClustersCreateOrUpdateResponse>>;
|
|
245
|
-
/**
|
|
246
|
-
* Create or Update a Cloud HSM Cluster in the specified subscription.
|
|
247
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
248
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
249
|
-
* Cloud HSM Cluster names must be between 3 and 24 characters in length.
|
|
250
|
-
* @param location The geo-location where the resource lives
|
|
251
|
-
* @param options The options parameters.
|
|
252
|
-
*/
|
|
253
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, cloudHsmClusterName: string, location: string, options?: CloudHsmClustersCreateOrUpdateOptionalParams): Promise<CloudHsmClustersCreateOrUpdateResponse>;
|
|
254
|
-
/**
|
|
255
|
-
* Update a Cloud HSM Cluster in the specified subscription.
|
|
256
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
257
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
258
|
-
* Cloud HSM Cluster names must be between 3 and 24 characters in length.
|
|
259
|
-
* @param options The options parameters.
|
|
260
|
-
*/
|
|
261
|
-
beginUpdate(resourceGroupName: string, cloudHsmClusterName: string, options?: CloudHsmClustersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudHsmClustersUpdateResponse>, CloudHsmClustersUpdateResponse>>;
|
|
262
|
-
/**
|
|
263
|
-
* Update a Cloud HSM Cluster in the specified subscription.
|
|
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 24 characters in length.
|
|
267
|
-
* @param options The options parameters.
|
|
268
|
-
*/
|
|
269
|
-
beginUpdateAndWait(resourceGroupName: string, cloudHsmClusterName: string, options?: CloudHsmClustersUpdateOptionalParams): Promise<CloudHsmClustersUpdateResponse>;
|
|
270
|
-
/**
|
|
271
|
-
* Gets the specified Cloud HSM Cluster
|
|
272
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
273
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
274
|
-
* Cloud HSM Cluster names must be between 3 and 24 characters in length.
|
|
275
|
-
* @param options The options parameters.
|
|
276
|
-
*/
|
|
277
|
-
get(resourceGroupName: string, cloudHsmClusterName: string, options?: CloudHsmClustersGetOptionalParams): Promise<CloudHsmClustersGetResponse>;
|
|
278
|
-
/**
|
|
279
|
-
* Deletes the specified Cloud HSM Cluster
|
|
280
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
281
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
282
|
-
* Cloud HSM Cluster names must be between 3 and 24 characters in length.
|
|
283
|
-
* @param options The options parameters.
|
|
284
|
-
*/
|
|
285
|
-
beginDelete(resourceGroupName: string, cloudHsmClusterName: string, options?: CloudHsmClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
286
|
-
/**
|
|
287
|
-
* Deletes the specified Cloud HSM Cluster
|
|
288
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
289
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
290
|
-
* Cloud HSM Cluster names must be between 3 and 24 characters in length.
|
|
291
|
-
* @param options The options parameters.
|
|
292
|
-
*/
|
|
293
|
-
beginDeleteAndWait(resourceGroupName: string, cloudHsmClusterName: string, options?: CloudHsmClustersDeleteOptionalParams): Promise<void>;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
/** Optional parameters. */
|
|
297
|
-
export declare interface CloudHsmClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
298
|
-
/** Resource tags. */
|
|
299
|
-
tags?: {
|
|
300
|
-
[propertyName: string]: string;
|
|
301
|
-
};
|
|
302
|
-
/** SKU details */
|
|
303
|
-
sku?: CloudHsmClusterSku;
|
|
304
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
305
|
-
identity?: ManagedServiceIdentity;
|
|
306
|
-
/** The Cloud HSM Cluster's provisioningState */
|
|
307
|
-
provisioningState?: ProvisioningState;
|
|
308
|
-
/** The Cloud HSM Cluster's auto-generated Domain Name Label Scope */
|
|
309
|
-
autoGeneratedDomainNameLabelScope?: string;
|
|
310
|
-
/** Security domain properties information for Cloud HSM cluster */
|
|
311
|
-
securityDomain?: CloudHsmClusterSecurityDomainProperties;
|
|
312
|
-
/** An array of Cloud HSM Cluster's HSMs */
|
|
313
|
-
hsms?: CloudHsmProperties[];
|
|
314
|
-
/** The Cloud HSM Cluster public network access */
|
|
315
|
-
publicNetworkAccess?: string;
|
|
316
|
-
/** List of private endpoint connection resources */
|
|
317
|
-
privateEndpointConnections?: PrivateEndpointConnection[];
|
|
318
|
-
/** Cloud Hsm Cluster restore information */
|
|
319
|
-
restoreProperties?: RestoreProperties;
|
|
320
|
-
/** Cloud Hsm Cluster backup information */
|
|
321
|
-
backupProperties?: BackupProperties;
|
|
322
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
323
|
-
updateIntervalInMs?: number;
|
|
324
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
325
|
-
resumeFrom?: string;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
329
|
-
export declare type CloudHsmClustersCreateOrUpdateResponse = CloudHsmCluster;
|
|
330
|
-
|
|
331
|
-
/** Defines headers for CloudHsmClusters_delete operation. */
|
|
332
|
-
export declare interface CloudHsmClustersDeleteHeaders {
|
|
333
|
-
/** The URI to poll for completion status. */
|
|
334
|
-
location?: string;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
/** Optional parameters. */
|
|
338
|
-
export declare interface CloudHsmClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
339
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
340
|
-
updateIntervalInMs?: number;
|
|
341
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
342
|
-
resumeFrom?: string;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
/** Security domain properties information for Cloud HSM cluster */
|
|
346
|
-
export declare interface CloudHsmClusterSecurityDomainProperties {
|
|
347
|
-
/** FIPS state information for security domain */
|
|
348
|
-
fipsState?: number;
|
|
349
|
-
/** status of security domain activation */
|
|
350
|
-
activationStatus?: string;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
/** Optional parameters. */
|
|
354
|
-
export declare interface CloudHsmClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
/** Contains response data for the get operation. */
|
|
358
|
-
export declare type CloudHsmClustersGetResponse = CloudHsmCluster;
|
|
359
|
-
|
|
360
|
-
/** Cloud Hsm Cluster SKU information */
|
|
361
|
-
export declare interface CloudHsmClusterSku {
|
|
362
|
-
/** Sku family of the Cloud HSM Cluster */
|
|
363
|
-
family: CloudHsmClusterSkuFamily;
|
|
364
|
-
/** Sku name of the Cloud HSM Cluster */
|
|
365
|
-
name: CloudHsmClusterSkuName;
|
|
366
|
-
/** Sku capacity */
|
|
367
|
-
capacity?: number;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
/**
|
|
371
|
-
* Defines values for CloudHsmClusterSkuFamily. \
|
|
372
|
-
* {@link KnownCloudHsmClusterSkuFamily} can be used interchangeably with CloudHsmClusterSkuFamily,
|
|
373
|
-
* this enum contains the known values that the service supports.
|
|
374
|
-
* ### Known values supported by the service
|
|
375
|
-
* **B**
|
|
376
|
-
*/
|
|
377
|
-
export declare type CloudHsmClusterSkuFamily = string;
|
|
378
|
-
|
|
379
|
-
/** Defines values for CloudHsmClusterSkuName. */
|
|
380
|
-
export declare type CloudHsmClusterSkuName = "Standard_B1" | "Standard B10";
|
|
381
|
-
|
|
382
|
-
/** Optional parameters. */
|
|
383
|
-
export declare interface CloudHsmClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
387
|
-
export declare type CloudHsmClustersListByResourceGroupNextResponse = CloudHsmClusterListResult;
|
|
388
|
-
|
|
389
|
-
/** Optional parameters. */
|
|
390
|
-
export declare interface CloudHsmClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
391
|
-
/** The page-continuation token to use with a paged version of this API */
|
|
392
|
-
skiptoken?: string;
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
396
|
-
export declare type CloudHsmClustersListByResourceGroupResponse = CloudHsmClusterListResult;
|
|
397
|
-
|
|
398
|
-
/** Optional parameters. */
|
|
399
|
-
export declare interface CloudHsmClustersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
403
|
-
export declare type CloudHsmClustersListBySubscriptionNextResponse = CloudHsmClusterListResult;
|
|
404
|
-
|
|
405
|
-
/** Optional parameters. */
|
|
406
|
-
export declare interface CloudHsmClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
407
|
-
/** The page-continuation token to use with a paged version of this API */
|
|
408
|
-
skiptoken?: string;
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
/** Contains response data for the listBySubscription operation. */
|
|
412
|
-
export declare type CloudHsmClustersListBySubscriptionResponse = CloudHsmClusterListResult;
|
|
413
|
-
|
|
414
|
-
/** Defines headers for CloudHsmClusters_update operation. */
|
|
415
|
-
export declare interface CloudHsmClustersUpdateHeaders {
|
|
416
|
-
/** The URI to poll for completion status. */
|
|
417
|
-
location?: string;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
/** Optional parameters. */
|
|
421
|
-
export declare interface CloudHsmClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
422
|
-
/** The Cloud HSM Cluster's tags */
|
|
423
|
-
tags?: {
|
|
424
|
-
[propertyName: string]: string;
|
|
425
|
-
};
|
|
426
|
-
/** SKU details */
|
|
427
|
-
sku?: CloudHsmClusterSku;
|
|
428
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
429
|
-
identity?: ManagedServiceIdentity;
|
|
430
|
-
/** Cloud Hsm Cluster backup information */
|
|
431
|
-
backupProperties?: BackupProperties;
|
|
432
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
433
|
-
updateIntervalInMs?: number;
|
|
434
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
435
|
-
resumeFrom?: string;
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
/** Contains response data for the update operation. */
|
|
439
|
-
export declare type CloudHsmClustersUpdateResponse = CloudHsmCluster;
|
|
440
|
-
|
|
441
|
-
/** The Cloud HSM Properties */
|
|
442
|
-
export declare interface CloudHsmProperties {
|
|
443
|
-
/** FQDN of the Cloud HSM */
|
|
444
|
-
fqdn?: string;
|
|
445
|
-
/** The Cloud HSM State */
|
|
446
|
-
state?: string;
|
|
447
|
-
/** The Cloud HSM State message */
|
|
448
|
-
stateMessage?: string;
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
/**
|
|
452
|
-
* Defines values for CreatedByType. \
|
|
453
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
454
|
-
* this enum contains the known values that the service supports.
|
|
455
|
-
* ### Known values supported by the service
|
|
456
|
-
* **User** \
|
|
457
|
-
* **Application** \
|
|
458
|
-
* **ManagedIdentity** \
|
|
459
|
-
* **Key**
|
|
460
|
-
*/
|
|
461
|
-
export declare type CreatedByType = string;
|
|
462
|
-
|
|
463
|
-
/** Resource information with extended details. */
|
|
464
|
-
export declare interface DedicatedHsm extends DedicatedHsmResource {
|
|
465
|
-
/**
|
|
466
|
-
* Metadata pertaining to creation and last modification of the resource
|
|
467
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
468
|
-
*/
|
|
469
|
-
readonly systemData?: SystemDataAutoGenerated;
|
|
470
|
-
/** Specifies the network interfaces of the dedicated hsm. */
|
|
471
|
-
networkProfile?: NetworkProfile;
|
|
472
|
-
/** Specifies the management network interfaces of the dedicated hsm. */
|
|
473
|
-
managementNetworkProfile?: NetworkProfile;
|
|
474
|
-
/** This field will be used when RP does not support Availability zones. */
|
|
475
|
-
stampId?: string;
|
|
476
|
-
/**
|
|
477
|
-
* Resource Status Message.
|
|
478
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
479
|
-
*/
|
|
480
|
-
readonly statusMessage?: string;
|
|
481
|
-
/**
|
|
482
|
-
* Provisioning state.
|
|
483
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
484
|
-
*/
|
|
485
|
-
readonly provisioningState?: JsonWebKeyType;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
/** Optional parameters. */
|
|
489
|
-
export declare interface DedicatedHsmCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
490
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
491
|
-
updateIntervalInMs?: number;
|
|
492
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
493
|
-
resumeFrom?: string;
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
497
|
-
export declare type DedicatedHsmCreateOrUpdateResponse = DedicatedHsm;
|
|
498
|
-
|
|
499
|
-
/** Optional parameters. */
|
|
500
|
-
export declare interface DedicatedHsmDeleteOptionalParams extends coreClient.OperationOptions {
|
|
501
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
502
|
-
updateIntervalInMs?: number;
|
|
503
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
504
|
-
resumeFrom?: string;
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
/** The error exception. */
|
|
508
|
-
export declare interface DedicatedHsmError {
|
|
509
|
-
/**
|
|
510
|
-
* The error detail of the operation if any.
|
|
511
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
512
|
-
*/
|
|
513
|
-
readonly error?: ErrorModel;
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
/** Optional parameters. */
|
|
517
|
-
export declare interface DedicatedHsmGetOptionalParams extends coreClient.OperationOptions {
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
/** Contains response data for the get operation. */
|
|
521
|
-
export declare type DedicatedHsmGetResponse = DedicatedHsm;
|
|
522
|
-
|
|
523
|
-
/** Optional parameters. */
|
|
524
|
-
export declare interface DedicatedHsmListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
528
|
-
export declare type DedicatedHsmListByResourceGroupNextResponse = DedicatedHsmListResult;
|
|
529
|
-
|
|
530
|
-
/** Optional parameters. */
|
|
531
|
-
export declare interface DedicatedHsmListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
532
|
-
/** Maximum number of results to return. */
|
|
533
|
-
top?: number;
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
537
|
-
export declare type DedicatedHsmListByResourceGroupResponse = DedicatedHsmListResult;
|
|
538
|
-
|
|
539
|
-
/** Optional parameters. */
|
|
540
|
-
export declare interface DedicatedHsmListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
544
|
-
export declare type DedicatedHsmListBySubscriptionNextResponse = DedicatedHsmListResult;
|
|
545
|
-
|
|
546
|
-
/** Optional parameters. */
|
|
547
|
-
export declare interface DedicatedHsmListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
548
|
-
/** Maximum number of results to return. */
|
|
549
|
-
top?: number;
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
/** Contains response data for the listBySubscription operation. */
|
|
553
|
-
export declare type DedicatedHsmListBySubscriptionResponse = DedicatedHsmListResult;
|
|
554
|
-
|
|
555
|
-
/** Optional parameters. */
|
|
556
|
-
export declare interface DedicatedHsmListOutboundNetworkDependenciesEndpointsNextOptionalParams extends coreClient.OperationOptions {
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
/** Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation. */
|
|
560
|
-
export declare type DedicatedHsmListOutboundNetworkDependenciesEndpointsNextResponse = OutboundEnvironmentEndpointCollection;
|
|
561
|
-
|
|
562
|
-
/** Optional parameters. */
|
|
563
|
-
export declare interface DedicatedHsmListOutboundNetworkDependenciesEndpointsOptionalParams extends coreClient.OperationOptions {
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
/** Contains response data for the listOutboundNetworkDependenciesEndpoints operation. */
|
|
567
|
-
export declare type DedicatedHsmListOutboundNetworkDependenciesEndpointsResponse = OutboundEnvironmentEndpointCollection;
|
|
568
|
-
|
|
569
|
-
/** List of dedicated HSMs */
|
|
570
|
-
export declare interface DedicatedHsmListResult {
|
|
571
|
-
/** The list of dedicated HSMs. */
|
|
572
|
-
value?: DedicatedHsm[];
|
|
573
|
-
/** The URL to get the next set of dedicated hsms. */
|
|
574
|
-
nextLink?: string;
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
/** REST API operation */
|
|
578
|
-
export declare interface DedicatedHsmOperation {
|
|
579
|
-
/** The name of the Dedicated HSM Resource Provider Operation. */
|
|
580
|
-
name?: string;
|
|
581
|
-
/**
|
|
582
|
-
* Gets or sets a value indicating whether it is a data plane action
|
|
583
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
584
|
-
*/
|
|
585
|
-
readonly isDataAction?: boolean;
|
|
586
|
-
/** The origin of the operation */
|
|
587
|
-
origin?: string;
|
|
588
|
-
/** The display string. */
|
|
589
|
-
display?: DedicatedHsmOperationDisplay;
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
/** The display string. */
|
|
593
|
-
export declare interface DedicatedHsmOperationDisplay {
|
|
594
|
-
/** The Resource Provider of the operation */
|
|
595
|
-
provider?: string;
|
|
596
|
-
/** Resource on which the operation is performed. */
|
|
597
|
-
resource?: string;
|
|
598
|
-
/** Operation type: Read, write, delete, etc. */
|
|
599
|
-
operation?: string;
|
|
600
|
-
/** The object that represents the operation. */
|
|
601
|
-
description?: string;
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
/** Result of the request to list Dedicated HSM Provider operations. It contains a list of operations. */
|
|
605
|
-
export declare interface DedicatedHsmOperationListResult {
|
|
606
|
-
/** List of Dedicated HSM Resource Provider operations. */
|
|
607
|
-
value?: DedicatedHsmOperation[];
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
/** Interface representing a DedicatedHsmOperations. */
|
|
611
|
-
export declare interface DedicatedHsmOperations {
|
|
612
|
-
/**
|
|
613
|
-
* The List operation gets information about the dedicated hsms associated with the subscription and
|
|
614
|
-
* within the specified resource group.
|
|
615
|
-
* @param resourceGroupName The name of the Resource Group to which the dedicated HSM belongs.
|
|
616
|
-
* @param options The options parameters.
|
|
617
|
-
*/
|
|
618
|
-
listByResourceGroup(resourceGroupName: string, options?: DedicatedHsmListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DedicatedHsm>;
|
|
619
|
-
/**
|
|
620
|
-
* The List operation gets information about the dedicated HSMs associated with the subscription.
|
|
621
|
-
* @param options The options parameters.
|
|
622
|
-
*/
|
|
623
|
-
listBySubscription(options?: DedicatedHsmListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DedicatedHsm>;
|
|
624
|
-
/**
|
|
625
|
-
* Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified
|
|
626
|
-
* dedicated hsm resource. The operation returns properties of each egress endpoint.
|
|
627
|
-
* @param resourceGroupName The name of the Resource Group to which the dedicated hsm belongs.
|
|
628
|
-
* @param name The name of the dedicated HSM.
|
|
629
|
-
* @param options The options parameters.
|
|
630
|
-
*/
|
|
631
|
-
listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, name: string, options?: DedicatedHsmListOutboundNetworkDependenciesEndpointsOptionalParams): PagedAsyncIterableIterator<OutboundEnvironmentEndpoint>;
|
|
632
|
-
/**
|
|
633
|
-
* Create or Update a dedicated HSM in the specified subscription.
|
|
634
|
-
* @param resourceGroupName The name of the Resource Group to which the resource belongs.
|
|
635
|
-
* @param name Name of the dedicated Hsm
|
|
636
|
-
* @param parameters Parameters to create or update the dedicated hsm
|
|
637
|
-
* @param options The options parameters.
|
|
638
|
-
*/
|
|
639
|
-
beginCreateOrUpdate(resourceGroupName: string, name: string, parameters: DedicatedHsm, options?: DedicatedHsmCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DedicatedHsmCreateOrUpdateResponse>, DedicatedHsmCreateOrUpdateResponse>>;
|
|
640
|
-
/**
|
|
641
|
-
* Create or Update a dedicated HSM in the specified subscription.
|
|
642
|
-
* @param resourceGroupName The name of the Resource Group to which the resource belongs.
|
|
643
|
-
* @param name Name of the dedicated Hsm
|
|
644
|
-
* @param parameters Parameters to create or update the dedicated hsm
|
|
645
|
-
* @param options The options parameters.
|
|
646
|
-
*/
|
|
647
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, name: string, parameters: DedicatedHsm, options?: DedicatedHsmCreateOrUpdateOptionalParams): Promise<DedicatedHsmCreateOrUpdateResponse>;
|
|
648
|
-
/**
|
|
649
|
-
* Update a dedicated HSM in the specified subscription.
|
|
650
|
-
* @param resourceGroupName The name of the Resource Group to which the server belongs.
|
|
651
|
-
* @param name Name of the dedicated HSM
|
|
652
|
-
* @param options The options parameters.
|
|
653
|
-
*/
|
|
654
|
-
beginUpdate(resourceGroupName: string, name: string, options?: DedicatedHsmUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DedicatedHsmUpdateResponse>, DedicatedHsmUpdateResponse>>;
|
|
655
|
-
/**
|
|
656
|
-
* Update a dedicated HSM in the specified subscription.
|
|
657
|
-
* @param resourceGroupName The name of the Resource Group to which the server belongs.
|
|
658
|
-
* @param name Name of the dedicated HSM
|
|
659
|
-
* @param options The options parameters.
|
|
660
|
-
*/
|
|
661
|
-
beginUpdateAndWait(resourceGroupName: string, name: string, options?: DedicatedHsmUpdateOptionalParams): Promise<DedicatedHsmUpdateResponse>;
|
|
662
|
-
/**
|
|
663
|
-
* Deletes the specified Azure Dedicated HSM.
|
|
664
|
-
* @param resourceGroupName The name of the Resource Group to which the dedicated HSM belongs.
|
|
665
|
-
* @param name The name of the dedicated HSM to delete
|
|
666
|
-
* @param options The options parameters.
|
|
667
|
-
*/
|
|
668
|
-
beginDelete(resourceGroupName: string, name: string, options?: DedicatedHsmDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
669
|
-
/**
|
|
670
|
-
* Deletes the specified Azure Dedicated HSM.
|
|
671
|
-
* @param resourceGroupName The name of the Resource Group to which the dedicated HSM belongs.
|
|
672
|
-
* @param name The name of the dedicated HSM to delete
|
|
673
|
-
* @param options The options parameters.
|
|
674
|
-
*/
|
|
675
|
-
beginDeleteAndWait(resourceGroupName: string, name: string, options?: DedicatedHsmDeleteOptionalParams): Promise<void>;
|
|
676
|
-
/**
|
|
677
|
-
* Gets the specified Azure dedicated HSM.
|
|
678
|
-
* @param resourceGroupName The name of the Resource Group to which the dedicated hsm belongs.
|
|
679
|
-
* @param name The name of the dedicated HSM.
|
|
680
|
-
* @param options The options parameters.
|
|
681
|
-
*/
|
|
682
|
-
get(resourceGroupName: string, name: string, options?: DedicatedHsmGetOptionalParams): Promise<DedicatedHsmGetResponse>;
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
/** Patchable properties of the dedicated HSM */
|
|
686
|
-
export declare interface DedicatedHsmPatchParameters {
|
|
687
|
-
/** Resource tags */
|
|
688
|
-
tags?: {
|
|
689
|
-
[propertyName: string]: string;
|
|
690
|
-
};
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
/** Dedicated HSM resource */
|
|
694
|
-
export declare interface DedicatedHsmResource {
|
|
695
|
-
/**
|
|
696
|
-
* The Azure Resource Manager resource ID for the dedicated HSM.
|
|
697
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
698
|
-
*/
|
|
699
|
-
readonly id?: string;
|
|
700
|
-
/**
|
|
701
|
-
* The name of the dedicated HSM.
|
|
702
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
703
|
-
*/
|
|
704
|
-
readonly name?: string;
|
|
705
|
-
/**
|
|
706
|
-
* The resource type of the dedicated HSM.
|
|
707
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
708
|
-
*/
|
|
709
|
-
readonly type?: string;
|
|
710
|
-
/** The supported Azure location where the dedicated HSM should be created. */
|
|
711
|
-
location: string;
|
|
712
|
-
/** SKU details */
|
|
713
|
-
sku?: Sku;
|
|
714
|
-
/** The Dedicated Hsm zones. */
|
|
715
|
-
zones?: string[];
|
|
716
|
-
/** Resource tags */
|
|
717
|
-
tags?: {
|
|
718
|
-
[propertyName: string]: string;
|
|
719
|
-
};
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
/** Optional parameters. */
|
|
723
|
-
export declare interface DedicatedHsmUpdateOptionalParams extends coreClient.OperationOptions {
|
|
724
|
-
/** Resource tags */
|
|
725
|
-
tags?: {
|
|
726
|
-
[propertyName: string]: string;
|
|
727
|
-
};
|
|
728
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
729
|
-
updateIntervalInMs?: number;
|
|
730
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
731
|
-
resumeFrom?: string;
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
/** Contains response data for the update operation. */
|
|
735
|
-
export declare type DedicatedHsmUpdateResponse = DedicatedHsm;
|
|
736
|
-
|
|
737
|
-
/** A domain name that dedicated hsm services are reaching at. */
|
|
738
|
-
export declare interface EndpointDependency {
|
|
739
|
-
/** The domain name of the dependency. */
|
|
740
|
-
domainName?: string;
|
|
741
|
-
/** The Ports and Protocols used when connecting to domainName. */
|
|
742
|
-
endpointDetails?: EndpointDetail[];
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
/** Connect information from the dedicated hsm service to a single endpoint. */
|
|
746
|
-
export declare interface EndpointDetail {
|
|
747
|
-
/** An IP Address that Domain Name currently resolves to. */
|
|
748
|
-
ipAddress?: string;
|
|
749
|
-
/** The port an endpoint is connected to. */
|
|
750
|
-
port?: number;
|
|
751
|
-
/** The protocol used for connection */
|
|
752
|
-
protocol?: string;
|
|
753
|
-
/** Description of the detail */
|
|
754
|
-
description?: string;
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
/** The key vault server error. */
|
|
758
|
-
export declare interface ErrorModel {
|
|
759
|
-
/**
|
|
760
|
-
* The error code.
|
|
761
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
762
|
-
*/
|
|
763
|
-
readonly code?: string;
|
|
764
|
-
/**
|
|
765
|
-
* The error message.
|
|
766
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
767
|
-
*/
|
|
768
|
-
readonly message?: string;
|
|
769
|
-
/**
|
|
770
|
-
* Contains more specific error that narrows down the cause. May be null.
|
|
771
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
772
|
-
*/
|
|
773
|
-
readonly innerError?: ErrorModel;
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
/**
|
|
777
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
778
|
-
* returns a continuation token that can be used to begin paging from
|
|
779
|
-
* that point later.
|
|
780
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
781
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
782
|
-
*/
|
|
783
|
-
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
784
|
-
|
|
785
|
-
/**
|
|
786
|
-
* Defines values for IdentityType. \
|
|
787
|
-
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
788
|
-
* this enum contains the known values that the service supports.
|
|
789
|
-
* ### Known values supported by the service
|
|
790
|
-
* **User** \
|
|
791
|
-
* **Application** \
|
|
792
|
-
* **ManagedIdentity** \
|
|
793
|
-
* **Key**
|
|
794
|
-
*/
|
|
795
|
-
export declare type IdentityType = string;
|
|
796
|
-
|
|
797
|
-
/**
|
|
798
|
-
* Defines values for JsonWebKeyType. \
|
|
799
|
-
* {@link KnownJsonWebKeyType} can be used interchangeably with JsonWebKeyType,
|
|
800
|
-
* this enum contains the known values that the service supports.
|
|
801
|
-
* ### Known values supported by the service
|
|
802
|
-
* **Succeeded**: The dedicated HSM has been full provisioned. \
|
|
803
|
-
* **Provisioning**: The dedicated HSM is currently being provisioned. \
|
|
804
|
-
* **Allocating**: A device is currently being allocated for the dedicated HSM resource. \
|
|
805
|
-
* **Connecting**: The dedicated HSM is being connected to the virtual network. \
|
|
806
|
-
* **Failed**: Provisioning of the dedicated HSM has failed. \
|
|
807
|
-
* **CheckingQuota**: Validating the subscription has sufficient quota to allocate a dedicated HSM device. \
|
|
808
|
-
* **Deleting**: The dedicated HSM is currently being deleted.
|
|
809
|
-
*/
|
|
810
|
-
export declare type JsonWebKeyType = string;
|
|
811
|
-
|
|
812
|
-
/** Known values of {@link CloudHsmClusterSkuFamily} that the service accepts. */
|
|
813
|
-
export declare enum KnownCloudHsmClusterSkuFamily {
|
|
814
|
-
/** B */
|
|
815
|
-
B = "B"
|
|
816
|
-
}
|
|
817
|
-
|
|
818
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
819
|
-
export declare enum KnownCreatedByType {
|
|
820
|
-
/** User */
|
|
821
|
-
User = "User",
|
|
822
|
-
/** Application */
|
|
823
|
-
Application = "Application",
|
|
824
|
-
/** ManagedIdentity */
|
|
825
|
-
ManagedIdentity = "ManagedIdentity",
|
|
826
|
-
/** Key */
|
|
827
|
-
Key = "Key"
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
/** Known values of {@link IdentityType} that the service accepts. */
|
|
831
|
-
export declare enum KnownIdentityType {
|
|
832
|
-
/** User */
|
|
833
|
-
User = "User",
|
|
834
|
-
/** Application */
|
|
835
|
-
Application = "Application",
|
|
836
|
-
/** ManagedIdentity */
|
|
837
|
-
ManagedIdentity = "ManagedIdentity",
|
|
838
|
-
/** Key */
|
|
839
|
-
Key = "Key"
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
/** Known values of {@link JsonWebKeyType} that the service accepts. */
|
|
843
|
-
export declare enum KnownJsonWebKeyType {
|
|
844
|
-
/** The dedicated HSM has been full provisioned. */
|
|
845
|
-
Succeeded = "Succeeded",
|
|
846
|
-
/** The dedicated HSM is currently being provisioned. */
|
|
847
|
-
Provisioning = "Provisioning",
|
|
848
|
-
/** A device is currently being allocated for the dedicated HSM resource. */
|
|
849
|
-
Allocating = "Allocating",
|
|
850
|
-
/** The dedicated HSM is being connected to the virtual network. */
|
|
851
|
-
Connecting = "Connecting",
|
|
852
|
-
/** Provisioning of the dedicated HSM has failed. */
|
|
853
|
-
Failed = "Failed",
|
|
854
|
-
/** Validating the subscription has sufficient quota to allocate a dedicated HSM device. */
|
|
855
|
-
CheckingQuota = "CheckingQuota",
|
|
856
|
-
/** The dedicated HSM is currently being deleted. */
|
|
857
|
-
Deleting = "Deleting"
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
861
|
-
export declare enum KnownManagedServiceIdentityType {
|
|
862
|
-
/** None */
|
|
863
|
-
None = "None",
|
|
864
|
-
/** SystemAssigned */
|
|
865
|
-
SystemAssigned = "SystemAssigned",
|
|
866
|
-
/** UserAssigned */
|
|
867
|
-
UserAssigned = "UserAssigned",
|
|
868
|
-
/** SystemAssignedUserAssigned */
|
|
869
|
-
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
873
|
-
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
874
|
-
/** Succeeded */
|
|
875
|
-
Succeeded = "Succeeded",
|
|
876
|
-
/** Creating */
|
|
877
|
-
Creating = "Creating",
|
|
878
|
-
/** Deleting */
|
|
879
|
-
Deleting = "Deleting",
|
|
880
|
-
/** Failed */
|
|
881
|
-
Failed = "Failed",
|
|
882
|
-
/** Updating */
|
|
883
|
-
Updating = "Updating",
|
|
884
|
-
/** InternalError */
|
|
885
|
-
InternalError = "InternalError",
|
|
886
|
-
/** Canceled */
|
|
887
|
-
Canceled = "Canceled"
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
891
|
-
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
892
|
-
/** Pending */
|
|
893
|
-
Pending = "Pending",
|
|
894
|
-
/** Approved */
|
|
895
|
-
Approved = "Approved",
|
|
896
|
-
/** Rejected */
|
|
897
|
-
Rejected = "Rejected"
|
|
898
|
-
}
|
|
899
|
-
|
|
900
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
901
|
-
export declare enum KnownProvisioningState {
|
|
902
|
-
/** Provisioning */
|
|
903
|
-
Provisioning = "Provisioning",
|
|
904
|
-
/** Succeeded */
|
|
905
|
-
Succeeded = "Succeeded",
|
|
906
|
-
/** Failed */
|
|
907
|
-
Failed = "Failed",
|
|
908
|
-
/** Deleting */
|
|
909
|
-
Deleting = "Deleting",
|
|
910
|
-
/** Canceled */
|
|
911
|
-
Canceled = "Canceled"
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
/** Known values of {@link SkuName} that the service accepts. */
|
|
915
|
-
export declare enum KnownSkuName {
|
|
916
|
-
/** The dedicated HSM is a Safenet Luna Network HSM A790 device. */
|
|
917
|
-
SafeNetLunaNetworkHSMA790 = "SafeNet Luna Network HSM A790",
|
|
918
|
-
/** 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. */
|
|
919
|
-
PayShield10KLMK1CPS60 = "payShield10K_LMK1_CPS60",
|
|
920
|
-
/** 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. */
|
|
921
|
-
PayShield10KLMK1CPS250 = "payShield10K_LMK1_CPS250",
|
|
922
|
-
/** 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. */
|
|
923
|
-
PayShield10KLMK1CPS2500 = "payShield10K_LMK1_CPS2500",
|
|
924
|
-
/** 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. */
|
|
925
|
-
PayShield10KLMK2CPS60 = "payShield10K_LMK2_CPS60",
|
|
926
|
-
/** 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. */
|
|
927
|
-
PayShield10KLMK2CPS250 = "payShield10K_LMK2_CPS250",
|
|
928
|
-
/** 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. */
|
|
929
|
-
PayShield10KLMK2CPS2500 = "payShield10K_LMK2_CPS2500"
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
933
|
-
export declare interface ManagedServiceIdentity {
|
|
934
|
-
/**
|
|
935
|
-
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
936
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
937
|
-
*/
|
|
938
|
-
readonly principalId?: string;
|
|
939
|
-
/**
|
|
940
|
-
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
941
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
942
|
-
*/
|
|
943
|
-
readonly tenantId?: string;
|
|
944
|
-
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
945
|
-
type: ManagedServiceIdentityType;
|
|
946
|
-
/** 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. */
|
|
947
|
-
userAssignedIdentities?: {
|
|
948
|
-
[propertyName: string]: UserAssignedIdentity | null;
|
|
949
|
-
};
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
/**
|
|
953
|
-
* Defines values for ManagedServiceIdentityType. \
|
|
954
|
-
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
955
|
-
* this enum contains the known values that the service supports.
|
|
956
|
-
* ### Known values supported by the service
|
|
957
|
-
* **None** \
|
|
958
|
-
* **SystemAssigned** \
|
|
959
|
-
* **UserAssigned** \
|
|
960
|
-
* **SystemAssigned,UserAssigned**
|
|
961
|
-
*/
|
|
962
|
-
export declare type ManagedServiceIdentityType = string;
|
|
963
|
-
|
|
964
|
-
/** The network interface definition. */
|
|
965
|
-
export declare interface NetworkInterface {
|
|
966
|
-
/**
|
|
967
|
-
* The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
|
968
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
969
|
-
*/
|
|
970
|
-
readonly id?: string;
|
|
971
|
-
/** Private Ip address of the interface */
|
|
972
|
-
privateIpAddress?: string;
|
|
973
|
-
}
|
|
974
|
-
|
|
975
|
-
/** The network profile definition. */
|
|
976
|
-
export declare interface NetworkProfile {
|
|
977
|
-
/** Specifies the identifier of the subnet. */
|
|
978
|
-
subnet?: ApiEntityReference;
|
|
979
|
-
/** Specifies the list of resource Ids for the network interfaces associated with the dedicated HSM. */
|
|
980
|
-
networkInterfaces?: NetworkInterface[];
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
/** Interface representing a Operations. */
|
|
984
|
-
export declare interface Operations {
|
|
985
|
-
/**
|
|
986
|
-
* Get a list of Dedicated HSM operations.
|
|
987
|
-
* @param options The options parameters.
|
|
988
|
-
*/
|
|
989
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<DedicatedHsmOperation>;
|
|
990
|
-
}
|
|
991
|
-
|
|
992
|
-
/** Optional parameters. */
|
|
993
|
-
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
994
|
-
}
|
|
995
|
-
|
|
996
|
-
/** Contains response data for the list operation. */
|
|
997
|
-
export declare type OperationsListResponse = DedicatedHsmOperationListResult;
|
|
998
|
-
|
|
999
|
-
/** Egress endpoints which dedicated hsm service connects to for common purpose. */
|
|
1000
|
-
export declare interface OutboundEnvironmentEndpoint {
|
|
1001
|
-
/** The category of endpoints accessed by the dedicated hsm service, e.g. azure-resource-management, apiserver, etc. */
|
|
1002
|
-
category?: string;
|
|
1003
|
-
/** The endpoints that dedicated hsm service connects to */
|
|
1004
|
-
endpoints?: EndpointDependency[];
|
|
1005
|
-
}
|
|
1006
|
-
|
|
1007
|
-
/** Collection of OutboundEnvironmentEndpoint */
|
|
1008
|
-
export declare interface OutboundEnvironmentEndpointCollection {
|
|
1009
|
-
/** Collection of resources. */
|
|
1010
|
-
value: OutboundEnvironmentEndpoint[];
|
|
1011
|
-
/**
|
|
1012
|
-
* Link to next page of resources.
|
|
1013
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1014
|
-
*/
|
|
1015
|
-
readonly nextLink?: string;
|
|
1016
|
-
}
|
|
1017
|
-
|
|
1018
|
-
/** The private endpoint resource. */
|
|
1019
|
-
export declare interface PrivateEndpoint {
|
|
1020
|
-
/**
|
|
1021
|
-
* The ARM identifier for private endpoint.
|
|
1022
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1023
|
-
*/
|
|
1024
|
-
readonly id?: string;
|
|
1025
|
-
}
|
|
1026
|
-
|
|
1027
|
-
/** The private endpoint connection resource. */
|
|
1028
|
-
export declare interface PrivateEndpointConnection extends ProxyResource {
|
|
1029
|
-
/** Modified whenever there is a change in the state of private endpoint connection. */
|
|
1030
|
-
etag?: string;
|
|
1031
|
-
/** The private endpoint resource. */
|
|
1032
|
-
privateEndpoint?: PrivateEndpoint;
|
|
1033
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
1034
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
1035
|
-
/**
|
|
1036
|
-
* The provisioning state of the private endpoint connection resource.
|
|
1037
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1038
|
-
*/
|
|
1039
|
-
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
1040
|
-
/**
|
|
1041
|
-
* The group ids for the private endpoint resource.
|
|
1042
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1043
|
-
*/
|
|
1044
|
-
readonly groupIds?: string[];
|
|
1045
|
-
}
|
|
1046
|
-
|
|
1047
|
-
/** List of private endpoint connections associated with the specified resource. */
|
|
1048
|
-
export declare interface PrivateEndpointConnectionListResult {
|
|
1049
|
-
/** Array of private endpoint connections. */
|
|
1050
|
-
value?: PrivateEndpointConnection[];
|
|
1051
|
-
/** The URL to get the next set of private endpoint connections. */
|
|
1052
|
-
nextLink?: string;
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
/**
|
|
1056
|
-
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
|
1057
|
-
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
1058
|
-
* this enum contains the known values that the service supports.
|
|
1059
|
-
* ### Known values supported by the service
|
|
1060
|
-
* **Succeeded** \
|
|
1061
|
-
* **Creating** \
|
|
1062
|
-
* **Deleting** \
|
|
1063
|
-
* **Failed** \
|
|
1064
|
-
* **Updating** \
|
|
1065
|
-
* **InternalError** \
|
|
1066
|
-
* **Canceled**
|
|
1067
|
-
*/
|
|
1068
|
-
export declare type PrivateEndpointConnectionProvisioningState = string;
|
|
1069
|
-
|
|
1070
|
-
/** Interface representing a PrivateEndpointConnections. */
|
|
1071
|
-
export declare interface PrivateEndpointConnections {
|
|
1072
|
-
/**
|
|
1073
|
-
* The List operation gets information about the private endpoint connections associated with the Cloud
|
|
1074
|
-
* HSM Cluster
|
|
1075
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1076
|
-
* @param cloudHsmClusterName The name of the Cloud HSM Cluster within the specified resource group.
|
|
1077
|
-
* Cloud HSM Cluster names must be between 3 and 24 characters in length.
|
|
1078
|
-
* @param options The options parameters.
|
|
1079
|
-
*/
|
|
1080
|
-
listByCloudHsmCluster(resourceGroupName: string, cloudHsmClusterName: string, options?: PrivateEndpointConnectionsListByCloudHsmClusterOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
|
-
/** Optional parameters. */
|
|
1084
|
-
export declare interface PrivateEndpointConnectionsListByCloudHsmClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
/** Contains response data for the listByCloudHsmClusterNext operation. */
|
|
1088
|
-
export declare type PrivateEndpointConnectionsListByCloudHsmClusterNextResponse = PrivateEndpointConnectionListResult;
|
|
1089
|
-
|
|
1090
|
-
/** Optional parameters. */
|
|
1091
|
-
export declare interface PrivateEndpointConnectionsListByCloudHsmClusterOptionalParams extends coreClient.OperationOptions {
|
|
1092
|
-
}
|
|
1093
|
-
|
|
1094
|
-
/** Contains response data for the listByCloudHsmCluster operation. */
|
|
1095
|
-
export declare type PrivateEndpointConnectionsListByCloudHsmClusterResponse = PrivateEndpointConnectionListResult;
|
|
1096
|
-
|
|
1097
|
-
/**
|
|
1098
|
-
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
|
1099
|
-
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
1100
|
-
* this enum contains the known values that the service supports.
|
|
1101
|
-
* ### Known values supported by the service
|
|
1102
|
-
* **Pending** \
|
|
1103
|
-
* **Approved** \
|
|
1104
|
-
* **Rejected**
|
|
1105
|
-
*/
|
|
1106
|
-
export declare type PrivateEndpointServiceConnectionStatus = string;
|
|
1107
|
-
|
|
1108
|
-
/** A private link resource. */
|
|
1109
|
-
export declare interface PrivateLinkResource extends Resource {
|
|
1110
|
-
/**
|
|
1111
|
-
* The private link resource group id.
|
|
1112
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1113
|
-
*/
|
|
1114
|
-
readonly groupId?: string;
|
|
1115
|
-
/**
|
|
1116
|
-
* The private link resource required member names.
|
|
1117
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1118
|
-
*/
|
|
1119
|
-
readonly requiredMembers?: string[];
|
|
1120
|
-
/** The private link resource private link DNS zone name. */
|
|
1121
|
-
requiredZoneNames?: string[];
|
|
1122
|
-
}
|
|
1123
|
-
|
|
1124
|
-
/** A list of private link resources. */
|
|
1125
|
-
export declare interface PrivateLinkResourceListResult {
|
|
1126
|
-
/** Array of private link resources */
|
|
1127
|
-
value?: PrivateLinkResource[];
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
1131
|
-
export declare interface PrivateLinkServiceConnectionState {
|
|
1132
|
-
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
1133
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
|
1134
|
-
/** The reason for approval/rejection of the connection. */
|
|
1135
|
-
description?: string;
|
|
1136
|
-
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
1137
|
-
actionsRequired?: string;
|
|
1138
|
-
}
|
|
1139
|
-
|
|
1140
|
-
/**
|
|
1141
|
-
* Defines values for ProvisioningState. \
|
|
1142
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
1143
|
-
* this enum contains the known values that the service supports.
|
|
1144
|
-
* ### Known values supported by the service
|
|
1145
|
-
* **Provisioning** \
|
|
1146
|
-
* **Succeeded** \
|
|
1147
|
-
* **Failed** \
|
|
1148
|
-
* **Deleting** \
|
|
1149
|
-
* **Canceled**
|
|
1150
|
-
*/
|
|
1151
|
-
export declare type ProvisioningState = string;
|
|
1152
|
-
|
|
1153
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1154
|
-
export declare interface ProxyResource extends Resource {
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
1158
|
-
export declare interface Resource {
|
|
1159
|
-
/**
|
|
1160
|
-
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
1161
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1162
|
-
*/
|
|
1163
|
-
readonly id?: string;
|
|
1164
|
-
/**
|
|
1165
|
-
* The name of the resource
|
|
1166
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1167
|
-
*/
|
|
1168
|
-
readonly name?: string;
|
|
1169
|
-
/**
|
|
1170
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
1171
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1172
|
-
*/
|
|
1173
|
-
readonly type?: string;
|
|
1174
|
-
/**
|
|
1175
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
1176
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1177
|
-
*/
|
|
1178
|
-
readonly systemData?: SystemData;
|
|
1179
|
-
}
|
|
1180
|
-
|
|
1181
|
-
/** List of dedicated HSM resources. */
|
|
1182
|
-
export declare interface ResourceListResult {
|
|
1183
|
-
/** The list of dedicated HSM resources. */
|
|
1184
|
-
value?: DedicatedHsmResource[];
|
|
1185
|
-
/** The URL to get the next set of dedicated HSM resources. */
|
|
1186
|
-
nextLink?: string;
|
|
1187
|
-
}
|
|
1188
|
-
|
|
1189
|
-
/** Cloud Hsm Cluster restore information */
|
|
1190
|
-
export declare interface RestoreProperties {
|
|
1191
|
-
/** Directory name in Azure Storage Blob where the backup is stored */
|
|
1192
|
-
foldername?: string;
|
|
1193
|
-
/** Azure Blob storage container Uri */
|
|
1194
|
-
azureStorageResourceUri?: string;
|
|
1195
|
-
}
|
|
1196
|
-
|
|
1197
|
-
/** SKU of the dedicated HSM */
|
|
1198
|
-
export declare interface Sku {
|
|
1199
|
-
/** SKU of the dedicated HSM */
|
|
1200
|
-
name?: SkuName;
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
|
-
/**
|
|
1204
|
-
* Defines values for SkuName. \
|
|
1205
|
-
* {@link KnownSkuName} can be used interchangeably with SkuName,
|
|
1206
|
-
* this enum contains the known values that the service supports.
|
|
1207
|
-
* ### Known values supported by the service
|
|
1208
|
-
* **SafeNet Luna Network HSM A790**: The dedicated HSM is a Safenet Luna Network HSM A790 device. \
|
|
1209
|
-
* **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. \
|
|
1210
|
-
* **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. \
|
|
1211
|
-
* **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. \
|
|
1212
|
-
* **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. \
|
|
1213
|
-
* **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. \
|
|
1214
|
-
* **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.
|
|
1215
|
-
*/
|
|
1216
|
-
export declare type SkuName = string;
|
|
1217
|
-
|
|
1218
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
1219
|
-
export declare interface SystemData {
|
|
1220
|
-
/** The identity that created the resource. */
|
|
1221
|
-
createdBy?: string;
|
|
1222
|
-
/** The type of identity that created the resource. */
|
|
1223
|
-
createdByType?: CreatedByType;
|
|
1224
|
-
/** The timestamp of resource creation (UTC). */
|
|
1225
|
-
createdAt?: Date;
|
|
1226
|
-
/** The identity that last modified the resource. */
|
|
1227
|
-
lastModifiedBy?: string;
|
|
1228
|
-
/** The type of identity that last modified the resource. */
|
|
1229
|
-
lastModifiedByType?: CreatedByType;
|
|
1230
|
-
/** The timestamp of resource last modification (UTC) */
|
|
1231
|
-
lastModifiedAt?: Date;
|
|
1232
|
-
}
|
|
1233
|
-
|
|
1234
|
-
/** Metadata pertaining to creation and last modification of dedicated hsm resource. */
|
|
1235
|
-
export declare interface SystemDataAutoGenerated {
|
|
1236
|
-
/** The identity that created dedicated hsm resource. */
|
|
1237
|
-
createdBy?: string;
|
|
1238
|
-
/** The type of identity that created dedicated hsm resource. */
|
|
1239
|
-
createdByType?: IdentityType;
|
|
1240
|
-
/** The timestamp of dedicated hsm resource creation (UTC). */
|
|
1241
|
-
createdAt?: Date;
|
|
1242
|
-
/** The identity that last modified dedicated hsm resource. */
|
|
1243
|
-
lastModifiedBy?: string;
|
|
1244
|
-
/** The type of identity that last modified dedicated hsm resource. */
|
|
1245
|
-
lastModifiedByType?: IdentityType;
|
|
1246
|
-
/** The timestamp of dedicated hsm resource last modification (UTC). */
|
|
1247
|
-
lastModifiedAt?: Date;
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1251
|
-
export declare interface TrackedResource extends Resource {
|
|
1252
|
-
/** Resource tags. */
|
|
1253
|
-
tags?: {
|
|
1254
|
-
[propertyName: string]: string;
|
|
1255
|
-
};
|
|
1256
|
-
/** The geo-location where the resource lives */
|
|
1257
|
-
location: string;
|
|
1258
|
-
}
|
|
1259
|
-
|
|
1260
|
-
/** User assigned identity properties */
|
|
1261
|
-
export declare interface UserAssignedIdentity {
|
|
1262
|
-
/**
|
|
1263
|
-
* The principal ID of the assigned identity.
|
|
1264
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1265
|
-
*/
|
|
1266
|
-
readonly principalId?: string;
|
|
1267
|
-
/**
|
|
1268
|
-
* The client ID of the assigned identity.
|
|
1269
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1270
|
-
*/
|
|
1271
|
-
readonly clientId?: string;
|
|
1272
|
-
}
|
|
1273
|
-
|
|
1274
|
-
export { }
|