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

Property Value

Attributes

Applies to