This question is regarding the Azure.Messaging.Servicebus package!
I am wondering how to update an existing topic subscription using the .net Azure.Messaging.Servicebus package. I found a guide that tells me to retrieve the existing subscription via the Servicebus Adminclient. However this only returns a SubscriptionProperties object which I then could use to run UpdateSubscriptionAsync. However this does not allow to set any rules, like an SQLFilterrule on the Subscription.
Can subscription rules only be set when the subscription is created?
This question is regarding the Azure.Messaging.Servicebus package!
I am wondering how to update an existing topic subscription using the .net Azure.Messaging.Servicebus package. I found a guide that tells me to retrieve the existing subscription via the Servicebus Adminclient. However this only returns a SubscriptionProperties object which I then could use to run UpdateSubscriptionAsync. However this does not allow to set any rules, like an SQLFilterrule on the Subscription.
Can subscription rules only be set when the subscription is created?