| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PacketCaptureParameters |
PacketCaptureParameters.withBytesToCapturePerPacket(Integer bytesToCapturePerPacket)
Set number of bytes captured per packet, the remaining bytes are truncated.
|
PacketCaptureParameters |
PacketCaptureParameters.withFilters(List<PacketCaptureFilter> filters)
Set a list of packet capture filters.
|
PacketCaptureParameters |
PacketCaptureParameters.withStorageLocation(PacketCaptureStorageLocation storageLocation)
Set the storage location for a packet capture session.
|
PacketCaptureParameters |
PacketCaptureParameters.withTarget(String target)
Set the ID of the targeted resource, only VM is currently supported.
|
PacketCaptureParameters |
PacketCaptureParameters.withTimeLimitInSeconds(Integer timeLimitInSeconds)
Set maximum duration of the capture session in seconds.
|
PacketCaptureParameters |
PacketCaptureParameters.withTotalBytesPerSession(Integer totalBytesPerSession)
Set maximum size of the capture output.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/