StorageProfile.ImageReference プロパティ

定義

使用するイメージに関する情報を取得または設定します。 プラットフォーム イメージ、マーケットプレース イメージ、または仮想マシン イメージに関する情報を指定できます。 この要素は、プラットフォーム イメージ、マーケットプレース イメージ、または仮想マシン イメージを使用する場合に必要ですが、他の作成操作では使用されません。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象