다음을 통해 공유


ConnectionTypeCreateOrUpdateParameters.FieldDefinitions 속성

정의

연결 형식의 필드 정의를 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상