Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithExcludeFromLatest 接口

定义

库映像版本定义的阶段,允许指定在将 VM 部署为“最新”作为映像版本时,是否应将此版本视为候选版本。

public interface IWithExcludeFromLatest : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithExcludeFromLatest = interface
    interface IBeta
Public Interface IWithExcludeFromLatest
Implements IBeta
派生
实现

方法

WithExcludedFromLatest()

指定此版本不是可视为最新版本的候选版本。

WithoutExcludedFromLatest()

指定此版本是可视为最新版本的候选项。

适用于