VirtualNetworkTapInner 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 VirtualNetworkTapInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualNetworkTapInner = class
inherit Resource
Public Class VirtualNetworkTapInner
Inherits Resource
- Inheritance
- Attributes
Constructors
VirtualNetworkTapInner() |
Initializes a new instance of the VirtualNetworkTapInner class. |
VirtualNetworkTapInner(String, String, String, String, IDictionary<String, String>, IList<NetworkInterfaceTapConfigurationInner>, String, ProvisioningState, SubResource, SubResource, Nullable<Int32>, String) |
Initializes a new instance of the VirtualNetworkTapInner 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 |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
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 |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET