Uses of Class
com.azure.resourcemanager.network.fluent.models.VirtualNetworkTapPropertiesFormatInner
-
Packages that use VirtualNetworkTapPropertiesFormatInner Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of VirtualNetworkTapPropertiesFormatInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkTapPropertiesFormatInner Modifier and Type Method Description VirtualNetworkTapPropertiesFormatInnerVirtualNetworkTapPropertiesFormatInner. withDestinationLoadBalancerFrontEndIpConfiguration(FrontendIpConfigurationInner destinationLoadBalancerFrontEndIpConfiguration)Set the destinationLoadBalancerFrontEndIpConfiguration property: The reference to the private IP address on the internal Load Balancer that will receive the tap.VirtualNetworkTapPropertiesFormatInnerVirtualNetworkTapPropertiesFormatInner. withDestinationNetworkInterfaceIpConfiguration(NetworkInterfaceIpConfigurationInner destinationNetworkInterfaceIpConfiguration)Set the destinationNetworkInterfaceIpConfiguration property: The reference to the private IP Address of the collector nic that will receive the tap.VirtualNetworkTapPropertiesFormatInnerVirtualNetworkTapPropertiesFormatInner. withDestinationPort(Integer destinationPort)Set the destinationPort property: The VXLAN destination port that will receive the tapped traffic.
-