Interface ServiceBusSubscription.DefinitionStages.Blank
- All Superinterfaces:
Creatable<ServiceBusSubscription>
,HasName
,Indexable
,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
- All Known Subinterfaces:
ServiceBusSubscription.Definition
- Enclosing interface:
- ServiceBusSubscription.DefinitionStages
public static interface ServiceBusSubscription.DefinitionStages.Blank
extends ServiceBusSubscription.DefinitionStages.WithCreate
The first stage of a 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