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

IUpdate 接口

定义

库映像版本更新操作的模板,包含可修改的所有设置。

public interface IUpdate : Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Update.IWithAvailableRegion, Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Update.IWithEndOfLifeDate, Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Update.IWithExcludeFromLatest, Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Update.IWithTags, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Compute.Fluent.IGalleryImageVersion>
type IUpdate = interface
    interface IBeta
    interface IAppliable<IGalleryImageVersion>
    interface IIndexable
    interface IWithAvailableRegion
    interface IWithEndOfLifeDate
    interface IWithExcludeFromLatest
    interface IWithTags
Public Interface IUpdate
Implements IAppliable(Of IGalleryImageVersion), IBeta, IWithAvailableRegion, IWithEndOfLifeDate, IWithExcludeFromLatest, IWithTags
实现

属性

Key

库映像版本更新操作的模板,包含可修改的所有设置。

(继承自 IIndexable)

方法

Apply()

执行更新请求。

(继承自 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

异步执行更新请求。

(继承自 IAppliable<T>)
WithEndOfLifeDate(DateTime)

指定映像版本的生命周期结束日期。

(继承自 IWithEndOfLifeDate)
WithExcludedFromLatest()

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

(继承自 IWithExcludeFromLatest)
WithoutExcludedFromLatest()

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

(继承自 IWithExcludeFromLatest)
WithoutRegionAvailability(Region)

指定应从为映像版本提供服务的现有区域中删除映像版本。

(继承自 IWithAvailableRegion)
WithRegionAvailability(IList<TargetRegion>)

指定需要在其中提供映像版本的区域列表。

(继承自 IWithAvailableRegion)
WithRegionAvailability(Region, Int32)

指定需要提供映像版本的区域。

(继承自 IWithAvailableRegion)
WithTags(IDictionary<String,String>)

指定标记。

(继承自 IWithTags)

适用于