Interface GalleryImageVersion.DefinitionStages.WithExcludeFromLatest
- All Known Subinterfaces:
GalleryImageVersion.Definition
,GalleryImageVersion.DefinitionStages.WithCreate
- Enclosing interface:
- GalleryImageVersion.DefinitionStages
public static interface GalleryImageVersion.DefinitionStages.WithExcludeFromLatest
The 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
Modifier and TypeMethodDescriptionSpecifies that this version is not a candidate to consider as latest.
-
Method Details
-
withExcludedFromLatest
GalleryImageVersion.DefinitionStages.WithCreate withExcludedFromLatest()Specifies that this version is not a candidate to consider as latest.- Returns:
- the next definition stage
-