AzureServiceBusQueueResource
Handle TypeScript
interface AzureServiceBusQueueResource extends IManifestExpressionProvider, IResource, IResourceWithConnectionString, IResourceWithParent, 0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]], IValueProvider, IValueWithReferences, IResourceWithAzureFunctionsConfig { deadLetteringOnMessageExpiration: boolean; defaultMessageTimeToLive: timespan; duplicateDetectionHistoryTimeWindow: timespan; forwardDeadLetteredMessagesTo: string; forwardTo: string; lockDuration: timespan; maxDeliveryCount: number; readonly name: string; queueName: string; requiresDuplicateDetection: boolean; requiresSession: boolean; withProperties(configure: (obj: AzureServiceBusQueueResource) => void): AzureServiceBusQueueResource;} 22 members
Properties
property
deadLetteringOnMessageExpiration boolean get · set Gets the DeadLetteringOnMessageExpiration property
property
defaultMessageTimeToLive timespan get · set Gets the DefaultMessageTimeToLive property
property
duplicateDetectionHistoryTimeWindow timespan get · set Gets the DuplicateDetectionHistoryTimeWindow property
property
forwardDeadLetteredMessagesTo string get · set Gets the ForwardDeadLetteredMessagesTo property
property
forwardTo string get · set Gets the ForwardTo property
property
lockDuration timespan get · set Gets the LockDuration property
property
maxDeliveryCount number get · set Gets the MaxDeliveryCount property
property
name string get Gets the Name property
property
queueName string get · set Gets the QueueName property
property
requiresDuplicateDetection boolean get · set Gets the RequiresDuplicateDetection property
property
requiresSession boolean get · set Gets the RequiresSession property
Methods
method
withProperties builder Configures properties of an Azure Service Bus queue
withProperties(configure: (obj: AzureServiceBusQueueResource) => void): AzureServiceBusQueueResourceParameters
configure (obj: AzureServiceBusQueueResource) => void Returns
AzureServiceBusQueueResource