INeighborGroup.NetworkTapId Property

Definition

List of NetworkTap IDs where neighbor group is associated.

[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=false, Description="List of NetworkTap IDs where neighbor group is associated.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="networkTapIds", Update=false)]
public System.Collections.Generic.List<string> NetworkTapId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=false, Description="List of NetworkTap IDs where neighbor group is associated.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="networkTapIds", Update=false)>]
member this.NetworkTapId : System.Collections.Generic.List<string>
Public ReadOnly Property NetworkTapId As List(Of String)

Property Value

Attributes

Applies to