GetPacketCaptureResult

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)

Types

Link copied to clipboard
object Companion

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
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The name of the resource

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

The reason the current packet capture session state.

Link copied to clipboard

The status of the packet capture session.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

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.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"