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
While we get the response for listUpdates(), the response is in BinaryData() format. But the data is similar to UpdateListOutput Interface in 'Azure SDK for javascript'. Where we can get the similar interface/class for Java for de-serialize/serialize?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
While we get the response for listUpdates(), the response is in BinaryData() format. But the data is similar to UpdateListOutput Interface in 'Azure SDK for javascript'. Where we can get the similar interface/class for Java for de-serialize/serialize?
JS interface documented in: https://learn.microsoft.com/en-us/javascript/api/@azure-rest/iot-device-update/updatelistoutput?view=azure-node-latest
Beta Was this translation helpful? Give feedback.
All reactions