InstancePropertiesResponse

data class InstancePropertiesResponse(val description: String? = null, val provisioningState: String, val schemaRegistryRef: SchemaRegistryRefResponse, val version: String)

The properties of the Instance resource.

Constructors

Link copied to clipboard
constructor(description: String? = null, provisioningState: String, schemaRegistryRef: SchemaRegistryRefResponse, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Detailed description of the Instance.

Link copied to clipboard

The status of the last operation.

Link copied to clipboard

The reference to the Schema Registry for this AIO Instance.

Link copied to clipboard

The Azure IoT Operations version.