Skip to content

Latest commit

 

History

History
117 lines (82 loc) · 2.92 KB

sms_clientdeploymentcollectionbucket-server-wmi-class.md

File metadata and controls

117 lines (82 loc) · 2.92 KB
title titleSuffix description ms.date ms.subservice ms.service ms.topic ms.assetid author ms.author manager ms.localizationpriority ms.collection ms.reviewer
SMS_ClientDeploymentCollectionBucket Class
Configuration Manager
The SMS_ClientDeploymentCollectionBucket Windows Management Instrumentation class is an SMS Provider server class, in Configuration Manager, that represents a client deployment collection bucket.
09/20/2016
sdk
configuration-manager
reference
bf1d205a-d474-457b-b451-9c8f5afb7c23
Banreet
banreetkaur
apoorvseth
low
tier3
mstewart,aaroncz

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.