DefenderForStorageSettingResource.Update Method

Definition

Update a DefenderForStorageSetting.

  • Request Path. : /{resourceId}/providers/Microsoft.Security/defenderForStorageSettings/{settingName}.
  • Operation Id. : DefenderForStorageSettings_Create.
  • Default Api Version. : 2025-09-01-preview.
  • Resource. : DefenderForStorageSettingResource.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.DefenderForStorageSettingResource> Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.SecurityCenter.DefenderForStorageSettingData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.SecurityCenter.DefenderForStorageSettingData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.DefenderForStorageSettingResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.SecurityCenter.DefenderForStorageSettingData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.DefenderForStorageSettingResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As DefenderForStorageSettingData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of DefenderForStorageSettingResource)

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
DefenderForStorageSettingData

Defender for Storage Settings.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to