GetAuthorizationRulePlainArgs

data class GetAuthorizationRulePlainArgs(val eventhubName: String, val listen: Boolean? = null, val manage: Boolean? = null, val name: String, val namespaceName: String, val resourceGroupName: String, val send: Boolean? = null) : ConvertibleToJava<GetAuthorizationRulePlainArgs>

A collection of arguments for invoking getAuthorizationRule.

Constructors

Link copied to clipboard
constructor(eventhubName: String, listen: Boolean? = null, manage: Boolean? = null, name: String, namespaceName: String, resourceGroupName: String, send: Boolean? = null)

Properties

Link copied to clipboard

Specifies the name of the EventHub.

Link copied to clipboard
val listen: Boolean? = null
Link copied to clipboard
val manage: Boolean? = null
Link copied to clipboard

Specifies the name of the EventHub Authorization Rule resource. be created.

Link copied to clipboard

Specifies the name of the grandparent EventHub Namespace.

Link copied to clipboard

The name of the resource group in which the EventHub Authorization Rule's grandparent Namespace exists.

Link copied to clipboard
val send: Boolean? = null

Functions

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