VirtualNetworkTapPropertiesFormat 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.
Virtual Network Tap properties.
public class VirtualNetworkTapPropertiesFormat
type VirtualNetworkTapPropertiesFormat = class
Public Class VirtualNetworkTapPropertiesFormat
- Inheritance
-
VirtualNetworkTapPropertiesFormat
Constructors
| Name | Description |
|---|---|
| VirtualNetworkTapPropertiesFormat() |
Initializes a new instance of the VirtualNetworkTapPropertiesFormat class. |
| VirtualNetworkTapPropertiesFormat(IList<NetworkInterfaceTapConfiguration>, String, String, NetworkInterfaceIPConfiguration, FrontendIPConfiguration, Nullable<Int32>) |
Initializes a new instance of the VirtualNetworkTapPropertiesFormat class. |
Properties
| Name | Description |
|---|---|
| DestinationLoadBalancerFrontEndIPConfiguration |
Gets or sets the reference to the private IP address on the internal Load Balancer that will receive the tap. |
| DestinationNetworkInterfaceIPConfiguration |
Gets or sets the reference to the private IP Address of the collector nic that will receive the tap. |
| DestinationPort |
Gets or sets the VXLAN destination port that will receive the tapped traffic. |
| NetworkInterfaceTapConfigurations |
Gets specifies the list of resource IDs for the network interface IP configuration that needs to be tapped. |
| ProvisioningState |
Gets the provisioning state of the virtual network tap resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
| ResourceGuid |
Gets the resource GUID property of the virtual network tap resource. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |