Interface GalleryImage.UpdateStages.WithReleaseNoteUri
-
- All Known Subinterfaces:
GalleryImage.Update
- Enclosing interface:
- GalleryImage.UpdateStages
public static interface GalleryImage.UpdateStages.WithReleaseNoteUriThe stage of the gallery image update allowing to specify uri to release note.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GalleryImage.UpdatewithReleaseNoteUri(String releaseNoteUri)Specifies release note uri.
-
-
-
Method Detail
-
withReleaseNoteUri
GalleryImage.Update withReleaseNoteUri(String releaseNoteUri)
Specifies release note uri.- Parameters:
releaseNoteUri- the release note uri- Returns:
- the next update stage
-
-