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

GalleryArtifactSource 构造函数

定义

重载

GalleryArtifactSource()

初始化 GalleryArtifactSource 类的新实例。

GalleryArtifactSource(ManagedArtifact)

初始化 GalleryArtifactSource 类的新实例。

GalleryArtifactSource()

初始化 GalleryArtifactSource 类的新实例。

public GalleryArtifactSource ();
Public Sub New ()

适用于

GalleryArtifactSource(ManagedArtifact)

初始化 GalleryArtifactSource 类的新实例。

public GalleryArtifactSource (Microsoft.Azure.Management.Compute.Models.ManagedArtifact managedImage);
new Microsoft.Azure.Management.Compute.Models.GalleryArtifactSource : Microsoft.Azure.Management.Compute.Models.ManagedArtifact -> Microsoft.Azure.Management.Compute.Models.GalleryArtifactSource
Public Sub New (managedImage As ManagedArtifact)

参数

managedImage
ManagedArtifact

适用于