Share via


ConnectionType.FieldDefinitions Property

Definition

Gets the field definitions of the connection type.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to