PacketCaptureQueryStatusResult Class
Status of packet capture session.
- Inheritance
-
azure.mgmt.network._serialization.ModelPacketCaptureQueryStatusResult
Constructor
PacketCaptureQueryStatusResult(*, name: str | None = None, id: str | None = None, capture_start_time: datetime | None = None, packet_capture_status: str | _models.PcStatus | None = None, stop_reason: str | None = None, packet_capture_error: List[str | _models.PcError] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the packet capture resource. |
id
|
The ID of the packet capture resource. |
capture_start_time
|
The start time of the packet capture session. |
packet_capture_status
|
The status of the packet capture session. Known values are: "NotStarted", "Running", "Stopped", "Error", and "Unknown". |
stop_reason
|
The reason the current packet capture session was stopped. |
packet_capture_error
|
List of errors of packet capture session. |
Variables
Name | Description |
---|---|
name
|
The name of the packet capture resource. |
id
|
The ID of the packet capture resource. |
capture_start_time
|
The start time of the packet capture session. |
packet_capture_status
|
The status of the packet capture session. Known values are: "NotStarted", "Running", "Stopped", "Error", and "Unknown". |
stop_reason
|
The reason the current packet capture session was stopped. |
packet_capture_error
|
List of errors of packet capture session. |
Azure SDK for Python