Msvm_ReferencedProfile class

Used to associate an instance CIM_RegisteredProfile with an instance of CIM_RegisteredProfile of another profile that references the dependent profile as a related profile.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

class Msvm_ReferencedProfile : CIM_ReferencedProfile
{
  CIM_RegisteredProfile REF Antecedent;
  CIM_RegisteredProfile REF Dependent;
};

Members

The Msvm_ReferencedProfile class has these types of members:

Properties

The Msvm_ReferencedProfile class has these properties.

Antecedent

Data type: CIM_RegisteredProfile

Access type: Read-only

Specifies the CIM_RegisteredProfile instance that is referenced by the Dependent profile.

This property is inherited from CIM_ReferencedProfile.

Dependent

Data type: CIM_RegisteredProfile

Access type: Read-only

Specifies a CIM_RegisteredProfile instance that references other profiles.

This property is inherited from CIM_ReferencedProfile.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Interop
MOF
WindowsHyperVCluster.V2.Mof
DLL
VMMS.exe

See also

CIM_ReferencedProfile