ArmSecurityCenterModelFactory.DefenderForStorageSettingProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Indicates whether Defender for Storage is enabled on this storage account.
- malwareScanning
- MalwareScanningProperties
Properties of Malware Scanning.
- sensitiveDataDiscovery
- SensitiveDataDiscoveryProperties
Properties of Sensitive Data Discovery.
Indicates whether the settings defined for this storage account should override the settings defined for the subscription.
Returns
A new DefenderForStorageSettingProperties instance for mocking.