다음을 통해 공유


RunbookDraft.Parameters 속성

정의

Runbook 초안 매개 변수를 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상