EdgeUsageDataEventHubResponse

data class EdgeUsageDataEventHubResponse(val name: String? = null, val namespace: String? = null, val token: String? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, namespace: String? = null, token: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of the Event Hub where usage will be reported.

Link copied to clipboard
val namespace: String? = null

Namespace of the Event Hub where usage will be reported.

Link copied to clipboard
val token: String? = null

SAS token needed to interact with Event Hub.