IAppServicePlan.SpotExpirationTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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