AdvancedThreatProtectionCollection.CreateOrUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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-30
- 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.
The server's Advanced Threat Protection body to update.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
data
is null.
Applies to
Azure SDK for .NET