GetConsumeGroupPlainArgs

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

A collection of arguments for invoking getConsumeGroup.

Constructors

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

Properties

Link copied to clipboard

Specifies the name of the EventHub.

Link copied to clipboard

Specifies the name of the EventHub Consumer Group resource.

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 Consumer Group's grandparent Namespace exists.

Functions

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