IDeviceCollection.Create(IEnumerable<Device>) Method

Definition

Adds devices to existing devices batch.

public string Create (System.Collections.Generic.IEnumerable<Microsoft.Store.PartnerCenter.Models.DevicesDeployment.Device> newDevices);
abstract member Create : seq<Microsoft.Store.PartnerCenter.Models.DevicesDeployment.Device> -> string
Public Function Create (newDevices As IEnumerable(Of Device)) As 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