GalleryImageVersion.DefinitionStages.WithExcludeFromLatest Interface
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 Type | Method and Description |
---|---|
abstract
With |
withExcludedFromLatest()
Specifies that this version is not a candidate to consider as latest. |
Method Details
withExcludedFromLatest
public abstract GalleryImageVersion.DefinitionStages.WithCreate withExcludedFromLatest()
Specifies that this version is not a candidate to consider as latest.
Returns:
the next definition stage
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java