WriteDevicePropertiesJobParameters Class
Input job parameters to schedule write properties on 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.WriteDevicePropertiesJobParameters
Syntax
public class WriteDevicePropertiesJobParameters : DeviceJobParameters
public ref class WriteDevicePropertiesJobParameters : DeviceJobParameters
Constructors
| Name | Description | |
|---|---|---|
![]() |
WriteDevicePropertiesJobParameters(IDictionary<String, Object>, IEnumerable<String>) | Parameters for write device properties job on a multiple on multiple devices |
![]() |
WriteDevicePropertiesJobParameters(IDictionary<String, Object>, String) | Parameters for write device properties job on a multiple on a single device |
Properties
| Name | Description | |
|---|---|---|
![]() |
DeviceIds | Ids of target devices (Inherited from DeviceJobParameters.) |
![]() |
DeviceProperties | Device properties |
![]() |
JobType | Required. The type of job to execute. (Inherited from JobParameters.) |
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)