public static interface ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException
| Modifier and Type | Method and Description |
|---|---|
ServiceBusSubscription.Update |
withMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException()
Specifies that filter evaluation failed message must be moved to dead-letter subscription.
|
ServiceBusSubscription.Update |
withoutMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException()
Specifies that filter evaluation failed message should not be moved to dead-letter subscription.
|
ServiceBusSubscription.Update withMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException()
ServiceBusSubscription.Update withoutMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/