ManagedInstanceEncryptionProtectorsOperationsExtensions.CreateOrUpdateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Updates eine vorhandene Verschlüsselungsschutzvorrichtung.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ManagedInstanceEncryptionProtector> CreateOrUpdateAsync (this Microsoft.Azure.Management.Sql.IManagedInstanceEncryptionProtectorsOperations operations, string resourceGroupName, string managedInstanceName, Microsoft.Azure.Management.Sql.Models.ManagedInstanceEncryptionProtector parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Sql.IManagedInstanceEncryptionProtectorsOperations * string * string * Microsoft.Azure.Management.Sql.Models.ManagedInstanceEncryptionProtector * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ManagedInstanceEncryptionProtector>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IManagedInstanceEncryptionProtectorsOperations, resourceGroupName As String, managedInstanceName As String, parameters As ManagedInstanceEncryptionProtector, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedInstanceEncryptionProtector)
Parameter
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.
- managedInstanceName
- String
Der Name der verwalteten Instanz.
- parameters
- ManagedInstanceEncryptionProtector
Der angeforderte Ressourcenstatus der Verschlüsselungsschutzvorrichtung.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET