共用方式為


IWithEndOfLifeDate.WithEndOfLifeDate(DateTime) Method

Definition

Specifies end of life date of the image version.

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

Parameters

endOfLifeDate
DateTime

The end of life of this gallery image.

Returns

Applies to