The SMS_InstanceChangeNotification WMI class is an SMS Provider server class, in System Center 2012 Configuration Manager, that notifies the administrator console that an alert has changed its status.

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

Class SMS_InstanceChangeNotification : SMS_BaseClass
{
   String Action;
   String ClassName; 
   ref:SMS_BaseClass InstancePath;
   UInt8[] SECURITY_DESCRIPTOR;
   UInt64 TIME_CREATED;
};

Methods

The SMS_InstanceChangeNotification class does not define any methods.

Properties

Action

Data type: StringAccess type: Read/WriteQualifiers: NoneThe action that caused the change notification. Possible values are:

Insert

Update

Delete

ClassName

Data type: StringAccess type: Read/WriteQualifiers: NoneName of the class that caused the change notification. For example, for an alert, the name of the class is SMS_Alert.
InstancePath

Data type: ref:SMS_BaseClassAccess type: Read/WriteQualifiers: NoneThe instance path of the object that caused the change notification.
SECURITY_DESCRIPTOR

Data type: UInt8[]Access type: Read/WriteQualifiers: NoneFor internal use only.
TIME_CREATED

Data type: UInt64Access type: Read/WriteQualifiers: NoneFor internal use only.

Remarks

This class allows alert tiles to be updated with the most recent status information.

There are no special class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers that are included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Requirements

Runtime Requirements

Development Requirements

See Also