Share via


ComputeNodeUser.ExpiryTime Property

Definition

Gets or sets the time at which the Account should expire.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

If omitted, the default is 1 day from the current time. For Linux Compute Nodes, the expiryTime has a precision up to a day.

Applies to