你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VaultManagementClient.CreateOrRecoverManagedHsm Method

Definition

Create a Managed HSM pool

public Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm CreateOrRecoverManagedHsm (Microsoft.Azure.Commands.KeyVault.Models.VaultCreationOrUpdateParameters parameters, Microsoft.Azure.Commands.Common.MSGraph.Version1_0.IMicrosoftGraphClient graphClient = default);
member this.CreateOrRecoverManagedHsm : Microsoft.Azure.Commands.KeyVault.Models.VaultCreationOrUpdateParameters * Microsoft.Azure.Commands.Common.MSGraph.Version1_0.IMicrosoftGraphClient -> Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm
Public Function CreateOrRecoverManagedHsm (parameters As VaultCreationOrUpdateParameters, Optional graphClient As IMicrosoftGraphClient = Nothing) As PSManagedHsm

Parameters

parameters
VaultCreationOrUpdateParameters

vault creation parameters

graphClient
IMicrosoftGraphClient

the active directory client

Returns

Applies to