ScheduledActionsSchedule.DeadlineType Property
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 type of deadline the scheduled action is supposed to follow for the schedule. If no value is passed, it will default to InitiateAt.
public Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionDeadlineType? DeadlineType { get; set; }
member this.DeadlineType : Nullable<Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionDeadlineType> with get, set
Public Property DeadlineType As Nullable(Of ScheduledActionDeadlineType)