Service Bus Topic Message Args
data class ServiceBusTopicMessageArgs(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 topicPath: Output<String>? = null, val transportType: Output<ServiceBusTransportType>? = null) : ConvertibleToJava<ServiceBusTopicMessageArgs>
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, topicPath: Output<String>? = null, transportType: Output<ServiceBusTransportType>? = null)