| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PacketCaptureResultProperties
The properties of a packet capture session.
|
| Modifier and Type | Method and Description |
|---|---|
PacketCaptureParameters |
PacketCaptureParameters.withBytesToCapturePerPacket(Integer bytesToCapturePerPacket)
Set the bytesToCapturePerPacket property: Number of bytes captured per packet, the remaining bytes are truncated.
|
PacketCaptureParameters |
PacketCaptureParameters.withFilters(List<PacketCaptureFilter> filters)
Set the filters property: A list of packet capture filters.
|
PacketCaptureParameters |
PacketCaptureParameters.withStorageLocation(PacketCaptureStorageLocation storageLocation)
Set the storageLocation property: The storage location for a packet capture session.
|
PacketCaptureParameters |
PacketCaptureParameters.withTarget(String target)
Set the target property: The ID of the targeted resource, only VM is currently supported.
|
PacketCaptureParameters |
PacketCaptureParameters.withTimeLimitInSeconds(Integer timeLimitInSeconds)
Set the timeLimitInSeconds property: Maximum duration of the capture session in seconds.
|
PacketCaptureParameters |
PacketCaptureParameters.withTotalBytesPerSession(Integer totalBytesPerSession)
Set the totalBytesPerSession property: Maximum size of the capture output.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.