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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java