Udostępnij przez


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(Create=true, 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) }, Read=true, ReadOnly=false, Required=true, SerializedName="days", Update=true)]
public int Day { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.Info(Create=true, 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) }, Read=true, ReadOnly=false, Required=true, SerializedName="days", Update=true)>]
member this.Day : int with get, set
Public Property Day As Integer

Property Value

Attributes

Applies to