ServiceBusBrokeredMessagePropertiesArgs

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
val contentType: Output<String>? = null

Gets or sets the content type.

Link copied to clipboard
val correlationId: Output<String>? = null

Gets or sets the correlation ID.

Link copied to clipboard
val forcePersistence: Output<Boolean>? = null

Gets or sets the force persistence.

Link copied to clipboard
val label: Output<String>? = null

Gets or sets the label.

Link copied to clipboard
val messageId: Output<String>? = null

Gets or sets the message ID.

Link copied to clipboard
val partitionKey: Output<String>? = null

Gets or sets the partition key.

Link copied to clipboard
val replyTo: Output<String>? = null

Gets or sets the reply to.

Link copied to clipboard
val replyToSessionId: Output<String>? = null

Gets or sets the reply to session ID.

Link copied to clipboard
val scheduledEnqueueTimeUtc: Output<String>? = null

Gets or sets the scheduled enqueue time UTC.

Link copied to clipboard
val sessionId: Output<String>? = null

Gets or sets the session ID.

Link copied to clipboard
val timeToLive: Output<String>? = null

Gets or sets the time to live.

Link copied to clipboard
val to: Output<String>? = null

Gets or sets the to.

Link copied to clipboard
val viaPartitionKey: Output<String>? = null

Gets or sets the via partition key.

Functions

Link copied to clipboard
open override fun toJava(): ServiceBusBrokeredMessagePropertiesArgs