VaultManagementClient.GetManagedHsm 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.
Get an existing managed HSM. Returns null if managed HSM is not found.
public Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm GetManagedHsm (string managedHsmName, string resourceGroupName, Microsoft.Azure.Commands.Common.MSGraph.Version1_0.IMicrosoftGraphClient graphClient = default);
member this.GetManagedHsm : string * string * Microsoft.Azure.Commands.Common.MSGraph.Version1_0.IMicrosoftGraphClient -> Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm
Public Function GetManagedHsm (managedHsmName As String, resourceGroupName As String, Optional graphClient As IMicrosoftGraphClient = Nothing) As PSManagedHsm
Parameters
- managedHsmName
- String
managed HSM name
- resourceGroupName
- String
resource group name
- graphClient
- IMicrosoftGraphClient
the active directory client
Returns
the retrieved Managed HSM