VirtualNetworkTap interface
Virtual Network Tap resource.
- Extends
Properties
| destination |
The reference to the private IP address on the internal Load Balancer that will receive the tap. |
| destination |
The reference to the private IP Address of the collector nic that will receive the tap. |
| destination |
The VXLAN destination port that will receive the tapped traffic. |
| etag | A unique read-only string that changes whenever the resource is updated. |
| network |
Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped. |
| provisioning |
The provisioning state of the virtual network tap resource. |
| resource |
The resource GUID property of the virtual network tap resource. |
Inherited Properties
| id | Resource ID. |
| location | Resource location. |
| name | Resource name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
destinationLoadBalancerFrontEndIPConfiguration
The reference to the private IP address on the internal Load Balancer that will receive the tap.
destinationLoadBalancerFrontEndIPConfiguration?: FrontendIPConfiguration
Property Value
destinationNetworkInterfaceIPConfiguration
The reference to the private IP Address of the collector nic that will receive the tap.
destinationNetworkInterfaceIPConfiguration?: NetworkInterfaceIPConfiguration
Property Value
destinationPort
The VXLAN destination port that will receive the tapped traffic.
destinationPort?: number
Property Value
number
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
networkInterfaceTapConfigurations
Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped.
networkInterfaceTapConfigurations?: NetworkInterfaceTapConfiguration[]
Property Value
provisioningState
The provisioning state of the virtual network tap resource.
provisioningState?: string
Property Value
string
resourceGuid
The resource GUID property of the virtual network tap resource.
resourceGuid?: string
Property Value
string
Inherited Property Details
id
location
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From Resource.tags