NetworkInterfacesList 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 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() | |