ReadDevicePropertiesJobParameters Constructor

 

Namespace:   Microsoft.Azure.Devices
Assembly:  Microsoft.Azure.Devices (in Microsoft.Azure.Devices.dll)

Overload List

Name Description
System_CAPS_pubmethod ReadDevicePropertiesJobParameters(IList<String>, IEnumerable<String>)

Parameters for read device properties job on a multiple on multiple devices

System_CAPS_pubmethod 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

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

Return to top