Share via


ImageDiskReference コンストラクター

定義

オーバーロード

ImageDiskReference()

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

ImageDiskReference(String, Nullable<Int32>)

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

ImageDiskReference(String, String, String, Nullable<Int32>)

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

ImageDiskReference()

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

public ImageDiskReference ();
Public Sub New ()

適用対象

ImageDiskReference(String, Nullable<Int32>)

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

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

パラメーター

id
String

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

lun
Nullable<Int32>

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

適用対象

ImageDiskReference(String, String, String, Nullable<Int32>)

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

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

パラメーター

id
String

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

sharedGalleryImageId
String

直接共有された Azure Compute Gallery イメージ参照を含む相対 URI。

communityGalleryImageId
String

コミュニティ Azure Compute Gallery イメージ参照を含む相対 URI。

lun
Nullable<Int32>

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

適用対象