MSFTSM_RegisteredProfile class

Describes a set of Common Information Model (CIM) classes, properties, and methods, required to manage a real-world entity or usage scenario. Registered profiles can be named and defined by the Distributed Management Task Force (DMTF) or other standards organizations. The uses for a registered profile or sub-profile must be specified in the document that defines the profile.

The MSFTSM_RegisteredProfile class is 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. It can be used as a standalone specification and it can proved the context for one or more MSFTSM_RegisteredSubProfile instances, which can only be used in the scope of a registered profile.

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_RegisteredProfile : CIM_RegisteredProfile
{
};

Members

The MSFTSM_RegisteredProfile class has these types of members:

Methods

The MSFTSM_RegisteredProfile class has these methods.

Method Description
CloseConformantInstances Closes an enumeration session opened by the OpenConformantInstances method.
This method is inherited from CIM_RegisteredProfile.
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_RegisteredProfile.
PullConformantInstances Continues an enumeration session opened by the OpenConformantInstances method.
This method is inherited from CIM_RegisteredProfile.

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_RegisteredProfile

iSCSI Target Server Reference