Interface GalleryImage.DefinitionStages.WithReleaseNoteUri
- All Known Subinterfaces:
GalleryImage.Definition
,GalleryImage.DefinitionStages.WithCreate
- Enclosing interface:
- GalleryImage.DefinitionStages
public static interface GalleryImage.DefinitionStages.WithReleaseNoteUri
The stage of the gallery image definition allowing to specify uri to release note.
-
Method Summary
Modifier and TypeMethodDescriptionwithReleaseNoteUri
(String releaseNoteUri) Specifies uri to release note.
-
Method Details
-
withReleaseNoteUri
Specifies uri to release note.- Parameters:
releaseNoteUri
- the release note uri- Returns:
- the next definition stage
-