GalleryImage.UpdateStages.WithEndOfLifeDate Interface
public static interface GalleryImage.UpdateStages.WithEndOfLifeDate
The stage of the gallery image update allowing to specify EndOfLifeDate.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withEndOfLifeDate(OffsetDateTime endOfLifeDate)
Specifies end of life date of the image. |
Method Details
withEndOfLifeDate
public abstract GalleryImage.Update withEndOfLifeDate(OffsetDateTime endOfLifeDate)
Specifies end of life date of the image.
Parameters:
endOfLifeDate
- the end of life of the gallery image
Returns:
the next update stage
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java