你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
GalleryImageVersionPublishingProfile 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
库映像版本的发布配置文件。
public class GalleryImageVersionPublishingProfile : Microsoft.Azure.Management.Compute.Models.GalleryArtifactPublishingProfileBase
type GalleryImageVersionPublishingProfile = class
inherit GalleryArtifactPublishingProfileBase
Public Class GalleryImageVersionPublishingProfile
Inherits GalleryArtifactPublishingProfileBase
- 继承
构造函数
GalleryImageVersionPublishingProfile() |
初始化 GalleryImageVersionPublishingProfile 类的新实例。 |
GalleryImageVersionPublishingProfile(IList<TargetRegion>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String, String, IList<GalleryTargetExtendedLocation>) |
初始化 GalleryImageVersionPublishingProfile 类的新实例。 |
属性
EndOfLifeDate |
获取或设置库映像版本的生命周期结束日期。 此属性可用于解除授权目的。 此属性可更新。 (继承自 GalleryArtifactPublishingProfileBase) |
ExcludeFromLatest |
获取或设置如果设置为 true,则从最新版本的映像定义部署虚拟机将不使用此映像版本。 (继承自 GalleryArtifactPublishingProfileBase) |
PublishedDate |
获取发布库映像版本的时间戳。 (继承自 GalleryArtifactPublishingProfileBase) |
ReplicaCount |
获取或设置每个区域要创建的映像版本的副本数。 如果未指定 regionalReplicaCount,此属性将对区域生效。 此属性可更新。 (继承自 GalleryArtifactPublishingProfileBase) |
ReplicationMode |
获取或设置可选参数,该参数指定要用于复制的模式。 此属性不可更新。 可能的值包括:“Full”、“Shallow” (继承自 GalleryArtifactPublishingProfileBase) |
StorageAccountType |
获取或设置指定要用于存储映像的存储帐户类型。 此属性不可更新。 可能的值包括:“Standard_LRS”、“Standard_ZRS”、“Premium_LRS” (继承自 GalleryArtifactPublishingProfileBase) |
TargetExtendedLocations |
获取或设置映像版本要复制到的目标扩展位置。 此属性可更新。 (继承自 GalleryArtifactPublishingProfileBase) |
TargetRegions |
获取或设置映像版本要复制到的目标区域。 此属性可更新。 (继承自 GalleryArtifactPublishingProfileBase) |