How do I use WebAppsOperationsExtensions in Azure C# SDK
asked 2020-09-25T19:28:29.717+00:00

Szarkowski, Agnes
1
Reputation point
This is the method I'm trying to use
WebAppsOperationsExtensions.BackupAsync(IWebAppsOperations, String, String, BackupRequestInner, CancellationToken)
However, I don't know how to get IWebAppsOperations object, as the Microsoft implementation is not public.
Documentation is not helpful: