SMS_VirtualEnvironment Server WMI Classes

 

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_VirtualEnvironment Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents  

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

Class SMS_UserApplicationRequestHistoryItem :  
{
    boolean IsReadOnly;;
    SMS_CI_LocalizedProperties LocalizedInformation[];
    uint32 NumReferringApplications;
    uint32 NumReferringDeploymentTypes;
    uint32 ReferringDeploymentTypes[];
};

The SMS_UserApplicationRequestHistoryItem class does not define any methods.

IsReadOnly

Data type: Boolean

Access type: Read/Write

Qualifiers: none

Flag to indicate the virtual environment is read-only.

LocalizedInformation

Data type: SMS_CI_LocalizedProperties Array

Access type: Read/Write

Qualifiers: [lazy]

Localized information.

NumReferringApplications

Data type: UInt32

Access type: Read

Qualifiers: [read, not_null]

The number of referring applications.

NumReferringDeploymentTypes

Data type: UInt32

Access type: Read

Qualifiers: [read, not_null]

The number of referring deployment types.

ReferringDeploymentTypes

Data type: UInt32 Array

Access type: Read/Write

Qualifiers: [lazy]

A list of CI_IDs of the referring deployment types.

Requirements

Each time a request is updated, an instance of this class is created to track the history of the request.

Show: