CloudBlobClient.ListContainers Method

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Returns an enumerable collection of containers.

Overload List

NameDescription
CloudBlobClient.ListContainers ()Returns an enumerable collection of containers.
CloudBlobClient.ListContainers (String)Returns an enumerable collection of containers whose names begin with the specified prefix.
CloudBlobClient.ListContainers (String, ContainerListingDetails)Returns an enumerable, lazily retrieved collection of containers whose names begin with the specified prefix, and optionally returns container metadata.

See Also