Azure Blob Storage

Frends.AzureBlobStorage.ListContainers / 2.1.0

Summary

Enumerates the containers in a storage account, narrowed by name prefix and by container state.

Typical use — Processes that work across containers, or that check a container exists before using it

Details

Frends version
5.7 and newer
Agent
Crossplatform
Target framework
net8.0

Essential parameters.

Name Type Default Example Description
States ContainerStateFilter None ContainerStateFilter.Deleted

Flags indicating which container states to include when listing (e.g. deleted or system containers).

Possible values:

  • None: No filtering; only normal containers are returned.
  • System: Include system containers (e.g., $logs, $web).
  • Deleted: Include soft-deleted containers.
Prefix String "test-"

Filter by container name prefix. Only containers starting with this value will be returned.

An unhandled error has occurred. Reload 🗙