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 sealed class XNodeArray : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonArray, System.Collections.Generic.ICollection<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode>, System.Collections.Generic.IEnumerable<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode>
type XNodeArray = class
inherit JsonArray
interface ICollection<JsonNode>
interface seq<JsonNode>
interface IEnumerable
Public NotInheritable Class XNodeArray
Inherits JsonArray
Implements ICollection(Of JsonNode), IEnumerable(Of JsonNode)