VaultManagementClient.ListManagedHsms(String, IMicrosoftGraphClient) 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.
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