CIM_OwningJobElement class
Represents an association between a job and the managed element that created the job. Since a job might move between systems, and the managed element might not exist for the entire duration of the job, in some cases, this association might not be possible or might only exist for a portion of the existence of the job.
Syntax
[Association, Abstract, Version("2.7.0"), UMLPackagePath("CIM::System::Processing"), ModelCorrespondence("CIM_Job.Owner"), AMENDMENT]
class CIM_OwningJobElement
{
CIM_ManagedElement REF OwningElement;
CIM_Job REF OwnedElement;
};
Members
The CIM_OwningJobElement class has these types of members:
Properties
The CIM_OwningJobElement class has these properties.
-
OwnedElement
-
-
Data type: CIM_Job
-
Access type: Read-only
-
Qualifiers: Key
A reference to the job created by the managed element.
-
-
OwningElement
-
A reference to the managed element that created the job.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\virtualization\v2 |
MOF |
|
DLL |
|