L2NetworkList 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.
L2NetworkList represents a list of L2 networks.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.L2NetworkListTypeConverter))]
public class L2NetworkList : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IL2NetworkList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.L2NetworkListTypeConverter))>]
type L2NetworkList = class
interface IL2NetworkList
interface IJsonSerializable
Public Class L2NetworkList
Implements IL2NetworkList
- Inheritance
-
L2NetworkList
- Attributes
- Implements
Constructors
L2NetworkList() |
Creates an new L2NetworkList instance. |
Properties
NextLink |
The link used to get the next page of operations. |
Value |
The list of L2 networks. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of L2NetworkList. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of L2NetworkList. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IL2NetworkList. |
FromJsonString(String) |
Creates a new instance of L2NetworkList, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of L2NetworkList into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |