@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
|
@@ -0,0 +1,751 @@
|
|
|
1
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
2
|
+
export interface _OperationListResult {
|
|
3
|
+
/** The Operation items on this page */
|
|
4
|
+
value: Operation[];
|
|
5
|
+
/** The link to the next page of items */
|
|
6
|
+
nextLink?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare function _operationListResultDeserializer(item: any): _OperationListResult;
|
|
9
|
+
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
10
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
11
|
+
export interface Operation {
|
|
12
|
+
/** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
|
|
13
|
+
readonly name?: string;
|
|
14
|
+
/** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
|
|
15
|
+
readonly isDataAction?: boolean;
|
|
16
|
+
/** Localized display information for this particular operation. */
|
|
17
|
+
display?: OperationDisplay;
|
|
18
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
19
|
+
readonly origin?: Origin;
|
|
20
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
21
|
+
readonly actionType?: ActionType;
|
|
22
|
+
}
|
|
23
|
+
export declare function operationDeserializer(item: any): Operation;
|
|
24
|
+
/** Localized display information for and operation. */
|
|
25
|
+
export interface OperationDisplay {
|
|
26
|
+
/** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
|
|
27
|
+
readonly provider?: string;
|
|
28
|
+
/** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
|
|
29
|
+
readonly resource?: string;
|
|
30
|
+
/** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
|
|
31
|
+
readonly operation?: string;
|
|
32
|
+
/** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
|
|
33
|
+
readonly description?: string;
|
|
34
|
+
}
|
|
35
|
+
export declare function operationDisplayDeserializer(item: any): OperationDisplay;
|
|
36
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
37
|
+
export declare enum KnownOrigin {
|
|
38
|
+
/** Indicates the operation is initiated by a user. */
|
|
39
|
+
User = "user",
|
|
40
|
+
/** Indicates the operation is initiated by a system. */
|
|
41
|
+
System = "system",
|
|
42
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
43
|
+
UserSystem = "user,system"
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
|
|
47
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
48
|
+
* this enum contains the known values that the service supports.
|
|
49
|
+
* ### Known values supported by the service
|
|
50
|
+
* **user**: Indicates the operation is initiated by a user. \
|
|
51
|
+
* **system**: Indicates the operation is initiated by a system. \
|
|
52
|
+
* **user,system**: Indicates the operation is initiated by a user or system.
|
|
53
|
+
*/
|
|
54
|
+
export type Origin = string;
|
|
55
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
56
|
+
export declare enum KnownActionType {
|
|
57
|
+
/** Actions are for internal-only APIs. */
|
|
58
|
+
Internal = "Internal"
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
|
|
62
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
63
|
+
* this enum contains the known values that the service supports.
|
|
64
|
+
* ### Known values supported by the service
|
|
65
|
+
* **Internal**: Actions are for internal-only APIs.
|
|
66
|
+
*/
|
|
67
|
+
export type ActionType = string;
|
|
68
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
69
|
+
export interface ErrorResponse {
|
|
70
|
+
/** The error object. */
|
|
71
|
+
error?: ErrorDetail;
|
|
72
|
+
}
|
|
73
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
74
|
+
/** The error detail. */
|
|
75
|
+
export interface ErrorDetail {
|
|
76
|
+
/** The error code. */
|
|
77
|
+
readonly code?: string;
|
|
78
|
+
/** The error message. */
|
|
79
|
+
readonly message?: string;
|
|
80
|
+
/** The error target. */
|
|
81
|
+
readonly target?: string;
|
|
82
|
+
/** The error details. */
|
|
83
|
+
readonly details?: ErrorDetail[];
|
|
84
|
+
/** The error additional info. */
|
|
85
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
86
|
+
}
|
|
87
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
88
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
89
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
90
|
+
/** The resource management error additional info. */
|
|
91
|
+
export interface ErrorAdditionalInfo {
|
|
92
|
+
/** The additional info type. */
|
|
93
|
+
readonly type?: string;
|
|
94
|
+
/** The additional info. */
|
|
95
|
+
readonly info?: any;
|
|
96
|
+
}
|
|
97
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
98
|
+
/** Resource information with extended details. */
|
|
99
|
+
export interface CloudHsmCluster extends TrackedResource {
|
|
100
|
+
/** Properties of the Cloud HSM Cluster */
|
|
101
|
+
properties?: CloudHsmClusterProperties;
|
|
102
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
103
|
+
identity?: ManagedServiceIdentity;
|
|
104
|
+
/** SKU details */
|
|
105
|
+
sku?: CloudHsmClusterSku;
|
|
106
|
+
}
|
|
107
|
+
export declare function cloudHsmClusterSerializer(item: CloudHsmCluster): any;
|
|
108
|
+
export declare function cloudHsmClusterDeserializer(item: any): CloudHsmCluster;
|
|
109
|
+
/** Properties of a Cloud HSM Cluster. */
|
|
110
|
+
export interface CloudHsmClusterProperties {
|
|
111
|
+
/** State of security domain activation */
|
|
112
|
+
readonly activationState?: ActivationState;
|
|
113
|
+
/** The Cloud HSM Cluster's auto-generated Domain Name Label Scope */
|
|
114
|
+
autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;
|
|
115
|
+
/** An array of Cloud HSM Cluster's HSMs */
|
|
116
|
+
readonly hsms?: CloudHsmProperties[];
|
|
117
|
+
/** List of private endpoint connection resources */
|
|
118
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
119
|
+
/** The Cloud HSM Cluster's provisioningState */
|
|
120
|
+
readonly provisioningState?: ProvisioningState;
|
|
121
|
+
/** The Cloud HSM Cluster public network access */
|
|
122
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
123
|
+
/** Cloud HSM Cluster status message */
|
|
124
|
+
readonly statusMessage?: string;
|
|
125
|
+
}
|
|
126
|
+
export declare function cloudHsmClusterPropertiesSerializer(item: CloudHsmClusterProperties): any;
|
|
127
|
+
export declare function cloudHsmClusterPropertiesDeserializer(item: any): CloudHsmClusterProperties;
|
|
128
|
+
/** State of security domain activation */
|
|
129
|
+
export declare enum KnownActivationState {
|
|
130
|
+
NotDefined = "NotDefined",
|
|
131
|
+
NotActivated = "NotActivated",
|
|
132
|
+
Active = "Active",
|
|
133
|
+
Failed = "Failed",
|
|
134
|
+
Unknown = "Unknown"
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* State of security domain activation \
|
|
138
|
+
* {@link KnownActivationState} can be used interchangeably with ActivationState,
|
|
139
|
+
* this enum contains the known values that the service supports.
|
|
140
|
+
* ### Known values supported by the service
|
|
141
|
+
* **NotDefined** \
|
|
142
|
+
* **NotActivated** \
|
|
143
|
+
* **Active** \
|
|
144
|
+
* **Failed** \
|
|
145
|
+
* **Unknown**
|
|
146
|
+
*/
|
|
147
|
+
export type ActivationState = string;
|
|
148
|
+
/** The Cloud HSM Cluster's auto-generated Domain Name Label Scope */
|
|
149
|
+
export declare enum KnownAutoGeneratedDomainNameLabelScope {
|
|
150
|
+
TenantReuse = "TenantReuse",
|
|
151
|
+
SubscriptionReuse = "SubscriptionReuse",
|
|
152
|
+
ResourceGroupReuse = "ResourceGroupReuse",
|
|
153
|
+
NoReuse = "NoReuse"
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
* The Cloud HSM Cluster's auto-generated Domain Name Label Scope \
|
|
157
|
+
* {@link KnownAutoGeneratedDomainNameLabelScope} can be used interchangeably with AutoGeneratedDomainNameLabelScope,
|
|
158
|
+
* this enum contains the known values that the service supports.
|
|
159
|
+
* ### Known values supported by the service
|
|
160
|
+
* **TenantReuse** \
|
|
161
|
+
* **SubscriptionReuse** \
|
|
162
|
+
* **ResourceGroupReuse** \
|
|
163
|
+
* **NoReuse**
|
|
164
|
+
*/
|
|
165
|
+
export type AutoGeneratedDomainNameLabelScope = string;
|
|
166
|
+
export declare function cloudHsmPropertiesArrayDeserializer(result: Array<CloudHsmProperties>): any[];
|
|
167
|
+
/** The Cloud HSM Properties */
|
|
168
|
+
export interface CloudHsmProperties {
|
|
169
|
+
/** FQDN of the Cloud HSM */
|
|
170
|
+
fqdn?: string;
|
|
171
|
+
/** The Cloud HSM State. Values are: Deploying, ConfiguringSlb, Starting, Starting, Failed, Failed, Deleting, DeletingSlbEntry, InitialProvisioning, Updating */
|
|
172
|
+
state?: string;
|
|
173
|
+
/** The Cloud HSM State message */
|
|
174
|
+
stateMessage?: string;
|
|
175
|
+
}
|
|
176
|
+
export declare function cloudHsmPropertiesDeserializer(item: any): CloudHsmProperties;
|
|
177
|
+
export declare function privateEndpointConnectionArraySerializer(result: Array<PrivateEndpointConnection>): any[];
|
|
178
|
+
export declare function privateEndpointConnectionArrayDeserializer(result: Array<PrivateEndpointConnection>): any[];
|
|
179
|
+
/** The private endpoint connection resource. */
|
|
180
|
+
export interface PrivateEndpointConnection extends ProxyResource {
|
|
181
|
+
/** Resource properties. */
|
|
182
|
+
properties?: PrivateEndpointConnectionProperties;
|
|
183
|
+
/** Modified whenever there is a change in the state of private endpoint connection. */
|
|
184
|
+
etag?: string;
|
|
185
|
+
}
|
|
186
|
+
export declare function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any;
|
|
187
|
+
export declare function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection;
|
|
188
|
+
/** Properties of the private endpoint connection. */
|
|
189
|
+
export interface PrivateEndpointConnectionProperties {
|
|
190
|
+
/** The private endpoint resource. */
|
|
191
|
+
privateEndpoint?: PrivateEndpoint;
|
|
192
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
193
|
+
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
194
|
+
/** The provisioning state of the private endpoint connection resource. */
|
|
195
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
196
|
+
/** The group ids for the private endpoint resource. */
|
|
197
|
+
readonly groupIds?: string[];
|
|
198
|
+
}
|
|
199
|
+
export declare function privateEndpointConnectionPropertiesSerializer(item: PrivateEndpointConnectionProperties): any;
|
|
200
|
+
export declare function privateEndpointConnectionPropertiesDeserializer(item: any): PrivateEndpointConnectionProperties;
|
|
201
|
+
/** The private endpoint resource. */
|
|
202
|
+
export interface PrivateEndpoint {
|
|
203
|
+
/** The resource identifier of the private endpoint */
|
|
204
|
+
readonly id?: string;
|
|
205
|
+
}
|
|
206
|
+
export declare function privateEndpointSerializer(item: PrivateEndpoint): any;
|
|
207
|
+
export declare function privateEndpointDeserializer(item: any): PrivateEndpoint;
|
|
208
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
209
|
+
export interface PrivateLinkServiceConnectionState {
|
|
210
|
+
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
211
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
|
212
|
+
/** The reason for approval/rejection of the connection. */
|
|
213
|
+
description?: string;
|
|
214
|
+
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
215
|
+
actionsRequired?: string;
|
|
216
|
+
}
|
|
217
|
+
export declare function privateLinkServiceConnectionStateSerializer(item: PrivateLinkServiceConnectionState): any;
|
|
218
|
+
export declare function privateLinkServiceConnectionStateDeserializer(item: any): PrivateLinkServiceConnectionState;
|
|
219
|
+
/** The private endpoint connection status. */
|
|
220
|
+
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
221
|
+
/** Connection waiting for approval or rejection */
|
|
222
|
+
Pending = "Pending",
|
|
223
|
+
/** Connection approved */
|
|
224
|
+
Approved = "Approved",
|
|
225
|
+
/** Connection Rejected */
|
|
226
|
+
Rejected = "Rejected"
|
|
227
|
+
}
|
|
228
|
+
/**
|
|
229
|
+
* The private endpoint connection status. \
|
|
230
|
+
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
231
|
+
* this enum contains the known values that the service supports.
|
|
232
|
+
* ### Known values supported by the service
|
|
233
|
+
* **Pending**: Connection waiting for approval or rejection \
|
|
234
|
+
* **Approved**: Connection approved \
|
|
235
|
+
* **Rejected**: Connection Rejected
|
|
236
|
+
*/
|
|
237
|
+
export type PrivateEndpointServiceConnectionStatus = string;
|
|
238
|
+
/** The current provisioning state. */
|
|
239
|
+
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
240
|
+
Succeeded = "Succeeded",
|
|
241
|
+
Creating = "Creating",
|
|
242
|
+
Deleting = "Deleting",
|
|
243
|
+
Failed = "Failed",
|
|
244
|
+
Updating = "Updating",
|
|
245
|
+
InternalError = "InternalError",
|
|
246
|
+
Canceled = "Canceled"
|
|
247
|
+
}
|
|
248
|
+
/**
|
|
249
|
+
* The current provisioning state. \
|
|
250
|
+
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
251
|
+
* this enum contains the known values that the service supports.
|
|
252
|
+
* ### Known values supported by the service
|
|
253
|
+
* **Succeeded** \
|
|
254
|
+
* **Creating** \
|
|
255
|
+
* **Deleting** \
|
|
256
|
+
* **Failed** \
|
|
257
|
+
* **Updating** \
|
|
258
|
+
* **InternalError** \
|
|
259
|
+
* **Canceled**
|
|
260
|
+
*/
|
|
261
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
262
|
+
/** The Cloud HSM Cluster's provisioningState */
|
|
263
|
+
export declare enum KnownProvisioningState {
|
|
264
|
+
Provisioning = "Provisioning",
|
|
265
|
+
Succeeded = "Succeeded",
|
|
266
|
+
Updating = "Updating",
|
|
267
|
+
Failed = "Failed",
|
|
268
|
+
Deleting = "Deleting",
|
|
269
|
+
Canceled = "Canceled"
|
|
270
|
+
}
|
|
271
|
+
/**
|
|
272
|
+
* The Cloud HSM Cluster's provisioningState \
|
|
273
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
274
|
+
* this enum contains the known values that the service supports.
|
|
275
|
+
* ### Known values supported by the service
|
|
276
|
+
* **Provisioning** \
|
|
277
|
+
* **Succeeded** \
|
|
278
|
+
* **Updating** \
|
|
279
|
+
* **Failed** \
|
|
280
|
+
* **Deleting** \
|
|
281
|
+
* **Canceled**
|
|
282
|
+
*/
|
|
283
|
+
export type ProvisioningState = string;
|
|
284
|
+
/** The Cloud HSM Cluster public network access */
|
|
285
|
+
export declare enum KnownPublicNetworkAccess {
|
|
286
|
+
Disabled = "Disabled"
|
|
287
|
+
}
|
|
288
|
+
/**
|
|
289
|
+
* The Cloud HSM Cluster public network access \
|
|
290
|
+
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
291
|
+
* this enum contains the known values that the service supports.
|
|
292
|
+
* ### Known values supported by the service
|
|
293
|
+
* **Disabled**
|
|
294
|
+
*/
|
|
295
|
+
export type PublicNetworkAccess = string;
|
|
296
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
297
|
+
export interface ManagedServiceIdentity {
|
|
298
|
+
/** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
|
|
299
|
+
readonly principalId?: string;
|
|
300
|
+
/** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
|
|
301
|
+
readonly tenantId?: string;
|
|
302
|
+
/** The type of managed identity assigned to this resource. */
|
|
303
|
+
type: ManagedServiceIdentityType;
|
|
304
|
+
/** The identities assigned to this resource by the user. */
|
|
305
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
|
|
306
|
+
}
|
|
307
|
+
export declare function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any;
|
|
308
|
+
export declare function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity;
|
|
309
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
310
|
+
export declare enum KnownManagedServiceIdentityType {
|
|
311
|
+
/** No managed identity. */
|
|
312
|
+
None = "None",
|
|
313
|
+
/** System assigned managed identity. */
|
|
314
|
+
SystemAssigned = "SystemAssigned",
|
|
315
|
+
/** User assigned managed identity. */
|
|
316
|
+
UserAssigned = "UserAssigned",
|
|
317
|
+
/** System and user assigned managed identity. */
|
|
318
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
319
|
+
}
|
|
320
|
+
/**
|
|
321
|
+
* Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \
|
|
322
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
323
|
+
* this enum contains the known values that the service supports.
|
|
324
|
+
* ### Known values supported by the service
|
|
325
|
+
* **None**: No managed identity. \
|
|
326
|
+
* **SystemAssigned**: System assigned managed identity. \
|
|
327
|
+
* **UserAssigned**: User assigned managed identity. \
|
|
328
|
+
* **SystemAssigned,UserAssigned**: System and user assigned managed identity.
|
|
329
|
+
*/
|
|
330
|
+
export type ManagedServiceIdentityType = string;
|
|
331
|
+
/** User assigned identity properties */
|
|
332
|
+
export interface UserAssignedIdentity {
|
|
333
|
+
/** The principal ID of the assigned identity. */
|
|
334
|
+
readonly principalId?: string;
|
|
335
|
+
/** The client ID of the assigned identity. */
|
|
336
|
+
readonly clientId?: string;
|
|
337
|
+
}
|
|
338
|
+
export declare function userAssignedIdentitySerializer(item: UserAssignedIdentity): any;
|
|
339
|
+
export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
|
|
340
|
+
/** Cloud Hsm Cluster SKU information */
|
|
341
|
+
export interface CloudHsmClusterSku {
|
|
342
|
+
/** Sku family of the Cloud HSM Cluster */
|
|
343
|
+
family: CloudHsmClusterSkuFamily;
|
|
344
|
+
/** Sku name of the Cloud HSM Cluster */
|
|
345
|
+
name: CloudHsmClusterSkuName;
|
|
346
|
+
/** Sku capacity */
|
|
347
|
+
capacity?: number;
|
|
348
|
+
}
|
|
349
|
+
export declare function cloudHsmClusterSkuSerializer(item: CloudHsmClusterSku): any;
|
|
350
|
+
export declare function cloudHsmClusterSkuDeserializer(item: any): CloudHsmClusterSku;
|
|
351
|
+
/** Sku family of the Cloud HSM Cluster */
|
|
352
|
+
export declare enum KnownCloudHsmClusterSkuFamily {
|
|
353
|
+
B = "B"
|
|
354
|
+
}
|
|
355
|
+
/**
|
|
356
|
+
* Sku family of the Cloud HSM Cluster \
|
|
357
|
+
* {@link KnownCloudHsmClusterSkuFamily} can be used interchangeably with CloudHsmClusterSkuFamily,
|
|
358
|
+
* this enum contains the known values that the service supports.
|
|
359
|
+
* ### Known values supported by the service
|
|
360
|
+
* **B**
|
|
361
|
+
*/
|
|
362
|
+
export type CloudHsmClusterSkuFamily = string;
|
|
363
|
+
/** Sku name of the Cloud HSM Cluster */
|
|
364
|
+
export type CloudHsmClusterSkuName = "Standard_B1" | "Standard B10";
|
|
365
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
366
|
+
export interface ProxyResource extends Resource {
|
|
367
|
+
}
|
|
368
|
+
export declare function proxyResourceSerializer(item: ProxyResource): any;
|
|
369
|
+
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
370
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
371
|
+
export interface Resource {
|
|
372
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
373
|
+
readonly id?: string;
|
|
374
|
+
/** The name of the resource */
|
|
375
|
+
readonly name?: string;
|
|
376
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
377
|
+
readonly type?: string;
|
|
378
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
379
|
+
readonly systemData?: SystemData;
|
|
380
|
+
}
|
|
381
|
+
export declare function resourceSerializer(item: Resource): any;
|
|
382
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
383
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
384
|
+
export interface SystemData {
|
|
385
|
+
/** The identity that created the resource. */
|
|
386
|
+
createdBy?: string;
|
|
387
|
+
/** The type of identity that created the resource. */
|
|
388
|
+
createdByType?: CreatedByType;
|
|
389
|
+
/** The timestamp of resource creation (UTC). */
|
|
390
|
+
createdAt?: Date;
|
|
391
|
+
/** The identity that last modified the resource. */
|
|
392
|
+
lastModifiedBy?: string;
|
|
393
|
+
/** The type of identity that last modified the resource. */
|
|
394
|
+
lastModifiedByType?: CreatedByType;
|
|
395
|
+
/** The timestamp of resource last modification (UTC) */
|
|
396
|
+
lastModifiedAt?: Date;
|
|
397
|
+
}
|
|
398
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
399
|
+
/** The kind of entity that created the resource. */
|
|
400
|
+
export declare enum KnownCreatedByType {
|
|
401
|
+
/** The entity was created by a user. */
|
|
402
|
+
User = "User",
|
|
403
|
+
/** The entity was created by an application. */
|
|
404
|
+
Application = "Application",
|
|
405
|
+
/** The entity was created by a managed identity. */
|
|
406
|
+
ManagedIdentity = "ManagedIdentity",
|
|
407
|
+
/** The entity was created by a key. */
|
|
408
|
+
Key = "Key"
|
|
409
|
+
}
|
|
410
|
+
/**
|
|
411
|
+
* The kind of entity that created the resource. \
|
|
412
|
+
* {@link KnowncreatedByType} can be used interchangeably with createdByType,
|
|
413
|
+
* this enum contains the known values that the service supports.
|
|
414
|
+
* ### Known values supported by the service
|
|
415
|
+
* **User**: The entity was created by a user. \
|
|
416
|
+
* **Application**: The entity was created by an application. \
|
|
417
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
418
|
+
* **Key**: The entity was created by a key.
|
|
419
|
+
*/
|
|
420
|
+
export type CreatedByType = string;
|
|
421
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
422
|
+
export interface TrackedResource extends Resource {
|
|
423
|
+
/** Resource tags. */
|
|
424
|
+
tags?: Record<string, string>;
|
|
425
|
+
/** The geo-location where the resource lives */
|
|
426
|
+
location: string;
|
|
427
|
+
}
|
|
428
|
+
export declare function trackedResourceSerializer(item: TrackedResource): any;
|
|
429
|
+
export declare function trackedResourceDeserializer(item: any): TrackedResource;
|
|
430
|
+
/** Patchable properties of the Cloud HSM Cluster */
|
|
431
|
+
export interface CloudHsmClusterPatchParameters {
|
|
432
|
+
/** The Cloud HSM Cluster's tags */
|
|
433
|
+
tags?: Record<string, string>;
|
|
434
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
435
|
+
identity?: ManagedServiceIdentity;
|
|
436
|
+
}
|
|
437
|
+
export declare function cloudHsmClusterPatchParametersSerializer(item: CloudHsmClusterPatchParameters): any;
|
|
438
|
+
/** The response of a CloudHsmCluster list operation. */
|
|
439
|
+
export interface _CloudHsmClusterListResult {
|
|
440
|
+
/** The CloudHsmCluster items on this page */
|
|
441
|
+
value: CloudHsmCluster[];
|
|
442
|
+
/** The link to the next page of items */
|
|
443
|
+
nextLink?: string;
|
|
444
|
+
}
|
|
445
|
+
export declare function _cloudHsmClusterListResultDeserializer(item: any): _CloudHsmClusterListResult;
|
|
446
|
+
export declare function cloudHsmClusterArraySerializer(result: Array<CloudHsmCluster>): any[];
|
|
447
|
+
export declare function cloudHsmClusterArrayDeserializer(result: Array<CloudHsmCluster>): any[];
|
|
448
|
+
/** Backup properties */
|
|
449
|
+
export interface BackupRequestProperties extends BackupRestoreRequestBaseProperties {
|
|
450
|
+
}
|
|
451
|
+
export declare function backupRequestPropertiesSerializer(item: BackupRequestProperties): any;
|
|
452
|
+
/** Backup and Restore Common properties */
|
|
453
|
+
export interface BackupRestoreRequestBaseProperties {
|
|
454
|
+
/** The Azure blob storage container Uri which contains the backup */
|
|
455
|
+
azureStorageBlobContainerUri: string;
|
|
456
|
+
/** The SAS token pointing to an Azure blob storage container. This property is reserved for Azure Backup Service. */
|
|
457
|
+
token?: string;
|
|
458
|
+
}
|
|
459
|
+
export declare function backupRestoreRequestBasePropertiesSerializer(item: BackupRestoreRequestBaseProperties): any;
|
|
460
|
+
/** Backup operation Result */
|
|
461
|
+
export interface BackupResult {
|
|
462
|
+
/** Properties of the Cloud HSM Cluster */
|
|
463
|
+
properties?: BackupResultProperties;
|
|
464
|
+
}
|
|
465
|
+
export declare function backupResultDeserializer(item: any): BackupResult;
|
|
466
|
+
/** Properties of the Cloud HSM Cluster */
|
|
467
|
+
export interface BackupResultProperties extends BackupRestoreBaseResultProperties {
|
|
468
|
+
/** The Azure blob storage container Uri which contains the backup */
|
|
469
|
+
azureStorageBlobContainerUri?: string;
|
|
470
|
+
/** The ID of the backup. */
|
|
471
|
+
backupId?: string;
|
|
472
|
+
}
|
|
473
|
+
export declare function backupResultPropertiesDeserializer(item: any): BackupResultProperties;
|
|
474
|
+
/** Backup and Restore operation common properties */
|
|
475
|
+
export interface BackupRestoreBaseResultProperties {
|
|
476
|
+
/** Status of the backup/restore operation */
|
|
477
|
+
readonly status?: BackupRestoreOperationStatus;
|
|
478
|
+
/** The status details of backup/restore operation */
|
|
479
|
+
statusDetails?: string;
|
|
480
|
+
/** Error encountered, if any, during the backup/restore operation. */
|
|
481
|
+
error?: ErrorDetail;
|
|
482
|
+
/** The start time of the backup/restore operation in UTC */
|
|
483
|
+
readonly startTime?: Date;
|
|
484
|
+
/** The end time of the backup/restore operation in UTC */
|
|
485
|
+
readonly endTime?: Date | null;
|
|
486
|
+
/** Identifier for the backup/restore operation. */
|
|
487
|
+
jobId?: string;
|
|
488
|
+
}
|
|
489
|
+
export declare function backupRestoreBaseResultPropertiesDeserializer(item: any): BackupRestoreBaseResultProperties;
|
|
490
|
+
/** Status of the backup/restore operation */
|
|
491
|
+
export declare enum KnownBackupRestoreOperationStatus {
|
|
492
|
+
InProgress = "InProgress",
|
|
493
|
+
Succeeded = "Succeeded",
|
|
494
|
+
Failed = "Failed",
|
|
495
|
+
Cancelled = "Cancelled"
|
|
496
|
+
}
|
|
497
|
+
/**
|
|
498
|
+
* Status of the backup/restore operation \
|
|
499
|
+
* {@link KnownBackupRestoreOperationStatus} can be used interchangeably with BackupRestoreOperationStatus,
|
|
500
|
+
* this enum contains the known values that the service supports.
|
|
501
|
+
* ### Known values supported by the service
|
|
502
|
+
* **InProgress** \
|
|
503
|
+
* **Succeeded** \
|
|
504
|
+
* **Failed** \
|
|
505
|
+
* **Cancelled**
|
|
506
|
+
*/
|
|
507
|
+
export type BackupRestoreOperationStatus = string;
|
|
508
|
+
/** Cloud Hsm Cluster restore information */
|
|
509
|
+
export interface RestoreRequestProperties extends BackupRestoreRequestBaseProperties {
|
|
510
|
+
/** An autogenerated unique string ID for labeling the backup. It contains both a UUID and a date timestamp. */
|
|
511
|
+
backupId: string;
|
|
512
|
+
}
|
|
513
|
+
export declare function restoreRequestPropertiesSerializer(item: RestoreRequestProperties): any;
|
|
514
|
+
/** Restore operation properties */
|
|
515
|
+
export interface RestoreResult {
|
|
516
|
+
/** Backup and Restore operation common properties */
|
|
517
|
+
properties?: BackupRestoreBaseResultProperties;
|
|
518
|
+
}
|
|
519
|
+
export declare function restoreResultDeserializer(item: any): RestoreResult;
|
|
520
|
+
/** The response of a PrivateEndpointConnection list operation. */
|
|
521
|
+
export interface _PrivateEndpointConnectionListResult {
|
|
522
|
+
/** The PrivateEndpointConnection items on this page */
|
|
523
|
+
value: PrivateEndpointConnection[];
|
|
524
|
+
/** The link to the next page of items */
|
|
525
|
+
nextLink?: string;
|
|
526
|
+
}
|
|
527
|
+
export declare function _privateEndpointConnectionListResultDeserializer(item: any): _PrivateEndpointConnectionListResult;
|
|
528
|
+
/** A list of private link resources. */
|
|
529
|
+
export interface _PrivateLinkResourceListResult {
|
|
530
|
+
/** Array of private link resources */
|
|
531
|
+
value?: PrivateLinkResource[];
|
|
532
|
+
/** URL to get the next set of operation list results (if there are any). */
|
|
533
|
+
readonly nextLink?: string;
|
|
534
|
+
}
|
|
535
|
+
export declare function _privateLinkResourceListResultDeserializer(item: any): _PrivateLinkResourceListResult;
|
|
536
|
+
export declare function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[];
|
|
537
|
+
/** A private link resource. */
|
|
538
|
+
export interface PrivateLinkResource extends Resource {
|
|
539
|
+
/** Resource properties. */
|
|
540
|
+
properties?: PrivateLinkResourceProperties;
|
|
541
|
+
}
|
|
542
|
+
export declare function privateLinkResourceDeserializer(item: any): PrivateLinkResource;
|
|
543
|
+
/** Properties of a private link resource. */
|
|
544
|
+
export interface PrivateLinkResourceProperties {
|
|
545
|
+
/** The private link resource group id. */
|
|
546
|
+
readonly groupId?: string;
|
|
547
|
+
/** The private link resource required member names. */
|
|
548
|
+
readonly requiredMembers?: string[];
|
|
549
|
+
/** The private link resource private link DNS zone name. */
|
|
550
|
+
requiredZoneNames?: string[];
|
|
551
|
+
}
|
|
552
|
+
export declare function privateLinkResourcePropertiesDeserializer(item: any): PrivateLinkResourceProperties;
|
|
553
|
+
/** Resource information with extended details. */
|
|
554
|
+
export interface DedicatedHsm extends TrackedResource {
|
|
555
|
+
/** SKU details */
|
|
556
|
+
sku: Sku;
|
|
557
|
+
/** The availability zones. */
|
|
558
|
+
zones?: string[];
|
|
559
|
+
/** Properties of the dedicated HSM */
|
|
560
|
+
properties: DedicatedHsmProperties;
|
|
561
|
+
}
|
|
562
|
+
export declare function dedicatedHsmSerializer(item: DedicatedHsm): any;
|
|
563
|
+
export declare function dedicatedHsmDeserializer(item: any): DedicatedHsm;
|
|
564
|
+
/** SKU of the dedicated HSM */
|
|
565
|
+
export interface Sku {
|
|
566
|
+
/** SKU of the dedicated HSM */
|
|
567
|
+
name?: SkuName;
|
|
568
|
+
}
|
|
569
|
+
export declare function skuSerializer(item: Sku): any;
|
|
570
|
+
export declare function skuDeserializer(item: any): Sku;
|
|
571
|
+
/** SKU of the dedicated HSM */
|
|
572
|
+
export declare enum KnownSkuName {
|
|
573
|
+
/** The dedicated HSM is a Safenet Luna Network HSM A790 device. */
|
|
574
|
+
SafeNetLunaNetworkHSMA790 = "SafeNet Luna Network HSM A790",
|
|
575
|
+
/** 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. */
|
|
576
|
+
PayShield10KLMK1CPS60 = "payShield10K_LMK1_CPS60",
|
|
577
|
+
/** 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. */
|
|
578
|
+
PayShield10KLMK1CPS250 = "payShield10K_LMK1_CPS250",
|
|
579
|
+
/** 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. */
|
|
580
|
+
PayShield10KLMK1CPS2500 = "payShield10K_LMK1_CPS2500",
|
|
581
|
+
/** 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. */
|
|
582
|
+
PayShield10KLMK2CPS60 = "payShield10K_LMK2_CPS60",
|
|
583
|
+
/** 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. */
|
|
584
|
+
PayShield10KLMK2CPS250 = "payShield10K_LMK2_CPS250",
|
|
585
|
+
/** 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. */
|
|
586
|
+
PayShield10KLMK2CPS2500 = "payShield10K_LMK2_CPS2500"
|
|
587
|
+
}
|
|
588
|
+
/**
|
|
589
|
+
* SKU of the dedicated HSM \
|
|
590
|
+
* {@link KnownSkuName} can be used interchangeably with SkuName,
|
|
591
|
+
* this enum contains the known values that the service supports.
|
|
592
|
+
* ### Known values supported by the service
|
|
593
|
+
* **SafeNet Luna Network HSM A790**: The dedicated HSM is a Safenet Luna Network HSM A790 device. \
|
|
594
|
+
* **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. \
|
|
595
|
+
* **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. \
|
|
596
|
+
* **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. \
|
|
597
|
+
* **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. \
|
|
598
|
+
* **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. \
|
|
599
|
+
* **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.
|
|
600
|
+
*/
|
|
601
|
+
export type SkuName = string;
|
|
602
|
+
/** Properties of the dedicated hsm */
|
|
603
|
+
export interface DedicatedHsmProperties {
|
|
604
|
+
/** Specifies the network interfaces of the dedicated hsm. */
|
|
605
|
+
networkProfile?: NetworkProfile;
|
|
606
|
+
/** Specifies the management network interfaces of the dedicated hsm. */
|
|
607
|
+
managementNetworkProfile?: NetworkProfile;
|
|
608
|
+
/** This field will be used when RP does not support Availability zones. */
|
|
609
|
+
stampId?: string;
|
|
610
|
+
/** Resource Status Message. */
|
|
611
|
+
readonly statusMessage?: string;
|
|
612
|
+
/** Provisioning state. */
|
|
613
|
+
readonly provisioningState?: JsonWebKeyType;
|
|
614
|
+
}
|
|
615
|
+
export declare function dedicatedHsmPropertiesSerializer(item: DedicatedHsmProperties): any;
|
|
616
|
+
export declare function dedicatedHsmPropertiesDeserializer(item: any): DedicatedHsmProperties;
|
|
617
|
+
/** The network profile definition. */
|
|
618
|
+
export interface NetworkProfile {
|
|
619
|
+
/** Specifies the identifier of the subnet. */
|
|
620
|
+
subnet?: ApiEntityReference;
|
|
621
|
+
/** Specifies the list of resource Ids for the network interfaces associated with the dedicated HSM. */
|
|
622
|
+
networkInterfaces?: NetworkInterface[];
|
|
623
|
+
}
|
|
624
|
+
export declare function networkProfileSerializer(item: NetworkProfile): any;
|
|
625
|
+
export declare function networkProfileDeserializer(item: any): NetworkProfile;
|
|
626
|
+
/** The API entity reference. */
|
|
627
|
+
export interface ApiEntityReference {
|
|
628
|
+
/** The Azure resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... */
|
|
629
|
+
resourceId?: string;
|
|
630
|
+
}
|
|
631
|
+
export declare function apiEntityReferenceSerializer(item: ApiEntityReference): any;
|
|
632
|
+
export declare function apiEntityReferenceDeserializer(item: any): ApiEntityReference;
|
|
633
|
+
export declare function networkInterfaceArraySerializer(result: Array<NetworkInterface>): any[];
|
|
634
|
+
export declare function networkInterfaceArrayDeserializer(result: Array<NetworkInterface>): any[];
|
|
635
|
+
/** The network interface definition. */
|
|
636
|
+
export interface NetworkInterface {
|
|
637
|
+
/** The Azure resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... */
|
|
638
|
+
readonly resourceId?: string;
|
|
639
|
+
/** Private Ip address of the interface */
|
|
640
|
+
privateIpAddress?: string;
|
|
641
|
+
}
|
|
642
|
+
export declare function networkInterfaceSerializer(item: NetworkInterface): any;
|
|
643
|
+
export declare function networkInterfaceDeserializer(item: any): NetworkInterface;
|
|
644
|
+
/** Provisioning state. */
|
|
645
|
+
export declare enum KnownJsonWebKeyType {
|
|
646
|
+
/** The dedicated HSM has been fully provisioned. */
|
|
647
|
+
Succeeded = "Succeeded",
|
|
648
|
+
/** The dedicated HSM is currently being provisioned. */
|
|
649
|
+
Provisioning = "Provisioning",
|
|
650
|
+
/** A device is currently being allocated for the dedicated HSM resource. */
|
|
651
|
+
Allocating = "Allocating",
|
|
652
|
+
/** The dedicated HSM is being connected to the virtual network. */
|
|
653
|
+
Connecting = "Connecting",
|
|
654
|
+
/** Provisioning of the dedicated HSM has failed. */
|
|
655
|
+
Failed = "Failed",
|
|
656
|
+
/** Validating the subscription has sufficient quota to allocate a dedicated HSM device. */
|
|
657
|
+
CheckingQuota = "CheckingQuota",
|
|
658
|
+
/** The dedicated HSM is currently being deleted. */
|
|
659
|
+
Deleting = "Deleting"
|
|
660
|
+
}
|
|
661
|
+
/**
|
|
662
|
+
* Provisioning state. \
|
|
663
|
+
* {@link KnownJsonWebKeyType} can be used interchangeably with JsonWebKeyType,
|
|
664
|
+
* this enum contains the known values that the service supports.
|
|
665
|
+
* ### Known values supported by the service
|
|
666
|
+
* **Succeeded**: The dedicated HSM has been fully provisioned. \
|
|
667
|
+
* **Provisioning**: The dedicated HSM is currently being provisioned. \
|
|
668
|
+
* **Allocating**: A device is currently being allocated for the dedicated HSM resource. \
|
|
669
|
+
* **Connecting**: The dedicated HSM is being connected to the virtual network. \
|
|
670
|
+
* **Failed**: Provisioning of the dedicated HSM has failed. \
|
|
671
|
+
* **CheckingQuota**: Validating the subscription has sufficient quota to allocate a dedicated HSM device. \
|
|
672
|
+
* **Deleting**: The dedicated HSM is currently being deleted.
|
|
673
|
+
*/
|
|
674
|
+
export type JsonWebKeyType = string;
|
|
675
|
+
/** The error exception. */
|
|
676
|
+
export interface DedicatedHsmError {
|
|
677
|
+
/** The error detail of the operation if any. */
|
|
678
|
+
readonly error?: ErrorModel;
|
|
679
|
+
}
|
|
680
|
+
export declare function dedicatedHsmErrorDeserializer(item: any): DedicatedHsmError;
|
|
681
|
+
/** The key vault server error. */
|
|
682
|
+
export interface ErrorModel {
|
|
683
|
+
/** The error code. */
|
|
684
|
+
readonly code?: string;
|
|
685
|
+
/** The error message. */
|
|
686
|
+
readonly message?: string;
|
|
687
|
+
/** Contains more specific error that narrows down the cause. May be null. */
|
|
688
|
+
readonly innerError?: ErrorModel;
|
|
689
|
+
}
|
|
690
|
+
export declare function errorDeserializer(item: any): ErrorModel;
|
|
691
|
+
/** Patchable properties of the dedicated HSM */
|
|
692
|
+
export interface DedicatedHsmPatchParameters {
|
|
693
|
+
/** Resource tags */
|
|
694
|
+
tags?: Record<string, string>;
|
|
695
|
+
}
|
|
696
|
+
export declare function dedicatedHsmPatchParametersSerializer(item: DedicatedHsmPatchParameters): any;
|
|
697
|
+
/** The response of a DedicatedHsm list operation. */
|
|
698
|
+
export interface _DedicatedHsmListResult {
|
|
699
|
+
/** The DedicatedHsm items on this page */
|
|
700
|
+
value: DedicatedHsm[];
|
|
701
|
+
/** The link to the next page of items */
|
|
702
|
+
nextLink?: string;
|
|
703
|
+
}
|
|
704
|
+
export declare function _dedicatedHsmListResultDeserializer(item: any): _DedicatedHsmListResult;
|
|
705
|
+
export declare function dedicatedHsmArraySerializer(result: Array<DedicatedHsm>): any[];
|
|
706
|
+
export declare function dedicatedHsmArrayDeserializer(result: Array<DedicatedHsm>): any[];
|
|
707
|
+
/** Collection of OutboundEnvironmentEndpoint */
|
|
708
|
+
export interface _OutboundEnvironmentEndpointCollection {
|
|
709
|
+
/** The OutboundEnvironmentEndpoint items on this page */
|
|
710
|
+
value: OutboundEnvironmentEndpoint[];
|
|
711
|
+
/** The link to the next page of items */
|
|
712
|
+
nextLink?: string;
|
|
713
|
+
}
|
|
714
|
+
export declare function _outboundEnvironmentEndpointCollectionDeserializer(item: any): _OutboundEnvironmentEndpointCollection;
|
|
715
|
+
export declare function outboundEnvironmentEndpointArrayDeserializer(result: Array<OutboundEnvironmentEndpoint>): any[];
|
|
716
|
+
/** Egress endpoints which dedicated hsm service connects to for common purpose. */
|
|
717
|
+
export interface OutboundEnvironmentEndpoint {
|
|
718
|
+
/** The category of endpoints accessed by the dedicated hsm service, e.g. azure-resource-management, apiserver, etc. */
|
|
719
|
+
category?: string;
|
|
720
|
+
/** The endpoints that dedicated hsm service connects to */
|
|
721
|
+
endpoints?: EndpointDependency[];
|
|
722
|
+
}
|
|
723
|
+
export declare function outboundEnvironmentEndpointDeserializer(item: any): OutboundEnvironmentEndpoint;
|
|
724
|
+
export declare function endpointDependencyArrayDeserializer(result: Array<EndpointDependency>): any[];
|
|
725
|
+
/** A domain name that dedicated hsm services are reaching at. */
|
|
726
|
+
export interface EndpointDependency {
|
|
727
|
+
/** The domain name of the dependency. */
|
|
728
|
+
domainName?: string;
|
|
729
|
+
/** The Ports and Protocols used when connecting to domainName. */
|
|
730
|
+
endpointDetails?: EndpointDetail[];
|
|
731
|
+
}
|
|
732
|
+
export declare function endpointDependencyDeserializer(item: any): EndpointDependency;
|
|
733
|
+
export declare function endpointDetailArrayDeserializer(result: Array<EndpointDetail>): any[];
|
|
734
|
+
/** Connect information from the dedicated hsm service to a single endpoint. */
|
|
735
|
+
export interface EndpointDetail {
|
|
736
|
+
/** An IP Address that Domain Name currently resolves to. */
|
|
737
|
+
ipAddress?: string;
|
|
738
|
+
/** The port an endpoint is connected to. */
|
|
739
|
+
port?: number;
|
|
740
|
+
/** The protocol used for connection */
|
|
741
|
+
protocol?: string;
|
|
742
|
+
/** Description of the detail */
|
|
743
|
+
description?: string;
|
|
744
|
+
}
|
|
745
|
+
export declare function endpointDetailDeserializer(item: any): EndpointDetail;
|
|
746
|
+
/** The available API versions. */
|
|
747
|
+
export declare enum KnownVersions {
|
|
748
|
+
/** The 2025-03-31 API version. */
|
|
749
|
+
V20250331 = "2025-03-31"
|
|
750
|
+
}
|
|
751
|
+
//# sourceMappingURL=models.d.ts.map
|