SensorIntegrationResponse

data class SensorIntegrationResponse(val enabled: String? = null, val provisioningInfo: ErrorResponseResponse? = null, val provisioningState: String)

Sensor integration request model.

Constructors

Link copied to clipboard
constructor(enabled: String? = null, provisioningInfo: ErrorResponseResponse? = null, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: String? = null

Sensor integration enable state.

Link copied to clipboard

Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).

Link copied to clipboard

Sensor integration instance provisioning state.