Udostępnij za pośrednictwem


Ipv4NetworkInterface Class

Definition

[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

Name Description
Ipv4NetworkInterface()

Creates an new Ipv4NetworkInterface instance.

Properties

Name Description
IPAddress
SubnetMask

Methods

Name Description
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.

Applies to