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