VirtualNetworkTapData 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.
A class representing the VirtualNetworkTap data model. Virtual Network Tap resource.
public class VirtualNetworkTapData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.VirtualNetworkTapData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.VirtualNetworkTapData>
public class VirtualNetworkTapData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type VirtualNetworkTapData = class
inherit NetworkTrackedResourceData
interface IJsonModel<VirtualNetworkTapData>
interface IPersistableModel<VirtualNetworkTapData>
type VirtualNetworkTapData = class
inherit NetworkTrackedResourceData
Public Class VirtualNetworkTapData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of VirtualNetworkTapData), IPersistableModel(Of VirtualNetworkTapData)
Public Class VirtualNetworkTapData
Inherits NetworkTrackedResourceData
- Inheritance
- Implements
Constructors
VirtualNetworkTapData() |
Initializes a new instance of VirtualNetworkTapData. |
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. |
Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
Location |
Resource location. (Inherited from NetworkTrackedResourceData) |
Name |
Resource name. (Inherited from NetworkTrackedResourceData) |
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. |
ResourceType |
Resource type. (Inherited from NetworkTrackedResourceData) |
Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET