Freigeben über


ManagedHsmsOperationsExtensions.GetAsync Methode

Definition

Ruft den angegebenen verwalteten HSM-Pool ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.KeyVault.Models.ManagedHsm> GetAsync(this Microsoft.Azure.Management.KeyVault.IManagedHsmsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.KeyVault.IManagedHsmsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.KeyVault.Models.ManagedHsm>
<Extension()>
Public Function GetAsync (operations As IManagedHsmsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedHsm)

Parameter

operations
IManagedHsmsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, die den verwalteten HSM-Pool enthält.

name
String

Der Name des verwalteten HSM-Pools.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: