Get Packet Capture Result
data class GetPacketCaptureResult(val bytesToCapturePerPacket: Double? = null, val etag: String, val filters: List<PacketCaptureFilterResponse>? = null, val id: String, val name: String, val provisioningState: String, val storageLocation: PacketCaptureStorageLocationResponse, val target: String, val timeLimitInSeconds: Int? = null, val totalBytesPerSession: Double? = null)
Information about packet capture session.
Constructors
Link copied to clipboard
constructor(bytesToCapturePerPacket: Double? = null, etag: String, filters: List<PacketCaptureFilterResponse>? = null, id: String, name: String, provisioningState: String, storageLocation: PacketCaptureStorageLocationResponse, target: String, timeLimitInSeconds: Int? = null, totalBytesPerSession: Double? = null)
Properties
Link copied to clipboard
Number of bytes captured per packet, the remaining bytes are truncated.
Link copied to clipboard
A list of packet capture filters.
Link copied to clipboard
The provisioning state of the packet capture session.
Link copied to clipboard
The storage location for a packet capture session.
Link copied to clipboard
Maximum duration of the capture session in seconds.
Link copied to clipboard
Maximum size of the capture output.