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

GalleryApplicationVersionPublishingProfile(UserArtifactSource) 构造函数

定义

初始化 GalleryApplicationVersionPublishingProfile 的新实例。

public GalleryApplicationVersionPublishingProfile (Azure.ResourceManager.Compute.Models.UserArtifactSource source);
new Azure.ResourceManager.Compute.Models.GalleryApplicationVersionPublishingProfile : Azure.ResourceManager.Compute.Models.UserArtifactSource -> Azure.ResourceManager.Compute.Models.GalleryApplicationVersionPublishingProfile
Public Sub New (source As UserArtifactSource)

参数

source
UserArtifactSource

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

例外

source 为 null。

适用于