Skip to content
Advertisement

Tag: containers

azure – list containers in python

I’m trying to list the containers under an azure account using the python sdk – why do I get the following? Surely the above is a call to the function and not a reference to the function itself. Answer you get the following according to source code it return ListGenerator(resp, self._list_containers, (), kwargs) you can access what you want as

Advertisement