你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VaultManagementClient.UpdateManagedHsm Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update an existing Managed HSM.
public Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm UpdateManagedHsm (Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm existingManagedHsm, Microsoft.Azure.Commands.KeyVault.Models.VaultCreationOrUpdateParameters parameters, Microsoft.Azure.Commands.Common.MSGraph.Version1_0.IMicrosoftGraphClient graphClient = default);
member this.UpdateManagedHsm : Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm * Microsoft.Azure.Commands.KeyVault.Models.VaultCreationOrUpdateParameters * Microsoft.Azure.Commands.Common.MSGraph.Version1_0.IMicrosoftGraphClient -> Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm
Public Function UpdateManagedHsm (existingManagedHsm As PSManagedHsm, parameters As VaultCreationOrUpdateParameters, Optional graphClient As IMicrosoftGraphClient = Nothing) As PSManagedHsm
Parameters
- existingManagedHsm
- PSManagedHsm
existing Managed HSM
- parameters
- VaultCreationOrUpdateParameters
HSM update parameters
- graphClient
- IMicrosoftGraphClient
the active directory client
Returns
the updated Managed HSM