VirtualNetworkTapData Class

Definition

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
VirtualNetworkTapData
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

IJsonModel<NetworkTrackedResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from NetworkTrackedResourceData)
IJsonModel<NetworkTrackedResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkTrackedResourceData)
IJsonModel<VirtualNetworkTapData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<VirtualNetworkTapData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkTrackedResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<VirtualNetworkTapData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualNetworkTapData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<VirtualNetworkTapData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to