| 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 the localIPAddress value.
|
PacketCaptureFilter |
PacketCaptureFilter.withLocalPort(String localPort)
Set the localPort value.
|
PacketCaptureFilter |
PacketCaptureFilter.withProtocol(PcProtocol protocol)
Set the protocol value.
|
PacketCaptureFilter |
PacketCaptureFilter.withRemoteIPAddress(String remoteIPAddress)
Set the remoteIPAddress value.
|
PacketCaptureFilter |
PacketCaptureFilter.withRemotePort(String remotePort)
Set the remotePort value.
|
| Modifier and Type | Method and Description |
|---|---|
List<PacketCaptureFilter> |
PacketCaptureParameters.filters()
Get the filters value.
|
List<PacketCaptureFilter> |
PacketCapture.filters() |
| Modifier and Type | Method and Description |
|---|---|
PacketCaptureParameters |
PacketCaptureParameters.withFilters(List<PacketCaptureFilter> filters)
Set the filters value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/