getBroker

Get a BrokerResource Uses Azure REST API version 2023-10-04-preview.

Return

MQ broker resource

Parameters

argument

null


suspend fun getBroker(brokerName: String, mqName: String, resourceGroupName: String): GetBrokerResult

Return

MQ broker resource

Parameters

brokerName

Name of MQ broker resource

mqName

Name of MQ resource

resourceGroupName

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

See also


suspend fun getBroker(argument: suspend GetBrokerPlainArgsBuilder.() -> Unit): GetBrokerResult

Return

MQ broker resource

Parameters

argument

Builder for com.pulumi.azurenative.iotoperationsmq.kotlin.inputs.GetBrokerPlainArgs.

See also