Share via


AdvancedThreatProtectionCollection.CreateOrUpdate Method

Definition

Updates a server's Advanced Threat Protection state.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/advancedThreatProtectionSettings/{advancedThreatProtectionName}
  • Operation Id: AdvancedThreatProtectionSettings_UpdatePut
  • Default Api Version: 2023-12-01-preview
  • Resource: AdvancedThreatProtectionResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MySql.FlexibleServers.AdvancedThreatProtectionResource> CreateOrUpdate (Azure.WaitUntil waitUntil, Azure.ResourceManager.MySql.FlexibleServers.Models.AdvancedThreatProtectionName advancedThreatProtectionName, Azure.ResourceManager.MySql.FlexibleServers.AdvancedThreatProtectionData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.MySql.FlexibleServers.Models.AdvancedThreatProtectionName * Azure.ResourceManager.MySql.FlexibleServers.AdvancedThreatProtectionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MySql.FlexibleServers.AdvancedThreatProtectionResource>
override this.CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.MySql.FlexibleServers.Models.AdvancedThreatProtectionName * Azure.ResourceManager.MySql.FlexibleServers.AdvancedThreatProtectionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MySql.FlexibleServers.AdvancedThreatProtectionResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, advancedThreatProtectionName As AdvancedThreatProtectionName, data As AdvancedThreatProtectionData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of AdvancedThreatProtectionResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

advancedThreatProtectionName
AdvancedThreatProtectionName

The name of the Advanced Threat Protection state.

data
AdvancedThreatProtectionData

The server's Advanced Threat Protection body to update.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to