Get Event Hub Authorization Rule Result
data class GetEventHubAuthorizationRuleResult(val id: String, val location: String, val name: String, val rights: List<String>, val systemData: SystemDataResponse, val type: String)
Single item in a List or Get AuthorizationRule operation
Constructors
Link copied to clipboard
fun GetEventHubAuthorizationRuleResult(id: String, location: String, name: String, rights: List<String>, systemData: SystemDataResponse, type: String)