| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PacketCaptureFilter |
PacketCaptureFilter.withLocalIPAddress(String localIPAddress)
Set local IP Address to be filtered on.
|
PacketCaptureFilter |
PacketCaptureFilter.withLocalPort(String localPort)
Set local port to be filtered on.
|
PacketCaptureFilter |
PacketCaptureFilter.withProtocol(PcProtocol protocol)
Set protocol to be filtered on.
|
PacketCaptureFilter |
PacketCaptureFilter.withRemoteIPAddress(String remoteIPAddress)
Set local IP Address to be filtered on.
|
PacketCaptureFilter |
PacketCaptureFilter.withRemotePort(String remotePort)
Set remote port to be filtered on.
|
| Modifier and Type | Method and Description |
|---|---|
List<PacketCaptureFilter> |
PacketCapture.filters() |
List<PacketCaptureFilter> |
PacketCaptureParameters.filters()
Get a list of packet capture filters.
|
| Modifier and Type | Method and Description |
|---|---|
PacketCaptureParameters |
PacketCaptureParameters.withFilters(List<PacketCaptureFilter> filters)
Set a list of packet capture filters.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/