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