IComputeStartStopSchedule.CronExpression 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.
[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