你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.PrometheusRuleGroups.Runtime.Json.JsonNode, System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.Json.JsonNode>>, System.Collections.Generic.IDictionary<string,Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.Json.JsonNode>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.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 |