Share via


DatabaseAdvancedThreatProtectionCollection.CreateOrUpdate Method

Definition

Creates or updates a database's Advanced Threat Protection state.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/advancedThreatProtectionSettings/{advancedThreatProtectionName}
  • Operation Id: DatabaseAdvancedThreatProtectionSettings_CreateOrUpdate
  • Default Api Version: 2021-11-01-preview
  • Resource: DatabaseAdvancedThreatProtectionResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.DatabaseAdvancedThreatProtectionResource> CreateOrUpdate (Azure.WaitUntil waitUntil, Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName advancedThreatProtectionName, Azure.ResourceManager.Sql.DatabaseAdvancedThreatProtectionData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName * Azure.ResourceManager.Sql.DatabaseAdvancedThreatProtectionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.DatabaseAdvancedThreatProtectionResource>
override this.CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName * Azure.ResourceManager.Sql.DatabaseAdvancedThreatProtectionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.DatabaseAdvancedThreatProtectionResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, advancedThreatProtectionName As AdvancedThreatProtectionName, data As DatabaseAdvancedThreatProtectionData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of DatabaseAdvancedThreatProtectionResource)

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
DatabaseAdvancedThreatProtectionData

The database Advanced Threat Protection state.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to