IAppServicePlanPatchResourceProperties.SpotExpirationTime Property

Definition

The time when the server farm expires. Valid only if it is a spot server farm.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The time when the server farm expires. Valid only if it is a spot server farm.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="spotExpirationTime", Update=true)]
public DateTime? SpotExpirationTime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The time when the server farm expires. Valid only if it is a spot server farm.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="spotExpirationTime", Update=true)>]
member this.SpotExpirationTime : Nullable<DateTime> with get, set
Public Property SpotExpirationTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to