BlueprintModel.Parameters 속성

정의

이 청사진 정의에 필요한 매개 변수를 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상