Partager via


DeviceJobParameters Constructeurs

Définition

Surcharges

DeviceJobParameters(JobType, IEnumerable<String>)

Paramètres pour le travail d’appareil sans paramètre sur plusieurs appareils

DeviceJobParameters(JobType, String)

Paramètres du travail d’appareil sans paramètre sur un seul appareil

DeviceJobParameters(JobType, IEnumerable<String>)

Paramètres pour le travail d’appareil sans paramètre sur plusieurs appareils

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))

Paramètres

jobType
JobType
deviceIds
IEnumerable<String>

S’applique à

DeviceJobParameters(JobType, String)

Paramètres du travail d’appareil sans paramètre sur un seul appareil

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)

Paramètres

jobType
JobType
deviceId
String

S’applique à