getBrokerListener

Get a BrokerListenerResource Uses Azure REST API version 2024-11-01. Other available API versions: 2024-07-01-preview, 2024-08-15-preview, 2024-09-15-preview, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native iotoperations [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Instance broker resource

Parameters

argument

null


suspend fun getBrokerListener(brokerName: String, instanceName: String, listenerName: String, resourceGroupName: String): GetBrokerListenerResult

Return

Instance broker resource

Parameters

brokerName

Name of broker.

instanceName

Name of instance.

listenerName

Name of Instance broker listener resource

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

Instance broker resource

Parameters

argument

Builder for com.pulumi.azurenative.iotoperations.kotlin.inputs.GetBrokerListenerPlainArgs.

See also