public static interface ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount
| Modifier and Type | Method and Description |
|---|---|
ServiceBusSubscription.Update |
withMessageMovedToDeadLetterQueueOnMaxDeliveryCount(int deliveryCount)
Specifies maximum number of times a message can be delivered.
|
ServiceBusSubscription.Update withMessageMovedToDeadLetterQueueOnMaxDeliveryCount(int deliveryCount)
deliveryCount - maximum delivery subscription/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/