SMS_Resource Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_Resource Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 Configuration Manager, that serves as an abstract base class for all discovery resource classes, for example, SMS_R_IPNetwork Server WMI Class.

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

Class SMS_Resource : SMS_BaseClass
{
     UInt32 ResourceID;
};

The SMS_Resource class does not define any methods.

ResourceID

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

System Center 2012 R2 Configuration Manager-supplied ID that uniquely identifies a System Center 2012 R2 Configuration Manager client resource. This ID is not unique across sites. The default value is ''".

Class qualifiers for this class include:

  • Abstract

  • Read:ToSubClass

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

Show: