SMS_ClientDeploymentCollectionBucket Server WMI Class

The SMS_ClientDeploymentCollectionBucket Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a client deployment collection bucket that is used to display the localized name in the client deployment detail view.

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

Syntax

Class SMS_ClientDeploymentCollectionBucket: SMS_BaseClass  
{  
    UInt32 BaselineType;      
    String Bucket;  
    String CollectionID;  
    String CollectionName;  
    UInt32 FeatureType;  
};  

Methods

The SMS_ClientDeploymentCollectionBucket class does not define any methods.

Properties

BaselineType
Data type: UInt32

Access type: Read

Qualifiers: [key]

The baseline type. Possible values are:

Value Baseline type
1 Product Baseline
2 Staging Baseline

Bucket
Data type: String

Access type: Read

Qualifiers: [key]

The client deployment status bucket. Possible values are:

Value
CDUnknown
CDFullCompliant
CDInProgress
CDNotCompliant
CDCriticalError

CollectionID
Data type: String

Access type: Read

Qualifiers: [key]

The ID of the collection.

CollectionName
Data type: String

Access type: Read

Qualifiers: none

The name of the collection.

FeatureType
Data type: UInt32

Access type: Read

Qualifiers: [key]

The feature type. Possible values are:

Value Feature type
3 Client Deployment

Remarks

Class qualifiers for this class include:

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.