Interface GalleryImageVersion.DefinitionStages.WithExcludeFromLatest
-
- All Known Subinterfaces:
GalleryImageVersion.Definition,GalleryImageVersion.DefinitionStages.WithCreate
- Enclosing interface:
- GalleryImageVersion.DefinitionStages
public static interface GalleryImageVersion.DefinitionStages.WithExcludeFromLatestThe stage of the gallery image version definition allowing to specify that the version should not be considered as a candidate version 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.DefinitionStages.WithCreatewithExcludedFromLatest()Specifies that this version is not a candidate to consider as latest.
-
-
-
Method Detail
-
withExcludedFromLatest
GalleryImageVersion.DefinitionStages.WithCreate withExcludedFromLatest()
Specifies that this version is not a candidate to consider as latest.- Returns:
- the next definition stage
-
-