次の方法で共有


ApplicationProperties.UninstallScriptActions プロパティ

定義

アンインストール スクリプト アクションの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象