Azure.Storage.Blobs.Models.GetBlobContainersAsyncCollection
namespace Azure.Storage.Blobs.Models
{
internal class GetBlobContainersAsyncCollection : StorageCollectionEnumerator<BlobContainerItem>
{
public GetBlobContainersAsyncCollection(BlobServiceClient client, BlobContainerTraits traits, BlobContainerStates states, string prefix = null);
}
}