@azure/arm-hardwaresecuritymodules 2.0.0-beta.2 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +126 -0
- package/LICENSE +3 -3
- package/README.md +39 -33
- package/dist/browser/api/azureDedicatedHSMResourceProviderContext.d.ts +19 -0
- package/dist/browser/api/azureDedicatedHSMResourceProviderContext.js +36 -0
- package/dist/browser/api/azureDedicatedHSMResourceProviderContext.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/index.d.ts +3 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/index.js +4 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/operations.d.ts +9 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/operations.js +42 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/operations.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/options.d.ts +7 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/options.js +4 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/options.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/index.js +4 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/operations.d.ts +23 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/operations.js +109 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/options.d.ts +13 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/options.js +4 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/options.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/index.js +4 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/operations.d.ts +10 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/operations.js +36 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/options.d.ts +5 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/options.js +4 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/options.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/index.d.ts +3 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/index.js +4 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/operations.d.ts +9 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/operations.js +42 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/operations.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/options.d.ts +7 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/options.js +4 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/options.js.map +1 -0
- package/dist/browser/api/cloudHsmClusters/index.d.ts +3 -0
- package/dist/browser/api/cloudHsmClusters/index.js +4 -0
- package/dist/browser/api/cloudHsmClusters/index.js.map +1 -0
- package/dist/browser/api/cloudHsmClusters/operations.d.ts +52 -0
- package/dist/browser/api/cloudHsmClusters/operations.js +324 -0
- package/dist/browser/api/cloudHsmClusters/operations.js.map +1 -0
- package/dist/browser/api/cloudHsmClusters/options.d.ts +57 -0
- package/dist/browser/api/cloudHsmClusters/options.js +4 -0
- package/dist/browser/api/cloudHsmClusters/options.js.map +1 -0
- package/dist/browser/api/dedicatedHsm/index.d.ts +3 -0
- package/dist/browser/api/dedicatedHsm/index.js +4 -0
- package/dist/browser/api/dedicatedHsm/index.js.map +1 -0
- package/dist/browser/api/dedicatedHsm/operations.d.ts +40 -0
- package/dist/browser/api/dedicatedHsm/operations.js +215 -0
- package/dist/browser/api/dedicatedHsm/operations.js.map +1 -0
- package/dist/browser/api/dedicatedHsm/options.d.ts +33 -0
- package/dist/browser/api/dedicatedHsm/options.js +4 -0
- package/dist/browser/api/dedicatedHsm/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +29 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/privateEndpointConnections/index.js +4 -0
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +10 -0
- package/dist/browser/api/privateEndpointConnections/operations.js +36 -0
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/options.d.ts +5 -0
- package/dist/browser/api/privateEndpointConnections/options.js +4 -0
- package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/browser/azureDedicatedHSMResourceProvider.d.ts +36 -0
- package/dist/browser/azureDedicatedHSMResourceProvider.js +33 -0
- package/dist/browser/azureDedicatedHSMResourceProvider.js.map +1 -0
- package/dist/browser/classic/cloudHsmClusterBackupStatus/index.d.ts +10 -0
- package/dist/browser/classic/cloudHsmClusterBackupStatus/index.js +12 -0
- package/dist/browser/classic/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/browser/classic/cloudHsmClusterPrivateEndpointConnections/index.d.ts +20 -0
- package/dist/browser/classic/cloudHsmClusterPrivateEndpointConnections/index.js +14 -0
- package/dist/browser/classic/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/cloudHsmClusterPrivateLinkResources/index.d.ts +11 -0
- package/dist/browser/classic/cloudHsmClusterPrivateLinkResources/index.js +12 -0
- package/dist/browser/classic/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/cloudHsmClusterRestoreStatus/index.d.ts +10 -0
- package/dist/browser/classic/cloudHsmClusterRestoreStatus/index.js +12 -0
- package/dist/browser/classic/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/browser/classic/cloudHsmClusters/index.d.ts +35 -0
- package/dist/browser/classic/cloudHsmClusters/index.js +21 -0
- package/dist/browser/classic/cloudHsmClusters/index.js.map +1 -0
- package/dist/browser/classic/dedicatedHsm/index.d.ts +29 -0
- package/dist/browser/classic/dedicatedHsm/index.js +18 -0
- package/dist/browser/classic/dedicatedHsm/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +9 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +11 -0
- package/dist/browser/classic/privateEndpointConnections/index.js +12 -0
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/index.d.ts +16 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +751 -0
- package/dist/browser/models/models.js +747 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +133 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.js +76 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +169 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/azureDedicatedHSMResourceProviderContext.d.ts +19 -0
- package/dist/commonjs/api/azureDedicatedHSMResourceProviderContext.js +39 -0
- package/dist/commonjs/api/azureDedicatedHSMResourceProviderContext.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/index.d.ts +3 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/index.js +8 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/operations.d.ts +9 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/operations.js +47 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/operations.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/options.d.ts +7 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/options.js +5 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/options.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/index.js +10 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/operations.d.ts +23 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/operations.js +120 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/operations.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/options.d.ts +13 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/options.js +5 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/options.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/index.js +8 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/operations.d.ts +10 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/operations.js +41 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/operations.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/options.d.ts +5 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/options.js +5 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/options.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/index.d.ts +3 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/index.js +8 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/operations.d.ts +9 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/operations.js +47 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/operations.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/options.d.ts +7 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/options.js +5 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/options.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusters/index.d.ts +3 -0
- package/dist/commonjs/api/cloudHsmClusters/index.js +17 -0
- package/dist/commonjs/api/cloudHsmClusters/index.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusters/operations.d.ts +52 -0
- package/dist/commonjs/api/cloudHsmClusters/operations.js +356 -0
- package/dist/commonjs/api/cloudHsmClusters/operations.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusters/options.d.ts +57 -0
- package/dist/commonjs/api/cloudHsmClusters/options.js +5 -0
- package/dist/commonjs/api/cloudHsmClusters/options.js.map +1 -0
- package/dist/commonjs/api/dedicatedHsm/index.d.ts +3 -0
- package/dist/commonjs/api/dedicatedHsm/index.js +14 -0
- package/dist/commonjs/api/dedicatedHsm/index.js.map +1 -0
- package/dist/commonjs/api/dedicatedHsm/operations.d.ts +40 -0
- package/dist/commonjs/api/dedicatedHsm/operations.js +238 -0
- package/dist/commonjs/api/dedicatedHsm/operations.js.map +1 -0
- package/dist/commonjs/api/dedicatedHsm/options.d.ts +33 -0
- package/dist/commonjs/api/dedicatedHsm/options.js +5 -0
- package/dist/commonjs/api/dedicatedHsm/options.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +8 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +34 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js +8 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +10 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js +41 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/commonjs/api/privateEndpointConnections/options.d.ts +5 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js +5 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/commonjs/azureDedicatedHSMResourceProvider.d.ts +36 -0
- package/dist/commonjs/azureDedicatedHSMResourceProvider.js +37 -0
- package/dist/commonjs/azureDedicatedHSMResourceProvider.js.map +1 -0
- package/dist/commonjs/classic/cloudHsmClusterBackupStatus/index.d.ts +10 -0
- package/dist/commonjs/classic/cloudHsmClusterBackupStatus/index.js +15 -0
- package/dist/commonjs/classic/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/commonjs/classic/cloudHsmClusterPrivateEndpointConnections/index.d.ts +20 -0
- package/dist/commonjs/classic/cloudHsmClusterPrivateEndpointConnections/index.js +17 -0
- package/dist/commonjs/classic/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/commonjs/classic/cloudHsmClusterPrivateLinkResources/index.d.ts +11 -0
- package/dist/commonjs/classic/cloudHsmClusterPrivateLinkResources/index.js +15 -0
- package/dist/commonjs/classic/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/commonjs/classic/cloudHsmClusterRestoreStatus/index.d.ts +10 -0
- package/dist/commonjs/classic/cloudHsmClusterRestoreStatus/index.js +15 -0
- package/dist/commonjs/classic/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/commonjs/classic/cloudHsmClusters/index.d.ts +35 -0
- package/dist/commonjs/classic/cloudHsmClusters/index.js +24 -0
- package/dist/commonjs/classic/cloudHsmClusters/index.js.map +1 -0
- package/dist/commonjs/classic/dedicatedHsm/index.d.ts +29 -0
- package/dist/commonjs/classic/dedicatedHsm/index.js +21 -0
- package/dist/commonjs/classic/dedicatedHsm/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +9 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +15 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +11 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js +15 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +16 -0
- package/dist/commonjs/index.js +26 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2 -0
- package/dist/commonjs/models/index.js +22 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +751 -0
- package/dist/commonjs/models/models.js +831 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +136 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +172 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- package/dist/esm/api/azureDedicatedHSMResourceProviderContext.d.ts +19 -0
- package/dist/esm/api/azureDedicatedHSMResourceProviderContext.js +36 -0
- package/dist/esm/api/azureDedicatedHSMResourceProviderContext.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/index.d.ts +3 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/index.js +4 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/operations.d.ts +9 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/operations.js +42 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/operations.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/options.d.ts +7 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/options.js +4 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/options.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/index.js +4 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/operations.d.ts +23 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/operations.js +109 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/operations.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/options.d.ts +13 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/options.js +4 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/options.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/index.js +4 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/operations.d.ts +10 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/operations.js +36 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/operations.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/options.d.ts +5 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/options.js +4 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/options.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/index.d.ts +3 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/index.js +4 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/operations.d.ts +9 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/operations.js +42 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/operations.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/options.d.ts +7 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/options.js +4 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/options.js.map +1 -0
- package/dist/esm/api/cloudHsmClusters/index.d.ts +3 -0
- package/dist/esm/api/cloudHsmClusters/index.js +4 -0
- package/dist/esm/api/cloudHsmClusters/index.js.map +1 -0
- package/dist/esm/api/cloudHsmClusters/operations.d.ts +52 -0
- package/dist/esm/api/cloudHsmClusters/operations.js +324 -0
- package/dist/esm/api/cloudHsmClusters/operations.js.map +1 -0
- package/dist/esm/api/cloudHsmClusters/options.d.ts +57 -0
- package/dist/esm/api/cloudHsmClusters/options.js +4 -0
- package/dist/esm/api/cloudHsmClusters/options.js.map +1 -0
- package/dist/esm/api/dedicatedHsm/index.d.ts +3 -0
- package/dist/esm/api/dedicatedHsm/index.js +4 -0
- package/dist/esm/api/dedicatedHsm/index.js.map +1 -0
- package/dist/esm/api/dedicatedHsm/operations.d.ts +40 -0
- package/dist/esm/api/dedicatedHsm/operations.js +215 -0
- package/dist/esm/api/dedicatedHsm/operations.js.map +1 -0
- package/dist/esm/api/dedicatedHsm/options.d.ts +33 -0
- package/dist/esm/api/dedicatedHsm/options.js +4 -0
- package/dist/esm/api/dedicatedHsm/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +29 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/privateEndpointConnections/index.js +4 -0
- package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +10 -0
- package/dist/esm/api/privateEndpointConnections/operations.js +36 -0
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/options.d.ts +5 -0
- package/dist/esm/api/privateEndpointConnections/options.js +4 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/esm/azureDedicatedHSMResourceProvider.d.ts +36 -0
- package/dist/esm/azureDedicatedHSMResourceProvider.js +33 -0
- package/dist/esm/azureDedicatedHSMResourceProvider.js.map +1 -0
- package/dist/esm/classic/cloudHsmClusterBackupStatus/index.d.ts +10 -0
- package/dist/esm/classic/cloudHsmClusterBackupStatus/index.js +12 -0
- package/dist/esm/classic/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/esm/classic/cloudHsmClusterPrivateEndpointConnections/index.d.ts +20 -0
- package/dist/esm/classic/cloudHsmClusterPrivateEndpointConnections/index.js +14 -0
- package/dist/esm/classic/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/esm/classic/cloudHsmClusterPrivateLinkResources/index.d.ts +11 -0
- package/dist/esm/classic/cloudHsmClusterPrivateLinkResources/index.js +12 -0
- package/dist/esm/classic/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/esm/classic/cloudHsmClusterRestoreStatus/index.d.ts +10 -0
- package/dist/esm/classic/cloudHsmClusterRestoreStatus/index.js +12 -0
- package/dist/esm/classic/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/esm/classic/cloudHsmClusters/index.d.ts +35 -0
- package/dist/esm/classic/cloudHsmClusters/index.js +21 -0
- package/dist/esm/classic/cloudHsmClusters/index.js.map +1 -0
- package/dist/esm/classic/dedicatedHsm/index.d.ts +29 -0
- package/dist/esm/classic/dedicatedHsm/index.js +18 -0
- package/dist/esm/classic/dedicatedHsm/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +9 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +11 -0
- package/dist/esm/classic/privateEndpointConnections/index.js +12 -0
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/index.d.ts +16 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +751 -0
- package/dist/esm/models/models.js +747 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +133 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.js +76 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +169 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/azureDedicatedHSMResourceProviderContext.d.ts +19 -0
- package/dist/react-native/api/azureDedicatedHSMResourceProviderContext.js +36 -0
- package/dist/react-native/api/azureDedicatedHSMResourceProviderContext.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/index.d.ts +3 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/index.js +4 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/operations.d.ts +9 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/operations.js +42 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/operations.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/options.d.ts +7 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/options.js +4 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/options.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/index.d.ts +3 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/index.js +4 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/operations.d.ts +23 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/operations.js +109 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/operations.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/options.d.ts +13 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/options.js +4 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/options.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/index.d.ts +3 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/index.js +4 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/operations.d.ts +10 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/operations.js +36 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/operations.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/options.d.ts +5 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/options.js +4 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/options.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/index.d.ts +3 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/index.js +4 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/operations.d.ts +9 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/operations.js +42 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/operations.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/options.d.ts +7 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/options.js +4 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/options.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusters/index.d.ts +3 -0
- package/dist/react-native/api/cloudHsmClusters/index.js +4 -0
- package/dist/react-native/api/cloudHsmClusters/index.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusters/operations.d.ts +52 -0
- package/dist/react-native/api/cloudHsmClusters/operations.js +324 -0
- package/dist/react-native/api/cloudHsmClusters/operations.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusters/options.d.ts +57 -0
- package/dist/react-native/api/cloudHsmClusters/options.js +4 -0
- package/dist/react-native/api/cloudHsmClusters/options.js.map +1 -0
- package/dist/react-native/api/dedicatedHsm/index.d.ts +3 -0
- package/dist/react-native/api/dedicatedHsm/index.js +4 -0
- package/dist/react-native/api/dedicatedHsm/index.js.map +1 -0
- package/dist/react-native/api/dedicatedHsm/operations.d.ts +40 -0
- package/dist/react-native/api/dedicatedHsm/operations.js +215 -0
- package/dist/react-native/api/dedicatedHsm/operations.js.map +1 -0
- package/dist/react-native/api/dedicatedHsm/options.d.ts +33 -0
- package/dist/react-native/api/dedicatedHsm/options.js +4 -0
- package/dist/react-native/api/dedicatedHsm/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +29 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/react-native/api/privateEndpointConnections/index.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/operations.d.ts +10 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js +36 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/options.d.ts +5 -0
- package/dist/react-native/api/privateEndpointConnections/options.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/react-native/azureDedicatedHSMResourceProvider.d.ts +36 -0
- package/dist/react-native/azureDedicatedHSMResourceProvider.js +33 -0
- package/dist/react-native/azureDedicatedHSMResourceProvider.js.map +1 -0
- package/dist/react-native/classic/cloudHsmClusterBackupStatus/index.d.ts +10 -0
- package/dist/react-native/classic/cloudHsmClusterBackupStatus/index.js +12 -0
- package/dist/react-native/classic/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/react-native/classic/cloudHsmClusterPrivateEndpointConnections/index.d.ts +20 -0
- package/dist/react-native/classic/cloudHsmClusterPrivateEndpointConnections/index.js +14 -0
- package/dist/react-native/classic/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/classic/cloudHsmClusterPrivateLinkResources/index.d.ts +11 -0
- package/dist/react-native/classic/cloudHsmClusterPrivateLinkResources/index.js +12 -0
- package/dist/react-native/classic/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/react-native/classic/cloudHsmClusterRestoreStatus/index.d.ts +10 -0
- package/dist/react-native/classic/cloudHsmClusterRestoreStatus/index.js +12 -0
- package/dist/react-native/classic/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/react-native/classic/cloudHsmClusters/index.d.ts +35 -0
- package/dist/react-native/classic/cloudHsmClusters/index.js +21 -0
- package/dist/react-native/classic/cloudHsmClusters/index.js.map +1 -0
- package/dist/react-native/classic/dedicatedHsm/index.d.ts +29 -0
- package/dist/react-native/classic/dedicatedHsm/index.js +18 -0
- package/dist/react-native/classic/dedicatedHsm/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +9 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +11 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js +12 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/index.d.ts +16 -0
- package/dist/react-native/index.js +6 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +751 -0
- package/dist/react-native/models/models.js +747 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +133 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +169 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +298 -88
- package/review/arm-hardwaresecuritymodules-api-cloudHsmClusterBackupStatus.api.md +22 -0
- package/review/arm-hardwaresecuritymodules-api-cloudHsmClusterPrivateEndpointConnections.api.md +36 -0
- package/review/arm-hardwaresecuritymodules-api-cloudHsmClusterPrivateLinkResources.api.md +19 -0
- package/review/arm-hardwaresecuritymodules-api-cloudHsmClusterRestoreStatus.api.md +22 -0
- package/review/arm-hardwaresecuritymodules-api-cloudHsmClusters.api.md +96 -0
- package/review/arm-hardwaresecuritymodules-api-dedicatedHsm.api.md +68 -0
- package/review/arm-hardwaresecuritymodules-api-operations.api.md +19 -0
- package/review/arm-hardwaresecuritymodules-api-privateEndpointConnections.api.md +19 -0
- package/review/arm-hardwaresecuritymodules-api.api.md +27 -0
- package/review/arm-hardwaresecuritymodules-models.api.md +471 -0
- package/review/arm-hardwaresecuritymodules.api.md +172 -396
- package/dist/index.js +0 -4363
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterBackupStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClusterBackupStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterBackupStatusGetSample.js +0 -40
- package/dist-esm/samples-dev/cloudHsmClusterBackupStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsCreateSample.js +0 -46
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsGetSample.js +0 -40
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterSample.js +0 -55
- package/dist-esm/samples-dev/cloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterRestoreStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClusterRestoreStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterRestoreStatusGetSample.js +0 -40
- package/dist-esm/samples-dev/cloudHsmClusterRestoreStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersBackupSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersBackupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersBackupSample.js +0 -39
- package/dist-esm/samples-dev/cloudHsmClustersBackupSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersCreateOrUpdateSample.js +0 -53
- package/dist-esm/samples-dev/cloudHsmClustersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/cloudHsmClustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersGetSample.js +0 -39
- package/dist-esm/samples-dev/cloudHsmClustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/cloudHsmClustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/cloudHsmClustersListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersRestoreSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersRestoreSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersRestoreSample.js +0 -43
- package/dist-esm/samples-dev/cloudHsmClustersRestoreSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersUpdateSample.js +0 -47
- package/dist-esm/samples-dev/cloudHsmClustersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersValidateBackupPropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersValidateBackupPropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersValidateBackupPropertiesSample.js +0 -39
- package/dist-esm/samples-dev/cloudHsmClustersValidateBackupPropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersValidateRestorePropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersValidateRestorePropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersValidateRestorePropertiesSample.js +0 -46
- package/dist-esm/samples-dev/cloudHsmClustersValidateRestorePropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedHsmCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmCreateOrUpdateSample.js +0 -119
- package/dist-esm/samples-dev/dedicatedHsmCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedHsmDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmDeleteSample.js +0 -39
- package/dist-esm/samples-dev/dedicatedHsmDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedHsmGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmGetSample.js +0 -77
- package/dist-esm/samples-dev/dedicatedHsmGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedHsmListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmListByResourceGroupSample.js +0 -88
- package/dist-esm/samples-dev/dedicatedHsmListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedHsmListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmListBySubscriptionSample.js +0 -86
- package/dist-esm/samples-dev/dedicatedHsmListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmListOutboundNetworkDependenciesEndpointsSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedHsmListOutboundNetworkDependenciesEndpointsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmListOutboundNetworkDependenciesEndpointsSample.js +0 -55
- package/dist-esm/samples-dev/dedicatedHsmListOutboundNetworkDependenciesEndpointsSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedHsmUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmUpdateSample.js +0 -62
- package/dist-esm/samples-dev/dedicatedHsmUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -86
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByCloudHsmClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByCloudHsmClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByCloudHsmClusterSample.js +0 -55
- package/dist-esm/samples-dev/privateEndpointConnectionsListByCloudHsmClusterSample.js.map +0 -1
- package/dist-esm/src/azureHSMResourceProvider.d.ts +0 -27
- package/dist-esm/src/azureHSMResourceProvider.d.ts.map +0 -1
- package/dist-esm/src/azureHSMResourceProvider.js +0 -109
- package/dist-esm/src/azureHSMResourceProvider.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts +0 -11
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -1182
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -188
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -59
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -1414
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -29
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -215
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusterBackupStatus.d.ts +0 -22
- package/dist-esm/src/operations/cloudHsmClusterBackupStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusterBackupStatus.js +0 -61
- package/dist-esm/src/operations/cloudHsmClusterBackupStatus.js.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusterPrivateEndpointConnections.d.ts +0 -55
- package/dist-esm/src/operations/cloudHsmClusterPrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusterPrivateEndpointConnections.js +0 -201
- package/dist-esm/src/operations/cloudHsmClusterPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusterPrivateLinkResources.d.ts +0 -41
- package/dist-esm/src/operations/cloudHsmClusterPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusterPrivateLinkResources.js +0 -153
- package/dist-esm/src/operations/cloudHsmClusterPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusterRestoreStatus.d.ts +0 -22
- package/dist-esm/src/operations/cloudHsmClusterRestoreStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusterRestoreStatus.js +0 -61
- package/dist-esm/src/operations/cloudHsmClusterRestoreStatus.js.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusters.d.ts +0 -182
- package/dist-esm/src/operations/cloudHsmClusters.d.ts.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusters.js +0 -965
- package/dist-esm/src/operations/cloudHsmClusters.js.map +0 -1
- package/dist-esm/src/operations/dedicatedHsmOperations.d.ts +0 -134
- package/dist-esm/src/operations/dedicatedHsmOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/dedicatedHsmOperations.js +0 -681
- package/dist-esm/src/operations/dedicatedHsmOperations.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -9
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -16
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -26
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -96
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -43
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -155
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterBackupStatus.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterBackupStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterBackupStatus.js +0 -9
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterBackupStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateEndpointConnections.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateEndpointConnections.js +0 -9
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateLinkResources.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateLinkResources.js +0 -9
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterRestoreStatus.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterRestoreStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterRestoreStatus.js +0 -9
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterRestoreStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusters.d.ts +0 -145
- package/dist-esm/src/operationsInterfaces/cloudHsmClusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusters.js +0 -9
- package/dist-esm/src/operationsInterfaces/cloudHsmClusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dedicatedHsmOperations.d.ts +0 -78
- package/dist-esm/src/operationsInterfaces/dedicatedHsmOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dedicatedHsmOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/dedicatedHsmOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -9
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -16
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js +0 -9
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -15
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts +0 -13
- package/dist-esm/src/pagingHelper.d.ts.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/hardwaresecuritymodules_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/hardwaresecuritymodules_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/hardwaresecuritymodules_operations_test.spec.js +0 -77
- package/dist-esm/test/hardwaresecuritymodules_operations_test.spec.js.map +0 -1
- package/src/azureHSMResourceProvider.ts +0 -179
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1366
- package/src/models/mappers.ts +0 -1529
- package/src/models/parameters.ts +0 -255
- package/src/operations/cloudHsmClusterBackupStatus.ts +0 -82
- package/src/operations/cloudHsmClusterPrivateEndpointConnections.ts +0 -281
- package/src/operations/cloudHsmClusterPrivateLinkResources.ts +0 -206
- package/src/operations/cloudHsmClusterRestoreStatus.ts +0 -82
- package/src/operations/cloudHsmClusters.ts +0 -1283
- package/src/operations/dedicatedHsmOperations.ts +0 -888
- package/src/operations/index.ts +0 -16
- package/src/operations/operations.ts +0 -103
- package/src/operations/privateEndpointConnections.ts +0 -208
- package/src/operationsInterfaces/cloudHsmClusterBackupStatus.ts +0 -30
- package/src/operationsInterfaces/cloudHsmClusterPrivateEndpointConnections.ts +0 -89
- package/src/operationsInterfaces/cloudHsmClusterPrivateLinkResources.ts +0 -30
- package/src/operationsInterfaces/cloudHsmClusterRestoreStatus.ts +0 -30
- package/src/operationsInterfaces/cloudHsmClusters.ts +0 -279
- package/src/operationsInterfaces/dedicatedHsmOperations.ts +0 -155
- package/src/operationsInterfaces/index.ts +0 -16
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -31
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-hardwaresecuritymodules.d.ts +0 -1694
|
@@ -1,1182 +0,0 @@
|
|
|
1
|
-
import * as coreClient from "@azure/core-client";
|
|
2
|
-
/** The Cloud HSM Properties */
|
|
3
|
-
export interface CloudHsmProperties {
|
|
4
|
-
/** FQDN of the Cloud HSM */
|
|
5
|
-
fqdn?: string;
|
|
6
|
-
/** The Cloud HSM State. Values are: Deploying, ConfiguringSlb, Starting, Starting, Failed, Failed, Deleting, DeletingSlbEntry, InitialProvisioning, Updating */
|
|
7
|
-
state?: string;
|
|
8
|
-
/** The Cloud HSM State message */
|
|
9
|
-
stateMessage?: string;
|
|
10
|
-
}
|
|
11
|
-
/** The private endpoint resource. */
|
|
12
|
-
export interface PrivateEndpoint {
|
|
13
|
-
/**
|
|
14
|
-
* The ARM identifier for private endpoint.
|
|
15
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
16
|
-
*/
|
|
17
|
-
readonly id?: string;
|
|
18
|
-
}
|
|
19
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
20
|
-
export interface PrivateLinkServiceConnectionState {
|
|
21
|
-
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
22
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
|
23
|
-
/** The reason for approval/rejection of the connection. */
|
|
24
|
-
description?: string;
|
|
25
|
-
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
26
|
-
actionsRequired?: string;
|
|
27
|
-
}
|
|
28
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
29
|
-
export interface Resource {
|
|
30
|
-
/**
|
|
31
|
-
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
32
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
33
|
-
*/
|
|
34
|
-
readonly id?: string;
|
|
35
|
-
/**
|
|
36
|
-
* The name of the resource
|
|
37
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
38
|
-
*/
|
|
39
|
-
readonly name?: string;
|
|
40
|
-
/**
|
|
41
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
42
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
43
|
-
*/
|
|
44
|
-
readonly type?: string;
|
|
45
|
-
/**
|
|
46
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
47
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
48
|
-
*/
|
|
49
|
-
readonly systemData?: SystemData;
|
|
50
|
-
}
|
|
51
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
52
|
-
export interface SystemData {
|
|
53
|
-
/** The identity that created the resource. */
|
|
54
|
-
createdBy?: string;
|
|
55
|
-
/** The type of identity that created the resource. */
|
|
56
|
-
createdByType?: CreatedByType;
|
|
57
|
-
/** The timestamp of resource creation (UTC). */
|
|
58
|
-
createdAt?: Date;
|
|
59
|
-
/** The identity that last modified the resource. */
|
|
60
|
-
lastModifiedBy?: string;
|
|
61
|
-
/** The type of identity that last modified the resource. */
|
|
62
|
-
lastModifiedByType?: CreatedByType;
|
|
63
|
-
/** The timestamp of resource last modification (UTC) */
|
|
64
|
-
lastModifiedAt?: Date;
|
|
65
|
-
}
|
|
66
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
67
|
-
export interface ManagedServiceIdentity {
|
|
68
|
-
/**
|
|
69
|
-
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
70
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
71
|
-
*/
|
|
72
|
-
readonly principalId?: string;
|
|
73
|
-
/**
|
|
74
|
-
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
75
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
76
|
-
*/
|
|
77
|
-
readonly tenantId?: string;
|
|
78
|
-
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
79
|
-
type: ManagedServiceIdentityType;
|
|
80
|
-
/** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
|
|
81
|
-
userAssignedIdentities?: {
|
|
82
|
-
[propertyName: string]: UserAssignedIdentity | null;
|
|
83
|
-
};
|
|
84
|
-
}
|
|
85
|
-
/** User assigned identity properties */
|
|
86
|
-
export interface UserAssignedIdentity {
|
|
87
|
-
/**
|
|
88
|
-
* The principal ID of the assigned identity.
|
|
89
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
90
|
-
*/
|
|
91
|
-
readonly principalId?: string;
|
|
92
|
-
/**
|
|
93
|
-
* The client ID of the assigned identity.
|
|
94
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
95
|
-
*/
|
|
96
|
-
readonly clientId?: string;
|
|
97
|
-
}
|
|
98
|
-
/** Cloud Hsm Cluster SKU information */
|
|
99
|
-
export interface CloudHsmClusterSku {
|
|
100
|
-
/** Sku family of the Cloud HSM Cluster */
|
|
101
|
-
family: CloudHsmClusterSkuFamily;
|
|
102
|
-
/** Sku name of the Cloud HSM Cluster */
|
|
103
|
-
name: CloudHsmClusterSkuName;
|
|
104
|
-
/** Sku capacity */
|
|
105
|
-
capacity?: number;
|
|
106
|
-
}
|
|
107
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
108
|
-
export interface ErrorResponse {
|
|
109
|
-
/** The error object. */
|
|
110
|
-
error?: ErrorDetail;
|
|
111
|
-
}
|
|
112
|
-
/** The error detail. */
|
|
113
|
-
export interface ErrorDetail {
|
|
114
|
-
/**
|
|
115
|
-
* The error code.
|
|
116
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
117
|
-
*/
|
|
118
|
-
readonly code?: string;
|
|
119
|
-
/**
|
|
120
|
-
* The error message.
|
|
121
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
122
|
-
*/
|
|
123
|
-
readonly message?: string;
|
|
124
|
-
/**
|
|
125
|
-
* The error target.
|
|
126
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
127
|
-
*/
|
|
128
|
-
readonly target?: string;
|
|
129
|
-
/**
|
|
130
|
-
* The error details.
|
|
131
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
132
|
-
*/
|
|
133
|
-
readonly details?: ErrorDetail[];
|
|
134
|
-
/**
|
|
135
|
-
* The error additional info.
|
|
136
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
137
|
-
*/
|
|
138
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
139
|
-
}
|
|
140
|
-
/** The resource management error additional info. */
|
|
141
|
-
export interface ErrorAdditionalInfo {
|
|
142
|
-
/**
|
|
143
|
-
* The additional info type.
|
|
144
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
145
|
-
*/
|
|
146
|
-
readonly type?: string;
|
|
147
|
-
/**
|
|
148
|
-
* The additional info.
|
|
149
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
150
|
-
*/
|
|
151
|
-
readonly info?: Record<string, unknown>;
|
|
152
|
-
}
|
|
153
|
-
/** Patchable properties of the Cloud HSM Cluster */
|
|
154
|
-
export interface CloudHsmClusterPatchParameters {
|
|
155
|
-
/** The Cloud HSM Cluster's tags */
|
|
156
|
-
tags?: {
|
|
157
|
-
[propertyName: string]: string;
|
|
158
|
-
};
|
|
159
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
160
|
-
identity?: ManagedServiceIdentity;
|
|
161
|
-
}
|
|
162
|
-
/** List of Cloud HSM Clusters */
|
|
163
|
-
export interface CloudHsmClusterListResult {
|
|
164
|
-
/** The list of Cloud HSM Clusters. */
|
|
165
|
-
value?: CloudHsmCluster[];
|
|
166
|
-
/** The URL to get the next set of Cloud HSM Clusters. */
|
|
167
|
-
nextLink?: string;
|
|
168
|
-
}
|
|
169
|
-
/** A list of private link resources. */
|
|
170
|
-
export interface PrivateLinkResourceListResult {
|
|
171
|
-
/** Array of private link resources */
|
|
172
|
-
value?: PrivateLinkResource[];
|
|
173
|
-
/**
|
|
174
|
-
* URL to get the next set of operation list results (if there are any).
|
|
175
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
176
|
-
*/
|
|
177
|
-
readonly nextLink?: string;
|
|
178
|
-
}
|
|
179
|
-
/** List of private endpoint connections associated with the specified resource. */
|
|
180
|
-
export interface PrivateEndpointConnectionListResult {
|
|
181
|
-
/** Array of private endpoint connections. */
|
|
182
|
-
value?: PrivateEndpointConnection[];
|
|
183
|
-
/** The URL to get the next set of private endpoint connections. */
|
|
184
|
-
nextLink?: string;
|
|
185
|
-
}
|
|
186
|
-
/** Backup and Restore Common properties */
|
|
187
|
-
export interface BackupRestoreRequestBaseProperties {
|
|
188
|
-
/** The Azure blob storage container Uri which contains the backup */
|
|
189
|
-
azureStorageBlobContainerUri: string;
|
|
190
|
-
/** The SAS token pointing to an Azure blob storage container. This property is reserved for Azure Backup Service. */
|
|
191
|
-
token?: string;
|
|
192
|
-
}
|
|
193
|
-
/** Backup operation Result */
|
|
194
|
-
export interface BackupResult {
|
|
195
|
-
/**
|
|
196
|
-
* Status of the backup/restore operation
|
|
197
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
198
|
-
*/
|
|
199
|
-
readonly status?: BackupRestoreOperationStatus;
|
|
200
|
-
/** The status details of backup/restore operation */
|
|
201
|
-
statusDetails?: string;
|
|
202
|
-
/** Error encountered, if any, during the backup/restore operation. */
|
|
203
|
-
error?: ErrorDetail;
|
|
204
|
-
/**
|
|
205
|
-
* The start time of the backup/restore operation in UTC
|
|
206
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
207
|
-
*/
|
|
208
|
-
readonly startTime?: Date;
|
|
209
|
-
/**
|
|
210
|
-
* The end time of the backup/restore operation in UTC
|
|
211
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
212
|
-
*/
|
|
213
|
-
readonly endTime?: Date;
|
|
214
|
-
/** Identifier for the backup/restore operation. */
|
|
215
|
-
jobId?: string;
|
|
216
|
-
/** The Azure blob storage container Uri which contains the backup */
|
|
217
|
-
azureStorageBlobContainerUri?: string;
|
|
218
|
-
/** The ID of the backup. */
|
|
219
|
-
backupId?: string;
|
|
220
|
-
}
|
|
221
|
-
/** Backup and Restore operation common properties */
|
|
222
|
-
export interface BackupRestoreBaseResultProperties {
|
|
223
|
-
/**
|
|
224
|
-
* Status of the backup/restore operation
|
|
225
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
226
|
-
*/
|
|
227
|
-
readonly status?: BackupRestoreOperationStatus;
|
|
228
|
-
/** The status details of backup/restore operation */
|
|
229
|
-
statusDetails?: string;
|
|
230
|
-
/** Error encountered, if any, during the backup/restore operation. */
|
|
231
|
-
error?: ErrorDetail;
|
|
232
|
-
/**
|
|
233
|
-
* The start time of the backup/restore operation in UTC
|
|
234
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
235
|
-
*/
|
|
236
|
-
readonly startTime?: Date;
|
|
237
|
-
/**
|
|
238
|
-
* The end time of the backup/restore operation in UTC
|
|
239
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
240
|
-
*/
|
|
241
|
-
readonly endTime?: Date;
|
|
242
|
-
/** Identifier for the backup/restore operation. */
|
|
243
|
-
jobId?: string;
|
|
244
|
-
}
|
|
245
|
-
/** Restore operation properties */
|
|
246
|
-
export interface RestoreResult {
|
|
247
|
-
/** Backup and Restore operation common properties */
|
|
248
|
-
properties?: BackupRestoreBaseResultProperties;
|
|
249
|
-
}
|
|
250
|
-
/** SKU of the dedicated HSM */
|
|
251
|
-
export interface Sku {
|
|
252
|
-
/** SKU of the dedicated HSM */
|
|
253
|
-
name?: SkuName;
|
|
254
|
-
}
|
|
255
|
-
/** The network profile definition. */
|
|
256
|
-
export interface NetworkProfile {
|
|
257
|
-
/** Specifies the identifier of the subnet. */
|
|
258
|
-
subnet?: ApiEntityReference;
|
|
259
|
-
/** Specifies the list of resource Ids for the network interfaces associated with the dedicated HSM. */
|
|
260
|
-
networkInterfaces?: NetworkInterface[];
|
|
261
|
-
}
|
|
262
|
-
/** The API entity reference. */
|
|
263
|
-
export interface ApiEntityReference {
|
|
264
|
-
/** The Azure resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... */
|
|
265
|
-
resourceId?: string;
|
|
266
|
-
}
|
|
267
|
-
/** The network interface definition. */
|
|
268
|
-
export interface NetworkInterface {
|
|
269
|
-
/**
|
|
270
|
-
* The Azure resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
|
271
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
272
|
-
*/
|
|
273
|
-
readonly resourceId?: string;
|
|
274
|
-
/** Private Ip address of the interface */
|
|
275
|
-
privateIpAddress?: string;
|
|
276
|
-
}
|
|
277
|
-
/** The error exception. */
|
|
278
|
-
export interface DedicatedHsmError {
|
|
279
|
-
/**
|
|
280
|
-
* The error detail of the operation if any.
|
|
281
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
282
|
-
*/
|
|
283
|
-
readonly error?: ErrorModel;
|
|
284
|
-
}
|
|
285
|
-
/** The key vault server error. */
|
|
286
|
-
export interface ErrorModel {
|
|
287
|
-
/**
|
|
288
|
-
* The error code.
|
|
289
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
290
|
-
*/
|
|
291
|
-
readonly code?: string;
|
|
292
|
-
/**
|
|
293
|
-
* The error message.
|
|
294
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
295
|
-
*/
|
|
296
|
-
readonly message?: string;
|
|
297
|
-
/**
|
|
298
|
-
* Contains more specific error that narrows down the cause. May be null.
|
|
299
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
300
|
-
*/
|
|
301
|
-
readonly innerError?: ErrorModel;
|
|
302
|
-
}
|
|
303
|
-
/** Patchable properties of the dedicated HSM */
|
|
304
|
-
export interface DedicatedHsmPatchParameters {
|
|
305
|
-
/** Resource tags */
|
|
306
|
-
tags?: {
|
|
307
|
-
[propertyName: string]: string;
|
|
308
|
-
};
|
|
309
|
-
}
|
|
310
|
-
/** List of dedicated HSMs */
|
|
311
|
-
export interface DedicatedHsmListResult {
|
|
312
|
-
/** The list of dedicated HSMs. */
|
|
313
|
-
value?: DedicatedHsm[];
|
|
314
|
-
/** The URL to get the next set of dedicated hsms. */
|
|
315
|
-
nextLink?: string;
|
|
316
|
-
}
|
|
317
|
-
/** Collection of OutboundEnvironmentEndpoint */
|
|
318
|
-
export interface OutboundEnvironmentEndpointCollection {
|
|
319
|
-
/** Collection of resources. */
|
|
320
|
-
value: OutboundEnvironmentEndpoint[];
|
|
321
|
-
/**
|
|
322
|
-
* Link to next page of resources.
|
|
323
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
324
|
-
*/
|
|
325
|
-
readonly nextLink?: string;
|
|
326
|
-
}
|
|
327
|
-
/** Egress endpoints which dedicated hsm service connects to for common purpose. */
|
|
328
|
-
export interface OutboundEnvironmentEndpoint {
|
|
329
|
-
/** The category of endpoints accessed by the dedicated hsm service, e.g. azure-resource-management, apiserver, etc. */
|
|
330
|
-
category?: string;
|
|
331
|
-
/** The endpoints that dedicated hsm service connects to */
|
|
332
|
-
endpoints?: EndpointDependency[];
|
|
333
|
-
}
|
|
334
|
-
/** A domain name that dedicated hsm services are reaching at. */
|
|
335
|
-
export interface EndpointDependency {
|
|
336
|
-
/** The domain name of the dependency. */
|
|
337
|
-
domainName?: string;
|
|
338
|
-
/** The Ports and Protocols used when connecting to domainName. */
|
|
339
|
-
endpointDetails?: EndpointDetail[];
|
|
340
|
-
}
|
|
341
|
-
/** Connect information from the dedicated hsm service to a single endpoint. */
|
|
342
|
-
export interface EndpointDetail {
|
|
343
|
-
/** An IP Address that Domain Name currently resolves to. */
|
|
344
|
-
ipAddress?: string;
|
|
345
|
-
/** The port an endpoint is connected to. */
|
|
346
|
-
port?: number;
|
|
347
|
-
/** The protocol used for connection */
|
|
348
|
-
protocol?: string;
|
|
349
|
-
/** Description of the detail */
|
|
350
|
-
description?: string;
|
|
351
|
-
}
|
|
352
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
353
|
-
export interface OperationListResult {
|
|
354
|
-
/**
|
|
355
|
-
* List of operations supported by the resource provider
|
|
356
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
357
|
-
*/
|
|
358
|
-
readonly value?: Operation[];
|
|
359
|
-
/**
|
|
360
|
-
* URL to get the next set of operation list results (if there are any).
|
|
361
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
362
|
-
*/
|
|
363
|
-
readonly nextLink?: string;
|
|
364
|
-
}
|
|
365
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
366
|
-
export interface Operation {
|
|
367
|
-
/**
|
|
368
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
369
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
370
|
-
*/
|
|
371
|
-
readonly name?: string;
|
|
372
|
-
/**
|
|
373
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
374
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
375
|
-
*/
|
|
376
|
-
readonly isDataAction?: boolean;
|
|
377
|
-
/** Localized display information for this particular operation. */
|
|
378
|
-
display?: OperationDisplay;
|
|
379
|
-
/**
|
|
380
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
381
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
382
|
-
*/
|
|
383
|
-
readonly origin?: Origin;
|
|
384
|
-
/**
|
|
385
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
386
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
387
|
-
*/
|
|
388
|
-
readonly actionType?: ActionType;
|
|
389
|
-
}
|
|
390
|
-
/** Localized display information for this particular operation. */
|
|
391
|
-
export interface OperationDisplay {
|
|
392
|
-
/**
|
|
393
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
394
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
395
|
-
*/
|
|
396
|
-
readonly provider?: string;
|
|
397
|
-
/**
|
|
398
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
399
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
400
|
-
*/
|
|
401
|
-
readonly resource?: string;
|
|
402
|
-
/**
|
|
403
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
404
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
405
|
-
*/
|
|
406
|
-
readonly operation?: string;
|
|
407
|
-
/**
|
|
408
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
409
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
410
|
-
*/
|
|
411
|
-
readonly description?: string;
|
|
412
|
-
}
|
|
413
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
414
|
-
export interface ProxyResource extends Resource {
|
|
415
|
-
}
|
|
416
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
417
|
-
export interface TrackedResource extends Resource {
|
|
418
|
-
/** Resource tags. */
|
|
419
|
-
tags?: {
|
|
420
|
-
[propertyName: string]: string;
|
|
421
|
-
};
|
|
422
|
-
/** The geo-location where the resource lives */
|
|
423
|
-
location: string;
|
|
424
|
-
}
|
|
425
|
-
/** A private link resource. */
|
|
426
|
-
export interface PrivateLinkResource extends Resource {
|
|
427
|
-
/**
|
|
428
|
-
* The private link resource group id.
|
|
429
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
430
|
-
*/
|
|
431
|
-
readonly groupId?: string;
|
|
432
|
-
/**
|
|
433
|
-
* The private link resource required member names.
|
|
434
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
435
|
-
*/
|
|
436
|
-
readonly requiredMembers?: string[];
|
|
437
|
-
/** The private link resource private link DNS zone name. */
|
|
438
|
-
requiredZoneNames?: string[];
|
|
439
|
-
}
|
|
440
|
-
/** Backup properties */
|
|
441
|
-
export interface BackupRequestProperties extends BackupRestoreRequestBaseProperties {
|
|
442
|
-
}
|
|
443
|
-
/** Cloud Hsm Cluster restore information */
|
|
444
|
-
export interface RestoreRequestProperties extends BackupRestoreRequestBaseProperties {
|
|
445
|
-
/** An autogenerated unique string ID for labeling the backup. It contains both a UUID and a date timestamp. */
|
|
446
|
-
backupId: string;
|
|
447
|
-
}
|
|
448
|
-
/** Properties of the Cloud HSM Cluster */
|
|
449
|
-
export interface BackupResultProperties extends BackupRestoreBaseResultProperties {
|
|
450
|
-
/** The Azure blob storage container Uri which contains the backup */
|
|
451
|
-
azureStorageBlobContainerUri?: string;
|
|
452
|
-
/** The ID of the backup. */
|
|
453
|
-
backupId?: string;
|
|
454
|
-
}
|
|
455
|
-
/** The private endpoint connection resource. */
|
|
456
|
-
export interface PrivateEndpointConnection extends ProxyResource {
|
|
457
|
-
/** Modified whenever there is a change in the state of private endpoint connection. */
|
|
458
|
-
etag?: string;
|
|
459
|
-
/** The private endpoint resource. */
|
|
460
|
-
privateEndpoint?: PrivateEndpoint;
|
|
461
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
462
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
463
|
-
/**
|
|
464
|
-
* The provisioning state of the private endpoint connection resource.
|
|
465
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
466
|
-
*/
|
|
467
|
-
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
468
|
-
/**
|
|
469
|
-
* The group ids for the private endpoint resource.
|
|
470
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
471
|
-
*/
|
|
472
|
-
readonly groupIds?: string[];
|
|
473
|
-
}
|
|
474
|
-
/** Cloud HSM Cluster Resource */
|
|
475
|
-
export interface CloudHsmClusterResource extends TrackedResource {
|
|
476
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
477
|
-
identity?: ManagedServiceIdentity;
|
|
478
|
-
/** SKU details */
|
|
479
|
-
sku?: CloudHsmClusterSku;
|
|
480
|
-
}
|
|
481
|
-
/** Resource information with extended details. */
|
|
482
|
-
export interface DedicatedHsm extends TrackedResource {
|
|
483
|
-
/** SKU details */
|
|
484
|
-
sku: Sku;
|
|
485
|
-
/** The Dedicated Hsm zones. */
|
|
486
|
-
zones?: string[];
|
|
487
|
-
/** Specifies the network interfaces of the dedicated hsm. */
|
|
488
|
-
networkProfile?: NetworkProfile;
|
|
489
|
-
/** Specifies the management network interfaces of the dedicated hsm. */
|
|
490
|
-
managementNetworkProfile?: NetworkProfile;
|
|
491
|
-
/** This field will be used when RP does not support Availability zones. */
|
|
492
|
-
stampId?: string;
|
|
493
|
-
/**
|
|
494
|
-
* Resource Status Message.
|
|
495
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
496
|
-
*/
|
|
497
|
-
readonly statusMessage?: string;
|
|
498
|
-
/**
|
|
499
|
-
* Provisioning state.
|
|
500
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
501
|
-
*/
|
|
502
|
-
readonly provisioningState?: JsonWebKeyType;
|
|
503
|
-
}
|
|
504
|
-
/** Resource information with extended details. */
|
|
505
|
-
export interface CloudHsmCluster extends CloudHsmClusterResource {
|
|
506
|
-
/**
|
|
507
|
-
* State of security domain activation
|
|
508
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
509
|
-
*/
|
|
510
|
-
readonly activationState?: ActivationState;
|
|
511
|
-
/** The Cloud HSM Cluster's auto-generated Domain Name Label Scope */
|
|
512
|
-
autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;
|
|
513
|
-
/**
|
|
514
|
-
* An array of Cloud HSM Cluster's HSMs
|
|
515
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
516
|
-
*/
|
|
517
|
-
readonly hsms?: CloudHsmProperties[];
|
|
518
|
-
/**
|
|
519
|
-
* List of private endpoint connection resources
|
|
520
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
521
|
-
*/
|
|
522
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
523
|
-
/**
|
|
524
|
-
* The Cloud HSM Cluster's provisioningState
|
|
525
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
526
|
-
*/
|
|
527
|
-
readonly provisioningState?: ProvisioningState;
|
|
528
|
-
/** The Cloud HSM Cluster public network access */
|
|
529
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
530
|
-
/**
|
|
531
|
-
* Cloud HSM Cluster status message
|
|
532
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
533
|
-
*/
|
|
534
|
-
readonly statusMessage?: string;
|
|
535
|
-
}
|
|
536
|
-
/** Defines headers for CloudHsmClusters_update operation. */
|
|
537
|
-
export interface CloudHsmClustersUpdateHeaders {
|
|
538
|
-
/** The URI to poll for completion status. */
|
|
539
|
-
location?: string;
|
|
540
|
-
}
|
|
541
|
-
/** Defines headers for CloudHsmClusters_delete operation. */
|
|
542
|
-
export interface CloudHsmClustersDeleteHeaders {
|
|
543
|
-
/** The URI to poll for completion status. */
|
|
544
|
-
location?: string;
|
|
545
|
-
}
|
|
546
|
-
/** Defines headers for CloudHsmClusters_validateBackupProperties operation. */
|
|
547
|
-
export interface CloudHsmClustersValidateBackupPropertiesHeaders {
|
|
548
|
-
/** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
|
|
549
|
-
xMsRequestId?: string;
|
|
550
|
-
}
|
|
551
|
-
/** Defines headers for CloudHsmClusters_backup operation. */
|
|
552
|
-
export interface CloudHsmClustersBackupHeaders {
|
|
553
|
-
/** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
|
|
554
|
-
xMsRequestId?: string;
|
|
555
|
-
}
|
|
556
|
-
/** Defines headers for CloudHsmClusters_validateRestoreProperties operation. */
|
|
557
|
-
export interface CloudHsmClustersValidateRestorePropertiesHeaders {
|
|
558
|
-
/** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
|
|
559
|
-
xMsRequestId?: string;
|
|
560
|
-
}
|
|
561
|
-
/** Defines headers for CloudHsmClusters_restore operation. */
|
|
562
|
-
export interface CloudHsmClustersRestoreHeaders {
|
|
563
|
-
/** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
|
|
564
|
-
xMsRequestId?: string;
|
|
565
|
-
}
|
|
566
|
-
/** Defines headers for CloudHsmClusterPrivateEndpointConnections_delete operation. */
|
|
567
|
-
export interface CloudHsmClusterPrivateEndpointConnectionsDeleteHeaders {
|
|
568
|
-
/** The URI to poll for completion status. */
|
|
569
|
-
location?: string;
|
|
570
|
-
}
|
|
571
|
-
/** Defines headers for CloudHsmClusterBackupStatus_get operation. */
|
|
572
|
-
export interface CloudHsmClusterBackupStatusGetHeaders {
|
|
573
|
-
/** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
|
|
574
|
-
xMsRequestId?: string;
|
|
575
|
-
}
|
|
576
|
-
/** Defines headers for CloudHsmClusterBackupStatus_get operation. */
|
|
577
|
-
export interface CloudHsmClusterBackupStatusGetExceptionHeaders {
|
|
578
|
-
/** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
|
|
579
|
-
xMsRequestId?: string;
|
|
580
|
-
}
|
|
581
|
-
/** Defines headers for CloudHsmClusterRestoreStatus_get operation. */
|
|
582
|
-
export interface CloudHsmClusterRestoreStatusGetHeaders {
|
|
583
|
-
/** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
|
|
584
|
-
xMsRequestId?: string;
|
|
585
|
-
}
|
|
586
|
-
/** Defines headers for CloudHsmClusterRestoreStatus_get operation. */
|
|
587
|
-
export interface CloudHsmClusterRestoreStatusGetExceptionHeaders {
|
|
588
|
-
/** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
|
|
589
|
-
xMsRequestId?: string;
|
|
590
|
-
}
|
|
591
|
-
/** Defines headers for DedicatedHsm_update operation. */
|
|
592
|
-
export interface DedicatedHsmUpdateHeaders {
|
|
593
|
-
/** The URI to poll for completion status. */
|
|
594
|
-
location?: string;
|
|
595
|
-
}
|
|
596
|
-
/** Defines headers for DedicatedHsm_delete operation. */
|
|
597
|
-
export interface DedicatedHsmDeleteHeaders {
|
|
598
|
-
/** The URI to poll for completion status. */
|
|
599
|
-
location?: string;
|
|
600
|
-
}
|
|
601
|
-
/** Known values of {@link ActivationState} that the service accepts. */
|
|
602
|
-
export declare enum KnownActivationState {
|
|
603
|
-
/** NotDefined */
|
|
604
|
-
NotDefined = "NotDefined",
|
|
605
|
-
/** NotActivated */
|
|
606
|
-
NotActivated = "NotActivated",
|
|
607
|
-
/** Active */
|
|
608
|
-
Active = "Active",
|
|
609
|
-
/** Failed */
|
|
610
|
-
Failed = "Failed",
|
|
611
|
-
/** Unknown */
|
|
612
|
-
Unknown = "Unknown"
|
|
613
|
-
}
|
|
614
|
-
/**
|
|
615
|
-
* Defines values for ActivationState. \
|
|
616
|
-
* {@link KnownActivationState} can be used interchangeably with ActivationState,
|
|
617
|
-
* this enum contains the known values that the service supports.
|
|
618
|
-
* ### Known values supported by the service
|
|
619
|
-
* **NotDefined** \
|
|
620
|
-
* **NotActivated** \
|
|
621
|
-
* **Active** \
|
|
622
|
-
* **Failed** \
|
|
623
|
-
* **Unknown**
|
|
624
|
-
*/
|
|
625
|
-
export type ActivationState = string;
|
|
626
|
-
/** Known values of {@link AutoGeneratedDomainNameLabelScope} that the service accepts. */
|
|
627
|
-
export declare enum KnownAutoGeneratedDomainNameLabelScope {
|
|
628
|
-
/** TenantReuse */
|
|
629
|
-
TenantReuse = "TenantReuse",
|
|
630
|
-
/** SubscriptionReuse */
|
|
631
|
-
SubscriptionReuse = "SubscriptionReuse",
|
|
632
|
-
/** ResourceGroupReuse */
|
|
633
|
-
ResourceGroupReuse = "ResourceGroupReuse",
|
|
634
|
-
/** NoReuse */
|
|
635
|
-
NoReuse = "NoReuse"
|
|
636
|
-
}
|
|
637
|
-
/**
|
|
638
|
-
* Defines values for AutoGeneratedDomainNameLabelScope. \
|
|
639
|
-
* {@link KnownAutoGeneratedDomainNameLabelScope} can be used interchangeably with AutoGeneratedDomainNameLabelScope,
|
|
640
|
-
* this enum contains the known values that the service supports.
|
|
641
|
-
* ### Known values supported by the service
|
|
642
|
-
* **TenantReuse** \
|
|
643
|
-
* **SubscriptionReuse** \
|
|
644
|
-
* **ResourceGroupReuse** \
|
|
645
|
-
* **NoReuse**
|
|
646
|
-
*/
|
|
647
|
-
export type AutoGeneratedDomainNameLabelScope = string;
|
|
648
|
-
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
649
|
-
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
650
|
-
/** Pending */
|
|
651
|
-
Pending = "Pending",
|
|
652
|
-
/** Approved */
|
|
653
|
-
Approved = "Approved",
|
|
654
|
-
/** Rejected */
|
|
655
|
-
Rejected = "Rejected"
|
|
656
|
-
}
|
|
657
|
-
/**
|
|
658
|
-
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
|
659
|
-
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
660
|
-
* this enum contains the known values that the service supports.
|
|
661
|
-
* ### Known values supported by the service
|
|
662
|
-
* **Pending** \
|
|
663
|
-
* **Approved** \
|
|
664
|
-
* **Rejected**
|
|
665
|
-
*/
|
|
666
|
-
export type PrivateEndpointServiceConnectionStatus = string;
|
|
667
|
-
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
668
|
-
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
669
|
-
/** Succeeded */
|
|
670
|
-
Succeeded = "Succeeded",
|
|
671
|
-
/** Creating */
|
|
672
|
-
Creating = "Creating",
|
|
673
|
-
/** Deleting */
|
|
674
|
-
Deleting = "Deleting",
|
|
675
|
-
/** Failed */
|
|
676
|
-
Failed = "Failed",
|
|
677
|
-
/** Updating */
|
|
678
|
-
Updating = "Updating",
|
|
679
|
-
/** InternalError */
|
|
680
|
-
InternalError = "InternalError",
|
|
681
|
-
/** Canceled */
|
|
682
|
-
Canceled = "Canceled"
|
|
683
|
-
}
|
|
684
|
-
/**
|
|
685
|
-
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
|
686
|
-
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
687
|
-
* this enum contains the known values that the service supports.
|
|
688
|
-
* ### Known values supported by the service
|
|
689
|
-
* **Succeeded** \
|
|
690
|
-
* **Creating** \
|
|
691
|
-
* **Deleting** \
|
|
692
|
-
* **Failed** \
|
|
693
|
-
* **Updating** \
|
|
694
|
-
* **InternalError** \
|
|
695
|
-
* **Canceled**
|
|
696
|
-
*/
|
|
697
|
-
export type PrivateEndpointConnectionProvisioningState = string;
|
|
698
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
699
|
-
export declare enum KnownCreatedByType {
|
|
700
|
-
/** User */
|
|
701
|
-
User = "User",
|
|
702
|
-
/** Application */
|
|
703
|
-
Application = "Application",
|
|
704
|
-
/** ManagedIdentity */
|
|
705
|
-
ManagedIdentity = "ManagedIdentity",
|
|
706
|
-
/** Key */
|
|
707
|
-
Key = "Key"
|
|
708
|
-
}
|
|
709
|
-
/**
|
|
710
|
-
* Defines values for CreatedByType. \
|
|
711
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
712
|
-
* this enum contains the known values that the service supports.
|
|
713
|
-
* ### Known values supported by the service
|
|
714
|
-
* **User** \
|
|
715
|
-
* **Application** \
|
|
716
|
-
* **ManagedIdentity** \
|
|
717
|
-
* **Key**
|
|
718
|
-
*/
|
|
719
|
-
export type CreatedByType = string;
|
|
720
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
721
|
-
export declare enum KnownProvisioningState {
|
|
722
|
-
/** Provisioning */
|
|
723
|
-
Provisioning = "Provisioning",
|
|
724
|
-
/** Succeeded */
|
|
725
|
-
Succeeded = "Succeeded",
|
|
726
|
-
/** Failed */
|
|
727
|
-
Failed = "Failed",
|
|
728
|
-
/** Deleting */
|
|
729
|
-
Deleting = "Deleting",
|
|
730
|
-
/** Canceled */
|
|
731
|
-
Canceled = "Canceled"
|
|
732
|
-
}
|
|
733
|
-
/**
|
|
734
|
-
* Defines values for ProvisioningState. \
|
|
735
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
736
|
-
* this enum contains the known values that the service supports.
|
|
737
|
-
* ### Known values supported by the service
|
|
738
|
-
* **Provisioning** \
|
|
739
|
-
* **Succeeded** \
|
|
740
|
-
* **Failed** \
|
|
741
|
-
* **Deleting** \
|
|
742
|
-
* **Canceled**
|
|
743
|
-
*/
|
|
744
|
-
export type ProvisioningState = string;
|
|
745
|
-
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
746
|
-
export declare enum KnownPublicNetworkAccess {
|
|
747
|
-
/** Disabled */
|
|
748
|
-
Disabled = "Disabled"
|
|
749
|
-
}
|
|
750
|
-
/**
|
|
751
|
-
* Defines values for PublicNetworkAccess. \
|
|
752
|
-
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
753
|
-
* this enum contains the known values that the service supports.
|
|
754
|
-
* ### Known values supported by the service
|
|
755
|
-
* **Disabled**
|
|
756
|
-
*/
|
|
757
|
-
export type PublicNetworkAccess = string;
|
|
758
|
-
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
759
|
-
export declare enum KnownManagedServiceIdentityType {
|
|
760
|
-
/** None */
|
|
761
|
-
None = "None",
|
|
762
|
-
/** SystemAssigned */
|
|
763
|
-
SystemAssigned = "SystemAssigned",
|
|
764
|
-
/** UserAssigned */
|
|
765
|
-
UserAssigned = "UserAssigned",
|
|
766
|
-
/** SystemAssignedUserAssigned */
|
|
767
|
-
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
768
|
-
}
|
|
769
|
-
/**
|
|
770
|
-
* Defines values for ManagedServiceIdentityType. \
|
|
771
|
-
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
772
|
-
* this enum contains the known values that the service supports.
|
|
773
|
-
* ### Known values supported by the service
|
|
774
|
-
* **None** \
|
|
775
|
-
* **SystemAssigned** \
|
|
776
|
-
* **UserAssigned** \
|
|
777
|
-
* **SystemAssigned,UserAssigned**
|
|
778
|
-
*/
|
|
779
|
-
export type ManagedServiceIdentityType = string;
|
|
780
|
-
/** Known values of {@link CloudHsmClusterSkuFamily} that the service accepts. */
|
|
781
|
-
export declare enum KnownCloudHsmClusterSkuFamily {
|
|
782
|
-
/** B */
|
|
783
|
-
B = "B"
|
|
784
|
-
}
|
|
785
|
-
/**
|
|
786
|
-
* Defines values for CloudHsmClusterSkuFamily. \
|
|
787
|
-
* {@link KnownCloudHsmClusterSkuFamily} can be used interchangeably with CloudHsmClusterSkuFamily,
|
|
788
|
-
* this enum contains the known values that the service supports.
|
|
789
|
-
* ### Known values supported by the service
|
|
790
|
-
* **B**
|
|
791
|
-
*/
|
|
792
|
-
export type CloudHsmClusterSkuFamily = string;
|
|
793
|
-
/** Known values of {@link BackupRestoreOperationStatus} that the service accepts. */
|
|
794
|
-
export declare enum KnownBackupRestoreOperationStatus {
|
|
795
|
-
/** InProgress */
|
|
796
|
-
InProgress = "InProgress",
|
|
797
|
-
/** Succeeded */
|
|
798
|
-
Succeeded = "Succeeded",
|
|
799
|
-
/** Failed */
|
|
800
|
-
Failed = "Failed",
|
|
801
|
-
/** Cancelled */
|
|
802
|
-
Cancelled = "Cancelled"
|
|
803
|
-
}
|
|
804
|
-
/**
|
|
805
|
-
* Defines values for BackupRestoreOperationStatus. \
|
|
806
|
-
* {@link KnownBackupRestoreOperationStatus} can be used interchangeably with BackupRestoreOperationStatus,
|
|
807
|
-
* this enum contains the known values that the service supports.
|
|
808
|
-
* ### Known values supported by the service
|
|
809
|
-
* **InProgress** \
|
|
810
|
-
* **Succeeded** \
|
|
811
|
-
* **Failed** \
|
|
812
|
-
* **Cancelled**
|
|
813
|
-
*/
|
|
814
|
-
export type BackupRestoreOperationStatus = string;
|
|
815
|
-
/** Known values of {@link SkuName} that the service accepts. */
|
|
816
|
-
export declare enum KnownSkuName {
|
|
817
|
-
/** The dedicated HSM is a Safenet Luna Network HSM A790 device. */
|
|
818
|
-
SafeNetLunaNetworkHSMA790 = "SafeNet Luna Network HSM A790",
|
|
819
|
-
/** 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. */
|
|
820
|
-
PayShield10KLMK1CPS60 = "payShield10K_LMK1_CPS60",
|
|
821
|
-
/** 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. */
|
|
822
|
-
PayShield10KLMK1CPS250 = "payShield10K_LMK1_CPS250",
|
|
823
|
-
/** 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. */
|
|
824
|
-
PayShield10KLMK1CPS2500 = "payShield10K_LMK1_CPS2500",
|
|
825
|
-
/** 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. */
|
|
826
|
-
PayShield10KLMK2CPS60 = "payShield10K_LMK2_CPS60",
|
|
827
|
-
/** 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. */
|
|
828
|
-
PayShield10KLMK2CPS250 = "payShield10K_LMK2_CPS250",
|
|
829
|
-
/** 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. */
|
|
830
|
-
PayShield10KLMK2CPS2500 = "payShield10K_LMK2_CPS2500"
|
|
831
|
-
}
|
|
832
|
-
/**
|
|
833
|
-
* Defines values for SkuName. \
|
|
834
|
-
* {@link KnownSkuName} can be used interchangeably with SkuName,
|
|
835
|
-
* this enum contains the known values that the service supports.
|
|
836
|
-
* ### Known values supported by the service
|
|
837
|
-
* **SafeNet Luna Network HSM A790**: The dedicated HSM is a Safenet Luna Network HSM A790 device. \
|
|
838
|
-
* **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. \
|
|
839
|
-
* **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. \
|
|
840
|
-
* **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. \
|
|
841
|
-
* **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. \
|
|
842
|
-
* **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. \
|
|
843
|
-
* **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.
|
|
844
|
-
*/
|
|
845
|
-
export type SkuName = string;
|
|
846
|
-
/** Known values of {@link JsonWebKeyType} that the service accepts. */
|
|
847
|
-
export declare enum KnownJsonWebKeyType {
|
|
848
|
-
/** The dedicated HSM has been fully provisioned. */
|
|
849
|
-
Succeeded = "Succeeded",
|
|
850
|
-
/** The dedicated HSM is currently being provisioned. */
|
|
851
|
-
Provisioning = "Provisioning",
|
|
852
|
-
/** A device is currently being allocated for the dedicated HSM resource. */
|
|
853
|
-
Allocating = "Allocating",
|
|
854
|
-
/** The dedicated HSM is being connected to the virtual network. */
|
|
855
|
-
Connecting = "Connecting",
|
|
856
|
-
/** Provisioning of the dedicated HSM has failed. */
|
|
857
|
-
Failed = "Failed",
|
|
858
|
-
/** Validating the subscription has sufficient quota to allocate a dedicated HSM device. */
|
|
859
|
-
CheckingQuota = "CheckingQuota",
|
|
860
|
-
/** The dedicated HSM is currently being deleted. */
|
|
861
|
-
Deleting = "Deleting"
|
|
862
|
-
}
|
|
863
|
-
/**
|
|
864
|
-
* Defines values for JsonWebKeyType. \
|
|
865
|
-
* {@link KnownJsonWebKeyType} can be used interchangeably with JsonWebKeyType,
|
|
866
|
-
* this enum contains the known values that the service supports.
|
|
867
|
-
* ### Known values supported by the service
|
|
868
|
-
* **Succeeded**: The dedicated HSM has been fully provisioned. \
|
|
869
|
-
* **Provisioning**: The dedicated HSM is currently being provisioned. \
|
|
870
|
-
* **Allocating**: A device is currently being allocated for the dedicated HSM resource. \
|
|
871
|
-
* **Connecting**: The dedicated HSM is being connected to the virtual network. \
|
|
872
|
-
* **Failed**: Provisioning of the dedicated HSM has failed. \
|
|
873
|
-
* **CheckingQuota**: Validating the subscription has sufficient quota to allocate a dedicated HSM device. \
|
|
874
|
-
* **Deleting**: The dedicated HSM is currently being deleted.
|
|
875
|
-
*/
|
|
876
|
-
export type JsonWebKeyType = string;
|
|
877
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
878
|
-
export declare enum KnownOrigin {
|
|
879
|
-
/** User */
|
|
880
|
-
User = "user",
|
|
881
|
-
/** System */
|
|
882
|
-
System = "system",
|
|
883
|
-
/** UserSystem */
|
|
884
|
-
UserSystem = "user,system"
|
|
885
|
-
}
|
|
886
|
-
/**
|
|
887
|
-
* Defines values for Origin. \
|
|
888
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
889
|
-
* this enum contains the known values that the service supports.
|
|
890
|
-
* ### Known values supported by the service
|
|
891
|
-
* **user** \
|
|
892
|
-
* **system** \
|
|
893
|
-
* **user,system**
|
|
894
|
-
*/
|
|
895
|
-
export type Origin = string;
|
|
896
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
897
|
-
export declare enum KnownActionType {
|
|
898
|
-
/** Internal */
|
|
899
|
-
Internal = "Internal"
|
|
900
|
-
}
|
|
901
|
-
/**
|
|
902
|
-
* Defines values for ActionType. \
|
|
903
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
904
|
-
* this enum contains the known values that the service supports.
|
|
905
|
-
* ### Known values supported by the service
|
|
906
|
-
* **Internal**
|
|
907
|
-
*/
|
|
908
|
-
export type ActionType = string;
|
|
909
|
-
/** Known values of {@link IdentityType} that the service accepts. */
|
|
910
|
-
export declare enum KnownIdentityType {
|
|
911
|
-
/** User */
|
|
912
|
-
User = "User",
|
|
913
|
-
/** Application */
|
|
914
|
-
Application = "Application",
|
|
915
|
-
/** ManagedIdentity */
|
|
916
|
-
ManagedIdentity = "ManagedIdentity",
|
|
917
|
-
/** Key */
|
|
918
|
-
Key = "Key"
|
|
919
|
-
}
|
|
920
|
-
/**
|
|
921
|
-
* Defines values for IdentityType. \
|
|
922
|
-
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
923
|
-
* this enum contains the known values that the service supports.
|
|
924
|
-
* ### Known values supported by the service
|
|
925
|
-
* **User** \
|
|
926
|
-
* **Application** \
|
|
927
|
-
* **ManagedIdentity** \
|
|
928
|
-
* **Key**
|
|
929
|
-
*/
|
|
930
|
-
export type IdentityType = string;
|
|
931
|
-
/** Defines values for CloudHsmClusterSkuName. */
|
|
932
|
-
export type CloudHsmClusterSkuName = "Standard_B1" | "Standard B10";
|
|
933
|
-
/** Optional parameters. */
|
|
934
|
-
export interface CloudHsmClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
935
|
-
/** Resource tags. */
|
|
936
|
-
tags?: {
|
|
937
|
-
[propertyName: string]: string;
|
|
938
|
-
};
|
|
939
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
940
|
-
identity?: ManagedServiceIdentity;
|
|
941
|
-
/** SKU details */
|
|
942
|
-
sku?: CloudHsmClusterSku;
|
|
943
|
-
/** The Cloud HSM Cluster's auto-generated Domain Name Label Scope */
|
|
944
|
-
autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;
|
|
945
|
-
/** The Cloud HSM Cluster public network access */
|
|
946
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
947
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
948
|
-
updateIntervalInMs?: number;
|
|
949
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
950
|
-
resumeFrom?: string;
|
|
951
|
-
}
|
|
952
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
953
|
-
export type CloudHsmClustersCreateOrUpdateResponse = CloudHsmCluster;
|
|
954
|
-
/** Optional parameters. */
|
|
955
|
-
export interface CloudHsmClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
956
|
-
/** The Cloud HSM Cluster's tags */
|
|
957
|
-
tags?: {
|
|
958
|
-
[propertyName: string]: string;
|
|
959
|
-
};
|
|
960
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
961
|
-
identity?: ManagedServiceIdentity;
|
|
962
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
963
|
-
updateIntervalInMs?: number;
|
|
964
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
965
|
-
resumeFrom?: string;
|
|
966
|
-
}
|
|
967
|
-
/** Contains response data for the update operation. */
|
|
968
|
-
export type CloudHsmClustersUpdateResponse = CloudHsmCluster;
|
|
969
|
-
/** Optional parameters. */
|
|
970
|
-
export interface CloudHsmClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
971
|
-
}
|
|
972
|
-
/** Contains response data for the get operation. */
|
|
973
|
-
export type CloudHsmClustersGetResponse = CloudHsmCluster;
|
|
974
|
-
/** Optional parameters. */
|
|
975
|
-
export interface CloudHsmClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
976
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
977
|
-
updateIntervalInMs?: number;
|
|
978
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
979
|
-
resumeFrom?: string;
|
|
980
|
-
}
|
|
981
|
-
/** Contains response data for the delete operation. */
|
|
982
|
-
export type CloudHsmClustersDeleteResponse = CloudHsmClustersDeleteHeaders;
|
|
983
|
-
/** Optional parameters. */
|
|
984
|
-
export interface CloudHsmClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
985
|
-
/** The page-continuation token to use with a paged version of this API */
|
|
986
|
-
skiptoken?: string;
|
|
987
|
-
}
|
|
988
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
989
|
-
export type CloudHsmClustersListByResourceGroupResponse = CloudHsmClusterListResult;
|
|
990
|
-
/** Optional parameters. */
|
|
991
|
-
export interface CloudHsmClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
992
|
-
/** The page-continuation token to use with a paged version of this API */
|
|
993
|
-
skiptoken?: string;
|
|
994
|
-
}
|
|
995
|
-
/** Contains response data for the listBySubscription operation. */
|
|
996
|
-
export type CloudHsmClustersListBySubscriptionResponse = CloudHsmClusterListResult;
|
|
997
|
-
/** Optional parameters. */
|
|
998
|
-
export interface CloudHsmClustersValidateBackupPropertiesOptionalParams extends coreClient.OperationOptions {
|
|
999
|
-
/** Backup Operation Required properties */
|
|
1000
|
-
backupRequestProperties?: BackupRequestProperties;
|
|
1001
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1002
|
-
updateIntervalInMs?: number;
|
|
1003
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1004
|
-
resumeFrom?: string;
|
|
1005
|
-
}
|
|
1006
|
-
/** Contains response data for the validateBackupProperties operation. */
|
|
1007
|
-
export type CloudHsmClustersValidateBackupPropertiesResponse = CloudHsmClustersValidateBackupPropertiesHeaders & BackupResult;
|
|
1008
|
-
/** Optional parameters. */
|
|
1009
|
-
export interface CloudHsmClustersBackupOptionalParams extends coreClient.OperationOptions {
|
|
1010
|
-
/** Azure storage Resource Uri */
|
|
1011
|
-
backupRequestProperties?: BackupRequestProperties;
|
|
1012
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1013
|
-
updateIntervalInMs?: number;
|
|
1014
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1015
|
-
resumeFrom?: string;
|
|
1016
|
-
}
|
|
1017
|
-
/** Contains response data for the backup operation. */
|
|
1018
|
-
export type CloudHsmClustersBackupResponse = CloudHsmClustersBackupHeaders & BackupResult;
|
|
1019
|
-
/** Optional parameters. */
|
|
1020
|
-
export interface CloudHsmClustersValidateRestorePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
1021
|
-
/** Optional Parameters to validate prior performing a restore operation. */
|
|
1022
|
-
restoreRequestProperties?: RestoreRequestProperties;
|
|
1023
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1024
|
-
updateIntervalInMs?: number;
|
|
1025
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1026
|
-
resumeFrom?: string;
|
|
1027
|
-
}
|
|
1028
|
-
/** Contains response data for the validateRestoreProperties operation. */
|
|
1029
|
-
export type CloudHsmClustersValidateRestorePropertiesResponse = CloudHsmClustersValidateRestorePropertiesHeaders & RestoreResult;
|
|
1030
|
-
/** Optional parameters. */
|
|
1031
|
-
export interface CloudHsmClustersRestoreOptionalParams extends coreClient.OperationOptions {
|
|
1032
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1033
|
-
updateIntervalInMs?: number;
|
|
1034
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1035
|
-
resumeFrom?: string;
|
|
1036
|
-
}
|
|
1037
|
-
/** Contains response data for the restore operation. */
|
|
1038
|
-
export type CloudHsmClustersRestoreResponse = CloudHsmClustersRestoreHeaders & RestoreResult;
|
|
1039
|
-
/** Optional parameters. */
|
|
1040
|
-
export interface CloudHsmClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1041
|
-
}
|
|
1042
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1043
|
-
export type CloudHsmClustersListByResourceGroupNextResponse = CloudHsmClusterListResult;
|
|
1044
|
-
/** Optional parameters. */
|
|
1045
|
-
export interface CloudHsmClustersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1046
|
-
}
|
|
1047
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1048
|
-
export type CloudHsmClustersListBySubscriptionNextResponse = CloudHsmClusterListResult;
|
|
1049
|
-
/** Optional parameters. */
|
|
1050
|
-
export interface CloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterOptionalParams extends coreClient.OperationOptions {
|
|
1051
|
-
}
|
|
1052
|
-
/** Contains response data for the listByCloudHsmCluster operation. */
|
|
1053
|
-
export type CloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterResponse = PrivateLinkResourceListResult;
|
|
1054
|
-
/** Optional parameters. */
|
|
1055
|
-
export interface CloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
1056
|
-
}
|
|
1057
|
-
/** Contains response data for the listByCloudHsmClusterNext operation. */
|
|
1058
|
-
export type CloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterNextResponse = PrivateLinkResourceListResult;
|
|
1059
|
-
/** Optional parameters. */
|
|
1060
|
-
export interface CloudHsmClusterPrivateEndpointConnectionsCreateOptionalParams extends coreClient.OperationOptions {
|
|
1061
|
-
}
|
|
1062
|
-
/** Contains response data for the create operation. */
|
|
1063
|
-
export type CloudHsmClusterPrivateEndpointConnectionsCreateResponse = PrivateEndpointConnection;
|
|
1064
|
-
/** Optional parameters. */
|
|
1065
|
-
export interface CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1066
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1067
|
-
updateIntervalInMs?: number;
|
|
1068
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1069
|
-
resumeFrom?: string;
|
|
1070
|
-
}
|
|
1071
|
-
/** Contains response data for the delete operation. */
|
|
1072
|
-
export type CloudHsmClusterPrivateEndpointConnectionsDeleteResponse = CloudHsmClusterPrivateEndpointConnectionsDeleteHeaders;
|
|
1073
|
-
/** Optional parameters. */
|
|
1074
|
-
export interface CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1075
|
-
}
|
|
1076
|
-
/** Contains response data for the get operation. */
|
|
1077
|
-
export type CloudHsmClusterPrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
1078
|
-
/** Optional parameters. */
|
|
1079
|
-
export interface PrivateEndpointConnectionsListByCloudHsmClusterOptionalParams extends coreClient.OperationOptions {
|
|
1080
|
-
}
|
|
1081
|
-
/** Contains response data for the listByCloudHsmCluster operation. */
|
|
1082
|
-
export type PrivateEndpointConnectionsListByCloudHsmClusterResponse = PrivateEndpointConnectionListResult;
|
|
1083
|
-
/** Optional parameters. */
|
|
1084
|
-
export interface PrivateEndpointConnectionsListByCloudHsmClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
1085
|
-
}
|
|
1086
|
-
/** Contains response data for the listByCloudHsmClusterNext operation. */
|
|
1087
|
-
export type PrivateEndpointConnectionsListByCloudHsmClusterNextResponse = PrivateEndpointConnectionListResult;
|
|
1088
|
-
/** Optional parameters. */
|
|
1089
|
-
export interface CloudHsmClusterBackupStatusGetOptionalParams extends coreClient.OperationOptions {
|
|
1090
|
-
}
|
|
1091
|
-
/** Contains response data for the get operation. */
|
|
1092
|
-
export type CloudHsmClusterBackupStatusGetResponse = CloudHsmClusterBackupStatusGetHeaders & BackupResult;
|
|
1093
|
-
/** Optional parameters. */
|
|
1094
|
-
export interface CloudHsmClusterRestoreStatusGetOptionalParams extends coreClient.OperationOptions {
|
|
1095
|
-
}
|
|
1096
|
-
/** Contains response data for the get operation. */
|
|
1097
|
-
export type CloudHsmClusterRestoreStatusGetResponse = CloudHsmClusterRestoreStatusGetHeaders & RestoreResult;
|
|
1098
|
-
/** Optional parameters. */
|
|
1099
|
-
export interface DedicatedHsmCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1100
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1101
|
-
updateIntervalInMs?: number;
|
|
1102
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1103
|
-
resumeFrom?: string;
|
|
1104
|
-
}
|
|
1105
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1106
|
-
export type DedicatedHsmCreateOrUpdateResponse = DedicatedHsm;
|
|
1107
|
-
/** Optional parameters. */
|
|
1108
|
-
export interface DedicatedHsmUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1109
|
-
/** Resource tags */
|
|
1110
|
-
tags?: {
|
|
1111
|
-
[propertyName: string]: string;
|
|
1112
|
-
};
|
|
1113
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1114
|
-
updateIntervalInMs?: number;
|
|
1115
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1116
|
-
resumeFrom?: string;
|
|
1117
|
-
}
|
|
1118
|
-
/** Contains response data for the update operation. */
|
|
1119
|
-
export type DedicatedHsmUpdateResponse = DedicatedHsm;
|
|
1120
|
-
/** Optional parameters. */
|
|
1121
|
-
export interface DedicatedHsmDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1122
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1123
|
-
updateIntervalInMs?: number;
|
|
1124
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1125
|
-
resumeFrom?: string;
|
|
1126
|
-
}
|
|
1127
|
-
/** Contains response data for the delete operation. */
|
|
1128
|
-
export type DedicatedHsmDeleteResponse = DedicatedHsmDeleteHeaders;
|
|
1129
|
-
/** Optional parameters. */
|
|
1130
|
-
export interface DedicatedHsmGetOptionalParams extends coreClient.OperationOptions {
|
|
1131
|
-
}
|
|
1132
|
-
/** Contains response data for the get operation. */
|
|
1133
|
-
export type DedicatedHsmGetResponse = DedicatedHsm;
|
|
1134
|
-
/** Optional parameters. */
|
|
1135
|
-
export interface DedicatedHsmListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1136
|
-
/** Maximum number of results to return. */
|
|
1137
|
-
top?: number;
|
|
1138
|
-
}
|
|
1139
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
1140
|
-
export type DedicatedHsmListByResourceGroupResponse = DedicatedHsmListResult;
|
|
1141
|
-
/** Optional parameters. */
|
|
1142
|
-
export interface DedicatedHsmListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1143
|
-
/** Maximum number of results to return. */
|
|
1144
|
-
top?: number;
|
|
1145
|
-
}
|
|
1146
|
-
/** Contains response data for the listBySubscription operation. */
|
|
1147
|
-
export type DedicatedHsmListBySubscriptionResponse = DedicatedHsmListResult;
|
|
1148
|
-
/** Optional parameters. */
|
|
1149
|
-
export interface DedicatedHsmListOutboundNetworkDependenciesEndpointsOptionalParams extends coreClient.OperationOptions {
|
|
1150
|
-
}
|
|
1151
|
-
/** Contains response data for the listOutboundNetworkDependenciesEndpoints operation. */
|
|
1152
|
-
export type DedicatedHsmListOutboundNetworkDependenciesEndpointsResponse = OutboundEnvironmentEndpointCollection;
|
|
1153
|
-
/** Optional parameters. */
|
|
1154
|
-
export interface DedicatedHsmListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1155
|
-
}
|
|
1156
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1157
|
-
export type DedicatedHsmListByResourceGroupNextResponse = DedicatedHsmListResult;
|
|
1158
|
-
/** Optional parameters. */
|
|
1159
|
-
export interface DedicatedHsmListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1160
|
-
}
|
|
1161
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1162
|
-
export type DedicatedHsmListBySubscriptionNextResponse = DedicatedHsmListResult;
|
|
1163
|
-
/** Optional parameters. */
|
|
1164
|
-
export interface DedicatedHsmListOutboundNetworkDependenciesEndpointsNextOptionalParams extends coreClient.OperationOptions {
|
|
1165
|
-
}
|
|
1166
|
-
/** Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation. */
|
|
1167
|
-
export type DedicatedHsmListOutboundNetworkDependenciesEndpointsNextResponse = OutboundEnvironmentEndpointCollection;
|
|
1168
|
-
/** Optional parameters. */
|
|
1169
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1170
|
-
}
|
|
1171
|
-
/** Contains response data for the list operation. */
|
|
1172
|
-
export type OperationsListResponse = OperationListResult;
|
|
1173
|
-
/** Optional parameters. */
|
|
1174
|
-
export interface AzureHSMResourceProviderOptionalParams extends coreClient.ServiceClientOptions {
|
|
1175
|
-
/** server parameter */
|
|
1176
|
-
$host?: string;
|
|
1177
|
-
/** Api Version */
|
|
1178
|
-
apiVersion?: string;
|
|
1179
|
-
/** Overrides client endpoint. */
|
|
1180
|
-
endpoint?: string;
|
|
1181
|
-
}
|
|
1182
|
-
//# sourceMappingURL=index.d.ts.map
|