Share via


ConnectionTypeCreateOrUpdateParameters.FieldDefinitions Property

Definition

Gets or sets 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; 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to