Ipv4NetworkInterface 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.Ipv4NetworkInterfaceTypeConverter))]
public class Ipv4NetworkInterface : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IIpv4NetworkInterface
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.Ipv4NetworkInterfaceTypeConverter))>]
type Ipv4NetworkInterface = class
interface IIpv4NetworkInterface
interface IJsonSerializable
Public Class Ipv4NetworkInterface
Implements IIpv4NetworkInterface
- Inheritance
-
Ipv4NetworkInterface
- Attributes
- Implements
Constructors
Ipv4NetworkInterface() |
Creates an new Ipv4NetworkInterface instance. |
Properties
IPAddress | |
SubnetMask |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Ipv4NetworkInterface. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of Ipv4NetworkInterface. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IIpv4NetworkInterface. |
FromJsonString(String) |
Creates a new instance of Ipv4NetworkInterface, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of Ipv4NetworkInterface into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |