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

CommunityGalleryImageVersion 类

定义

指定要创建或更新的库映像版本的相关信息。

[Microsoft.Rest.Serialization.JsonTransformation]
public class CommunityGalleryImageVersion : Microsoft.Azure.Management.Compute.Models.PirCommunityGalleryResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CommunityGalleryImageVersion = class
    inherit PirCommunityGalleryResource
Public Class CommunityGalleryImageVersion
Inherits PirCommunityGalleryResource
继承
CommunityGalleryImageVersion
属性

构造函数

CommunityGalleryImageVersion()

初始化 CommunityGalleryImageVersion 类的新实例。

CommunityGalleryImageVersion(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, SharedGalleryImageVersionStorageProfile)

初始化 CommunityGalleryImageVersion 类的新实例。

属性

EndOfLifeDate

获取或设置库映像版本定义的生命周期结束日期。 此属性可用于解除授权。 此属性可更新。

ExcludeFromLatest

获取或设置(如果设置为 true),从最新版本的映像定义部署虚拟机将不使用此映像版本。

Location

获取资源位置

(继承自 PirCommunityGalleryResource)
Name

获取资源名称

(继承自 PirCommunityGalleryResource)
PublishedDate

获取或设置库映像版本定义的发布日期。 此属性可用于解除授权。 此属性可更新。

StorageProfile

获取或设置描述映像版本的存储配置文件。

Type

获取资源类型

(继承自 PirCommunityGalleryResource)
UniqueId

获取或设置此社区库的唯一 ID。

(继承自 PirCommunityGalleryResource)

适用于