다음을 통해 공유


Watcher.ScriptParameters 속성

정의

스크립트의 매개 변수를 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.scriptParameters")]
public System.Collections.Generic.IDictionary<string,string> ScriptParameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.scriptParameters")>]
member this.ScriptParameters : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property ScriptParameters As IDictionary(Of String, String)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상