IDefenderForStorageSetting.OnUploadCapGbPerMonth Property
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.
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? OnUploadCapGbPerMonth { 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.OnUploadCapGbPerMonth : Nullable<int> with get, set
Public Property OnUploadCapGbPerMonth As Nullable(Of Integer)
Property Value
- Attributes