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

GalleryApplicationVersionPublishingProfile 类

定义

库映像版本的发布配置文件。

public class GalleryApplicationVersionPublishingProfile : Azure.ResourceManager.Compute.Models.GalleryArtifactPublishingProfileBase
type GalleryApplicationVersionPublishingProfile = class
    inherit GalleryArtifactPublishingProfileBase
Public Class GalleryApplicationVersionPublishingProfile
Inherits GalleryArtifactPublishingProfileBase
继承
GalleryApplicationVersionPublishingProfile

构造函数

GalleryApplicationVersionPublishingProfile(UserArtifactSource)

初始化 GalleryApplicationVersionPublishingProfile 的新实例。

属性

AdvancedSettings

可选。 要传递给 vm-application-manager 扩展的其他设置。 仅供高级使用。

CustomActions

可以使用此库应用程序版本执行的自定义操作的列表。

EnableHealthCheck

可选。 此应用程序是否报告运行状况。

EndOfLifeOn

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

(继承自 GalleryArtifactPublishingProfileBase)
IsExcludedFromLatest

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

(继承自 GalleryArtifactPublishingProfileBase)
ManageActions

获取或设置管理操作。

PublishedOn

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

(继承自 GalleryArtifactPublishingProfileBase)
ReplicaCount

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

(继承自 GalleryArtifactPublishingProfileBase)
ReplicationMode

可选参数,用于指定要用于复制的模式。 此属性不可更新。

(继承自 GalleryArtifactPublishingProfileBase)
Settings

VM 应用的其他设置,在部署到目标 VM 或 VM 规模集时包含目标包和配置文件名称。

Source

要从中创建映像版本的源映像。

StorageAccountType

指定要用于存储映像的存储帐户类型。 此属性不可更新。

(继承自 GalleryArtifactPublishingProfileBase)
TargetExtendedLocations

映像版本要复制到的目标扩展位置。 此属性可更新。

(继承自 GalleryArtifactPublishingProfileBase)
TargetRegions

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

(继承自 GalleryArtifactPublishingProfileBase)

适用于