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 scope: PacketCaptureMachineScopeResponse? = null, val storageLocation: PacketCaptureStorageLocationResponse, val target: String, val targetType: String? = null, val timeLimitInSeconds: Int? = null, val totalBytesPerSession: Double? = null)
Information about packet capture session.
Constructors
Link copied to clipboard
fun GetPacketCaptureResult(bytesToCapturePerPacket: Double? = null, etag: String, filters: List<PacketCaptureFilterResponse>? = null, id: String, name: String, provisioningState: String, scope: PacketCaptureMachineScopeResponse? = null, storageLocation: PacketCaptureStorageLocationResponse, target: String, targetType: String? = null, timeLimitInSeconds: Int? = null, totalBytesPerSession: Double? = null)