Get Packet Capture Result
data class GetPacketCaptureResult(val bytesToCapturePerPacket: Double? = null, val captureStartTime: String, val id: String, val name: String, val networkInterfaces: List<String>? = null, val provisioningState: String, val reason: String, val status: String, val systemData: SystemDataResponse, val timeLimitInSeconds: Int? = null, val totalBytesPerSession: Double? = null, val type: String)
Packet capture session resource.
Constructors
Link copied to clipboard
constructor(bytesToCapturePerPacket: Double? = null, captureStartTime: String, id: String, name: String, networkInterfaces: List<String>? = null, provisioningState: String, reason: String, status: String, systemData: SystemDataResponse, timeLimitInSeconds: Int? = null, totalBytesPerSession: Double? = null, type: String)
Properties
Link copied to clipboard
Number of bytes captured per packet, the remaining bytes are truncated. The default "0" means the entire packet is captured.
Link copied to clipboard
The start time of the packet capture session.
Link copied to clipboard
List of network interfaces to capture on.
Link copied to clipboard
The provisioning state of the packet capture session resource.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Maximum duration of the capture session in seconds.
Link copied to clipboard
Maximum size of the capture output.