NeighborGroupDestination 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.
An array of destination IPv4 Addresses or IPv6 Addresses.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NeighborGroupDestinationTypeConverter))]
public class NeighborGroupDestination : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INeighborGroupDestination
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NeighborGroupDestinationTypeConverter))>]
type NeighborGroupDestination = class
interface INeighborGroupDestination
interface IJsonSerializable
Public Class NeighborGroupDestination
Implements INeighborGroupDestination
- Inheritance
-
NeighborGroupDestination
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NeighborGroupDestination() |
Creates an new NeighborGroupDestination instance. |
Properties
| Name | Description |
|---|---|
| Ipv4Address |
Array of IPv4 Addresses. |
| Ipv6Address |
Array of IPv6 Addresses. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NeighborGroupDestination. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NeighborGroupDestination. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INeighborGroupDestination. |
| FromJsonString(String) |
Creates a new instance of NeighborGroupDestination, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of NeighborGroupDestination into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |