GalleryImageVersion.UpdateStages.WithEndOfLifeDate Interface
public static interface GalleryImageVersion.UpdateStages.WithEndOfLifeDate
The stage of the gallery image version update allowing to specify end of life of the version.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withEndOfLifeDate(OffsetDateTime endOfLifeDate)
Specifies end of life date of the image version. |
Method Details
withEndOfLifeDate
public abstract GalleryImageVersion.Update withEndOfLifeDate(OffsetDateTime endOfLifeDate)
Specifies end of life date of the image version.
Parameters:
endOfLifeDate
- The end of life of this gallery image
Returns:
the next update stage
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.