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

Property Value

Attributes

Applies to