This message was deleted.
# dotnet
s
This message was deleted.
m
Ah found IntegrationAccount.Get() which seems to almost do what I want (though it needs a name as well as an ID)
t
m
Thanks @tall-librarian-49374. I had a play with that but could only get back an getIntegrationAccount Result rather than an actual resource that I could then use when specifying it as a dependency for a logic app. IntegrationAccount.Get() seems similar but return an actual Resource so I was able to use that
👍 1