NetworkInsightsPathFilterAtSource

data class NetworkInsightsPathFilterAtSource(val destinationAddress: String? = null, val destinationPortRange: NetworkInsightsPathFilterAtSourceDestinationPortRange? = null, val sourceAddress: String? = null, val sourcePortRange: NetworkInsightsPathFilterAtSourceSourcePortRange? = null)

Constructors

Link copied to clipboard
constructor(destinationAddress: String? = null, destinationPortRange: NetworkInsightsPathFilterAtSourceDestinationPortRange? = null, sourceAddress: String? = null, sourcePortRange: NetworkInsightsPathFilterAtSourceSourcePortRange? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The destination IPv4 address.

Link copied to clipboard

The destination port range. See below for details.

Link copied to clipboard
val sourceAddress: String? = null

IP address of the source resource.

Link copied to clipboard

The source port range. See below for details.