We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f76ba commit d342e86Copy full SHA for d342e86
azure-storage-blob/README.md
@@ -44,7 +44,7 @@ BlobServiceClient.get_blob_client(container, blob, blob_type=BlobType.BlockBlob)
44
## ContainerClient API
45
```python
46
azure.storage.blob.ContainerClient(
47
- uri, credentials=None, container_name=None, configuration=None)
+ uri, credentials=None, container=None, configuration=None)
48
49
# Instantiate from a connection string
50
azure.storage.blob.ContainerClient.from_connection_string(connection_str, container, configuration=None)
0 commit comments