Udostępnij za pośrednictwem


Ipv6NetworkInterface Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.Ipv6NetworkInterfaceTypeConverter))]
public class Ipv6NetworkInterface : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IIpv6NetworkInterface
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.Ipv6NetworkInterfaceTypeConverter))>]
type Ipv6NetworkInterface = class
    interface IIpv6NetworkInterface
    interface IJsonSerializable
Public Class Ipv6NetworkInterface
Implements IIpv6NetworkInterface
Inheritance
Ipv6NetworkInterface
Attributes
Implements

Constructors

Name Description
Ipv6NetworkInterface()

Creates an new Ipv6NetworkInterface instance.

Properties

Name Description
IPAddress

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Ipv6NetworkInterface.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Ipv6NetworkInterface.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IIpv6NetworkInterface.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Ipv6NetworkInterface into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to