GetIotHubResourceEventHubConsumerGroupPlainArgs

data class GetIotHubResourceEventHubConsumerGroupPlainArgs(val eventHubEndpointName: String, val name: String, val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetIotHubResourceEventHubConsumerGroupPlainArgs>

Constructors

fun GetIotHubResourceEventHubConsumerGroupPlainArgs(eventHubEndpointName: String, name: String, resourceGroupName: String, resourceName: String)

Functions

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

Properties

Link copied to clipboard

The name of the Event Hub-compatible endpoint in the IoT hub.

Link copied to clipboard

The name of the consumer group to retrieve.

Link copied to clipboard

The name of the resource group that contains the IoT hub.

Link copied to clipboard

The name of the IoT hub.