Io THub Endpoint
data class IoTHubEndpoint(val authenticationType: String? = null, val batchFrequencyInSeconds: Int? = null, val connectionString: String? = null, val containerName: String? = null, val encoding: String? = null, val endpointUri: String? = null, val entityPath: String? = null, val fileNameFormat: String? = null, val identityId: String? = null, val maxChunkSizeInBytes: Int? = null, val name: String, val resourceGroupName: String? = null, val type: String)
Constructors
Link copied to clipboard
fun IoTHubEndpoint(authenticationType: String? = null, batchFrequencyInSeconds: Int? = null, connectionString: String? = null, containerName: String? = null, encoding: String? = null, endpointUri: String? = null, entityPath: String? = null, fileNameFormat: String? = null, identityId: String? = null, maxChunkSizeInBytes: Int? = null, name: String, resourceGroupName: String? = null, type: String)