GetNamespaceAuthorizationRulePlainArgs

data class GetNamespaceAuthorizationRulePlainArgs(val name: String, val namespaceName: String, val resourceGroupName: String) : ConvertibleToJava<GetNamespaceAuthorizationRulePlainArgs>

A collection of arguments for invoking getNamespaceAuthorizationRule.

Constructors

Link copied to clipboard
constructor(name: String, namespaceName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the EventHub Authorization Rule resource.

Link copied to clipboard

Specifies the name of the EventHub Namespace.

Link copied to clipboard

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

Functions

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