getIotHubResourceEventHubConsumerGroup

Get a consumer group from the Event Hub-compatible device-to-cloud endpoint for an IoT hub. Uses Azure REST API version 2022-04-30-preview. Other available API versions: 2021-03-03-preview, 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.

Return

The properties of the EventHubConsumerGroupInfo object.

Parameters

argument

null


suspend fun getIotHubResourceEventHubConsumerGroup(eventHubEndpointName: String, name: String, resourceGroupName: String, resourceName: String): GetIotHubResourceEventHubConsumerGroupResult

Return

The properties of the EventHubConsumerGroupInfo object.

Parameters

eventHubEndpointName

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

name

The name of the consumer group to retrieve.

resourceGroupName

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

resourceName

The name of the IoT hub.

See also


Return

The properties of the EventHubConsumerGroupInfo object.

Parameters

argument

Builder for com.pulumi.azurenative.devices.kotlin.inputs.GetIotHubResourceEventHubConsumerGroupPlainArgs.

See also