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

VaultManagementClient.ListManagedHsms(String, IMicrosoftGraphClient) Method

Definition

List all existing Managed HSMs.

public System.Collections.Generic.List<Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm> ListManagedHsms (string resourceGroupName, Microsoft.Azure.Commands.Common.MSGraph.Version1_0.IMicrosoftGraphClient graphClient = default);
member this.ListManagedHsms : string * Microsoft.Azure.Commands.Common.MSGraph.Version1_0.IMicrosoftGraphClient -> System.Collections.Generic.List<Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm>
Public Function ListManagedHsms (resourceGroupName As String, Optional graphClient As IMicrosoftGraphClient = Nothing) As List(Of PSManagedHsm)

Parameters

resourceGroupName
String

resource group name

graphClient
IMicrosoftGraphClient

the active directory client

Returns

the retrieved Managed HSM

Applies to