Network Insights Access Scope Packet Header Statement Request
data class NetworkInsightsAccessScopePacketHeaderStatementRequest(val destinationAddresses: List<String>? = null, val destinationPorts: List<String>? = null, val destinationPrefixLists: List<String>? = null, val protocols: List<NetworkInsightsAccessScopeProtocol>? = null, val sourceAddresses: List<String>? = null, val sourcePorts: List<String>? = null, val sourcePrefixLists: List<String>? = null)
Constructors
Link copied to clipboard
fun NetworkInsightsAccessScopePacketHeaderStatementRequest(destinationAddresses: List<String>? = null, destinationPorts: List<String>? = null, destinationPrefixLists: List<String>? = null, protocols: List<NetworkInsightsAccessScopeProtocol>? = null, sourceAddresses: List<String>? = null, sourcePorts: List<String>? = null, sourcePrefixLists: List<String>? = null)