MSFT_NetEventCaptureTarget_CaptureProvider class

This class encapsulates the association between the packet capture provider and a packet capture target.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Association, Aggregation, UMLPackagePath("CIM::Core::CoreElements"), ClassVersion("1.0"), dynamic, provider("NetEventPacketCapture"), AMENDMENT]
class MSFT_NetEventCaptureTarget_CaptureProvider : CIM_Component
{
  MSFT_NetEventPacketCaptureProvider REF GroupComponent;
  MSFT_NetEventPacketCaptureTarget   REF PartComponent;
};

Members

The MSFT_NetEventCaptureTarget_CaptureProvider class has these types of members:

Properties

The MSFT_NetEventCaptureTarget_CaptureProvider class has these properties.

GroupComponent

Data type: MSFT_NetEventPacketCaptureProvider

Access type: Read-only

Qualifiers: key, Aggregate, Override ("GroupComponent")

Identifies the packet capture provider.

PartComponent

Data type: MSFT_NetEventPacketCaptureTarget

Access type: Read-only

Qualifiers: key, Override ("PartComponent")

Identifies the packet capture target.

Requirements

Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
Windows Server 2016
Namespace
Root\standardcimv2
MOF
NetEventPacketCapture.mof
DLL
NetEventPacketCapture.dll

See also

CIM_Component