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: