Freigeben über


DatabaseAdvancedThreatProtectionSettingsOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert den Advanced Threat Protection-Status einer Datenbank.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.DatabaseAdvancedThreatProtection> CreateOrUpdateAsync (this Microsoft.Azure.Management.Sql.IDatabaseAdvancedThreatProtectionSettingsOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.DatabaseAdvancedThreatProtection parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Sql.IDatabaseAdvancedThreatProtectionSettingsOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.DatabaseAdvancedThreatProtection * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.DatabaseAdvancedThreatProtection>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IDatabaseAdvancedThreatProtectionSettingsOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As DatabaseAdvancedThreatProtection, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DatabaseAdvancedThreatProtection)

Parameter

operations
IDatabaseAdvancedThreatProtectionSettingsOperations

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.

serverName
String

Name des Servers

databaseName
String

Der Name der Datenbank.

parameters
DatabaseAdvancedThreatProtection

Der Advanced Threat Protection-Datenbankstatus.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: