IDeviceCollection.CreateAsync(IEnumerable<Device>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously adds devices to existing devices batch.
public System.Threading.Tasks.Task<string> CreateAsync (System.Collections.Generic.IEnumerable<Microsoft.Store.PartnerCenter.Models.DevicesDeployment.Device> newDevices);
abstract member CreateAsync : seq<Microsoft.Store.PartnerCenter.Models.DevicesDeployment.Device> -> System.Threading.Tasks.Task<string>
Public Function CreateAsync (newDevices As IEnumerable(Of Device)) As Task(Of String)
Parameters
- newDevices
- IEnumerable<Device>
The new devices to be created.
Returns
The location which indicates the URL of the API to query for status of the create request.