MSFTSM_RegisteredSubProfile class

Describes a subset of Common Information Model (CIM) classes, properties, and methods, which are required to manage a real-world entity or usage scenario. A registered subprofile must be associated with a MSFTSM_RegisteredProfile instance by using a MSFTSM_RegisteredSubProfile association.

Registered profiles and subprofiles can be named and defined by the Distributed Management Task Force (DMTF) or other standards organizations. The uses for a registered profile or subprofile must be specified in the document that defines the profile.

The MSFTSM_RegisteredProfile and MSFTSM_RegisteredSubProfile classes are unrelated to the CIM_Profile class, which serves a completely different purpose. A registered profile is a named specification for CIM-based management of a particular system, subsystem, service or other entity, for a specified set of uses. A MSFTSM_RegisteredSubProfile instance requires the context of a MSFTSM_RegisteredProfile instance, which can stand alone.

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_RegisteredSubProfile : CIM_RegisteredSubProfile
{
};

Members

The MSFTSM_RegisteredSubProfile class has these types of members:

Methods

The MSFTSM_RegisteredSubProfile class has these methods.

Method Description
CloseConformantInstances Closes an enumeration session that is opened by the OpenConformantInstances method.
This method is inherited from CIM_RegisteredSubProfile.
OpenConformantInstances Opens a session to enumerate class instances of this registered profile instance, and optionally to retrieve a set of the requested instances.
This method is inherited from CIM_RegisteredSubProfile.
PullConformantInstances Continues an enumeration session that is opened by the OpenConformantInstances method.
This method is inherited from -CIM_RegisteredSubProfile.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Interop
MOF
SmIscsiTarget.mof
DLL
SMiSCSITargetProv.dll

See also

CIM_RegisteredSubProfile

iSCSI Target Server Reference