SMS_DCMDeploymentErrorStatus 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_DCMDeploymentErrorStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents error status for a deployment.

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

Class SMS_DCMDeploymentErrorStatus : SMS_BaseClass
{
    UInt32 Assets;
    UInt32 AssignmentID;
    String AssignmentUniqueID;
    UInt32 BL_ID;
    String BLName;
    UInt32 BLRevision;
    UInt32 CI_ID;
    String CIName;
    DateTime DeploymentTime;
    UInt32 ErrorCode;
    String ErrorDescription;
    UInt32 ErrorType;
    String ErrorTypeDisplay;
    String ObjectDescription;
    UInt32 ObjectID;
    String ObjectName;
    UInt32 ObjectType;
    String ObjectTypeName;
    UInt32 Revision;
    String RuleStateDisplay;
    UInt32 StatusType;
    DateTime SummarizationTime;
    UInt32 SummaryType;
    String TargetCollectionID;
};

The SMS_DCMDeploymentErrorStatus class does not define any methods.

Assets

Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

Count of assets related to the status.

AssignmentID

Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

AssignmentUniqueID

Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

BL_ID

Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

BLName

Data type: String

Access type: Read-only

Qualifiers: [read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

BLRevision

Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

CI_ID

Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

CIName

Data type: String

Access type: Read-only

Qualifiers: [read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

DeploymentTime

Data type: DateTime

Access type: Read-only

Qualifiers: [not_null, read]

Time of the deployment.  

ErrorCode

Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

Error code.

ErrorDescription

Data type: String

Access type: Read-only

Qualifiers: [read]

Description of the error.

ErrorType

Data type: UInt32

Access type: Read-only

Qualifiers: [enumeration, key, not_null, read]

Type of error. Possible value are:

1

INFRASTRUCTURAL

2

DISCOVERY

3

CONFLICT

4

ENFORCEMENT

ErrorTypeDisplay

Data type: String

Access type: Read-only

Qualifiers: [read]

ErrorTypeDisplay description …  

ObjectDescription

Data type: String

Access type: Read-only

Qualifiers: [read]

Description of the object.

ObjectID

Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

ID of the object.

ObjectName

Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

Name of the object.

ObjectType

Data type: UInt32

Access type: Read-only

Qualifiers: [enumeration, key, not_null, read]

Object type. Possible values are:

1

CI

2

SETTING

3

RULE

ObjectTypeName

Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

Name of the object type.

ObjectType

Data type: UInt32

Access type: Read-only

Qualifiers: [enumeration, key, not_null, read]

Object type. Possible values are:

1

CI

2

SETTING

3

RULE

Revision

Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

RuleStateDisplay

Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

StatusType

Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

SummarizationTime

Data type: DateTime

Access type: Read-only

Qualifiers: [not_null, read]

Time of summarization.  

SummaryType

Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

Type of summary.  

TargetCollectionID

Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

Show: