IFunctionAppRuntimes.LinuxRuntimeSettingEndOfLifeDate 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? LinuxRuntimeSettingEndOfLifeDate { 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.LinuxRuntimeSettingEndOfLifeDate : Nullable<DateTime>
Public ReadOnly Property LinuxRuntimeSettingEndOfLifeDate As Nullable(Of DateTime)

Property Value

Attributes

Applies to