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