NetworkPacketBrokerProperties Class
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.
Network Packet Broker Properties defines the properties of the resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkPacketBrokerPropertiesTypeConverter))]
public class NetworkPacketBrokerProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkPacketBrokerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkPacketBrokerPropertiesTypeConverter))>]
type NetworkPacketBrokerProperties = class
interface INetworkPacketBrokerProperties
interface IJsonSerializable
Public Class NetworkPacketBrokerProperties
Implements INetworkPacketBrokerProperties
- Inheritance
-
NetworkPacketBrokerProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkPacketBrokerProperties() |
Creates an new NetworkPacketBrokerProperties instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NetworkPacketBrokerProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkPacketBrokerProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkPacketBrokerProperties. |
| FromJsonString(String) |
Creates a new instance of NetworkPacketBrokerProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkPacketBrokerProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |