IGalleryApplicationVersionUpdate.PublishingProfileEndOfLifeDate 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.
The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="endOfLifeDate")]
public DateTime? PublishingProfileEndOfLifeDate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="endOfLifeDate")>]
member this.PublishingProfileEndOfLifeDate : Nullable<DateTime> with get, set
Public Property PublishingProfileEndOfLifeDate As Nullable(Of DateTime)
Property Value
- Attributes