IWithEndOfLifeDate.WithEndOfLifeDate(DateTime) Method

Definition

Specifies end of life date of the image.

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

Parameters

endOfLifeDate
DateTime

The end of life of the gallery image.

Returns

Applies to