Share via


IFunctionAppRuntimes.WindowRuntimeSettingEndOfLifeDate Property

Definition

End-of-life date for the minor version.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="End-of-life date for the minor version.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="endOfLifeDate")]
public DateTime? WindowRuntimeSettingEndOfLifeDate { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="End-of-life date for the minor version.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="endOfLifeDate")>]
member this.WindowRuntimeSettingEndOfLifeDate : Nullable<DateTime>
Public ReadOnly Property WindowRuntimeSettingEndOfLifeDate As Nullable(Of DateTime)

Property Value

Attributes

Applies to