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

SharedGalleryImageVersionStorageProfile 构造函数

定义

重载

SharedGalleryImageVersionStorageProfile()

初始化 SharedGalleryImageVersionStorageProfile 类的新实例。

SharedGalleryImageVersionStorageProfile(SharedGalleryOSDiskImage, IList<SharedGalleryDataDiskImage>)

初始化 SharedGalleryImageVersionStorageProfile 类的新实例。

SharedGalleryImageVersionStorageProfile()

初始化 SharedGalleryImageVersionStorageProfile 类的新实例。

public SharedGalleryImageVersionStorageProfile ();
Public Sub New ()

适用于

SharedGalleryImageVersionStorageProfile(SharedGalleryOSDiskImage, IList<SharedGalleryDataDiskImage>)

初始化 SharedGalleryImageVersionStorageProfile 类的新实例。

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

参数

dataDiskImages
IList<SharedGalleryDataDiskImage>

数据磁盘映像的列表。

适用于