GetSensorResult

data class GetSensorResult(val connectivityTime: String, val dynamicLearning: Boolean, val id: String, val learningMode: Boolean, val name: String, val sensorStatus: String, val sensorType: String? = null, val sensorVersion: String, val systemData: SystemDataResponse, val tiAutomaticUpdates: Boolean? = null, val tiStatus: String, val tiVersion: String, val type: String, val zone: String? = null)

IoT sensor model

Constructors

Link copied to clipboard
constructor(connectivityTime: String, dynamicLearning: Boolean, id: String, learningMode: Boolean, name: String, sensorStatus: String, sensorType: String? = null, sensorVersion: String, systemData: SystemDataResponse, tiAutomaticUpdates: Boolean? = null, tiStatus: String, tiVersion: String, type: String, zone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Last connectivity time of the IoT sensor

Link copied to clipboard

Dynamic mode status of the IoT sensor

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Learning mode status of the IoT sensor

Link copied to clipboard

The name of the resource

Link copied to clipboard

Status of the IoT sensor

Link copied to clipboard
val sensorType: String? = null

Type of sensor

Link copied to clipboard

Version of the IoT sensor

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

TI Automatic mode status of the IoT sensor

Link copied to clipboard

TI Status of the IoT sensor

Link copied to clipboard

TI Version of the IoT sensor

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val zone: String? = null

Zone of the IoT sensor