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