ComputeStartStopCronSchedule Class
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.
The workflow trigger cron for ComputeStartStop schedule type.
public class ComputeStartStopCronSchedule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.ComputeStartStopCronSchedule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.ComputeStartStopCronSchedule>
public class ComputeStartStopCronSchedule
type ComputeStartStopCronSchedule = class
interface IJsonModel<ComputeStartStopCronSchedule>
interface IPersistableModel<ComputeStartStopCronSchedule>
type ComputeStartStopCronSchedule = class
Public Class ComputeStartStopCronSchedule
Implements IJsonModel(Of ComputeStartStopCronSchedule), IPersistableModel(Of ComputeStartStopCronSchedule)
Public Class ComputeStartStopCronSchedule
- Inheritance
-
ComputeStartStopCronSchedule
- Implements
Constructors
ComputeStartStopCronSchedule() |
Initializes a new instance of ComputeStartStopCronSchedule. |
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 |
Explicit Interface Implementations
IJsonModel<ComputeStartStopCronSchedule>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ComputeStartStopCronSchedule>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ComputeStartStopCronSchedule>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ComputeStartStopCronSchedule>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ComputeStartStopCronSchedule>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET