AppServicePlanPatchResource.SpotExpirationTime Property

Definition

Gets or sets the time when the server farm expires. Valid only if it is a spot server farm.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to