Initializes a new instance of the BlobContainerClient class for mocking.
BlobContainerClient(String, String)Initializes a new instance of the BlobContainerClient class with Connection string and Blob Container name.
BlobContainerClient(Uri, BlobClientOptions)Initializes a new instance of the BlobContainerClient class with Blob Container URI and BlobClientOptions.
BlobContainerClient(String, String, BlobClientOptions)Initializes a new instance of the BlobContainerClient class with Connection string, Blob Container name, and BlobClientOptions.
BlobContainerClient(Uri, AzureSasCredential, BlobClientOptions)Initializes a new instance of the BlobContainerClient class with Blob Container URI, AzureSasCredential, and BlobClientOptions.
BlobContainerClient(Uri, TokenCredential, BlobClientOptions)Initializes a new instance of the BlobContainerClient class with Blob Container URI, TokenCredential, and BlobClientOptions.
BlobContainerClient(Uri, StorageSharedKeyCredential, BlobClientOptions)Initializes a new instance of the BlobContainerClient class with Blob Container URI, StorageSharedKeyCredential, and BlobClientOptions.
BlobContainerClient(String, String)Initializes a new instance of the BlobContainerClient class with Connection string and Blob Container name.
public BlobContainerClient(string connectionString, string blobContainerName);
new Azure.Storage.Blobs.BlobContainerClient : string * string -> Azure.Storage.Blobs.BlobContainerClient
Public Sub New (connectionString As String, blobContainerName As String)
Parameters
The name of the blob container in the storage account to reference.
BlobContainerClient(Uri, BlobClientOptions)public BlobContainerClient(Uri blobContainerUri, Azure.Storage.Blobs.BlobClientOptions options = default);
new Azure.Storage.Blobs.BlobContainerClient : Uri * Azure.Storage.Blobs.BlobClientOptions -> Azure.Storage.Blobs.BlobContainerClient
Public Sub New (blobContainerUri As Uri, Optional options As BlobClientOptions = Nothing)
Parameters
A Uri referencing the blob container that includes the name of the account and the name of the container. This is likely to be similar to "https://{account_name}.blob.core.windows.net/{container_name}".
Optional client options that define the transport pipeline policies for authentication, retries, etc., that are applied to every request.
BlobContainerClient(String, String, BlobClientOptions)public BlobContainerClient(string connectionString, string blobContainerName, Azure.Storage.Blobs.BlobClientOptions options);
new Azure.Storage.Blobs.BlobContainerClient : string * string * Azure.Storage.Blobs.BlobClientOptions -> Azure.Storage.Blobs.BlobContainerClient
Public Sub New (connectionString As String, blobContainerName As String, options As BlobClientOptions)
Parameters
The name of the container in the storage account to reference.
Optional client options that define the transport pipeline policies for authentication, retries, etc., that are applied to every request.
BlobContainerClient(Uri, AzureSasCredential, BlobClientOptions)public BlobContainerClient(Uri blobContainerUri, Azure.AzureSasCredential credential, Azure.Storage.Blobs.BlobClientOptions options = default);
new Azure.Storage.Blobs.BlobContainerClient : Uri * Azure.AzureSasCredential * Azure.Storage.Blobs.BlobClientOptions -> Azure.Storage.Blobs.BlobContainerClient
Public Sub New (blobContainerUri As Uri, credential As AzureSasCredential, Optional options As BlobClientOptions = Nothing)
Parameters
A Uri referencing the blob container that includes the name of the account and the name of the container. This is likely to be similar to "https://{account_name}.blob.core.windows.net/{container_name}". Must not contain shared access signature, which should be passed in the second parameter.
The shared access signature credential used to sign requests.
Optional client options that define the transport pipeline policies for authentication, retries, etc., that are applied to every request.
RemarksThis constructor should only be used when shared access signature needs to be updated during lifespan of this client.
BlobContainerClient(Uri, TokenCredential, BlobClientOptions)public BlobContainerClient(Uri blobContainerUri, Azure.Core.TokenCredential credential, Azure.Storage.Blobs.BlobClientOptions options = default);
new Azure.Storage.Blobs.BlobContainerClient : Uri * Azure.Core.TokenCredential * Azure.Storage.Blobs.BlobClientOptions -> Azure.Storage.Blobs.BlobContainerClient
Public Sub New (blobContainerUri As Uri, credential As TokenCredential, Optional options As BlobClientOptions = Nothing)
Parameters
A Uri referencing the blob container that includes the name of the account and the name of the container. This is likely to be similar to "https://{account_name}.blob.core.windows.net/{container_name}".
Optional client options that define the transport pipeline policies for authentication, retries, etc., that are applied to every request.
public BlobContainerClient(Uri blobContainerUri, Azure.Storage.StorageSharedKeyCredential credential, Azure.Storage.Blobs.BlobClientOptions options = default);
new Azure.Storage.Blobs.BlobContainerClient : Uri * Azure.Storage.StorageSharedKeyCredential * Azure.Storage.Blobs.BlobClientOptions -> Azure.Storage.Blobs.BlobContainerClient
Public Sub New (blobContainerUri As Uri, credential As StorageSharedKeyCredential, Optional options As BlobClientOptions = Nothing)
Parameters
A Uri referencing the blob container that includes the name of the account and the name of the container. This is likely to be similar to "https://{account_name}.blob.core.windows.net/{container_name}".
Optional client options that define the transport pipeline policies for authentication, retries, etc., that are applied to every request.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this articleWas this page helpful?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4