GetTopicAuthorizationRulePlainArgs

data class GetTopicAuthorizationRulePlainArgs(val name: String, val namespaceName: String? = null, val queueName: String? = null, val resourceGroupName: String? = null, val topicId: String? = null, val topicName: String? = null) : ConvertibleToJava<GetTopicAuthorizationRulePlainArgs>

A collection of arguments for invoking getTopicAuthorizationRule.

Constructors

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

Properties

Link copied to clipboard

The name of the ServiceBus Topic Authorization Rule resource.

Link copied to clipboard
val namespaceName: String? = null

The name of the ServiceBus Namespace.

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

The name of the resource group in which the ServiceBus Namespace exists.

Link copied to clipboard
val topicId: String? = null
Link copied to clipboard
val topicName: String? = null

The name of the ServiceBus Topic.

Functions

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