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
System_CAPS_pubmethod FirmwareUpdateJobParameters(String, TimeSpan, IEnumerable<String>)

Parameters for firmware update job on a multiple devices

System_CAPS_pubmethod FirmwareUpdateJobParameters(String, TimeSpan, String)

Parameters for firmware update job on a single device

Properties

Name Description
System_CAPS_pubproperty DeviceIds

Ids of target devices (Inherited from DeviceJobParameters.)

System_CAPS_pubproperty JobType

Required. The type of job to execute. (Inherited from JobParameters.)

System_CAPS_pubproperty PackageUri

Firmware package URI

System_CAPS_pubproperty Timeout

Job timeout

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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