Share via


AdvancedThreatProtectionResource.Update 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_Update
  • Default Api Version: 2023-12-01-preview
  • Resource: AdvancedThreatProtectionResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MySql.FlexibleServers.AdvancedThreatProtectionResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.MySql.FlexibleServers.Models.AdvancedThreatProtectionPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.MySql.FlexibleServers.Models.AdvancedThreatProtectionPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MySql.FlexibleServers.AdvancedThreatProtectionResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.MySql.FlexibleServers.Models.AdvancedThreatProtectionPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MySql.FlexibleServers.AdvancedThreatProtectionResource>
Public Overridable Function Update (waitUntil As WaitUntil, patch As AdvancedThreatProtectionPatch, 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.

patch
AdvancedThreatProtectionPatch

The server's Advanced Threat Protection body to update.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to