<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.26.0-beta.1" />

Azure.Storage.Files.DataLake.Models.GetFileSystemsAsyncCollection

This class wraps the DateLakeServiceClient.GetFileSystemsAsync return values and maps them into DataLake types.
public GetFileSystemsAsyncCollection(BlobServiceClient client, FileSystemTraits traits, FileSystemStates states, string prefix = null)

public AsyncPageable<FileSystemItem> ToAsyncCollection(CancellationToken cancellationToken)

public Pageable<FileSystemItem> ToSyncCollection(CancellationToken cancellationToken)