IDeviceCollection.Create(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.
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.