The SMS_ResourceMap Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that maps a resource type to its resource class name and display name.

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

Class SMS_ResourceMap : SMS_BaseClass
{
	 String DisplayName;
	 String ResourceClassName;
	 UInt32 ResourceType;
};

Methods

The following table lists the methods in SMS_ResourceMap.

Method Description

GetClassesWithData Method in Class SMS_ResourceMap

Gets the names of the classes that have inventory data for a resource.

Refresh Method in Class SMS_ResourceMap

Updates the resource and inventory class definitions.

Properties

DisplayName


Data type: String Access type: Read/WriteQualifiers: NoneName displayed in the Configuration Manager console to represent the resource class name. For a list of the default resource display names, see the ResourceType property.
ResourceClassName


Data type: String Access type: Read/WriteQualifiers: NoneClass name of the resource. For a list of the default resource class names, see the ResourceType property.
ResourceType


Data type: UInt32 Access type: Read/Write Qualifiers: [key]Type of resources on the site. Possible values are:

Resource type Display name Class

3

User Group

SMS_R_UserGroup

4

User

SMS_R_User

5

System

SMS_R_System

See the following Note

IP Network

SMS_R_IPNetwork

Note
The IP network resource type might not have a resource type value of 6. Its value depends on when Network Discovery was initiated relative to the discovery of new architectures by the Discovery Data Manager. The resource type value is 6 if the Data Discovery Manager discovered a new architecture before network discovery was initiated.

Remarks

Class qualifiers for this class include:

  • Read (read-only)

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.