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