Share via


ScheduleCreateOrUpdateParameters.ExpiryTime Property

Definition

Gets or sets the end time of the schedule.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.expiryTime")]
public DateTimeOffset? ExpiryTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.expiryTime")>]
member this.ExpiryTime : Nullable<DateTimeOffset> with get, set
Public Property ExpiryTime As Nullable(Of DateTimeOffset)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to