ReadDevicePropertiesJobParameters Constructor
Namespace: Microsoft.Azure.Devices
Assembly: Microsoft.Azure.Devices (in Microsoft.Azure.Devices.dll)
Overload List
| Name | Description | |
|---|---|---|
![]() |
ReadDevicePropertiesJobParameters(IList<String>, IEnumerable<String>) | Parameters for read device properties job on a multiple on multiple devices |
![]() |
ReadDevicePropertiesJobParameters(IList<String>, String) | Parameters for read device properties job on a multiple on a single device |
See Also
ReadDevicePropertiesJobParameters Class
Microsoft.Azure.Devices Namespace
Return to top
ReadDevicePropertiesJobParameters Constructor (IList<String>, IEnumerable<String>)
Parameters for read device properties job on a multiple on multiple devices
Syntax
public ReadDevicePropertiesJobParameters(
IList<string> propertyNames,
IEnumerable<string> deviceIds
)
public:
ReadDevicePropertiesJobParameters(
IList<String^>^ propertyNames,
IEnumerable<String^>^ deviceIds
)
Parameters
- propertyNames
Type: System.Collections.Generic.IList<String>
- deviceIds
Type: System.Collections.Generic.IEnumerable<String>
Return to top
ReadDevicePropertiesJobParameters Constructor (IList<String>, String)
Parameters for read device properties job on a multiple on a single device
Syntax
public ReadDevicePropertiesJobParameters(
IList<string> propertyNames,
string deviceId
)
public:
ReadDevicePropertiesJobParameters(
IList<String^>^ propertyNames,
String^ deviceId
)
Parameters
- propertyNames
Type: System.Collections.Generic.IList<String>
- deviceId
Type: System.String
Return to top
.jpeg)