Class DevicesBatchOperations

java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<Tuple<String,​String>>
com.microsoft.store.partnercenter.devicesdeployment.DevicesBatchOperations
All Implemented Interfaces:
IDevicesBatch, IPartnerComponent<Tuple<String,​String>>

public class DevicesBatchOperations
extends BasePartnerComponent<Tuple<String,​String>>
implements IDevicesBatch
Represents the operations that apply to devices batch of the customer.
  • Constructor Details

    • DevicesBatchOperations

      public DevicesBatchOperations​(IPartner rootPartnerOperations, String customerId, String deviceBatchId)
      Initializes a new instance of the DevicesBatchOperations class.
      Parameters:
      rootPartnerOperations - The root partner operations instance.
      customerId - The customer identifier.
      deviceBatchId - The device batch identifier.
  • Method Details