次の方法で共有


GalleryApplication.CustomActions プロパティ

定義

このギャラリー アプリケーション内のすべてのギャラリー アプリケーション バージョンで実行できるカスタム アクションの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.customActions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomAction> CustomActions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.customActions")>]
member this.CustomActions : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomAction> with get, set
Public Property CustomActions As IList(Of GalleryApplicationCustomAction)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象