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.
The following syntax is simplified from MOF code and includes all inherited properties.
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
-
A reference to the job created by the managed element.
-
OwningElement
-
-
Data type: CIM_ManagedElement
-
Access type: Read-only
A reference to the managed element that created the job.
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2016 |
Namespace |
Root\HyperVCluster\v2 |
MOF |
|
DLL |
|