GetNamespaceAuthorizationRulePlainArgs

data class GetNamespaceAuthorizationRulePlainArgs(val name: String, val namespaceId: String? = null, val namespaceName: String? = null, val resourceGroupName: String? = null) : ConvertibleToJava<GetNamespaceAuthorizationRulePlainArgs>

A collection of arguments for invoking getNamespaceAuthorizationRule.

Constructors

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

Properties

Link copied to clipboard

Specifies the name of the ServiceBus Namespace Authorization Rule.

Link copied to clipboard
val namespaceId: String? = null

Specifies the ID of the ServiceBus Namespace where the Service Bus Namespace Authorization Rule exists.

Link copied to clipboard
val namespaceName: String? = null

Specifies the name of the ServiceBus Namespace.

Link copied to clipboard

Specifies the name of the Resource Group where the ServiceBus Namespace exists.

Functions

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