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 | Gets 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. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| provisioning | 
	The provisioning state of the virtual network tap. Possible values are: 'Updating', 'Deleting', and 'Failed'. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| resource | 
	The resourceGuid property of the virtual network tap. NOTE: This property will not be serialized. It can only be populated by the server.  | 
Inherited Properties
| id | Resource ID.  | 
| location | Resource location.  | 
| name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| tags | Resource tags.  | 
| type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server.  | 
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
Gets 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. NOTE: This property will not be serialized. It can only be populated by the server.
networkInterfaceTapConfigurations?: NetworkInterfaceTapConfiguration[]
				Property Value
		provisioningState
	 
	The provisioning state of the virtual network tap. Possible values are: 'Updating', 'Deleting', and 'Failed'. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
				Property Value
string
		resourceGuid
	 
	The resourceGuid property of the virtual network tap. NOTE: This property will not be serialized. It can only be populated by the server.
resourceGuid?: string
				Property Value
string
Inherited Property Details
id
location
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
				Property Value
string
Inherited From Resource.name
tags
Resource tags.
tags?: {[propertyName: string]: string}
				Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
				Property Value
string
Inherited From Resource.type