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
constructor(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)
Properties
Link copied to clipboard
Gets or sets the content type.
Link copied to clipboard
Gets or sets the correlation ID.
Link copied to clipboard
Gets or sets the force persistence.
Link copied to clipboard
Gets or sets the partition key.
Link copied to clipboard
Gets or sets the reply to session ID.
Link copied to clipboard
Gets or sets the scheduled enqueue time UTC.
Link copied to clipboard
Gets or sets the time to live.
Link copied to clipboard
Gets or sets the via partition key.