VirtualNetworkTap 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 resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class VirtualNetworkTap : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualNetworkTap = class
inherit Resource
Public Class VirtualNetworkTap
Inherits Resource
- Inheritance
- Attributes
Constructors
VirtualNetworkTap() |
Initializes a new instance of the VirtualNetworkTap class. |
VirtualNetworkTap(String, String, String, String, IDictionary<String, String>, IList<NetworkInterfaceTapConfiguration>, String, String, NetworkInterfaceIPConfiguration, FrontendIPConfiguration, Nullable<Int32>, String) |
Initializes a new instance of the VirtualNetworkTap class. |
Properties
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. |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets or sets resource ID. (Inherited from Resource) |
Location |
Gets or sets resource location. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
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. |
Tags |
Gets or sets resource tags. (Inherited from Resource) |
Type |
Gets resource type. (Inherited from Resource) |
Applies to
Azure SDK for .NET