Dela via


IRetentionPolicy.Day Property

Definition

the number of days for the retention in days. A value of 0 will retain the events indefinitely.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.Info(Description="the number of days for the retention in days. A value of 0 will retain the events indefinitely.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=true, SerializedName="days")]
public int Day { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.Info(Description="the number of days for the retention in days. A value of 0 will retain the events indefinitely.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=true, SerializedName="days")>]
member this.Day : int with get, set
Public Property Day As Integer

Property Value

Attributes

Applies to