Service Bus Brokered Message Properties Args
data class ServiceBusBrokeredMessagePropertiesArgs(val contentType: Output<String>? = null, val correlationId: Output<String>? = null, val forcePersistence: Output<Boolean>? = null, val label: Output<String>? = null, val messageId: Output<String>? = null, val partitionKey: Output<String>? = null, val replyTo: Output<String>? = null, val replyToSessionId: Output<String>? = null, val scheduledEnqueueTimeUtc: Output<String>? = null, val sessionId: Output<String>? = null, val timeToLive: Output<String>? = null, val to: Output<String>? = null, val viaPartitionKey: Output<String>? = null) : ConvertibleToJava<ServiceBusBrokeredMessagePropertiesArgs>
Constructors
Link copied to clipboard
fun ServiceBusBrokeredMessagePropertiesArgs(contentType: Output<String>? = null, correlationId: Output<String>? = null, forcePersistence: Output<Boolean>? = null, label: Output<String>? = null, messageId: Output<String>? = null, partitionKey: Output<String>? = null, replyTo: Output<String>? = null, replyToSessionId: Output<String>? = null, scheduledEnqueueTimeUtc: Output<String>? = null, sessionId: Output<String>? = null, timeToLive: Output<String>? = null, to: Output<String>? = null, viaPartitionKey: Output<String>? = null)