PipelineGroupJsonArrayMapper(IEnumerable<String>) Constructor
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.
Initializes a new instance of PipelineGroupJsonArrayMapper.
public PipelineGroupJsonArrayMapper(System.Collections.Generic.IEnumerable<string> keys);
new Azure.ResourceManager.Monitor.Models.PipelineGroupJsonArrayMapper : seq<string> -> Azure.ResourceManager.Monitor.Models.PipelineGroupJsonArrayMapper
Public Sub New (keys As IEnumerable(Of String))
Parameters
- keys
- IEnumerable<String>
Define the names of the keys in the resulting map. The input json array elements are mapped in order, one for every key.
Exceptions
keys is null.