Skip to content

Latest commit

 

History

History
137 lines (90 loc) · 3.85 KB

msvm-affectedjobelement.md

File metadata and controls

137 lines (90 loc) · 3.85 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Represents an association between a job and the managed element that may be affected by its execution.
125A4976-A4E3-4D7A-A43B-86045C3B00AE
Msvm_AffectedJobElement class
reference
05/31/2018
APIRef
kbSyntax
Msvm_AffectedJobElement
Msvm_AffectedJobElement.AffectedElement
Msvm_AffectedJobElement.AffectingElement
Msvm_AffectedJobElement.ElementEffects
Msvm_AffectedJobElement.OtherElementEffectsDescriptions
DllExport
vmms.exe

Msvm_AffectedJobElement class

Represents an association between a job and the managed element that may be affected by its execution.

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

Syntax

[Association, Aggregation, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_AffectedJobElement : CIM_AffectedJobElement
{
  CIM_ManagedElement REF AffectedElement;
  Msvm_ConcreteJob   REF AffectingElement;
  uint16                 ElementEffects[];
  string                 OtherElementEffectsDescriptions[];
};

Members

The Msvm_AffectedJobElement class has these types of members:

Properties

The Msvm_AffectedJobElement class has these properties.

AffectedElement

Data type: CIM_ManagedElement

Access type: Read-only

The managed element affected by the execution of the job. This property is inherited from CIM_AffectedJobElement.

AffectingElement

Data type: Msvm_ConcreteJob

Access type: Read-only

The job that is affecting the managed element. This property is inherited from CIM_AffectedJobElement.

ElementEffects

Data type: uint16 array

Access type: Read-only

An enumeration that describes the effect on the managed element. This property is inherited from CIM_AffectedJobElement.

OtherElementEffectsDescriptions

Data type: string array

Access type: Read-only

Provides details for the effect at the corresponding array position in ElementEffects. This property is inherited from CIM_AffectedJobElement.

Remarks

Access to the Msvm_AffectedJobElement class might be restricted by UAC Filtering. For more information, see User Account Control and WMI.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Namespace
Root\Virtualization\V2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_AffectedJobElement

CIM_AffectedJobElement

Virtual System Management Classes