Show / Hide Table of Contents

Class CronSchedule

Cron schedule for a scheduled task.

Inheritance
object
Schedule
CronSchedule
Inherited Members
Schedule.MisfirePolicy
Schedule.TimeOfFirstExecution
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class CronSchedule : Schedule

Properties

Expression

Declaration
[JsonProperty(PropertyName = "expression")]
public string Expression { get; set; }
Property Value
Type Description
string

Value in cron format.

TimeZone

Declaration
[JsonProperty(PropertyName = "timeZone")]
public string TimeZone { get; set; }
Property Value
Type Description
string

Time zone, by default UTC.

In this article
Back to top