Get Iot Connector Result
data class GetIotConnectorResult(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
fun GetIotConnectorResult(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)