NeighborGroupProperties Class

Definition

Neighbor Group Properties defines the properties of the resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NeighborGroupPropertiesTypeConverter))]
public class NeighborGroupProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INeighborGroupProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NeighborGroupPropertiesTypeConverter))>]
type NeighborGroupProperties = class
    interface INeighborGroupProperties
    interface IJsonSerializable
    interface IAnnotationResource
    interface INeighborGroupPatchableProperties
    interface IValidates
Public Class NeighborGroupProperties
Implements INeighborGroupProperties, IValidates
Inheritance
NeighborGroupProperties
Attributes
Implements

Constructors

Name Description
NeighborGroupProperties()

Creates an new NeighborGroupProperties instance.

Properties

Name Description
Annotation

Switch configuration description.

Destination

An array of destination IPv4 Addresses or IPv6 Addresses.

NetworkTapId

List of NetworkTap IDs where neighbor group is associated.

NetworkTapRuleId

List of Network Tap Rule IDs where neighbor group is associated.

ProvisioningState

The provisioning state of the resource.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NeighborGroupProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NeighborGroupProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NeighborGroupProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to