Share via


GalleryOSDiskImage コンストラクター

定義

オーバーロード

GalleryOSDiskImage()

GalleryOSDiskImage クラスの新しいインスタンスを初期化します。

GalleryOSDiskImage(Nullable<Int32>, Nullable<HostCaching>, GalleryDiskImageSource)

GalleryOSDiskImage クラスの新しいインスタンスを初期化します。

GalleryOSDiskImage()

GalleryOSDiskImage クラスの新しいインスタンスを初期化します。

public GalleryOSDiskImage ();
Public Sub New ()

適用対象

GalleryOSDiskImage(Nullable<Int32>, Nullable<HostCaching>, GalleryDiskImageSource)

GalleryOSDiskImage クラスの新しいインスタンスを初期化します。

public GalleryOSDiskImage (int? sizeInGB = default, Microsoft.Azure.Management.Compute.Models.HostCaching? hostCaching = default, Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource source = default);
new Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage : Nullable<int> * Nullable<Microsoft.Azure.Management.Compute.Models.HostCaching> * Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource -> Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage
Public Sub New (Optional sizeInGB As Nullable(Of Integer) = Nothing, Optional hostCaching As Nullable(Of HostCaching) = Nothing, Optional source As GalleryDiskImageSource = Nothing)

パラメーター

sizeInGB
Nullable<Int32>

このプロパティは、作成する VHD のサイズを示します。

hostCaching
Nullable<HostCaching>

ディスクのホスト キャッシュ。 有効な値は、'None'、'ReadOnly'、および 'ReadWrite' です。 使用できる値は、'None'、'ReadOnly'、'ReadWrite' です。

適用対象