DevicesBatchCollectionOperations Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. BasePartnerComponentString - com.
microsoft. store. partnercenter. devicesdeployment. DevicesBatchCollectionOperations
- com.
- com.
- com.
Implements
public class DevicesBatchCollectionOperations extends BasePartnerComponentString implements IDevicesBatchCollection
Implements operations that apply to devices batch collection.
Constructor Summary
| Constructor | Description |
|---|---|
| DevicesBatchCollectionOperations(IPartner rootPartnerOperations, String customerId) |
Initializes a new instance of the Devices |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
IDevices |
byId(String deviceBatchId)
Retrieves a specific customer devices batch behavior. |
| java.lang.String |
create(DeviceBatchCreationRequest newDeviceBatch)
Creates a new devices batch along with the devices. |
|
Resource |
get()
Retrieves all devices batches. |
Inherited Members
Constructor Details
DevicesBatchCollectionOperations
public DevicesBatchCollectionOperations(IPartner rootPartnerOperations, String customerId)
Initializes a new instance of the DevicesBatchOperations class.
Parameters:
Method Details
byId
public IDevicesBatch byId(String deviceBatchId)
Retrieves a specific customer devices batch behavior.
Parameters:
Returns:
create
public String create(DeviceBatchCreationRequest newDeviceBatch)
Creates a new devices batch along with the devices.
Parameters:
Returns:
get
public ResourceCollection
Retrieves all devices batches.
Returns: