NetworkInsightsPathPathFilter

data class NetworkInsightsPathPathFilter(val destinationAddress: String? = null, val destinationPortRange: NetworkInsightsPathFilterPortRange? = null, val sourceAddress: String? = null, val sourcePortRange: NetworkInsightsPathFilterPortRange? = null)

Constructors

Link copied to clipboard
constructor(destinationAddress: String? = null, destinationPortRange: NetworkInsightsPathFilterPortRange? = null, sourceAddress: String? = null, sourcePortRange: NetworkInsightsPathFilterPortRange? = 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.

Link copied to clipboard
val sourceAddress: String? = null

The source IPv4 address.

Link copied to clipboard

The source port range.