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


ManagedInstanceAdvancedThreatProtectionResource.Update Method

Definition

Creates or updates Advanced Threat Protection settings.

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

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.

data
ManagedInstanceAdvancedThreatProtectionData

The managed instance Advanced Threat Protection state.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to