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

GalleryArtifactPublishingProfileBase 类

定义

介绍基本库项目发布配置文件。

public class GalleryArtifactPublishingProfileBase
type GalleryArtifactPublishingProfileBase = class
Public Class GalleryArtifactPublishingProfileBase
继承
GalleryArtifactPublishingProfileBase
派生

构造函数

GalleryArtifactPublishingProfileBase()

初始化 GalleryArtifactPublishingProfileBase 类的新实例。

GalleryArtifactPublishingProfileBase(IList<TargetRegion>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, StorageAccountType)

初始化 GalleryArtifactPublishingProfileBase 类的新实例。

属性

EndOfLifeDate

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

ExcludeFromLatest

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

PublishedDate

获取库映像版本发布时的时间戳。

ReplicaCount

获取或设置每个区域要创建的映像版本的副本数。 如果未指定 regionReplicaCount,则此属性将对区域生效。 此属性可更新。

StorageAccountType

获取或设置指定要用于存储映像的存储帐户类型。 此属性不可更新。 可能的值包括:“Standard_LRS”、“Standard_ZRS”、“Premium_LRS”

TargetRegions

获取或设置映像版本要复制到的目标区域。 此属性可更新。

适用于