Share via


IScheduleUpdateProperties.Frequency Property

Definition

The frequency of this scheduled task.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The frequency of this scheduled task.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduledFrequency) }, ReadOnly=false, Required=false, SerializedName="frequency")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduledFrequency? Frequency { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The frequency of this scheduled task.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduledFrequency) }, ReadOnly=false, Required=false, SerializedName="frequency")>]
member this.Frequency : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduledFrequency> with get, set
Public Property Frequency As Nullable(Of ScheduledFrequency)

Property Value

Attributes

Applies to