get Broker Authorization
suspend fun getBrokerAuthorization(argument: GetBrokerAuthorizationPlainArgs): GetBrokerAuthorizationResult
Get a BrokerAuthorizationResource Uses Azure REST API version 2023-10-04-preview.
Return
MQ broker/authorization resource
Parameters
argument
null
suspend fun getBrokerAuthorization(authorizationName: String, brokerName: String, mqName: String, resourceGroupName: String): GetBrokerAuthorizationResult
Return
MQ broker/authorization resource
Parameters
authorization Name
Name of MQ broker/authorization resource
broker Name
Name of MQ broker resource
mq Name
Name of MQ resource
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getBrokerAuthorization(argument: suspend GetBrokerAuthorizationPlainArgsBuilder.() -> Unit): GetBrokerAuthorizationResult
Return
MQ broker/authorization resource
Parameters
argument
Builder for com.pulumi.azurenative.iotoperationsmq.kotlin.inputs.GetBrokerAuthorizationPlainArgs.