ArmSecurityCenterModelFactory.OnUploadProperties Method

Definition

public static Azure.ResourceManager.SecurityCenter.Models.OnUploadProperties OnUploadProperties(bool? isEnabled = default, int? capGBPerMonth = default, Azure.ResourceManager.SecurityCenter.Models.OnUploadFilters filters = default);
static member OnUploadProperties : Nullable<bool> * Nullable<int> * Azure.ResourceManager.SecurityCenter.Models.OnUploadFilters -> Azure.ResourceManager.SecurityCenter.Models.OnUploadProperties
Public Shared Function OnUploadProperties (Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional capGBPerMonth As Nullable(Of Integer) = Nothing, Optional filters As OnUploadFilters = Nothing) As OnUploadProperties

Parameters

isEnabled
Nullable<Boolean>

Indicates whether On Upload malware scanning should be enabled.

capGBPerMonth
Nullable<Int32>

Defines the max GB to be scanned per Month. Set to -1 if no capping is needed. If not specified, the default value is -1.

filters
OnUploadFilters

Optional. Determine which blobs get scanned by On Upload malware scanning. An Or operation is performed between each filter type.

Returns

A new OnUploadProperties instance for mocking.

Applies to