你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SharedGalleryImageVersionStorageProfile 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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)
参数
- osDiskImage
- SharedGalleryOSDiskImage
- dataDiskImages
- IList<SharedGalleryDataDiskImage>
数据磁盘映像的列表。