Share via


IJsonArrayMapper.Key Property

Definition

Define the names of the keys in the resulting map. The input json array elements are mapped in order, one for every key.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="Define the names of the keys in the resulting map. The input json array elements are mapped in order, one for every key.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="keys", Update=true)]
public System.Collections.Generic.List<string> Key { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="Define the names of the keys in the resulting map. The input json array elements are mapped in order, one for every key.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="keys", Update=true)>]
member this.Key : System.Collections.Generic.List<string> with get, set
Public Property Key As List(Of String)

Property Value

Attributes

Applies to