次の方法で共有


Role.ScriptActions プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象