共用方式為


Microsoft.Azure.Management.ServiceBus.Fluent.Queue.Definition Namespace

Interfaces

IBlank

The first stage of a queue definition.

IDefinition

The entirety of the Service Bus queue definition.

IWithAuthorizationRule

The stage of the queue definition allowing to add an authorization rule for accessing the queue.

IWithCreate

The stage of the definition which contains all the minimum required inputs for the resource to be created (via WithCreate.create()), but also allows for any other optional settings to be specified.

IWithDefaultMessageTTL

The stage of the queue definition allowing to define default TTL for messages.

IWithDeleteOnIdle

The stage of the queue definition allowing to define auto delete behaviour.

IWithDuplicateMessageDetection

The stage of the queue definition allowing to specify duration of the duplicate message detection history.

IWithExpiredMessageMovedToDeadLetterQueue

The stage of the queue definition allowing to specify whether expired message can be moved to secondary dead-letter queue.

IWithExpressMessage

The stage of the queue definition allowing to mark messages as express messages.

IWithMessageBatching

The stage of the queue definition allowing specify batching behaviour.

IWithMessageLockDuration

The stage of the queue definition allowing to define duration for message lock.

IWithMessageMovedToDeadLetterQueueOnMaxDeliveryCount

The stage of the queue definition allowing to specify maximum delivery count of message before moving it to dead-letter queue.

IWithPartitioning

The stage of the queue definition allowing to specify partitioning behaviour.

IWithSession

The stage of the queue definition allowing to enable session support.

IWithSize

The stage of the queue definition allowing to specify size.