Share via


ApplicationProperties.UninstallScriptActions Property

Definition

Gets or sets the list of uninstall script actions.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to