GalleryApplicationVersionPublishingProfile.CustomActions Property

Definition

Gets or sets a list of custom actions that can be performed with this Gallery Application Version.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to