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

IGalleryImageVersion 接口

定义

Azure 库映像版本的不可变客户端表示形式。

public interface IGalleryImageVersion : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageVersionInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Compute.Fluent.IComputeManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Compute.Fluent.IGalleryImageVersion>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Update.IUpdate>
type IGalleryImageVersion = interface
    interface IBeta
    interface IHasId
    interface IHasInner<GalleryImageVersionInner>
    interface IIndexable
    interface IRefreshable<IGalleryImageVersion>
    interface IUpdatable<IUpdate>
    interface IHasManager<IComputeManager>
Public Interface IGalleryImageVersion
Implements IBeta, IHasId, IHasInner(Of GalleryImageVersionInner), IHasManager(Of IComputeManager), IIndexable, IRefreshable(Of IGalleryImageVersion), IUpdatable(Of IUpdate)
实现

属性

EndOfLifeDate

获取指示映像版本生命周期结束的日期。

Id

获取资源 ID 字符串

(继承自 IHasId)
Inner

Azure 库映像版本的不可变客户端表示形式。

(继承自 IHasInner<T>)
IsExcludedFromLatest

如果在使用“最新”映像版本创建 VM 时将映像版本排除在考虑为候选映像版本之外,则获取 true;否则为 false。

Key

Azure 库映像版本的不可变客户端表示形式。

(继承自 IIndexable)
Location

获取映像版本的默认位置。

Manager

获取此资源类型的管理器客户端类型。

(继承自 IHasManager<ManagerT>)
Name

获取映像版本名称。

ProvisioningState

获取映像版本资源的 provisioningState。

PublishingProfile

获取映像版本的 publishingProfile 配置。

ReplicationStatus

获取已发布区域中映像版本的 replicationStatus。

StorageProfile

获取描述 OS 和数据磁盘的映像版本 storageProfile。

Tags

获取与映像版本关联的标记。

Type

获取类型。

方法

Refresh()

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
RefreshAsync(CancellationToken)

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
Update()

Azure 库映像版本的不可变客户端表示形式。

(继承自 IUpdatable<T>)

适用于