次の方法で共有


VirtualMachineScaleSetUpdateOSDisk.Image プロパティ

定義

ソース ユーザー イメージ VirtualHardDisk を取得または設定します。 この VirtualHardDisk は、仮想マシンにアタッチするために使用する前にコピーされます。 SourceImage が指定されている場合、移行先の VirtualHardDisk は存在しません。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象