Interface GalleryImage.UpdateStages.WithEndOfLifeDate
-
- All Known Subinterfaces:
GalleryImage.Update
- Enclosing interface:
- GalleryImage.UpdateStages
public static interface GalleryImage.UpdateStages.WithEndOfLifeDateThe stage of the gallery image update allowing to specify EndOfLifeDate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GalleryImage.UpdatewithEndOfLifeDate(OffsetDateTime endOfLifeDate)Specifies end of life date of the image.
-
-
-
Method Detail
-
withEndOfLifeDate
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
-
-