ICron Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CronTypeConverter))]
public interface ICron : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CronTypeConverter))>]
type ICron = interface
interface IJsonSerializable
Public Interface ICron
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Expression |
[Required] Specifies cron expression of schedule. The expression should follow NCronTab format. |
StartTime |
The start time in yyyy-MM-ddTHH:mm:ss format. |
TimeZone |
Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11 |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |