次の方法で共有


DataDisk.Image プロパティ

定義

ソース ユーザー イメージの仮想ハード ディスクを取得または設定します。 仮想ハード ディスクは、仮想マシンに接続される前にコピーされます。 SourceImage が指定されている場合は、移行先の仮想ハード ドライブが存在しない必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象