GetQueueAuthorizationRulePlainArgs

data class GetQueueAuthorizationRulePlainArgs(val name: String, val namespaceName: String? = null, val queueId: String? = null, val queueName: String? = null, val resourceGroupName: String? = null) : ConvertibleToJava<GetQueueAuthorizationRulePlainArgs>

A collection of arguments for invoking getQueueAuthorizationRule.

Constructors

Link copied to clipboard
constructor(name: String, namespaceName: String? = null, queueId: String? = null, queueName: String? = null, resourceGroupName: String? = null)

Properties

Link copied to clipboard

The name of this ServiceBus Queue Authorisation Rule.

Link copied to clipboard
val namespaceName: String? = null

The name of the ServiceBus Namespace.

Link copied to clipboard
val queueId: String? = null
Link copied to clipboard
val queueName: String? = null

The name of the ServiceBus Queue.

Link copied to clipboard

The name of the Resource Group where the ServiceBus Queue Authorisation Rule exists.

Functions

Link copied to clipboard
open override fun toJava(): GetQueueAuthorizationRulePlainArgs