Service Bus Queue Message Args
constructor(authentication: Output<ServiceBusAuthenticationArgs>? = null, brokeredMessageProperties: Output<ServiceBusBrokeredMessagePropertiesArgs>? = null, customMessageProperties: Output<Map<String, String>>? = null, message: Output<String>? = null, namespace: Output<String>? = null, queueName: Output<String>? = null, transportType: Output<ServiceBusTransportType>? = null)