DevicesBatchOperations Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. devicesdeployment. DevicesBatchOperations
- com.
- com.
Implements
public class DevicesBatchOperations extends BasePartnerComponent<Tuple<String,String>> implements IDevicesBatch
Represents the operations that apply to devices batch of the customer.
Constructor Summary
| Constructor | Description |
|---|---|
| DevicesBatchOperations(IPartner rootPartnerOperations, String customerId, String deviceBatchId) |
Initializes a new instance of the Devices |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
IDevice |
getDevices()
Gets the devices behavior of the devices batch. |
Inherited Members
Constructor Details
DevicesBatchOperations
public DevicesBatchOperations(IPartner rootPartnerOperations, String customerId, String deviceBatchId)
Initializes a new instance of the DevicesBatchOperations class.
Parameters:
Method Details
getDevices
public IDeviceCollection getDevices()
Gets the devices behavior of the devices batch.
Returns: