次の方法で共有


ImageStorageProfile.OsDisk プロパティ

定義

仮想マシンで使用されるオペレーティング システム ディスクに関する情報を取得または設定します。 <br><br>ディスクの詳細については、「 Azure 仮想マシンのディスクと VHD について」を参照してください。

[Newtonsoft.Json.JsonProperty(PropertyName="osDisk")]
public Microsoft.Azure.Management.Compute.Models.ImageOSDisk OsDisk { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="osDisk")>]
member this.OsDisk : Microsoft.Azure.Management.Compute.Models.ImageOSDisk with get, set
Public Property OsDisk As ImageOSDisk

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象