Get Namespace Authorization Rule Result
data class GetNamespaceAuthorizationRuleResult(val id: String, val listen: Boolean, val manage: Boolean, val name: String, val namespaceName: String, val primaryConnectionString: String, val primaryConnectionStringAlias: String, val primaryKey: String, val resourceGroupName: String, val secondaryConnectionString: String, val secondaryConnectionStringAlias: String, val secondaryKey: String, val send: Boolean)
A collection of values returned by getNamespaceAuthorizationRule.
Constructors
Link copied to clipboard
constructor(id: String, listen: Boolean, manage: Boolean, name: String, namespaceName: String, primaryConnectionString: String, primaryConnectionStringAlias: String, primaryKey: String, resourceGroupName: String, secondaryConnectionString: String, secondaryConnectionStringAlias: String, secondaryKey: String, send: Boolean)
Properties
Link copied to clipboard
Link copied to clipboard
The Primary Connection String for the Event Hubs authorization Rule.
Link copied to clipboard
The alias of the Primary Connection String for the Event Hubs authorization Rule.
Link copied to clipboard
The Primary Key for the Event Hubs authorization Rule.
Link copied to clipboard
Link copied to clipboard
The Secondary Connection String for the Event Hubs authorization Rule.
Link copied to clipboard
The alias of the Secondary Connection String for the Event Hubs authorization Rule.
Link copied to clipboard
The Secondary Key for the Event Hubs authorization Rule.