ICron.Expression 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 Expression { 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.Expression : string with get, set
Public Property Expression As String

Property Value

Attributes

Applies to