GetIotConnectorResult

data class GetIotConnectorResult(val azureApiVersion: String, val deviceMapping: IotMappingPropertiesResponse? = null, val etag: String? = null, val id: String, val identity: ServiceManagedIdentityResponseIdentity? = null, val ingestionEndpointConfiguration: IotEventHubIngestionEndpointConfigurationResponse? = null, val location: String? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

IoT Connector definition.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, deviceMapping: IotMappingPropertiesResponse? = null, etag: String? = null, id: String, identity: ServiceManagedIdentityResponseIdentity? = null, ingestionEndpointConfiguration: IotEventHubIngestionEndpointConfigurationResponse? = null, location: String? = null, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Device Mappings.

Link copied to clipboard
val etag: String? = null

An etag associated with the resource, used for optimistic concurrency when editing it.

Link copied to clipboard
val id: String

The resource identifier.

Link copied to clipboard

Setting indicating whether the service has a managed identity associated with it.

Link copied to clipboard
val location: String? = null

The resource location.

Link copied to clipboard

The resource name.

Link copied to clipboard

The provisioning state.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The resource type.