ArmSecurityCenterModelFactory.OnUploadProperties 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.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
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.