Get Queue Authorization Rule Result
data class GetQueueAuthorizationRuleResult(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 queueId: String? = null, val queueName: String? = null, val resourceGroupName: String? = null, val secondaryConnectionString: String, val secondaryConnectionStringAlias: String, val secondaryKey: String, val send: Boolean)
A collection of values returned by getQueueAuthorizationRule.
Constructors
Link copied to clipboard
constructor(id: String, listen: Boolean, manage: Boolean, name: String, namespaceName: String? = null, primaryConnectionString: String, primaryConnectionStringAlias: String, primaryKey: String, queueId: String? = null, queueName: String? = null, resourceGroupName: String? = null, secondaryConnectionString: String, secondaryConnectionStringAlias: String, secondaryKey: String, send: Boolean)
Properties
Link copied to clipboard
Link copied to clipboard
The Primary Connection String for the ServiceBus Queue 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 Queue authorization Rule.
Link copied to clipboard
Link copied to clipboard
The Secondary Connection String for the ServiceBus Queue 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 Queue authorization Rule.