SubscriptionArgs

constructor(autoDeleteOnIdle: Output<String>? = null, batchedOperationsEnabled: Output<Boolean>? = null, clientScopedSubscription: Output<SubscriptionClientScopedSubscriptionArgs>? = null, clientScopedSubscriptionEnabled: Output<Boolean>? = null, deadLetteringOnFilterEvaluationError: Output<Boolean>? = null, deadLetteringOnMessageExpiration: Output<Boolean>? = null, defaultMessageTtl: Output<String>? = null, forwardDeadLetteredMessagesTo: Output<String>? = null, forwardTo: Output<String>? = null, lockDuration: Output<String>? = null, maxDeliveryCount: Output<Int>? = null, name: Output<String>? = null, requiresSession: Output<Boolean>? = null, status: Output<String>? = null, topicId: Output<String>? = null)

Deprecated

azure.eventhub.Subscription has been deprecated in favor of azure.servicebus.Subscription