Share via


IMetricSettings.RetentionPolicyDay 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=false, SerializedName="days")]
public int? RetentionPolicyDay { 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=false, SerializedName="days")>]
member this.RetentionPolicyDay : Nullable<int> with get, set
Public Property RetentionPolicyDay As Nullable(Of Integer)

Property Value

Attributes

Applies to