Share via


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