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

SharedGalleryOSDiskImage 构造函数

定义

重载

SharedGalleryOSDiskImage()

初始化 SharedGalleryOSDiskImage 类的新实例。

SharedGalleryOSDiskImage(Nullable<Int32>, String)

初始化 SharedGalleryOSDiskImage 类的新实例。

SharedGalleryOSDiskImage()

初始化 SharedGalleryOSDiskImage 类的新实例。

public SharedGalleryOSDiskImage ();
Public Sub New ()

适用于

SharedGalleryOSDiskImage(Nullable<Int32>, String)

初始化 SharedGalleryOSDiskImage 类的新实例。

public SharedGalleryOSDiskImage (int? diskSizeGB = default, string hostCaching = default);
new Microsoft.Azure.Management.Compute.Models.SharedGalleryOSDiskImage : Nullable<int> * string -> Microsoft.Azure.Management.Compute.Models.SharedGalleryOSDiskImage
Public Sub New (Optional diskSizeGB As Nullable(Of Integer) = Nothing, Optional hostCaching As String = Nothing)

参数

diskSizeGB
Nullable<Int32>

此属性指示要创建的 VHD 的大小。

hostCaching
String

磁盘的主机缓存。 有效值为“None”、“ReadOnly”和“ReadWrite”。 可能的值包括:“None”、“ReadOnly”、“ReadWrite”

适用于