VirtualNetworkTap interface

Virtual Network Tap resource.

Extends

Properties

destinationLoadBalancerFrontEndIPConfiguration

The reference to the private IP address on the internal Load Balancer that will receive the tap.

destinationNetworkInterfaceIPConfiguration

The reference to the private IP Address of the collector nic that will receive the tap.

destinationPort

The VXLAN destination port that will receive the tapped traffic.

etag

A unique read-only string that changes whenever the resource is updated.

networkInterfaceTapConfigurations

Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped.

provisioningState

The provisioning state of the virtual network tap resource.

resourceGuid

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

Resource ID.

id?: string

Property Value

string

Inherited From Resource.id

location

Resource location.

location?: string

Property Value

string

Inherited From Resource.location

name

Resource name.

name?: string

Property Value

string

Inherited From Resource.name

tags

Resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From Resource.tags

type

Resource type.

type?: string

Property Value

string

Inherited From Resource.type