GetSubscriptionResult

data class GetSubscriptionResult(val autoDeleteOnIdle: String, val batchedOperationsEnabled: Boolean, val deadLetteringOnFilterEvaluationError: Boolean, val deadLetteringOnMessageExpiration: Boolean, val defaultMessageTtl: String, val enableBatchedOperations: Boolean, val forwardDeadLetteredMessagesTo: String, val forwardTo: String, val id: String, val lockDuration: String, val maxDeliveryCount: Int, val name: String, val namespaceName: String? = null, val requiresSession: Boolean, val resourceGroupName: String? = null, val topicId: String? = null, val topicName: String? = null)

A collection of values returned by getSubscription.

Constructors

Link copied to clipboard
constructor(autoDeleteOnIdle: String, batchedOperationsEnabled: Boolean, deadLetteringOnFilterEvaluationError: Boolean, deadLetteringOnMessageExpiration: Boolean, defaultMessageTtl: String, enableBatchedOperations: Boolean, forwardDeadLetteredMessagesTo: String, forwardTo: String, id: String, lockDuration: String, maxDeliveryCount: Int, name: String, namespaceName: String? = null, requiresSession: Boolean, resourceGroupName: String? = null, topicId: String? = null, topicName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The idle interval after which the Subscription is automatically deleted.

Link copied to clipboard

Whether batched operations are enabled.

Link copied to clipboard

Does the ServiceBus Subscription have dead letter support on filter evaluation exceptions?

Link copied to clipboard

Does the Service Bus Subscription have dead letter support when a message expires?

Link copied to clipboard

The Default message timespan to live. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself.

Link copied to clipboard

The name of a Queue or Topic to automatically forward Dead Letter messages to.

Link copied to clipboard

The name of a ServiceBus Queue or ServiceBus Topic where messages are automatically forwarded.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The lock duration for the subscription.

Link copied to clipboard

The maximum number of deliveries.

Link copied to clipboard
Link copied to clipboard
val namespaceName: String? = null
Link copied to clipboard

Whether this ServiceBus Subscription supports session.

Link copied to clipboard
Link copied to clipboard
val topicId: String? = null
Link copied to clipboard
val topicName: String? = null