NeighborAddress Class

Definition

Neighbor Address properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NeighborAddressTypeConverter))]
public class NeighborAddress : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INeighborAddress
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NeighborAddressTypeConverter))>]
type NeighborAddress = class
    interface INeighborAddress
    interface IJsonSerializable
Public Class NeighborAddress
Implements INeighborAddress
Inheritance
NeighborAddress
Attributes
Implements

Constructors

Name Description
NeighborAddress()

Creates an new NeighborAddress instance.

Properties

Name Description
Address

IP Address.

ConfigurationState

Configuration state of the resource.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NeighborAddress.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NeighborAddress.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INeighborAddress.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NeighborAddress into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to