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
It looks like VirtualMachineSku.images() loads images one by one and it takes a lot of time.
Beside that if we want to load all publisher images we should do next chain of calls manager.virtualMachineImages().publishers() -> publisher.offers().list() -> offer.skus().list() -> sku.images().list
Is there more efficient way to load all publisher images e.g. filter images by publisher?
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
-
It looks like
VirtualMachineSku.images()
loads images one by one and it takes a lot of time.Beside that if we want to load all publisher images we should do next chain of calls
manager.virtualMachineImages().publishers() -> publisher.offers().list() -> offer.skus().list() -> sku.images().list
Is there more efficient way to load all publisher images e.g. filter images by publisher?
Beta Was this translation helpful? Give feedback.
All reactions