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

GalleryImageVersionStorageProfile 构造函数

定义

重载

GalleryImageVersionStorageProfile()

初始化 GalleryImageVersionStorageProfile 类的新实例。

GalleryImageVersionStorageProfile(GalleryArtifactVersionFullSource, GalleryOSDiskImage, IList<GalleryDataDiskImage>)

初始化 GalleryImageVersionStorageProfile 类的新实例。

GalleryImageVersionStorageProfile()

初始化 GalleryImageVersionStorageProfile 类的新实例。

public GalleryImageVersionStorageProfile ();
Public Sub New ()

适用于

GalleryImageVersionStorageProfile(GalleryArtifactVersionFullSource, GalleryOSDiskImage, IList<GalleryDataDiskImage>)

初始化 GalleryImageVersionStorageProfile 类的新实例。

public GalleryImageVersionStorageProfile (Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionFullSource source = default, Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage osDiskImage = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage> dataDiskImages = default);
new Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile : Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionFullSource * Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage> -> Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile
Public Sub New (Optional source As GalleryArtifactVersionFullSource = Nothing, Optional osDiskImage As GalleryOSDiskImage = Nothing, Optional dataDiskImages As IList(Of GalleryDataDiskImage) = Nothing)

参数

osDiskImage
GalleryOSDiskImage
dataDiskImages
IList<GalleryDataDiskImage>

数据磁盘映像的列表。

适用于