@azure/arm-hardwaresecuritymodules 2.0.0-beta.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +272 -2
- package/LICENSE +3 -3
- package/README.md +39 -33
- package/dist/browser/api/azureDedicatedHSMResourceProviderContext.d.ts +19 -0
- package/dist/browser/api/azureDedicatedHSMResourceProviderContext.js +36 -0
- package/dist/browser/api/azureDedicatedHSMResourceProviderContext.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/index.d.ts +3 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/index.js +4 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/operations.d.ts +9 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/operations.js +42 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/operations.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/options.d.ts +7 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/options.js +4 -0
- package/dist/browser/api/cloudHsmClusterBackupStatus/options.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/index.js +4 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/operations.d.ts +23 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/operations.js +109 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/options.d.ts +13 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/options.js +4 -0
- package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/options.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/index.js +4 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/operations.d.ts +10 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/operations.js +36 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/options.d.ts +5 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/options.js +4 -0
- package/dist/browser/api/cloudHsmClusterPrivateLinkResources/options.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/index.d.ts +3 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/index.js +4 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/operations.d.ts +9 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/operations.js +42 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/operations.js.map +1 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/options.d.ts +7 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/options.js +4 -0
- package/dist/browser/api/cloudHsmClusterRestoreStatus/options.js.map +1 -0
- package/dist/browser/api/cloudHsmClusters/index.d.ts +3 -0
- package/dist/browser/api/cloudHsmClusters/index.js +4 -0
- package/dist/browser/api/cloudHsmClusters/index.js.map +1 -0
- package/dist/browser/api/cloudHsmClusters/operations.d.ts +52 -0
- package/dist/browser/api/cloudHsmClusters/operations.js +324 -0
- package/dist/browser/api/cloudHsmClusters/operations.js.map +1 -0
- package/dist/browser/api/cloudHsmClusters/options.d.ts +57 -0
- package/dist/browser/api/cloudHsmClusters/options.js +4 -0
- package/dist/browser/api/cloudHsmClusters/options.js.map +1 -0
- package/dist/browser/api/dedicatedHsm/index.d.ts +3 -0
- package/dist/browser/api/dedicatedHsm/index.js +4 -0
- package/dist/browser/api/dedicatedHsm/index.js.map +1 -0
- package/dist/browser/api/dedicatedHsm/operations.d.ts +40 -0
- package/dist/browser/api/dedicatedHsm/operations.js +215 -0
- package/dist/browser/api/dedicatedHsm/operations.js.map +1 -0
- package/dist/browser/api/dedicatedHsm/options.d.ts +33 -0
- package/dist/browser/api/dedicatedHsm/options.js +4 -0
- package/dist/browser/api/dedicatedHsm/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +29 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/privateEndpointConnections/index.js +4 -0
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +10 -0
- package/dist/browser/api/privateEndpointConnections/operations.js +36 -0
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/options.d.ts +5 -0
- package/dist/browser/api/privateEndpointConnections/options.js +4 -0
- package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/browser/azureDedicatedHSMResourceProvider.d.ts +36 -0
- package/dist/browser/azureDedicatedHSMResourceProvider.js +33 -0
- package/dist/browser/azureDedicatedHSMResourceProvider.js.map +1 -0
- package/dist/browser/classic/cloudHsmClusterBackupStatus/index.d.ts +10 -0
- package/dist/browser/classic/cloudHsmClusterBackupStatus/index.js +12 -0
- package/dist/browser/classic/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/browser/classic/cloudHsmClusterPrivateEndpointConnections/index.d.ts +20 -0
- package/dist/browser/classic/cloudHsmClusterPrivateEndpointConnections/index.js +14 -0
- package/dist/browser/classic/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/cloudHsmClusterPrivateLinkResources/index.d.ts +11 -0
- package/dist/browser/classic/cloudHsmClusterPrivateLinkResources/index.js +12 -0
- package/dist/browser/classic/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/cloudHsmClusterRestoreStatus/index.d.ts +10 -0
- package/dist/browser/classic/cloudHsmClusterRestoreStatus/index.js +12 -0
- package/dist/browser/classic/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/browser/classic/cloudHsmClusters/index.d.ts +35 -0
- package/dist/browser/classic/cloudHsmClusters/index.js +21 -0
- package/dist/browser/classic/cloudHsmClusters/index.js.map +1 -0
- package/dist/browser/classic/dedicatedHsm/index.d.ts +29 -0
- package/dist/browser/classic/dedicatedHsm/index.js +18 -0
- package/dist/browser/classic/dedicatedHsm/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +9 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +11 -0
- package/dist/browser/classic/privateEndpointConnections/index.js +12 -0
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/index.d.ts +16 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +751 -0
- package/dist/browser/models/models.js +747 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +133 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.js +76 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +169 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/azureDedicatedHSMResourceProviderContext.d.ts +19 -0
- package/dist/commonjs/api/azureDedicatedHSMResourceProviderContext.js +39 -0
- package/dist/commonjs/api/azureDedicatedHSMResourceProviderContext.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/index.d.ts +3 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/index.js +8 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/operations.d.ts +9 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/operations.js +47 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/operations.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/options.d.ts +7 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/options.js +5 -0
- package/dist/commonjs/api/cloudHsmClusterBackupStatus/options.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/index.js +10 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/operations.d.ts +23 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/operations.js +120 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/operations.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/options.d.ts +13 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/options.js +5 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/options.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/index.js +8 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/operations.d.ts +10 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/operations.js +41 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/operations.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/options.d.ts +5 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/options.js +5 -0
- package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/options.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/index.d.ts +3 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/index.js +8 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/operations.d.ts +9 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/operations.js +47 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/operations.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/options.d.ts +7 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/options.js +5 -0
- package/dist/commonjs/api/cloudHsmClusterRestoreStatus/options.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusters/index.d.ts +3 -0
- package/dist/commonjs/api/cloudHsmClusters/index.js +17 -0
- package/dist/commonjs/api/cloudHsmClusters/index.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusters/operations.d.ts +52 -0
- package/dist/commonjs/api/cloudHsmClusters/operations.js +356 -0
- package/dist/commonjs/api/cloudHsmClusters/operations.js.map +1 -0
- package/dist/commonjs/api/cloudHsmClusters/options.d.ts +57 -0
- package/dist/commonjs/api/cloudHsmClusters/options.js +5 -0
- package/dist/commonjs/api/cloudHsmClusters/options.js.map +1 -0
- package/dist/commonjs/api/dedicatedHsm/index.d.ts +3 -0
- package/dist/commonjs/api/dedicatedHsm/index.js +14 -0
- package/dist/commonjs/api/dedicatedHsm/index.js.map +1 -0
- package/dist/commonjs/api/dedicatedHsm/operations.d.ts +40 -0
- package/dist/commonjs/api/dedicatedHsm/operations.js +238 -0
- package/dist/commonjs/api/dedicatedHsm/operations.js.map +1 -0
- package/dist/commonjs/api/dedicatedHsm/options.d.ts +33 -0
- package/dist/commonjs/api/dedicatedHsm/options.js +5 -0
- package/dist/commonjs/api/dedicatedHsm/options.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +8 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +34 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js +8 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +10 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js +41 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/commonjs/api/privateEndpointConnections/options.d.ts +5 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js +5 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/commonjs/azureDedicatedHSMResourceProvider.d.ts +36 -0
- package/dist/commonjs/azureDedicatedHSMResourceProvider.js +37 -0
- package/dist/commonjs/azureDedicatedHSMResourceProvider.js.map +1 -0
- package/dist/commonjs/classic/cloudHsmClusterBackupStatus/index.d.ts +10 -0
- package/dist/commonjs/classic/cloudHsmClusterBackupStatus/index.js +15 -0
- package/dist/commonjs/classic/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/commonjs/classic/cloudHsmClusterPrivateEndpointConnections/index.d.ts +20 -0
- package/dist/commonjs/classic/cloudHsmClusterPrivateEndpointConnections/index.js +17 -0
- package/dist/commonjs/classic/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/commonjs/classic/cloudHsmClusterPrivateLinkResources/index.d.ts +11 -0
- package/dist/commonjs/classic/cloudHsmClusterPrivateLinkResources/index.js +15 -0
- package/dist/commonjs/classic/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/commonjs/classic/cloudHsmClusterRestoreStatus/index.d.ts +10 -0
- package/dist/commonjs/classic/cloudHsmClusterRestoreStatus/index.js +15 -0
- package/dist/commonjs/classic/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/commonjs/classic/cloudHsmClusters/index.d.ts +35 -0
- package/dist/commonjs/classic/cloudHsmClusters/index.js +24 -0
- package/dist/commonjs/classic/cloudHsmClusters/index.js.map +1 -0
- package/dist/commonjs/classic/dedicatedHsm/index.d.ts +29 -0
- package/dist/commonjs/classic/dedicatedHsm/index.js +21 -0
- package/dist/commonjs/classic/dedicatedHsm/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +9 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +15 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +11 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js +15 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +16 -0
- package/dist/commonjs/index.js +26 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2 -0
- package/dist/commonjs/models/index.js +22 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +751 -0
- package/dist/commonjs/models/models.js +831 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +136 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +172 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- package/dist/esm/api/azureDedicatedHSMResourceProviderContext.d.ts +19 -0
- package/dist/esm/api/azureDedicatedHSMResourceProviderContext.js +36 -0
- package/dist/esm/api/azureDedicatedHSMResourceProviderContext.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/index.d.ts +3 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/index.js +4 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/operations.d.ts +9 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/operations.js +42 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/operations.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/options.d.ts +7 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/options.js +4 -0
- package/dist/esm/api/cloudHsmClusterBackupStatus/options.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/index.js +4 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/operations.d.ts +23 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/operations.js +109 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/operations.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/options.d.ts +13 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/options.js +4 -0
- package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/options.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/index.js +4 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/operations.d.ts +10 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/operations.js +36 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/operations.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/options.d.ts +5 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/options.js +4 -0
- package/dist/esm/api/cloudHsmClusterPrivateLinkResources/options.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/index.d.ts +3 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/index.js +4 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/operations.d.ts +9 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/operations.js +42 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/operations.js.map +1 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/options.d.ts +7 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/options.js +4 -0
- package/dist/esm/api/cloudHsmClusterRestoreStatus/options.js.map +1 -0
- package/dist/esm/api/cloudHsmClusters/index.d.ts +3 -0
- package/dist/esm/api/cloudHsmClusters/index.js +4 -0
- package/dist/esm/api/cloudHsmClusters/index.js.map +1 -0
- package/dist/esm/api/cloudHsmClusters/operations.d.ts +52 -0
- package/dist/esm/api/cloudHsmClusters/operations.js +324 -0
- package/dist/esm/api/cloudHsmClusters/operations.js.map +1 -0
- package/dist/esm/api/cloudHsmClusters/options.d.ts +57 -0
- package/dist/esm/api/cloudHsmClusters/options.js +4 -0
- package/dist/esm/api/cloudHsmClusters/options.js.map +1 -0
- package/dist/esm/api/dedicatedHsm/index.d.ts +3 -0
- package/dist/esm/api/dedicatedHsm/index.js +4 -0
- package/dist/esm/api/dedicatedHsm/index.js.map +1 -0
- package/dist/esm/api/dedicatedHsm/operations.d.ts +40 -0
- package/dist/esm/api/dedicatedHsm/operations.js +215 -0
- package/dist/esm/api/dedicatedHsm/operations.js.map +1 -0
- package/dist/esm/api/dedicatedHsm/options.d.ts +33 -0
- package/dist/esm/api/dedicatedHsm/options.js +4 -0
- package/dist/esm/api/dedicatedHsm/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +29 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/privateEndpointConnections/index.js +4 -0
- package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +10 -0
- package/dist/esm/api/privateEndpointConnections/operations.js +36 -0
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/options.d.ts +5 -0
- package/dist/esm/api/privateEndpointConnections/options.js +4 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/esm/azureDedicatedHSMResourceProvider.d.ts +36 -0
- package/dist/esm/azureDedicatedHSMResourceProvider.js +33 -0
- package/dist/esm/azureDedicatedHSMResourceProvider.js.map +1 -0
- package/dist/esm/classic/cloudHsmClusterBackupStatus/index.d.ts +10 -0
- package/dist/esm/classic/cloudHsmClusterBackupStatus/index.js +12 -0
- package/dist/esm/classic/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/esm/classic/cloudHsmClusterPrivateEndpointConnections/index.d.ts +20 -0
- package/dist/esm/classic/cloudHsmClusterPrivateEndpointConnections/index.js +14 -0
- package/dist/esm/classic/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/esm/classic/cloudHsmClusterPrivateLinkResources/index.d.ts +11 -0
- package/dist/esm/classic/cloudHsmClusterPrivateLinkResources/index.js +12 -0
- package/dist/esm/classic/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/esm/classic/cloudHsmClusterRestoreStatus/index.d.ts +10 -0
- package/dist/esm/classic/cloudHsmClusterRestoreStatus/index.js +12 -0
- package/dist/esm/classic/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/esm/classic/cloudHsmClusters/index.d.ts +35 -0
- package/dist/esm/classic/cloudHsmClusters/index.js +21 -0
- package/dist/esm/classic/cloudHsmClusters/index.js.map +1 -0
- package/dist/esm/classic/dedicatedHsm/index.d.ts +29 -0
- package/dist/esm/classic/dedicatedHsm/index.js +18 -0
- package/dist/esm/classic/dedicatedHsm/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +9 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +11 -0
- package/dist/esm/classic/privateEndpointConnections/index.js +12 -0
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/index.d.ts +16 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +751 -0
- package/dist/esm/models/models.js +747 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +133 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.js +76 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +169 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/azureDedicatedHSMResourceProviderContext.d.ts +19 -0
- package/dist/react-native/api/azureDedicatedHSMResourceProviderContext.js +36 -0
- package/dist/react-native/api/azureDedicatedHSMResourceProviderContext.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/index.d.ts +3 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/index.js +4 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/operations.d.ts +9 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/operations.js +42 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/operations.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/options.d.ts +7 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/options.js +4 -0
- package/dist/react-native/api/cloudHsmClusterBackupStatus/options.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/index.d.ts +3 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/index.js +4 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/operations.d.ts +23 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/operations.js +109 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/operations.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/options.d.ts +13 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/options.js +4 -0
- package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/options.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/index.d.ts +3 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/index.js +4 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/operations.d.ts +10 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/operations.js +36 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/operations.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/options.d.ts +5 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/options.js +4 -0
- package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/options.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/index.d.ts +3 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/index.js +4 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/operations.d.ts +9 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/operations.js +42 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/operations.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/options.d.ts +7 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/options.js +4 -0
- package/dist/react-native/api/cloudHsmClusterRestoreStatus/options.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusters/index.d.ts +3 -0
- package/dist/react-native/api/cloudHsmClusters/index.js +4 -0
- package/dist/react-native/api/cloudHsmClusters/index.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusters/operations.d.ts +52 -0
- package/dist/react-native/api/cloudHsmClusters/operations.js +324 -0
- package/dist/react-native/api/cloudHsmClusters/operations.js.map +1 -0
- package/dist/react-native/api/cloudHsmClusters/options.d.ts +57 -0
- package/dist/react-native/api/cloudHsmClusters/options.js +4 -0
- package/dist/react-native/api/cloudHsmClusters/options.js.map +1 -0
- package/dist/react-native/api/dedicatedHsm/index.d.ts +3 -0
- package/dist/react-native/api/dedicatedHsm/index.js +4 -0
- package/dist/react-native/api/dedicatedHsm/index.js.map +1 -0
- package/dist/react-native/api/dedicatedHsm/operations.d.ts +40 -0
- package/dist/react-native/api/dedicatedHsm/operations.js +215 -0
- package/dist/react-native/api/dedicatedHsm/operations.js.map +1 -0
- package/dist/react-native/api/dedicatedHsm/options.d.ts +33 -0
- package/dist/react-native/api/dedicatedHsm/options.js +4 -0
- package/dist/react-native/api/dedicatedHsm/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +29 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/react-native/api/privateEndpointConnections/index.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/operations.d.ts +10 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js +36 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/options.d.ts +5 -0
- package/dist/react-native/api/privateEndpointConnections/options.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/react-native/azureDedicatedHSMResourceProvider.d.ts +36 -0
- package/dist/react-native/azureDedicatedHSMResourceProvider.js +33 -0
- package/dist/react-native/azureDedicatedHSMResourceProvider.js.map +1 -0
- package/dist/react-native/classic/cloudHsmClusterBackupStatus/index.d.ts +10 -0
- package/dist/react-native/classic/cloudHsmClusterBackupStatus/index.js +12 -0
- package/dist/react-native/classic/cloudHsmClusterBackupStatus/index.js.map +1 -0
- package/dist/react-native/classic/cloudHsmClusterPrivateEndpointConnections/index.d.ts +20 -0
- package/dist/react-native/classic/cloudHsmClusterPrivateEndpointConnections/index.js +14 -0
- package/dist/react-native/classic/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/classic/cloudHsmClusterPrivateLinkResources/index.d.ts +11 -0
- package/dist/react-native/classic/cloudHsmClusterPrivateLinkResources/index.js +12 -0
- package/dist/react-native/classic/cloudHsmClusterPrivateLinkResources/index.js.map +1 -0
- package/dist/react-native/classic/cloudHsmClusterRestoreStatus/index.d.ts +10 -0
- package/dist/react-native/classic/cloudHsmClusterRestoreStatus/index.js +12 -0
- package/dist/react-native/classic/cloudHsmClusterRestoreStatus/index.js.map +1 -0
- package/dist/react-native/classic/cloudHsmClusters/index.d.ts +35 -0
- package/dist/react-native/classic/cloudHsmClusters/index.js +21 -0
- package/dist/react-native/classic/cloudHsmClusters/index.js.map +1 -0
- package/dist/react-native/classic/dedicatedHsm/index.d.ts +29 -0
- package/dist/react-native/classic/dedicatedHsm/index.js +18 -0
- package/dist/react-native/classic/dedicatedHsm/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +9 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +11 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js +12 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/index.d.ts +16 -0
- package/dist/react-native/index.js +6 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +751 -0
- package/dist/react-native/models/models.js +747 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +133 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +169 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +298 -89
- package/review/arm-hardwaresecuritymodules-api-cloudHsmClusterBackupStatus.api.md +22 -0
- package/review/arm-hardwaresecuritymodules-api-cloudHsmClusterPrivateEndpointConnections.api.md +36 -0
- package/review/arm-hardwaresecuritymodules-api-cloudHsmClusterPrivateLinkResources.api.md +19 -0
- package/review/arm-hardwaresecuritymodules-api-cloudHsmClusterRestoreStatus.api.md +22 -0
- package/review/arm-hardwaresecuritymodules-api-cloudHsmClusters.api.md +96 -0
- package/review/arm-hardwaresecuritymodules-api-dedicatedHsm.api.md +68 -0
- package/review/arm-hardwaresecuritymodules-api-operations.api.md +19 -0
- package/review/arm-hardwaresecuritymodules-api-privateEndpointConnections.api.md +19 -0
- package/review/arm-hardwaresecuritymodules-api.api.md +27 -0
- package/review/arm-hardwaresecuritymodules-models.api.md +471 -0
- package/review/arm-hardwaresecuritymodules.api.md +297 -316
- package/dist/index.js +0 -3458
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsCreateSample.js +0 -46
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsGetSample.js +0 -40
- package/dist-esm/samples-dev/cloudHsmClusterPrivateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterSample.js +0 -39
- package/dist-esm/samples-dev/cloudHsmClusterPrivateLinkResourcesListByCloudHsmClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersCreateOrUpdateSample.js +0 -53
- package/dist-esm/samples-dev/cloudHsmClustersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/cloudHsmClustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersGetSample.js +0 -39
- package/dist-esm/samples-dev/cloudHsmClustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/cloudHsmClustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/cloudHsmClustersListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudHsmClustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudHsmClustersUpdateSample.js +0 -47
- package/dist-esm/samples-dev/cloudHsmClustersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedHsmCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmCreateOrUpdateSample.js +0 -119
- package/dist-esm/samples-dev/dedicatedHsmCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedHsmDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmDeleteSample.js +0 -39
- package/dist-esm/samples-dev/dedicatedHsmDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedHsmGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmGetSample.js +0 -77
- package/dist-esm/samples-dev/dedicatedHsmGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedHsmListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmListByResourceGroupSample.js +0 -88
- package/dist-esm/samples-dev/dedicatedHsmListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedHsmListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmListBySubscriptionSample.js +0 -86
- package/dist-esm/samples-dev/dedicatedHsmListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmListOutboundNetworkDependenciesEndpointsSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedHsmListOutboundNetworkDependenciesEndpointsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmListOutboundNetworkDependenciesEndpointsSample.js +0 -55
- package/dist-esm/samples-dev/dedicatedHsmListOutboundNetworkDependenciesEndpointsSample.js.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dedicatedHsmUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dedicatedHsmUpdateSample.js +0 -62
- package/dist-esm/samples-dev/dedicatedHsmUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -86
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByCloudHsmClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByCloudHsmClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByCloudHsmClusterSample.js +0 -55
- package/dist-esm/samples-dev/privateEndpointConnectionsListByCloudHsmClusterSample.js.map +0 -1
- package/dist-esm/src/azureHSMResourceProvider.d.ts +0 -22
- package/dist-esm/src/azureHSMResourceProvider.d.ts.map +0 -1
- package/dist-esm/src/azureHSMResourceProvider.js +0 -75
- package/dist-esm/src/azureHSMResourceProvider.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts +0 -11
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -902
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -128
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -47
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -1219
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -36
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -256
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusterPrivateEndpointConnections.d.ts +0 -55
- package/dist-esm/src/operations/cloudHsmClusterPrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusterPrivateEndpointConnections.js +0 -193
- package/dist-esm/src/operations/cloudHsmClusterPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusterPrivateLinkResources.d.ts +0 -21
- package/dist-esm/src/operations/cloudHsmClusterPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusterPrivateLinkResources.js +0 -54
- package/dist-esm/src/operations/cloudHsmClusterPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusters.d.ts +0 -114
- package/dist-esm/src/operations/cloudHsmClusters.d.ts.map +0 -1
- package/dist-esm/src/operations/cloudHsmClusters.js +0 -580
- package/dist-esm/src/operations/cloudHsmClusters.js.map +0 -1
- package/dist-esm/src/operations/dedicatedHsmOperations.d.ts +0 -134
- package/dist-esm/src/operations/dedicatedHsmOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/dedicatedHsmOperations.js +0 -673
- package/dist-esm/src/operations/dedicatedHsmOperations.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -7
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -14
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -26
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -96
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -43
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -155
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateEndpointConnections.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateEndpointConnections.js +0 -9
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateLinkResources.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateLinkResources.js +0 -9
- package/dist-esm/src/operationsInterfaces/cloudHsmClusterPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusters.d.ts +0 -77
- package/dist-esm/src/operationsInterfaces/cloudHsmClusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudHsmClusters.js +0 -9
- package/dist-esm/src/operationsInterfaces/cloudHsmClusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dedicatedHsmOperations.d.ts +0 -78
- package/dist-esm/src/operationsInterfaces/dedicatedHsmOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dedicatedHsmOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/dedicatedHsmOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -7
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -14
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js +0 -9
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -15
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts +0 -13
- package/dist-esm/src/pagingHelper.d.ts.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/hardwaresecuritymodules_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/hardwaresecuritymodules_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/hardwaresecuritymodules_operations_test.spec.js +0 -73
- package/dist-esm/test/hardwaresecuritymodules_operations_test.spec.js.map +0 -1
- package/src/azureHSMResourceProvider.ts +0 -132
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1017
- package/src/models/mappers.ts +0 -1306
- package/src/models/parameters.ts +0 -301
- package/src/operations/cloudHsmClusterPrivateEndpointConnections.ts +0 -263
- package/src/operations/cloudHsmClusterPrivateLinkResources.ts +0 -74
- package/src/operations/cloudHsmClusters.ts +0 -750
- package/src/operations/dedicatedHsmOperations.ts +0 -879
- package/src/operations/index.ts +0 -14
- package/src/operations/operations.ts +0 -103
- package/src/operations/privateEndpointConnections.ts +0 -208
- package/src/operationsInterfaces/cloudHsmClusterPrivateEndpointConnections.ts +0 -83
- package/src/operationsInterfaces/cloudHsmClusterPrivateLinkResources.ts +0 -28
- package/src/operationsInterfaces/cloudHsmClusters.ts +0 -142
- package/src/operationsInterfaces/dedicatedHsmOperations.ts +0 -149
- package/src/operationsInterfaces/index.ts +0 -14
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -31
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-hardwaresecuritymodules.d.ts +0 -1274
|
@@ -0,0 +1,747 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export function _operationListResultDeserializer(item) {
|
|
4
|
+
return {
|
|
5
|
+
value: operationArrayDeserializer(item["value"]),
|
|
6
|
+
nextLink: item["nextLink"],
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export function operationArrayDeserializer(result) {
|
|
10
|
+
return result.map((item) => {
|
|
11
|
+
return operationDeserializer(item);
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
export function operationDeserializer(item) {
|
|
15
|
+
return {
|
|
16
|
+
name: item["name"],
|
|
17
|
+
isDataAction: item["isDataAction"],
|
|
18
|
+
display: !item["display"] ? item["display"] : operationDisplayDeserializer(item["display"]),
|
|
19
|
+
origin: item["origin"],
|
|
20
|
+
actionType: item["actionType"],
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
export function operationDisplayDeserializer(item) {
|
|
24
|
+
return {
|
|
25
|
+
provider: item["provider"],
|
|
26
|
+
resource: item["resource"],
|
|
27
|
+
operation: item["operation"],
|
|
28
|
+
description: item["description"],
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
32
|
+
export var KnownOrigin;
|
|
33
|
+
(function (KnownOrigin) {
|
|
34
|
+
/** Indicates the operation is initiated by a user. */
|
|
35
|
+
KnownOrigin["User"] = "user";
|
|
36
|
+
/** Indicates the operation is initiated by a system. */
|
|
37
|
+
KnownOrigin["System"] = "system";
|
|
38
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
39
|
+
KnownOrigin["UserSystem"] = "user,system";
|
|
40
|
+
})(KnownOrigin || (KnownOrigin = {}));
|
|
41
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
42
|
+
export var KnownActionType;
|
|
43
|
+
(function (KnownActionType) {
|
|
44
|
+
/** Actions are for internal-only APIs. */
|
|
45
|
+
KnownActionType["Internal"] = "Internal";
|
|
46
|
+
})(KnownActionType || (KnownActionType = {}));
|
|
47
|
+
export function errorResponseDeserializer(item) {
|
|
48
|
+
return {
|
|
49
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
export function errorDetailDeserializer(item) {
|
|
53
|
+
return {
|
|
54
|
+
code: item["code"],
|
|
55
|
+
message: item["message"],
|
|
56
|
+
target: item["target"],
|
|
57
|
+
details: !item["details"] ? item["details"] : errorDetailArrayDeserializer(item["details"]),
|
|
58
|
+
additionalInfo: !item["additionalInfo"]
|
|
59
|
+
? item["additionalInfo"]
|
|
60
|
+
: errorAdditionalInfoArrayDeserializer(item["additionalInfo"]),
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
export function errorDetailArrayDeserializer(result) {
|
|
64
|
+
return result.map((item) => {
|
|
65
|
+
return errorDetailDeserializer(item);
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
export function errorAdditionalInfoArrayDeserializer(result) {
|
|
69
|
+
return result.map((item) => {
|
|
70
|
+
return errorAdditionalInfoDeserializer(item);
|
|
71
|
+
});
|
|
72
|
+
}
|
|
73
|
+
export function errorAdditionalInfoDeserializer(item) {
|
|
74
|
+
return {
|
|
75
|
+
type: item["type"],
|
|
76
|
+
info: item["info"],
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
export function cloudHsmClusterSerializer(item) {
|
|
80
|
+
return {
|
|
81
|
+
tags: item["tags"],
|
|
82
|
+
location: item["location"],
|
|
83
|
+
properties: !item["properties"]
|
|
84
|
+
? item["properties"]
|
|
85
|
+
: cloudHsmClusterPropertiesSerializer(item["properties"]),
|
|
86
|
+
identity: !item["identity"]
|
|
87
|
+
? item["identity"]
|
|
88
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
89
|
+
sku: !item["sku"] ? item["sku"] : cloudHsmClusterSkuSerializer(item["sku"]),
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
export function cloudHsmClusterDeserializer(item) {
|
|
93
|
+
return {
|
|
94
|
+
tags: item["tags"],
|
|
95
|
+
location: item["location"],
|
|
96
|
+
id: item["id"],
|
|
97
|
+
name: item["name"],
|
|
98
|
+
type: item["type"],
|
|
99
|
+
systemData: !item["systemData"]
|
|
100
|
+
? item["systemData"]
|
|
101
|
+
: systemDataDeserializer(item["systemData"]),
|
|
102
|
+
properties: !item["properties"]
|
|
103
|
+
? item["properties"]
|
|
104
|
+
: cloudHsmClusterPropertiesDeserializer(item["properties"]),
|
|
105
|
+
identity: !item["identity"]
|
|
106
|
+
? item["identity"]
|
|
107
|
+
: managedServiceIdentityDeserializer(item["identity"]),
|
|
108
|
+
sku: !item["sku"] ? item["sku"] : cloudHsmClusterSkuDeserializer(item["sku"]),
|
|
109
|
+
};
|
|
110
|
+
}
|
|
111
|
+
export function cloudHsmClusterPropertiesSerializer(item) {
|
|
112
|
+
return {
|
|
113
|
+
autoGeneratedDomainNameLabelScope: item["autoGeneratedDomainNameLabelScope"],
|
|
114
|
+
publicNetworkAccess: item["publicNetworkAccess"],
|
|
115
|
+
};
|
|
116
|
+
}
|
|
117
|
+
export function cloudHsmClusterPropertiesDeserializer(item) {
|
|
118
|
+
return {
|
|
119
|
+
activationState: item["activationState"],
|
|
120
|
+
autoGeneratedDomainNameLabelScope: item["autoGeneratedDomainNameLabelScope"],
|
|
121
|
+
hsms: !item["hsms"] ? item["hsms"] : cloudHsmPropertiesArrayDeserializer(item["hsms"]),
|
|
122
|
+
privateEndpointConnections: !item["privateEndpointConnections"]
|
|
123
|
+
? item["privateEndpointConnections"]
|
|
124
|
+
: privateEndpointConnectionArrayDeserializer(item["privateEndpointConnections"]),
|
|
125
|
+
provisioningState: item["provisioningState"],
|
|
126
|
+
publicNetworkAccess: item["publicNetworkAccess"],
|
|
127
|
+
statusMessage: item["statusMessage"],
|
|
128
|
+
};
|
|
129
|
+
}
|
|
130
|
+
/** State of security domain activation */
|
|
131
|
+
export var KnownActivationState;
|
|
132
|
+
(function (KnownActivationState) {
|
|
133
|
+
KnownActivationState["NotDefined"] = "NotDefined";
|
|
134
|
+
KnownActivationState["NotActivated"] = "NotActivated";
|
|
135
|
+
KnownActivationState["Active"] = "Active";
|
|
136
|
+
KnownActivationState["Failed"] = "Failed";
|
|
137
|
+
KnownActivationState["Unknown"] = "Unknown";
|
|
138
|
+
})(KnownActivationState || (KnownActivationState = {}));
|
|
139
|
+
/** The Cloud HSM Cluster's auto-generated Domain Name Label Scope */
|
|
140
|
+
export var KnownAutoGeneratedDomainNameLabelScope;
|
|
141
|
+
(function (KnownAutoGeneratedDomainNameLabelScope) {
|
|
142
|
+
KnownAutoGeneratedDomainNameLabelScope["TenantReuse"] = "TenantReuse";
|
|
143
|
+
KnownAutoGeneratedDomainNameLabelScope["SubscriptionReuse"] = "SubscriptionReuse";
|
|
144
|
+
KnownAutoGeneratedDomainNameLabelScope["ResourceGroupReuse"] = "ResourceGroupReuse";
|
|
145
|
+
KnownAutoGeneratedDomainNameLabelScope["NoReuse"] = "NoReuse";
|
|
146
|
+
})(KnownAutoGeneratedDomainNameLabelScope || (KnownAutoGeneratedDomainNameLabelScope = {}));
|
|
147
|
+
export function cloudHsmPropertiesArrayDeserializer(result) {
|
|
148
|
+
return result.map((item) => {
|
|
149
|
+
return cloudHsmPropertiesDeserializer(item);
|
|
150
|
+
});
|
|
151
|
+
}
|
|
152
|
+
export function cloudHsmPropertiesDeserializer(item) {
|
|
153
|
+
return {
|
|
154
|
+
fqdn: item["fqdn"],
|
|
155
|
+
state: item["state"],
|
|
156
|
+
stateMessage: item["stateMessage"],
|
|
157
|
+
};
|
|
158
|
+
}
|
|
159
|
+
export function privateEndpointConnectionArraySerializer(result) {
|
|
160
|
+
return result.map((item) => {
|
|
161
|
+
return privateEndpointConnectionSerializer(item);
|
|
162
|
+
});
|
|
163
|
+
}
|
|
164
|
+
export function privateEndpointConnectionArrayDeserializer(result) {
|
|
165
|
+
return result.map((item) => {
|
|
166
|
+
return privateEndpointConnectionDeserializer(item);
|
|
167
|
+
});
|
|
168
|
+
}
|
|
169
|
+
export function privateEndpointConnectionSerializer(item) {
|
|
170
|
+
return {
|
|
171
|
+
properties: !item["properties"]
|
|
172
|
+
? item["properties"]
|
|
173
|
+
: privateEndpointConnectionPropertiesSerializer(item["properties"]),
|
|
174
|
+
etag: item["etag"],
|
|
175
|
+
};
|
|
176
|
+
}
|
|
177
|
+
export function privateEndpointConnectionDeserializer(item) {
|
|
178
|
+
return {
|
|
179
|
+
id: item["id"],
|
|
180
|
+
name: item["name"],
|
|
181
|
+
type: item["type"],
|
|
182
|
+
systemData: !item["systemData"]
|
|
183
|
+
? item["systemData"]
|
|
184
|
+
: systemDataDeserializer(item["systemData"]),
|
|
185
|
+
properties: !item["properties"]
|
|
186
|
+
? item["properties"]
|
|
187
|
+
: privateEndpointConnectionPropertiesDeserializer(item["properties"]),
|
|
188
|
+
etag: item["etag"],
|
|
189
|
+
};
|
|
190
|
+
}
|
|
191
|
+
export function privateEndpointConnectionPropertiesSerializer(item) {
|
|
192
|
+
return {
|
|
193
|
+
privateEndpoint: !item["privateEndpoint"]
|
|
194
|
+
? item["privateEndpoint"]
|
|
195
|
+
: privateEndpointSerializer(item["privateEndpoint"]),
|
|
196
|
+
privateLinkServiceConnectionState: privateLinkServiceConnectionStateSerializer(item["privateLinkServiceConnectionState"]),
|
|
197
|
+
};
|
|
198
|
+
}
|
|
199
|
+
export function privateEndpointConnectionPropertiesDeserializer(item) {
|
|
200
|
+
return {
|
|
201
|
+
privateEndpoint: !item["privateEndpoint"]
|
|
202
|
+
? item["privateEndpoint"]
|
|
203
|
+
: privateEndpointDeserializer(item["privateEndpoint"]),
|
|
204
|
+
privateLinkServiceConnectionState: privateLinkServiceConnectionStateDeserializer(item["privateLinkServiceConnectionState"]),
|
|
205
|
+
provisioningState: item["provisioningState"],
|
|
206
|
+
groupIds: !item["groupIds"]
|
|
207
|
+
? item["groupIds"]
|
|
208
|
+
: item["groupIds"].map((p) => {
|
|
209
|
+
return p;
|
|
210
|
+
}),
|
|
211
|
+
};
|
|
212
|
+
}
|
|
213
|
+
export function privateEndpointSerializer(item) {
|
|
214
|
+
return item;
|
|
215
|
+
}
|
|
216
|
+
export function privateEndpointDeserializer(item) {
|
|
217
|
+
return {
|
|
218
|
+
id: item["id"],
|
|
219
|
+
};
|
|
220
|
+
}
|
|
221
|
+
export function privateLinkServiceConnectionStateSerializer(item) {
|
|
222
|
+
return {
|
|
223
|
+
status: item["status"],
|
|
224
|
+
description: item["description"],
|
|
225
|
+
actionsRequired: item["actionsRequired"],
|
|
226
|
+
};
|
|
227
|
+
}
|
|
228
|
+
export function privateLinkServiceConnectionStateDeserializer(item) {
|
|
229
|
+
return {
|
|
230
|
+
status: item["status"],
|
|
231
|
+
description: item["description"],
|
|
232
|
+
actionsRequired: item["actionsRequired"],
|
|
233
|
+
};
|
|
234
|
+
}
|
|
235
|
+
/** The private endpoint connection status. */
|
|
236
|
+
export var KnownPrivateEndpointServiceConnectionStatus;
|
|
237
|
+
(function (KnownPrivateEndpointServiceConnectionStatus) {
|
|
238
|
+
/** Connection waiting for approval or rejection */
|
|
239
|
+
KnownPrivateEndpointServiceConnectionStatus["Pending"] = "Pending";
|
|
240
|
+
/** Connection approved */
|
|
241
|
+
KnownPrivateEndpointServiceConnectionStatus["Approved"] = "Approved";
|
|
242
|
+
/** Connection Rejected */
|
|
243
|
+
KnownPrivateEndpointServiceConnectionStatus["Rejected"] = "Rejected";
|
|
244
|
+
})(KnownPrivateEndpointServiceConnectionStatus || (KnownPrivateEndpointServiceConnectionStatus = {}));
|
|
245
|
+
/** The current provisioning state. */
|
|
246
|
+
export var KnownPrivateEndpointConnectionProvisioningState;
|
|
247
|
+
(function (KnownPrivateEndpointConnectionProvisioningState) {
|
|
248
|
+
KnownPrivateEndpointConnectionProvisioningState["Succeeded"] = "Succeeded";
|
|
249
|
+
KnownPrivateEndpointConnectionProvisioningState["Creating"] = "Creating";
|
|
250
|
+
KnownPrivateEndpointConnectionProvisioningState["Deleting"] = "Deleting";
|
|
251
|
+
KnownPrivateEndpointConnectionProvisioningState["Failed"] = "Failed";
|
|
252
|
+
KnownPrivateEndpointConnectionProvisioningState["Updating"] = "Updating";
|
|
253
|
+
KnownPrivateEndpointConnectionProvisioningState["InternalError"] = "InternalError";
|
|
254
|
+
KnownPrivateEndpointConnectionProvisioningState["Canceled"] = "Canceled";
|
|
255
|
+
})(KnownPrivateEndpointConnectionProvisioningState || (KnownPrivateEndpointConnectionProvisioningState = {}));
|
|
256
|
+
/** The Cloud HSM Cluster's provisioningState */
|
|
257
|
+
export var KnownProvisioningState;
|
|
258
|
+
(function (KnownProvisioningState) {
|
|
259
|
+
KnownProvisioningState["Provisioning"] = "Provisioning";
|
|
260
|
+
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
261
|
+
KnownProvisioningState["Updating"] = "Updating";
|
|
262
|
+
KnownProvisioningState["Failed"] = "Failed";
|
|
263
|
+
KnownProvisioningState["Deleting"] = "Deleting";
|
|
264
|
+
KnownProvisioningState["Canceled"] = "Canceled";
|
|
265
|
+
})(KnownProvisioningState || (KnownProvisioningState = {}));
|
|
266
|
+
/** The Cloud HSM Cluster public network access */
|
|
267
|
+
export var KnownPublicNetworkAccess;
|
|
268
|
+
(function (KnownPublicNetworkAccess) {
|
|
269
|
+
KnownPublicNetworkAccess["Disabled"] = "Disabled";
|
|
270
|
+
})(KnownPublicNetworkAccess || (KnownPublicNetworkAccess = {}));
|
|
271
|
+
export function managedServiceIdentitySerializer(item) {
|
|
272
|
+
return {
|
|
273
|
+
type: item["type"],
|
|
274
|
+
userAssignedIdentities: item["userAssignedIdentities"],
|
|
275
|
+
};
|
|
276
|
+
}
|
|
277
|
+
export function managedServiceIdentityDeserializer(item) {
|
|
278
|
+
return {
|
|
279
|
+
principalId: item["principalId"],
|
|
280
|
+
tenantId: item["tenantId"],
|
|
281
|
+
type: item["type"],
|
|
282
|
+
userAssignedIdentities: item["userAssignedIdentities"],
|
|
283
|
+
};
|
|
284
|
+
}
|
|
285
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
286
|
+
export var KnownManagedServiceIdentityType;
|
|
287
|
+
(function (KnownManagedServiceIdentityType) {
|
|
288
|
+
/** No managed identity. */
|
|
289
|
+
KnownManagedServiceIdentityType["None"] = "None";
|
|
290
|
+
/** System assigned managed identity. */
|
|
291
|
+
KnownManagedServiceIdentityType["SystemAssigned"] = "SystemAssigned";
|
|
292
|
+
/** User assigned managed identity. */
|
|
293
|
+
KnownManagedServiceIdentityType["UserAssigned"] = "UserAssigned";
|
|
294
|
+
/** System and user assigned managed identity. */
|
|
295
|
+
KnownManagedServiceIdentityType["SystemAssignedUserAssigned"] = "SystemAssigned,UserAssigned";
|
|
296
|
+
})(KnownManagedServiceIdentityType || (KnownManagedServiceIdentityType = {}));
|
|
297
|
+
export function userAssignedIdentitySerializer(item) {
|
|
298
|
+
return item;
|
|
299
|
+
}
|
|
300
|
+
export function userAssignedIdentityDeserializer(item) {
|
|
301
|
+
return {
|
|
302
|
+
principalId: item["principalId"],
|
|
303
|
+
clientId: item["clientId"],
|
|
304
|
+
};
|
|
305
|
+
}
|
|
306
|
+
export function cloudHsmClusterSkuSerializer(item) {
|
|
307
|
+
return {
|
|
308
|
+
family: item["family"],
|
|
309
|
+
name: item["name"],
|
|
310
|
+
capacity: item["capacity"],
|
|
311
|
+
};
|
|
312
|
+
}
|
|
313
|
+
export function cloudHsmClusterSkuDeserializer(item) {
|
|
314
|
+
return {
|
|
315
|
+
family: item["family"],
|
|
316
|
+
name: item["name"],
|
|
317
|
+
capacity: item["capacity"],
|
|
318
|
+
};
|
|
319
|
+
}
|
|
320
|
+
/** Sku family of the Cloud HSM Cluster */
|
|
321
|
+
export var KnownCloudHsmClusterSkuFamily;
|
|
322
|
+
(function (KnownCloudHsmClusterSkuFamily) {
|
|
323
|
+
KnownCloudHsmClusterSkuFamily["B"] = "B";
|
|
324
|
+
})(KnownCloudHsmClusterSkuFamily || (KnownCloudHsmClusterSkuFamily = {}));
|
|
325
|
+
export function proxyResourceSerializer(item) {
|
|
326
|
+
return item;
|
|
327
|
+
}
|
|
328
|
+
export function proxyResourceDeserializer(item) {
|
|
329
|
+
return {
|
|
330
|
+
id: item["id"],
|
|
331
|
+
name: item["name"],
|
|
332
|
+
type: item["type"],
|
|
333
|
+
systemData: !item["systemData"]
|
|
334
|
+
? item["systemData"]
|
|
335
|
+
: systemDataDeserializer(item["systemData"]),
|
|
336
|
+
};
|
|
337
|
+
}
|
|
338
|
+
export function resourceSerializer(item) {
|
|
339
|
+
return item;
|
|
340
|
+
}
|
|
341
|
+
export function resourceDeserializer(item) {
|
|
342
|
+
return {
|
|
343
|
+
id: item["id"],
|
|
344
|
+
name: item["name"],
|
|
345
|
+
type: item["type"],
|
|
346
|
+
systemData: !item["systemData"]
|
|
347
|
+
? item["systemData"]
|
|
348
|
+
: systemDataDeserializer(item["systemData"]),
|
|
349
|
+
};
|
|
350
|
+
}
|
|
351
|
+
export function systemDataDeserializer(item) {
|
|
352
|
+
return {
|
|
353
|
+
createdBy: item["createdBy"],
|
|
354
|
+
createdByType: item["createdByType"],
|
|
355
|
+
createdAt: !item["createdAt"] ? item["createdAt"] : new Date(item["createdAt"]),
|
|
356
|
+
lastModifiedBy: item["lastModifiedBy"],
|
|
357
|
+
lastModifiedByType: item["lastModifiedByType"],
|
|
358
|
+
lastModifiedAt: !item["lastModifiedAt"]
|
|
359
|
+
? item["lastModifiedAt"]
|
|
360
|
+
: new Date(item["lastModifiedAt"]),
|
|
361
|
+
};
|
|
362
|
+
}
|
|
363
|
+
/** The kind of entity that created the resource. */
|
|
364
|
+
export var KnownCreatedByType;
|
|
365
|
+
(function (KnownCreatedByType) {
|
|
366
|
+
/** The entity was created by a user. */
|
|
367
|
+
KnownCreatedByType["User"] = "User";
|
|
368
|
+
/** The entity was created by an application. */
|
|
369
|
+
KnownCreatedByType["Application"] = "Application";
|
|
370
|
+
/** The entity was created by a managed identity. */
|
|
371
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
372
|
+
/** The entity was created by a key. */
|
|
373
|
+
KnownCreatedByType["Key"] = "Key";
|
|
374
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
375
|
+
export function trackedResourceSerializer(item) {
|
|
376
|
+
return { tags: item["tags"], location: item["location"] };
|
|
377
|
+
}
|
|
378
|
+
export function trackedResourceDeserializer(item) {
|
|
379
|
+
return {
|
|
380
|
+
id: item["id"],
|
|
381
|
+
name: item["name"],
|
|
382
|
+
type: item["type"],
|
|
383
|
+
systemData: !item["systemData"]
|
|
384
|
+
? item["systemData"]
|
|
385
|
+
: systemDataDeserializer(item["systemData"]),
|
|
386
|
+
tags: item["tags"],
|
|
387
|
+
location: item["location"],
|
|
388
|
+
};
|
|
389
|
+
}
|
|
390
|
+
export function cloudHsmClusterPatchParametersSerializer(item) {
|
|
391
|
+
return {
|
|
392
|
+
tags: item["tags"],
|
|
393
|
+
identity: !item["identity"]
|
|
394
|
+
? item["identity"]
|
|
395
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
396
|
+
};
|
|
397
|
+
}
|
|
398
|
+
export function _cloudHsmClusterListResultDeserializer(item) {
|
|
399
|
+
return {
|
|
400
|
+
value: cloudHsmClusterArrayDeserializer(item["value"]),
|
|
401
|
+
nextLink: item["nextLink"],
|
|
402
|
+
};
|
|
403
|
+
}
|
|
404
|
+
export function cloudHsmClusterArraySerializer(result) {
|
|
405
|
+
return result.map((item) => {
|
|
406
|
+
return cloudHsmClusterSerializer(item);
|
|
407
|
+
});
|
|
408
|
+
}
|
|
409
|
+
export function cloudHsmClusterArrayDeserializer(result) {
|
|
410
|
+
return result.map((item) => {
|
|
411
|
+
return cloudHsmClusterDeserializer(item);
|
|
412
|
+
});
|
|
413
|
+
}
|
|
414
|
+
export function backupRequestPropertiesSerializer(item) {
|
|
415
|
+
return {
|
|
416
|
+
azureStorageBlobContainerUri: item["azureStorageBlobContainerUri"],
|
|
417
|
+
token: item["token"],
|
|
418
|
+
};
|
|
419
|
+
}
|
|
420
|
+
export function backupRestoreRequestBasePropertiesSerializer(item) {
|
|
421
|
+
return {
|
|
422
|
+
azureStorageBlobContainerUri: item["azureStorageBlobContainerUri"],
|
|
423
|
+
token: item["token"],
|
|
424
|
+
};
|
|
425
|
+
}
|
|
426
|
+
export function backupResultDeserializer(item) {
|
|
427
|
+
return {
|
|
428
|
+
properties: !item["properties"]
|
|
429
|
+
? item["properties"]
|
|
430
|
+
: backupResultPropertiesDeserializer(item["properties"]),
|
|
431
|
+
};
|
|
432
|
+
}
|
|
433
|
+
export function backupResultPropertiesDeserializer(item) {
|
|
434
|
+
return {
|
|
435
|
+
status: item["status"],
|
|
436
|
+
statusDetails: item["statusDetails"],
|
|
437
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
438
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
439
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
440
|
+
jobId: item["jobId"],
|
|
441
|
+
azureStorageBlobContainerUri: item["azureStorageBlobContainerUri"],
|
|
442
|
+
backupId: item["backupId"],
|
|
443
|
+
};
|
|
444
|
+
}
|
|
445
|
+
export function backupRestoreBaseResultPropertiesDeserializer(item) {
|
|
446
|
+
return {
|
|
447
|
+
status: item["status"],
|
|
448
|
+
statusDetails: item["statusDetails"],
|
|
449
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
450
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
451
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
452
|
+
jobId: item["jobId"],
|
|
453
|
+
};
|
|
454
|
+
}
|
|
455
|
+
/** Status of the backup/restore operation */
|
|
456
|
+
export var KnownBackupRestoreOperationStatus;
|
|
457
|
+
(function (KnownBackupRestoreOperationStatus) {
|
|
458
|
+
KnownBackupRestoreOperationStatus["InProgress"] = "InProgress";
|
|
459
|
+
KnownBackupRestoreOperationStatus["Succeeded"] = "Succeeded";
|
|
460
|
+
KnownBackupRestoreOperationStatus["Failed"] = "Failed";
|
|
461
|
+
KnownBackupRestoreOperationStatus["Cancelled"] = "Cancelled";
|
|
462
|
+
})(KnownBackupRestoreOperationStatus || (KnownBackupRestoreOperationStatus = {}));
|
|
463
|
+
export function restoreRequestPropertiesSerializer(item) {
|
|
464
|
+
return {
|
|
465
|
+
azureStorageBlobContainerUri: item["azureStorageBlobContainerUri"],
|
|
466
|
+
token: item["token"],
|
|
467
|
+
backupId: item["backupId"],
|
|
468
|
+
};
|
|
469
|
+
}
|
|
470
|
+
export function restoreResultDeserializer(item) {
|
|
471
|
+
return {
|
|
472
|
+
properties: !item["properties"]
|
|
473
|
+
? item["properties"]
|
|
474
|
+
: backupRestoreBaseResultPropertiesDeserializer(item["properties"]),
|
|
475
|
+
};
|
|
476
|
+
}
|
|
477
|
+
export function _privateEndpointConnectionListResultDeserializer(item) {
|
|
478
|
+
return {
|
|
479
|
+
value: privateEndpointConnectionArrayDeserializer(item["value"]),
|
|
480
|
+
nextLink: item["nextLink"],
|
|
481
|
+
};
|
|
482
|
+
}
|
|
483
|
+
export function _privateLinkResourceListResultDeserializer(item) {
|
|
484
|
+
return {
|
|
485
|
+
value: !item["value"] ? item["value"] : privateLinkResourceArrayDeserializer(item["value"]),
|
|
486
|
+
nextLink: item["nextLink"],
|
|
487
|
+
};
|
|
488
|
+
}
|
|
489
|
+
export function privateLinkResourceArrayDeserializer(result) {
|
|
490
|
+
return result.map((item) => {
|
|
491
|
+
return privateLinkResourceDeserializer(item);
|
|
492
|
+
});
|
|
493
|
+
}
|
|
494
|
+
export function privateLinkResourceDeserializer(item) {
|
|
495
|
+
return {
|
|
496
|
+
id: item["id"],
|
|
497
|
+
name: item["name"],
|
|
498
|
+
type: item["type"],
|
|
499
|
+
systemData: !item["systemData"]
|
|
500
|
+
? item["systemData"]
|
|
501
|
+
: systemDataDeserializer(item["systemData"]),
|
|
502
|
+
properties: !item["properties"]
|
|
503
|
+
? item["properties"]
|
|
504
|
+
: privateLinkResourcePropertiesDeserializer(item["properties"]),
|
|
505
|
+
};
|
|
506
|
+
}
|
|
507
|
+
export function privateLinkResourcePropertiesDeserializer(item) {
|
|
508
|
+
return {
|
|
509
|
+
groupId: item["groupId"],
|
|
510
|
+
requiredMembers: !item["requiredMembers"]
|
|
511
|
+
? item["requiredMembers"]
|
|
512
|
+
: item["requiredMembers"].map((p) => {
|
|
513
|
+
return p;
|
|
514
|
+
}),
|
|
515
|
+
requiredZoneNames: !item["requiredZoneNames"]
|
|
516
|
+
? item["requiredZoneNames"]
|
|
517
|
+
: item["requiredZoneNames"].map((p) => {
|
|
518
|
+
return p;
|
|
519
|
+
}),
|
|
520
|
+
};
|
|
521
|
+
}
|
|
522
|
+
export function dedicatedHsmSerializer(item) {
|
|
523
|
+
return {
|
|
524
|
+
tags: item["tags"],
|
|
525
|
+
location: item["location"],
|
|
526
|
+
sku: skuSerializer(item["sku"]),
|
|
527
|
+
zones: !item["zones"]
|
|
528
|
+
? item["zones"]
|
|
529
|
+
: item["zones"].map((p) => {
|
|
530
|
+
return p;
|
|
531
|
+
}),
|
|
532
|
+
properties: dedicatedHsmPropertiesSerializer(item["properties"]),
|
|
533
|
+
};
|
|
534
|
+
}
|
|
535
|
+
export function dedicatedHsmDeserializer(item) {
|
|
536
|
+
return {
|
|
537
|
+
tags: item["tags"],
|
|
538
|
+
location: item["location"],
|
|
539
|
+
id: item["id"],
|
|
540
|
+
name: item["name"],
|
|
541
|
+
type: item["type"],
|
|
542
|
+
systemData: !item["systemData"]
|
|
543
|
+
? item["systemData"]
|
|
544
|
+
: systemDataDeserializer(item["systemData"]),
|
|
545
|
+
sku: skuDeserializer(item["sku"]),
|
|
546
|
+
zones: !item["zones"]
|
|
547
|
+
? item["zones"]
|
|
548
|
+
: item["zones"].map((p) => {
|
|
549
|
+
return p;
|
|
550
|
+
}),
|
|
551
|
+
properties: dedicatedHsmPropertiesDeserializer(item["properties"]),
|
|
552
|
+
};
|
|
553
|
+
}
|
|
554
|
+
export function skuSerializer(item) {
|
|
555
|
+
return { name: item["name"] };
|
|
556
|
+
}
|
|
557
|
+
export function skuDeserializer(item) {
|
|
558
|
+
return {
|
|
559
|
+
name: item["name"],
|
|
560
|
+
};
|
|
561
|
+
}
|
|
562
|
+
/** SKU of the dedicated HSM */
|
|
563
|
+
export var KnownSkuName;
|
|
564
|
+
(function (KnownSkuName) {
|
|
565
|
+
/** The dedicated HSM is a Safenet Luna Network HSM A790 device. */
|
|
566
|
+
KnownSkuName["SafeNetLunaNetworkHSMA790"] = "SafeNet Luna Network HSM A790";
|
|
567
|
+
/** 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. */
|
|
568
|
+
KnownSkuName["PayShield10KLMK1CPS60"] = "payShield10K_LMK1_CPS60";
|
|
569
|
+
/** 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. */
|
|
570
|
+
KnownSkuName["PayShield10KLMK1CPS250"] = "payShield10K_LMK1_CPS250";
|
|
571
|
+
/** 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. */
|
|
572
|
+
KnownSkuName["PayShield10KLMK1CPS2500"] = "payShield10K_LMK1_CPS2500";
|
|
573
|
+
/** 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. */
|
|
574
|
+
KnownSkuName["PayShield10KLMK2CPS60"] = "payShield10K_LMK2_CPS60";
|
|
575
|
+
/** 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. */
|
|
576
|
+
KnownSkuName["PayShield10KLMK2CPS250"] = "payShield10K_LMK2_CPS250";
|
|
577
|
+
/** 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. */
|
|
578
|
+
KnownSkuName["PayShield10KLMK2CPS2500"] = "payShield10K_LMK2_CPS2500";
|
|
579
|
+
})(KnownSkuName || (KnownSkuName = {}));
|
|
580
|
+
export function dedicatedHsmPropertiesSerializer(item) {
|
|
581
|
+
return {
|
|
582
|
+
networkProfile: !item["networkProfile"]
|
|
583
|
+
? item["networkProfile"]
|
|
584
|
+
: networkProfileSerializer(item["networkProfile"]),
|
|
585
|
+
managementNetworkProfile: !item["managementNetworkProfile"]
|
|
586
|
+
? item["managementNetworkProfile"]
|
|
587
|
+
: networkProfileSerializer(item["managementNetworkProfile"]),
|
|
588
|
+
stampId: item["stampId"],
|
|
589
|
+
};
|
|
590
|
+
}
|
|
591
|
+
export function dedicatedHsmPropertiesDeserializer(item) {
|
|
592
|
+
return {
|
|
593
|
+
networkProfile: !item["networkProfile"]
|
|
594
|
+
? item["networkProfile"]
|
|
595
|
+
: networkProfileDeserializer(item["networkProfile"]),
|
|
596
|
+
managementNetworkProfile: !item["managementNetworkProfile"]
|
|
597
|
+
? item["managementNetworkProfile"]
|
|
598
|
+
: networkProfileDeserializer(item["managementNetworkProfile"]),
|
|
599
|
+
stampId: item["stampId"],
|
|
600
|
+
statusMessage: item["statusMessage"],
|
|
601
|
+
provisioningState: item["provisioningState"],
|
|
602
|
+
};
|
|
603
|
+
}
|
|
604
|
+
export function networkProfileSerializer(item) {
|
|
605
|
+
return {
|
|
606
|
+
subnet: !item["subnet"] ? item["subnet"] : apiEntityReferenceSerializer(item["subnet"]),
|
|
607
|
+
networkInterfaces: !item["networkInterfaces"]
|
|
608
|
+
? item["networkInterfaces"]
|
|
609
|
+
: networkInterfaceArraySerializer(item["networkInterfaces"]),
|
|
610
|
+
};
|
|
611
|
+
}
|
|
612
|
+
export function networkProfileDeserializer(item) {
|
|
613
|
+
return {
|
|
614
|
+
subnet: !item["subnet"] ? item["subnet"] : apiEntityReferenceDeserializer(item["subnet"]),
|
|
615
|
+
networkInterfaces: !item["networkInterfaces"]
|
|
616
|
+
? item["networkInterfaces"]
|
|
617
|
+
: networkInterfaceArrayDeserializer(item["networkInterfaces"]),
|
|
618
|
+
};
|
|
619
|
+
}
|
|
620
|
+
export function apiEntityReferenceSerializer(item) {
|
|
621
|
+
return { resourceId: item["resourceId"] };
|
|
622
|
+
}
|
|
623
|
+
export function apiEntityReferenceDeserializer(item) {
|
|
624
|
+
return {
|
|
625
|
+
resourceId: item["resourceId"],
|
|
626
|
+
};
|
|
627
|
+
}
|
|
628
|
+
export function networkInterfaceArraySerializer(result) {
|
|
629
|
+
return result.map((item) => {
|
|
630
|
+
return networkInterfaceSerializer(item);
|
|
631
|
+
});
|
|
632
|
+
}
|
|
633
|
+
export function networkInterfaceArrayDeserializer(result) {
|
|
634
|
+
return result.map((item) => {
|
|
635
|
+
return networkInterfaceDeserializer(item);
|
|
636
|
+
});
|
|
637
|
+
}
|
|
638
|
+
export function networkInterfaceSerializer(item) {
|
|
639
|
+
return { privateIpAddress: item["privateIpAddress"] };
|
|
640
|
+
}
|
|
641
|
+
export function networkInterfaceDeserializer(item) {
|
|
642
|
+
return {
|
|
643
|
+
resourceId: item["resourceId"],
|
|
644
|
+
privateIpAddress: item["privateIpAddress"],
|
|
645
|
+
};
|
|
646
|
+
}
|
|
647
|
+
/** Provisioning state. */
|
|
648
|
+
export var KnownJsonWebKeyType;
|
|
649
|
+
(function (KnownJsonWebKeyType) {
|
|
650
|
+
/** The dedicated HSM has been fully provisioned. */
|
|
651
|
+
KnownJsonWebKeyType["Succeeded"] = "Succeeded";
|
|
652
|
+
/** The dedicated HSM is currently being provisioned. */
|
|
653
|
+
KnownJsonWebKeyType["Provisioning"] = "Provisioning";
|
|
654
|
+
/** A device is currently being allocated for the dedicated HSM resource. */
|
|
655
|
+
KnownJsonWebKeyType["Allocating"] = "Allocating";
|
|
656
|
+
/** The dedicated HSM is being connected to the virtual network. */
|
|
657
|
+
KnownJsonWebKeyType["Connecting"] = "Connecting";
|
|
658
|
+
/** Provisioning of the dedicated HSM has failed. */
|
|
659
|
+
KnownJsonWebKeyType["Failed"] = "Failed";
|
|
660
|
+
/** Validating the subscription has sufficient quota to allocate a dedicated HSM device. */
|
|
661
|
+
KnownJsonWebKeyType["CheckingQuota"] = "CheckingQuota";
|
|
662
|
+
/** The dedicated HSM is currently being deleted. */
|
|
663
|
+
KnownJsonWebKeyType["Deleting"] = "Deleting";
|
|
664
|
+
})(KnownJsonWebKeyType || (KnownJsonWebKeyType = {}));
|
|
665
|
+
export function dedicatedHsmErrorDeserializer(item) {
|
|
666
|
+
return {
|
|
667
|
+
error: !item["error"] ? item["error"] : errorDeserializer(item["error"]),
|
|
668
|
+
};
|
|
669
|
+
}
|
|
670
|
+
export function errorDeserializer(item) {
|
|
671
|
+
return {
|
|
672
|
+
code: item["code"],
|
|
673
|
+
message: item["message"],
|
|
674
|
+
innerError: !item["innererror"] ? item["innererror"] : errorDeserializer(item["innererror"]),
|
|
675
|
+
};
|
|
676
|
+
}
|
|
677
|
+
export function dedicatedHsmPatchParametersSerializer(item) {
|
|
678
|
+
return { tags: item["tags"] };
|
|
679
|
+
}
|
|
680
|
+
export function _dedicatedHsmListResultDeserializer(item) {
|
|
681
|
+
return {
|
|
682
|
+
value: dedicatedHsmArrayDeserializer(item["value"]),
|
|
683
|
+
nextLink: item["nextLink"],
|
|
684
|
+
};
|
|
685
|
+
}
|
|
686
|
+
export function dedicatedHsmArraySerializer(result) {
|
|
687
|
+
return result.map((item) => {
|
|
688
|
+
return dedicatedHsmSerializer(item);
|
|
689
|
+
});
|
|
690
|
+
}
|
|
691
|
+
export function dedicatedHsmArrayDeserializer(result) {
|
|
692
|
+
return result.map((item) => {
|
|
693
|
+
return dedicatedHsmDeserializer(item);
|
|
694
|
+
});
|
|
695
|
+
}
|
|
696
|
+
export function _outboundEnvironmentEndpointCollectionDeserializer(item) {
|
|
697
|
+
return {
|
|
698
|
+
value: outboundEnvironmentEndpointArrayDeserializer(item["value"]),
|
|
699
|
+
nextLink: item["nextLink"],
|
|
700
|
+
};
|
|
701
|
+
}
|
|
702
|
+
export function outboundEnvironmentEndpointArrayDeserializer(result) {
|
|
703
|
+
return result.map((item) => {
|
|
704
|
+
return outboundEnvironmentEndpointDeserializer(item);
|
|
705
|
+
});
|
|
706
|
+
}
|
|
707
|
+
export function outboundEnvironmentEndpointDeserializer(item) {
|
|
708
|
+
return {
|
|
709
|
+
category: item["category"],
|
|
710
|
+
endpoints: !item["endpoints"]
|
|
711
|
+
? item["endpoints"]
|
|
712
|
+
: endpointDependencyArrayDeserializer(item["endpoints"]),
|
|
713
|
+
};
|
|
714
|
+
}
|
|
715
|
+
export function endpointDependencyArrayDeserializer(result) {
|
|
716
|
+
return result.map((item) => {
|
|
717
|
+
return endpointDependencyDeserializer(item);
|
|
718
|
+
});
|
|
719
|
+
}
|
|
720
|
+
export function endpointDependencyDeserializer(item) {
|
|
721
|
+
return {
|
|
722
|
+
domainName: item["domainName"],
|
|
723
|
+
endpointDetails: !item["endpointDetails"]
|
|
724
|
+
? item["endpointDetails"]
|
|
725
|
+
: endpointDetailArrayDeserializer(item["endpointDetails"]),
|
|
726
|
+
};
|
|
727
|
+
}
|
|
728
|
+
export function endpointDetailArrayDeserializer(result) {
|
|
729
|
+
return result.map((item) => {
|
|
730
|
+
return endpointDetailDeserializer(item);
|
|
731
|
+
});
|
|
732
|
+
}
|
|
733
|
+
export function endpointDetailDeserializer(item) {
|
|
734
|
+
return {
|
|
735
|
+
ipAddress: item["ipAddress"],
|
|
736
|
+
port: item["port"],
|
|
737
|
+
protocol: item["protocol"],
|
|
738
|
+
description: item["description"],
|
|
739
|
+
};
|
|
740
|
+
}
|
|
741
|
+
/** The available API versions. */
|
|
742
|
+
export var KnownVersions;
|
|
743
|
+
(function (KnownVersions) {
|
|
744
|
+
/** The 2025-03-31 API version. */
|
|
745
|
+
KnownVersions["V20250331"] = "2025-03-31";
|
|
746
|
+
})(KnownVersions || (KnownVersions = {}));
|
|
747
|
+
//# sourceMappingURL=models.js.map
|