NetworkDevicesListResult 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.
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() | |