Share via


IOnUploadProperties.CapGbPerMonth Property

Definition

Defines the max GB to be scanned per Month. Set to -1 if no capping is needed.

[Microsoft.Azure.PowerShell.Cmdlets.DefenderForStorage.Runtime.Info(Create=true, Description="Defines the max GB to be scanned per Month. Set to -1 if no capping is needed.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="capGBPerMonth", Update=true)]
public int? CapGbPerMonth { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DefenderForStorage.Runtime.Info(Create=true, Description="Defines the max GB to be scanned per Month. Set to -1 if no capping is needed.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="capGBPerMonth", Update=true)>]
member this.CapGbPerMonth : Nullable<int> with get, set
Public Property CapGbPerMonth As Nullable(Of Integer)

Property Value

Attributes

Applies to