IJsonArrayMapper.Key Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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