次の方法で共有


ImageDiskReference コンストラクター

定義

オーバーロード

ImageDiskReference()

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

ImageDiskReference(String, Nullable<Int32>)

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

ImageDiskReference()

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

public ImageDiskReference();
Public Sub New ()

適用対象

ImageDiskReference(String, Nullable<Int32>)

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

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

パラメーター

id
String

プラットフォーム イメージ リポジトリまたはユーザー イメージ参照を含む相対 URI。

lun
Nullable<Int32>

ディスクがイメージのデータ ディスクから作成される場合、これはイメージ内のどのデータ ディスクを使用するかを示すインデックスです。 OS ディスクの場合、このフィールドは null です。

適用対象