Freigeben über


ServerAdvancedThreatProtectionCollection.CreateOrUpdate Methode

Definition

Erstellt oder aktualisiert einen Advanced Threat Protection-Status.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/advancedThreatProtectionSettings/{advancedThreatProtectionName}
  • Vorgang IdServerAdvancedThreatProtectionSettings_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionResource> CreateOrUpdate (Azure.WaitUntil waitUntil, Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName advancedThreatProtectionName, Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName * Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionResource>
override this.CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName * Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, advancedThreatProtectionName As AdvancedThreatProtectionName, data As ServerAdvancedThreatProtectionData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ServerAdvancedThreatProtectionResource)

Parameter

waitUntil
WaitUntil

Completed , wenn die Methode auf die Rückgabe warten soll, bis der lange ausgeführte Vorgang für den Dienst abgeschlossen ist; Started , wenn es nach dem Starten des Vorgangs zurückgegeben werden soll. Weitere Informationen zu Vorgängen mit langer Ausführung finden Sie unter Beispiele für Azure.Core-Long-Running-Vorgänge.

advancedThreatProtectionName
AdvancedThreatProtectionName

Der Name des Advanced Threat Protection-Status.

data
ServerAdvancedThreatProtectionData

Der Server Advanced Threat Protection-Status.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

data ist NULL.

Gilt für: