GalleryDataDiskImage コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GalleryDataDiskImage() |
GalleryDataDiskImage クラスの新しいインスタンスを初期化します。 |
GalleryDataDiskImage(Int32, Nullable<Int32>, Nullable<HostCaching>, GalleryArtifactVersionSource) |
GalleryDataDiskImage クラスの新しいインスタンスを初期化します。 |
GalleryDataDiskImage()
GalleryDataDiskImage クラスの新しいインスタンスを初期化します。
public GalleryDataDiskImage();
Public Sub New ()
適用対象
GalleryDataDiskImage(Int32, Nullable<Int32>, Nullable<HostCaching>, GalleryArtifactVersionSource)
GalleryDataDiskImage クラスの新しいインスタンスを初期化します。
public GalleryDataDiskImage(int lun, int? sizeInGB = default, Microsoft.Azure.Management.Compute.Fluent.Models.HostCaching? hostCaching = default, Microsoft.Azure.Management.Compute.Fluent.Models.GalleryArtifactVersionSource source = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.GalleryDataDiskImage : int * Nullable<int> * Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.HostCaching> * Microsoft.Azure.Management.Compute.Fluent.Models.GalleryArtifactVersionSource -> Microsoft.Azure.Management.Compute.Fluent.Models.GalleryDataDiskImage
Public Sub New (lun As Integer, Optional sizeInGB As Nullable(Of Integer) = Nothing, Optional hostCaching As Nullable(Of HostCaching) = Nothing, Optional source As GalleryArtifactVersionSource = Nothing)
パラメーター
- lun
- Int32
このプロパティは、データ ディスクの論理ユニット番号を指定します。 この値は、仮想マシン内のデータ ディスクを識別するために使用されるため、仮想マシンに接続されているデータ ディスクごとに一意である必要があります。
- hostCaching
- Nullable<HostCaching>
ディスクのホスト キャッシュ。 有効な値は、'None'、'ReadOnly'、および 'ReadWrite' です。 使用可能な値は、'None'、'ReadOnly'、'ReadWrite' です。
- source
- GalleryArtifactVersionSource
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET