ImageDiskReference コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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。
ディスクがイメージのデータ ディスクから作成される場合、これはイメージ内のどのデータ ディスクを使用するかを示すインデックスです。 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。
ディスクがイメージのデータ ディスクから作成される場合、これはイメージ内のどのデータ ディスクを使用するかを示すインデックスです。 OS ディスクの場合、このフィールドは null です。
適用対象
Azure SDK for .NET