INeighborGroup.NetworkTapRuleId Property
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.
List of Network Tap Rule IDs where neighbor group is associated.
[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=false, Description="List of Network Tap Rule IDs where neighbor group is associated.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="networkTapRuleIds", Update=false)]
public System.Collections.Generic.List<string> NetworkTapRuleId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=false, Description="List of Network Tap Rule IDs where neighbor group is associated.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="networkTapRuleIds", Update=false)>]
member this.NetworkTapRuleId : System.Collections.Generic.List<string>
Public ReadOnly Property NetworkTapRuleId As List(Of String)
Property Value
- Attributes