IWebAppRuntimes.LinuxRuntimeSettingEndOfLifeDate Property

Definition

End-of-life date for the minor version.

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

Property Value

Attributes

Applies to