GalleryImageVersion.UpdateStages.WithExcludeFromLatest Interface
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 Type | Method and Description |
---|---|
abstract Update |
withExcludedFromLatest()
Specifies that this version is not a candidate to consider as latest. |
abstract Update |
withoutExcludedFromLatest()
Specifies that this version is a candidate to consider as latest. |
Method Details
withExcludedFromLatest
public abstract GalleryImageVersion.Update withExcludedFromLatest()
Specifies that this version is not a candidate to consider as latest.
Returns:
withoutExcludedFromLatest
public abstract GalleryImageVersion.Update withoutExcludedFromLatest()
Specifies that this version is a candidate to consider as latest.
Returns:
Applies to
Azure SDK for Java