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