Share via


IDigestConfig.Frequency Property

Definition

Frequency that digest will be triggered, in days. Value must be between 7 and 30 days inclusive.

[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="Frequency that digest will be triggered, in days. Value must be between 7 and 30 days inclusive.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="frequency")]
public int? Frequency { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="Frequency that digest will be triggered, in days. Value must be between 7 and 30 days inclusive.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="frequency")>]
member this.Frequency : Nullable<int> with get, set
Public Property Frequency As Nullable(Of Integer)

Property Value

Attributes

Applies to