AzureServiceBusQueueResource
Handle
interface AzureServiceBusQueueResource extends IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithConnectionString, IResourceWithParent, AzureServiceBusResource]], IValueProvider, IValueWithReferences, IResourceWithAzureFunctionsConfig { readonly connectionStringExpression: ReferenceExpression; deadLetteringOnMessageExpiration: boolean; defaultMessageTimeToLive: timespan; duplicateDetectionHistoryTimeWindow: timespan; forwardDeadLetteredMessagesTo: string; forwardTo: string; lockDuration: timespan; maxDeliveryCount: number; readonly parent: AzureServiceBusResource; queueName: string; requiresDuplicateDetection: boolean; requiresSession: boolean; withProperties(configure: (obj: AzureServiceBusQueueResource) => Promise<void>): AzureServiceBusQueueResource;}23 members
Properties
property
connectionStringExpressionReferenceExpressiongetGets the connection string expression for the Azure Service Bus Queue.
property
deadLetteringOnMessageExpirationbooleanget · setA value that indicates whether this queue has dead letter support when a message expires.
property
defaultMessageTimeToLivetimespanget · setISO 8601 default message timespan to live value. 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.
property
duplicateDetectionHistoryTimeWindowtimespanget · setISO 8601 timeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes.
property
forwardDeadLetteredMessagesTostringget · setQueue/Topic name to forward the Dead Letter message.
property
forwardTostringget · setQueue/Topic name to forward the messages.
property
lockDurationtimespanget · setISO 8601 timespan duration of a peek-lock; that is, the amount of time that the message is locked for other receivers. The maximum value for LockDuration is 5 minutes; the default value is 1 minute.
property
maxDeliveryCountnumberget · setThe maximum delivery count. A message is automatically dead-lettered after this number of deliveries.
property
parentAzureServiceBusResourcegetGets the parent Azure Service Bus resource.
property
queueNamestringget · setThe queue name.
property
requiresDuplicateDetectionbooleanget · setA value indicating if this queue requires duplicate detection.
property
requiresSessionbooleanget · setA value that indicates whether the queue supports the concept of sessions.
Methods
Allows setting the properties of an Azure Service Bus Queue resource.
withProperties(configure: (obj: AzureServiceBusQueueResource) => Promise<void>): AzureServiceBusQueueResourceParameters
configure(obj: AzureServiceBusQueueResource) => Promise<void>Returns
AzureServiceBusQueueResource