ServerAdvancedThreatProtectionSettingsOperationsExtensions.BeginCreateOrUpdateAsync 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.
Erstellt oder aktualisiert einen Advanced Threat Protection-Status.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ServerAdvancedThreatProtection> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Sql.IServerAdvancedThreatProtectionSettingsOperations operations, string resourceGroupName, string serverName, Microsoft.Azure.Management.Sql.Models.ServerAdvancedThreatProtection parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Sql.IServerAdvancedThreatProtectionSettingsOperations * string * string * Microsoft.Azure.Management.Sql.Models.ServerAdvancedThreatProtection * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ServerAdvancedThreatProtection>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IServerAdvancedThreatProtectionSettingsOperations, resourceGroupName As String, serverName As String, parameters As ServerAdvancedThreatProtection, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ServerAdvancedThreatProtection)
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.
- serverName
- String
Name des Servers
- parameters
- ServerAdvancedThreatProtection
Der Advanced Threat Protection-Serverstatus.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET