Share via


Schedule.StopAt Property

Definition

Gets or sets when lab user virtual machines will be stopped. Timestamp offsets will be ignored and timeZoneId is used instead.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to