IScheduleUpdate.Frequency 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.
[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