get Iot Hub Resource Event Hub Consumer Group
suspend fun getIotHubResourceEventHubConsumerGroup(argument: GetIotHubResourceEventHubConsumerGroupPlainArgs): GetIotHubResourceEventHubConsumerGroupResult
Get a consumer group from the Event Hub-compatible device-to-cloud endpoint for an IoT hub. API Version: 2020-08-31.
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
event Hub Endpoint Name
The name of the Event Hub-compatible endpoint in the IoT hub.
name
The name of the consumer group to retrieve.
resource Group Name
The name of the resource group that contains the IoT hub.
resource Name
The name of the IoT hub.
See also
suspend fun getIotHubResourceEventHubConsumerGroup(argument: suspend GetIotHubResourceEventHubConsumerGroupPlainArgsBuilder.() -> Unit): GetIotHubResourceEventHubConsumerGroupResult
Return
The properties of the EventHubConsumerGroupInfo object.
Parameters
argument
Builder for com.pulumi.azurenative.devices.kotlin.inputs.GetIotHubResourceEventHubConsumerGroupPlainArgs.