Get Topic Authorization Rule Result
data class GetTopicAuthorizationRuleResult(val id: String, val listen: Boolean, val manage: Boolean, val name: String, val namespaceName: String? = null, val primaryConnectionString: String, val primaryConnectionStringAlias: String, val primaryKey: String, val queueName: String? = null, val resourceGroupName: String? = null, val secondaryConnectionString: String, val secondaryConnectionStringAlias: String, val secondaryKey: String, val send: Boolean, val topicId: String? = null, val topicName: String? = null)
A collection of values returned by getTopicAuthorizationRule.
Constructors
Link copied to clipboard
constructor(id: String, listen: Boolean, manage: Boolean, name: String, namespaceName: String? = null, primaryConnectionString: String, primaryConnectionStringAlias: String, primaryKey: String, queueName: String? = null, resourceGroupName: String? = null, secondaryConnectionString: String, secondaryConnectionStringAlias: String, secondaryKey: String, send: Boolean, topicId: String? = null, topicName: String? = null)
Properties
Link copied to clipboard
Link copied to clipboard
The Primary Connection String for the ServiceBus Topic authorization Rule.
Link copied to clipboard
The alias Primary Connection String for the ServiceBus Namespace, if the namespace is Geo DR paired.
Link copied to clipboard
The Primary Key for the ServiceBus Topic authorization Rule.
Link copied to clipboard
Link copied to clipboard
The Secondary Connection String for the ServiceBus Topic authorization Rule.
Link copied to clipboard
The alias Secondary Connection String for the ServiceBus Namespace
Link copied to clipboard
The Secondary Key for the ServiceBus Topic authorization Rule.