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
constructor(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)
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
A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS.
Link copied to clipboard
The storage location for a packet capture session.
Link copied to clipboard
Target type of the resource provided.
Link copied to clipboard
Maximum duration of the capture session in seconds.
Link copied to clipboard
Maximum size of the capture output.