Share via


IGalleryApplication.EndOfLifeDate Property

Definition

The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable.

[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Create=true, Description="The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="endOfLifeDate", Update=true)]
public DateTime? EndOfLifeDate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Create=true, Description="The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="endOfLifeDate", Update=true)>]
member this.EndOfLifeDate : Nullable<DateTime> with get, set
Public Property EndOfLifeDate As Nullable(Of DateTime)

Property Value

Attributes

Applies to