你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeviceJobParameters 构造函数

定义

重载

DeviceJobParameters(JobType, IEnumerable<String>)

多个设备上的无参数设备作业的参数

DeviceJobParameters(JobType, String)

单个设备上的无参数设备作业的参数

DeviceJobParameters(JobType, IEnumerable<String>)

多个设备上的无参数设备作业的参数

public DeviceJobParameters (Microsoft.Azure.Devices.JobType jobType, System.Collections.Generic.IEnumerable<string> deviceIds);
new Microsoft.Azure.Devices.DeviceJobParameters : Microsoft.Azure.Devices.JobType * seq<string> -> Microsoft.Azure.Devices.DeviceJobParameters
Public Sub New (jobType As JobType, deviceIds As IEnumerable(Of String))

参数

jobType
JobType
deviceIds
IEnumerable<String>

适用于

DeviceJobParameters(JobType, String)

单个设备上的无参数设备作业的参数

public DeviceJobParameters (Microsoft.Azure.Devices.JobType jobType, string deviceId);
new Microsoft.Azure.Devices.DeviceJobParameters : Microsoft.Azure.Devices.JobType * string -> Microsoft.Azure.Devices.DeviceJobParameters
Public Sub New (jobType As JobType, deviceId As String)

参数

jobType
JobType
deviceId
String

适用于