IDeviceCollection.CreateAsync(IEnumerable<Device>) Method

Definition

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.

Implements

Applies to