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

GalleryApplicationVersionPublishingProfile 类

定义

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

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

构造函数

GalleryApplicationVersionPublishingProfile()

初始化 GalleryApplicationVersionPublishingProfile 类的新实例。

GalleryApplicationVersionPublishingProfile(UserArtifactSource, IList<TargetRegion>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String, String, IList<GalleryTargetExtendedLocation>, UserArtifactManage, Nullable<Boolean>)

初始化 GalleryApplicationVersionPublishingProfile 类的新实例。

GalleryApplicationVersionPublishingProfile(UserArtifactSource, IList<TargetRegion>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String, String, IList<GalleryTargetExtendedLocation>, UserArtifactManage, UserArtifactSettings, IDictionary<String, String>, Nullable<Boolean>, IList<GalleryApplicationCustomAction>)

初始化 GalleryApplicationVersionPublishingProfile 类的新实例。

GalleryApplicationVersionPublishingProfile(UserArtifactSource, IList<TargetRegion>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String, String, UserArtifactManage, Nullable<Boolean>)

初始化 GalleryApplicationVersionPublishingProfile 类的新实例。

属性

AdvancedSettings

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

CustomActions

获取或设置可使用此库应用程序版本执行的自定义操作的列表。

EnableHealthCheck

获取或设置可选。 此应用程序是否报告运行状况。

EndOfLifeDate

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

(继承自 GalleryArtifactPublishingProfileBase)
ExcludeFromLatest

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

(继承自 GalleryArtifactPublishingProfileBase)
ManageActions

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

PublishedDate

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

(继承自 GalleryArtifactPublishingProfileBase)
ReplicaCount

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

(继承自 GalleryArtifactPublishingProfileBase)
ReplicationMode

获取或设置可选参数,该参数指定要用于复制的模式。 此属性不可更新。 可能的值包括:“Full”、“Shallow”

(继承自 GalleryArtifactPublishingProfileBase)
Settings

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

Source

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

StorageAccountType

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

(继承自 GalleryArtifactPublishingProfileBase)
TargetExtendedLocations

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

(继承自 GalleryArtifactPublishingProfileBase)
TargetRegions

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

(继承自 GalleryArtifactPublishingProfileBase)

方法

Validate()

验证 对象。

适用于