Freigeben über


ManagedHsmsOperationsExtensions.UpdateAsync Methode

Definition

Aktualisieren Sie einen verwalteten HSM-Pool im angegebenen Abonnement.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.KeyVault.Models.ManagedHsm> UpdateAsync(this Microsoft.Azure.Management.KeyVault.IManagedHsmsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.KeyVault.Models.ManagedHsm parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.KeyVault.IManagedHsmsOperations * string * string * Microsoft.Azure.Management.KeyVault.Models.ManagedHsm * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.KeyVault.Models.ManagedHsm>
<Extension()>
Public Function UpdateAsync (operations As IManagedHsmsOperations, resourceGroupName As String, name As String, parameters As ManagedHsm, 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

Name des verwalteten HSM-Pools

parameters
ManagedHsm

Parameter zum Patchen des verwalteten HSM-Pools

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: