FirmwareUpdateJobParameters Class
Input job parameters to schedule firmware update on one or many devices
Namespace: Microsoft.Azure.Devices
Assembly: Microsoft.Azure.Devices (in Microsoft.Azure.Devices.dll)
Inheritance Hierarchy
System.Object
Microsoft.Azure.Devices.JobParameters
Microsoft.Azure.Devices.DeviceJobParameters
Microsoft.Azure.Devices.FirmwareUpdateJobParameters
Syntax
public class FirmwareUpdateJobParameters : DeviceJobParameters
public ref class FirmwareUpdateJobParameters : DeviceJobParameters
Constructors
| Name | Description | |
|---|---|---|
![]() |
FirmwareUpdateJobParameters(String, TimeSpan, IEnumerable<String>) | Parameters for firmware update job on a multiple devices |
![]() |
FirmwareUpdateJobParameters(String, TimeSpan, String) | Parameters for firmware update job on a single device |
Properties
| Name | Description | |
|---|---|---|
![]() |
DeviceIds | Ids of target devices (Inherited from DeviceJobParameters.) |
![]() |
JobType | Required. The type of job to execute. (Inherited from JobParameters.) |
![]() |
PackageUri | Firmware package URI |
![]() |
Timeout | Job timeout |
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Azure.Devices Namespace
Return to top
.jpeg)
.jpeg)
.jpeg)