NetworkDevicesListResult Class

Definition

List of NetworkDevices.

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

Constructors

Name Description
NetworkDevicesListResult()

Creates an new NetworkDevicesListResult instance.

Properties

Name Description
NextLink

Url to follow for getting next page of resources.

Value

List of NetworkDevice resources.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkDevicesListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkDevicesListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkDevicesListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to