次の方法で共有


CreationData.GalleryImageReference プロパティ

定義

ギャラリー イメージからを作成する場合に必要な値を取得または設定します。 ImageDiskReference の id/sharedGalleryImageId/communityGalleryImageId は、ディスクの作成元となる共有ギャラリー イメージ バージョンの ARM ID になります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象