IComputeStartStopSchedule.CronExpression Property

Definition

[Required] Specifies cron expression of schedule. The expression should follow NCronTab format.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] Specifies cron expression of schedule.\r\n        The expression should follow NCronTab format.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="expression", Update=true)]
public string CronExpression { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] Specifies cron expression of schedule.\r\n        The expression should follow NCronTab format.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="expression", Update=true)>]
member this.CronExpression : string with get, set
Public Property CronExpression As String

Property Value

Attributes

Applies to