Interface GalleryImageVersion.UpdateStages.WithExcludeFromLatest
-
- All Known Subinterfaces:
GalleryImageVersion.Update
- Enclosing interface:
- GalleryImageVersion.UpdateStages
public static interface GalleryImageVersion.UpdateStages.WithExcludeFromLatestThe stage of the gallery image version definition allowing to specify whether this version should be a candidate version to be considered when VM is deployed with 'latest' as version of the image.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GalleryImageVersion.UpdatewithExcludedFromLatest()Specifies that this version is not a candidate to consider as latest.GalleryImageVersion.UpdatewithoutExcludedFromLatest()Specifies that this version is a candidate to consider as latest.
-
-
-
Method Detail
-
withExcludedFromLatest
GalleryImageVersion.Update withExcludedFromLatest()
Specifies that this version is not a candidate to consider as latest.- Returns:
- the next update stage
-
withoutExcludedFromLatest
GalleryImageVersion.Update withoutExcludedFromLatest()
Specifies that this version is a candidate to consider as latest.- Returns:
- the next update stage
-
-