CIM_SettingsDefineState class

Associates settings data with a managed element.

In this association, the setting data provides information about the state of the managed element.

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

Syntax

[Association, Abstract, Version("2.22.0"), UMLPackagePath("CIM::Core::Settings")]
class CIM_SettingsDefineState
{
  CIM_ManagedElement REF ManagedElement;
  CIM_SettingData    REF SettingData;
};

Members

The CIM_SettingsDefineState class has these types of members:

Properties

The CIM_SettingsDefineState class has these properties.

ManagedElement

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Key

The managed element in the association.

SettingData

Data type: CIM_SettingData

Access type: Read-only

Qualifiers: Key

The settings data in the association.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\HyperVCluster\v2
MOF
WindowsHyperVCluster.V2.mof
DLL
VMMS.exe

See also

Failover Clustering Hyper-V WMI Provider