Udostępnij przez


VirtualNetworkTapPropertiesFormat Constructors

Definition

Overloads

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.

VirtualNetworkTapPropertiesFormat()

Initializes a new instance of the VirtualNetworkTapPropertiesFormat class.

public VirtualNetworkTapPropertiesFormat();
Public Sub New ()

Applies to

VirtualNetworkTapPropertiesFormat(IList<NetworkInterfaceTapConfiguration>, String, String, NetworkInterfaceIPConfiguration, FrontendIPConfiguration, Nullable<Int32>)

Initializes a new instance of the VirtualNetworkTapPropertiesFormat class.

public VirtualNetworkTapPropertiesFormat(System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.NetworkInterfaceTapConfiguration> networkInterfaceTapConfigurations = default, string resourceGuid = default, string provisioningState = default, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.NetworkInterfaceIPConfiguration destinationNetworkInterfaceIPConfiguration = default, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.FrontendIPConfiguration destinationLoadBalancerFrontEndIPConfiguration = default, int? destinationPort = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.VirtualNetworkTapPropertiesFormat : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.NetworkInterfaceTapConfiguration> * string * string * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.NetworkInterfaceIPConfiguration * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.FrontendIPConfiguration * Nullable<int> -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.VirtualNetworkTapPropertiesFormat
Public Sub New (Optional networkInterfaceTapConfigurations As IList(Of NetworkInterfaceTapConfiguration) = Nothing, Optional resourceGuid As String = Nothing, Optional provisioningState As String = Nothing, Optional destinationNetworkInterfaceIPConfiguration As NetworkInterfaceIPConfiguration = Nothing, Optional destinationLoadBalancerFrontEndIPConfiguration As FrontendIPConfiguration = Nothing, Optional destinationPort As Nullable(Of Integer) = Nothing)

Parameters

networkInterfaceTapConfigurations
IList<NetworkInterfaceTapConfiguration>

Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped.

resourceGuid
String

The resource GUID property of the virtual network tap resource.

provisioningState
String

The provisioning state of the virtual network tap resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

destinationNetworkInterfaceIPConfiguration
NetworkInterfaceIPConfiguration

The reference to the private IP Address of the collector nic that will receive the tap.

destinationLoadBalancerFrontEndIPConfiguration
FrontendIPConfiguration

The reference to the private IP address on the internal Load Balancer that will receive the tap.

destinationPort
Nullable<Int32>

The VXLAN destination port that will receive the tapped traffic.

Applies to