Network Insights Path Path Filter
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)