Udostępnij za pośrednictwem


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

Property Value

Attributes

Applies to