GetEventHubPlainArgs

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

A collection of arguments for invoking getEventHub.

Constructors

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

Properties

Link copied to clipboard

The name of this EventHub.

Link copied to clipboard

The name of the EventHub Namespace where the EventHub exists.

Link copied to clipboard

The name of the Resource Group where the EventHub exists.

Functions

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