Interface GalleryImageVersion.UpdateStages.WithExcludeFromLatest
- All Known Subinterfaces:
GalleryImageVersion.Update
- Enclosing interface:
- GalleryImageVersion.UpdateStages
public static interface GalleryImageVersion.UpdateStages.WithExcludeFromLatest
The 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
Modifier and TypeMethodDescriptionSpecifies that this version is not a candidate to consider as latest.Specifies that this version is a candidate to consider as latest.
-
Method Details
-
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
-