NetworkInterfacesList Class

Definition

List of NetworkInterfaces.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkInterfacesListTypeConverter))]
public class NetworkInterfacesList : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkInterfacesList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkInterfacesListTypeConverter))>]
type NetworkInterfacesList = class
    interface INetworkInterfacesList
    interface IJsonSerializable
Public Class NetworkInterfacesList
Implements INetworkInterfacesList
Inheritance
NetworkInterfacesList
Attributes
Implements

Constructors

Name Description
NetworkInterfacesList()

Creates an new NetworkInterfacesList instance.

Properties

Name Description
NextLink

Url to follow for getting next page of resources.

Value

List of NetworkInterfaces resources.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkInterfacesList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkInterfacesList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkInterfacesList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkInterfacesList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to