| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PacketCaptureFilter |
PacketCaptureFilter.withLocalIpAddress(String localIpAddress)
Set the localIpAddress property: Local IP Address to be filtered on.
|
PacketCaptureFilter |
PacketCaptureFilter.withLocalPort(String localPort)
Set the localPort property: Local port to be filtered on.
|
PacketCaptureFilter |
PacketCaptureFilter.withProtocol(PcProtocol protocol)
Set the protocol property: Protocol to be filtered on.
|
PacketCaptureFilter |
PacketCaptureFilter.withRemoteIpAddress(String remoteIpAddress)
Set the remoteIpAddress property: Local IP Address to be filtered on.
|
PacketCaptureFilter |
PacketCaptureFilter.withRemotePort(String remotePort)
Set the remotePort property: Remote port to be filtered on.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.