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