Show / Hide Table of Contents

Class CronExecutionSchedule

An autoscaling execution schedule that uses a cron expression.

Inheritance
object
ExecutionSchedule
CronExecutionSchedule
Inherited Members
ExecutionSchedule.Timezone
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AutoscalingService.Models
Assembly: OCI.DotNetSDK.Autoscaling.dll
Syntax
public class CronExecutionSchedule : ExecutionSchedule

Properties

Expression

Declaration
[Required(ErrorMessage = "Expression is required.")]
[JsonProperty(PropertyName = "expression")]
public string Expression { get; set; }
Property Value
Type Description
string
In this article
Back to top