ILogSettings.RetentionPolicyDay 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.
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