SecurityCenterExtensions.GetDefenderForStorageSettingAsync Method

Definition

Gets the Defender for Storage settings for the specified storage account. <item> Mocking. To mock this method, please mock GetDefenderForStorageSettingAsync(ResourceIdentifier, SettingName, CancellationToken) instead. </item>

public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.DefenderForStorageSettingResource>> GetDefenderForStorageSettingAsync(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, Azure.ResourceManager.SecurityCenter.Models.SettingName settingName, System.Threading.CancellationToken cancellationToken = default);
static member GetDefenderForStorageSettingAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * Azure.ResourceManager.SecurityCenter.Models.SettingName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.DefenderForStorageSettingResource>>
<Extension()>
Public Function GetDefenderForStorageSettingAsync (client As ArmClient, scope As ResourceIdentifier, settingName As SettingName, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DefenderForStorageSettingResource))

Parameters

client
ArmClient

The ArmClient the method will execute against.

scope
ResourceIdentifier

The scope of the resource collection to get.

settingName
SettingName

The defender for storage setting name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

client is null.

Applies to