Share via


IRecurrence.Frequency Property

Definition

[Required] The frequency to trigger schedule.

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

Property Value

Attributes

Applies to