Share via


IComputeStartStopSchedule.CronExpression Property

Definition

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

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

Property Value

Attributes

Applies to