Operations on Containers
The Windows(R) Azure™ SDK provides REST operations for working with containers in the Blob service.
In This Section
- Create Container (REST API)
- Creates a new container in a storage account.
- Get Container Properties (REST API)
- Returns all user-defined metadata and system properties of a container.
- Get Container Metadata (REST API)
- Returns only user-defined metadata of a container.
- Set Container Metadata (REST API)
- Sets one or more user-defined name/value pairs for the specified container.
- Get Container ACL (REST API)
- Gets public access policy and any stored access policies for a container.
- Set Container ACL (REST API)
- Sets public access policy and stored access policies for a container.
- Delete Container (REST API)
- Marks a container for deletion.
- Lease Container (REST API)
- Controls the ability to delete a container.
- List Blobs (REST API)
- List blobs in a container.
See Also