Megosztás a következőn keresztül:


ManagedDatabaseAdvancedThreatProtectionCollection.CreateOrUpdateAsync Method

Definition

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/advancedThreatProtectionSettings/{advancedThreatProtectionName}
  • Operation Id: ManagedDatabaseAdvancedThreatProtectionSettings_CreateOrUpdate
  • Default Api Version: 2022-02-01-preview
  • Resource: ManagedDatabaseAdvancedThreatProtectionResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.ManagedDatabaseAdvancedThreatProtectionResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName advancedThreatProtectionName, Azure.ResourceManager.Sql.ManagedDatabaseAdvancedThreatProtectionData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName * Azure.ResourceManager.Sql.ManagedDatabaseAdvancedThreatProtectionData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.ManagedDatabaseAdvancedThreatProtectionResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName * Azure.ResourceManager.Sql.ManagedDatabaseAdvancedThreatProtectionData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.ManagedDatabaseAdvancedThreatProtectionResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, advancedThreatProtectionName As AdvancedThreatProtectionName, data As ManagedDatabaseAdvancedThreatProtectionData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ManagedDatabaseAdvancedThreatProtectionResource))

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
ManagedDatabaseAdvancedThreatProtectionData

The managed database Advanced Threat Protection state.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to