Compartir a través de


ApplicationProperties.UninstallScriptActions Propiedad

Definición

Obtiene o establece la lista de acciones de script de desinstalación.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a