다음을 통해 공유


Webhook.Parameters 속성

정의

웹후크가 연결된 Runbook을 호출할 때 생성되는 작업의 매개 변수를 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상