Share via


ManagedHsmsOperationsExtensions.Get Method

Definition

Gets the specified managed HSM Pool.

public static Microsoft.Azure.Management.KeyVault.Models.ManagedHsm Get (this Microsoft.Azure.Management.KeyVault.IManagedHsmsOperations operations, string resourceGroupName, string name);
static member Get : Microsoft.Azure.Management.KeyVault.IManagedHsmsOperations * string * string -> Microsoft.Azure.Management.KeyVault.Models.ManagedHsm
<Extension()>
Public Function Get (operations As IManagedHsmsOperations, resourceGroupName As String, name As String) As ManagedHsm

Parameters

operations
IManagedHsmsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group that contains the managed HSM pool.

name
String

The name of the managed HSM Pool.

Returns

Applies to