DeviceJobParameters Constructors
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.
Overloads
DeviceJobParameters(JobType, IEnumerable<String>) |
Parameters for parameterless device job on multiple devices |
DeviceJobParameters(JobType, String) |
Parameters for parameterless device job on a single device |
DeviceJobParameters(JobType, IEnumerable<String>)
Parameters for parameterless device job on multiple devices
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))
Parameters
- jobType
- JobType
- deviceIds
- IEnumerable<String>
Applies to
DeviceJobParameters(JobType, String)
Parameters for parameterless device job on a single device
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)
Parameters
- jobType
- JobType
- deviceId
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET