Interface ICustomerDeviceCollection
- All Superinterfaces:
IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
CustomerDevicesCollectionOperations
public interface ICustomerDeviceCollection extends IPartnerComponentString
Represents the operations that can be done on the partner's devices.
-
Method Summary
Modifier and Type Method Description Stringupdate(DevicePolicyUpdateRequest devicePolicyUpdateRequest)Updates the devices with configuration policies.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
update
Updates the devices with configuration policies.- Parameters:
devicePolicyUpdateRequest- The device policy update request with devices to be updated.- Returns:
- The location of the status to track the update.
-