Interface GalleryImage.DefinitionStages.WithEndOfLifeDate
-
- All Known Subinterfaces:
GalleryImage.Definition,GalleryImage.DefinitionStages.WithCreate
- Enclosing interface:
- GalleryImage.DefinitionStages
public static interface GalleryImage.DefinitionStages.WithEndOfLifeDateThe stage of the gallery image definition allowing to specify end of life of the version.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GalleryImage.DefinitionStages.WithCreatewithEndOfLifeDate(OffsetDateTime endOfLifeDate)Specifies end of life date of the image.
-
-
-
Method Detail
-
withEndOfLifeDate
GalleryImage.DefinitionStages.WithCreate withEndOfLifeDate(OffsetDateTime endOfLifeDate)
Specifies end of life date of the image.- Parameters:
endOfLifeDate- the end of life of the gallery image- Returns:
- the next definition stage
-
-