Share via


PSDictionaryElement(IDictionary<String,String>) Constructor

Definition

Initializes a new instance of the PSDictionaryElement class.

public PSDictionaryElement (System.Collections.Generic.IDictionary<string,string> inputDictionary);
new Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement
Public Sub New (inputDictionary As IDictionary(Of String, String))

Parameters

inputDictionary
IDictionary<String,String>

The input IDictionary

Applies to