IWithEndOfLifeDate.WithEndOfLifeDate(DateTime) Method

Definition

Specifies end of life date of the image version.

public Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IWithCreate WithEndOfLifeDate (DateTime endOfLifeDate);
abstract member WithEndOfLifeDate : DateTime -> Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IWithCreate
Public Function WithEndOfLifeDate (endOfLifeDate As DateTime) As IWithCreate

Parameters

endOfLifeDate
DateTime

The end of life date.

Returns

Applies to