ArmSecurityCenterModelFactory.DefenderForStorageSettingProperties Method

Definition

public static Azure.ResourceManager.SecurityCenter.Models.DefenderForStorageSettingProperties DefenderForStorageSettingProperties(bool? isEnabled = default, Azure.ResourceManager.SecurityCenter.Models.MalwareScanningProperties malwareScanning = default, Azure.ResourceManager.SecurityCenter.Models.SensitiveDataDiscoveryProperties sensitiveDataDiscovery = default, bool? isOverrideSubscriptionLevelSettings = default);
static member DefenderForStorageSettingProperties : Nullable<bool> * Azure.ResourceManager.SecurityCenter.Models.MalwareScanningProperties * Azure.ResourceManager.SecurityCenter.Models.SensitiveDataDiscoveryProperties * Nullable<bool> -> Azure.ResourceManager.SecurityCenter.Models.DefenderForStorageSettingProperties
Public Shared Function DefenderForStorageSettingProperties (Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional malwareScanning As MalwareScanningProperties = Nothing, Optional sensitiveDataDiscovery As SensitiveDataDiscoveryProperties = Nothing, Optional isOverrideSubscriptionLevelSettings As Nullable(Of Boolean) = Nothing) As DefenderForStorageSettingProperties

Parameters

isEnabled
Nullable<Boolean>

Indicates whether Defender for Storage is enabled on this storage account.

malwareScanning
MalwareScanningProperties

Properties of Malware Scanning.

sensitiveDataDiscovery
SensitiveDataDiscoveryProperties

Properties of Sensitive Data Discovery.

isOverrideSubscriptionLevelSettings
Nullable<Boolean>

Indicates whether the settings defined for this storage account should override the settings defined for the subscription.

Returns

A new DefenderForStorageSettingProperties instance for mocking.

Applies to