IFunctionAppRuntimes.LinuxRuntimeSettingEndOfLifeDate 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.
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