You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft.Azure.Management.AppService - ListHybridConnection methods in WebAppsOperations return single object but should return Page<> for the list
#4170
Closed
nboettcher opened this issue
Mar 28, 2018
· 1 comment
I am attempting to use the ListHybridConnectionsWithHttpMessagesAsync in the WebAppsOperations class in Microsoft.Azure.Management.AppService.Fluent library. The method returns a single HybridConnectionInner object, however since this is a List method, the REST API call returns a list of objects that should be returned in a Page object.
The text was updated successfully, but these errors were encountered:
I am attempting to use the ListHybridConnectionsWithHttpMessagesAsync in the WebAppsOperations class in Microsoft.Azure.Management.AppService.Fluent library. The method returns a single HybridConnectionInner object, however since this is a List method, the REST API call returns a list of objects that should be returned in a Page object.
The text was updated successfully, but these errors were encountered: