Service Bus Queue Message Args
data class ServiceBusQueueMessageArgs(val authentication: Output<ServiceBusAuthenticationArgs>? = null, val brokeredMessageProperties: Output<ServiceBusBrokeredMessagePropertiesArgs>? = null, val customMessageProperties: Output<Map<String, String>>? = null, val message: Output<String>? = null, val namespace: Output<String>? = null, val queueName: Output<String>? = null, val transportType: Output<ServiceBusTransportType>? = null) : ConvertibleToJava<ServiceBusQueueMessageArgs>
Constructors
Link copied to clipboard
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)