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