MSFTSM_ElementConformsToProfileEx class
This association indicates that the specified CIM_ManagedElement instance, which includes all constituent elements, conforms to the specified MSFTSM_RegisteredProfile instance. This association is typically applied to a higher-level instance, such as a CIM_System, CIM_NameSpace, or CIM_Service instance.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[Dynamic, Version("1.0.0"), provider("MSiSCSITargetProv")]
class MSFTSM_ElementConformsToProfileEx : CIM_ElementConformsToProfile
{
CIM_RegisteredProfile REF ConformantStandard;
CIM_ManagedElement REF ManagedElement;
};
Members
The MSFTSM_ElementConformsToProfileEx class has these types of members:
Properties
The MSFTSM_ElementConformsToProfileEx class has these properties.
- ConformantStandard
-
- Data type: CIM_RegisteredProfile
- Access type: Read-only
- Qualifiers: Key
The CIM_RegisteredProfile to which the Managed Element conforms.
This property is inherited from CIM_ElementConformsToProfile.
- ManagedElement
-
- Data type: CIM_ManagedElement
- Access type: Read-only
- Qualifiers: Key
The CIM_ManagedElement that conforms to the Registered Profile.
This property is inherited from CIM_ElementConformsToProfile.
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 |
|
Namespace |
Root\CIMv2\Storage\iScsiTarget |
|
MOF |
|
|
DLL |
|
See also