GalleryOSDiskImage コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
- hostCaching
- Nullable<HostCaching>
ディスクのホスト キャッシュ。 有効な値は、'None'、'ReadOnly'、および 'ReadWrite' です。 使用できる値は、'None'、'ReadOnly'、'ReadWrite' です。
- source
- GalleryDiskImageSource
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET