Retrieve Azure LogicApp's Connector metadata using C# SDK Retrieve Azure LogicApp's Connector metadata using C# SDK azure azure

Retrieve Azure LogicApp's Connector metadata using C# SDK


I guess you are looking for ListOperations which will have the metadata

 url = self.list_operations.metadata['url']

SAMPLE REPOSITORY