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
fun NetworkInsightsPathPathFilter(destinationAddress: String? = null, destinationPortRange: NetworkInsightsPathFilterPortRange? = null, sourceAddress: String? = null, sourcePortRange: NetworkInsightsPathFilterPortRange? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val sourceAddress: String? = null