INeighborGroupProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NeighborGroupPropertiesTypeConverter))]
public interface INeighborGroupProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAnnotationResource, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INeighborGroupPatchableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NeighborGroupPropertiesTypeConverter))>]
type INeighborGroupProperties = interface
    interface IJsonSerializable
    interface IAnnotationResource
    interface INeighborGroupPatchableProperties
Public Interface INeighborGroupProperties
Implements IAnnotationResource, INeighborGroupPatchableProperties
Derived
Attributes
Implements

Properties

Name Description
Annotation

Switch configuration description.

(Inherited from IAnnotationResource)
Destination

An array of destination IPv4 Addresses or IPv6 Addresses.

(Inherited from INeighborGroupPatchableProperties)
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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to