INetworkPacketBrokerProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkPacketBrokerPropertiesTypeConverter))]
public interface INetworkPacketBrokerProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkPacketBrokerPropertiesTypeConverter))>]
type INetworkPacketBrokerProperties = interface
interface IJsonSerializable
Public Interface INetworkPacketBrokerProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| NeighborGroupId |
List of neighbor group IDs configured on NPB. |
| NetworkDeviceId |
List of ARM resource IDs of Network Devices [NPB]. |
| NetworkFabricId |
ARM resource ID of the Network Fabric. |
| NetworkTapId |
List of network Tap IDs configured on NPB. |
| ProvisioningState |
Provisioning state of the resource. |
| SourceInterfaceId |
List of network interfaces across NPB devices that are used to mirror source traffic. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |