I found that in C# Azure SDK we are able to use SubscriptionDescription
class to set the ForwardTo
property to achieve auto-forwarding.
However when I check for python SDK, the Subscription
class is said to be the same as SubscriptionDescription
class in C# however they do not have the same property as the Subscription
class for python SDK is missing out ForwardTo
property.
Is it unable to achieve by using python or there is other workaround for this? Thank you.