JsonObject Class 
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.
public class JsonObject : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.Json.JsonNode, System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.Json.JsonNode>>, System.Collections.Generic.IDictionary<string,Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.Json.JsonNode>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.Json.JsonNode>>
	type JsonObject = class
    inherit JsonNode
    interface IDictionary<string, JsonNode>
    interface ICollection<KeyValuePair<string, JsonNode>>
    interface seq<KeyValuePair<string, JsonNode>>
    interface IEnumerable
	Public Class JsonObject
Inherits JsonNode
Implements ICollection(Of KeyValuePair(Of String, JsonNode)), IDictionary(Of String, JsonNode), IEnumerable(Of KeyValuePair(Of String, JsonNode))
		- Inheritance
 
- Implements
 - 
		ICollection<KeyValuePair<String,JsonNode>> ICollection<KeyValuePair<TKey,TValue>> IDictionary<String,JsonNode> IEnumerable<KeyValuePair<String,JsonNode>> IEnumerable<KeyValuePair<TKey,TValue>> IEnumerable<T> IEnumerable
 
Properties
| Item[Int32] | (Inherited from JsonNode) | 
| Item[String] | |
| Keys | |
| Values | |