你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

L3NetworkList Class

Definition

L3NetworkList represents a list of L3 networks.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.L3NetworkListTypeConverter))]
public class L3NetworkList : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL3NetworkList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.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.Api20240701.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()

Applies to