GetPacketCaptureResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of bytes captured per packet, the remaining bytes are truncated.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard

A list of packet capture filters.

Link copied to clipboard
val id: String

ID of the packet capture operation.

Link copied to clipboard

Name of the packet capture session.

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

The ID of the targeted resource, only VM is currently supported.

Link copied to clipboard
val timeLimitInSeconds: Int? = null

Maximum duration of the capture session in seconds.

Link copied to clipboard

Maximum size of the capture output.