Partager via


TrunkedNetworkList Class

Definition

TrunkedNetworkList represents a list of trunked networks.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.TrunkedNetworkListTypeConverter))]
public class TrunkedNetworkList : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ITrunkedNetworkList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.TrunkedNetworkListTypeConverter))>]
type TrunkedNetworkList = class
    interface ITrunkedNetworkList
    interface IJsonSerializable
Public Class TrunkedNetworkList
Implements ITrunkedNetworkList
Inheritance
TrunkedNetworkList
Attributes
Implements

Constructors

TrunkedNetworkList()

Creates an new TrunkedNetworkList instance.

Properties

NextLink

The link used to get the next page of operations.

Value

The list of trunked networks.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TrunkedNetworkList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TrunkedNetworkList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ITrunkedNetworkList.

FromJsonString(String)

Creates a new instance of TrunkedNetworkList, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TrunkedNetworkList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to