Interface ServiceBusSubscription.Definition
- All Superinterfaces:
Creatable<ServiceBusSubscription>
,HasName
,Indexable
,ServiceBusSubscription.DefinitionStages.Blank
,ServiceBusSubscription.DefinitionStages.WithCreate
,ServiceBusSubscription.DefinitionStages.WithDefaultMessageTTL
,ServiceBusSubscription.DefinitionStages.WithDeleteOnIdle
,ServiceBusSubscription.DefinitionStages.WithExpiredMessageMovedToDeadLetterSubscription
,ServiceBusSubscription.DefinitionStages.WithMessageBatching
,ServiceBusSubscription.DefinitionStages.WithMessageLockDuration
,ServiceBusSubscription.DefinitionStages.WithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException
,ServiceBusSubscription.DefinitionStages.WithMessageMovedToDeadLetterSubscriptionOnMaxDeliveryCount
,ServiceBusSubscription.DefinitionStages.WithSession
- Enclosing interface:
- ServiceBusSubscription
public static interface ServiceBusSubscription.Definition
extends ServiceBusSubscription.DefinitionStages.Blank, ServiceBusSubscription.DefinitionStages.WithCreate
The entirety of the subscription definition.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Creatable
create, createAsync, createAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.servicebus.ServiceBusSubscription.DefinitionStages.WithDefaultMessageTTL
withDefaultMessageTTL
Methods inherited from interface com.microsoft.azure.management.servicebus.ServiceBusSubscription.DefinitionStages.WithDeleteOnIdle
withDeleteOnIdleDurationInMinutes
Methods inherited from interface com.microsoft.azure.management.servicebus.ServiceBusSubscription.DefinitionStages.WithExpiredMessageMovedToDeadLetterSubscription
withExpiredMessageMovedToDeadLetterSubscription, withoutExpiredMessageMovedToDeadLetterSubscription
Methods inherited from interface com.microsoft.azure.management.servicebus.ServiceBusSubscription.DefinitionStages.WithMessageBatching
withoutMessageBatching
Methods inherited from interface com.microsoft.azure.management.servicebus.ServiceBusSubscription.DefinitionStages.WithMessageLockDuration
withMessageLockDurationInSeconds
Methods inherited from interface com.microsoft.azure.management.servicebus.ServiceBusSubscription.DefinitionStages.WithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException
withMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException
Methods inherited from interface com.microsoft.azure.management.servicebus.ServiceBusSubscription.DefinitionStages.WithMessageMovedToDeadLetterSubscriptionOnMaxDeliveryCount
withMessageMovedToDeadLetterSubscriptionOnMaxDeliveryCount
Methods inherited from interface com.microsoft.azure.management.servicebus.ServiceBusSubscription.DefinitionStages.WithSession
withSession