MSFTSM_SubProfileRequiresProfile class

Associates a MSFTSM_RegisteredSubProfile instance with a MSFTSM_RegisteredProfile instance that provides context for the subprofile. This association is mandatory for MSFTSM_RegisteredSubProfile instances.

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

Syntax

[Dynamic, Version("2.8.0"), provider("MSiSCSITargetProv")]
class MSFTSM_SubProfileRequiresProfile : CIM_SubProfileRequiresProfile
{
  CIM_RegisteredProfile    REF Antecedent;
  CIM_RegisteredSubProfile REF Dependent;
};

Members

The MSFTSM_SubProfileRequiresProfile class has these types of members:

Properties

The MSFTSM_SubProfileRequiresProfile class has these properties.

Antecedent
Data type: CIM_RegisteredProfile
Access type: Read-only
Qualifiers: Min (1)

The RegisteredProfile that is referenced/required by the subprofile.

This property is inherited from CIM_SubProfileRequiresProfile.

Dependent
Data type: CIM_RegisteredSubProfile
Access type: Read-only

A RegisteredSubProfile that requires a scoping profile, for context.

This property is inherited from CIM_SubProfileRequiresProfile.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2012 R2

Namespace

Root\Interop

MOF

SmIscsiTarget.mof

DLL

SMiSCSITargetProv.dll

 

 

Show: