GetSensorPlainArgs

data class GetSensorPlainArgs(val scope: String, val sensorName: String) : ConvertibleToJava<GetSensorPlainArgs>

Constructors

Link copied to clipboard
constructor(scope: String, sensorName: String)

Properties

Link copied to clipboard

Scope of the query (IoT Hub, /providers/Microsoft.Devices/iotHubs/myHub)

Link copied to clipboard

Name of the IoT sensor

Functions

Link copied to clipboard
open override fun toJava(): GetSensorPlainArgs