CloudBlobContainer Constructors

Definition

Overloads

CloudBlobContainer(Uri)

Initializes a new instance of the CloudBlobContainer class.

CloudBlobContainer(StorageUri, StorageCredentials)

Initializes a new instance of the CloudBlobContainer class.

CloudBlobContainer(Uri, StorageCredentials)

Initializes a new instance of the CloudBlobContainer class.

CloudBlobContainer(Uri)

Initializes a new instance of the CloudBlobContainer class.

C#
public CloudBlobContainer(Uri containerAddress);

Parameters

containerAddress
Uri

A Uri object specifying the absolute URI to the container.

Applies to

Azure SDK for .NET Legacy
Product Versies
Azure SDK for .NET Legacy

CloudBlobContainer(StorageUri, StorageCredentials)

Initializes a new instance of the CloudBlobContainer class.

C#
public CloudBlobContainer(Microsoft.Azure.Storage.StorageUri containerAddress, Microsoft.Azure.Storage.Auth.StorageCredentials credentials);

Parameters

containerAddress
StorageUri

A Uri object specifying the absolute URI to the container.

credentials
StorageCredentials

A StorageCredentials object.

Applies to

Azure SDK for .NET Legacy
Product Versies
Azure SDK for .NET Legacy

CloudBlobContainer(Uri, StorageCredentials)

Initializes a new instance of the CloudBlobContainer class.

C#
public CloudBlobContainer(Uri containerAddress, Microsoft.Azure.Storage.Auth.StorageCredentials credentials);

Parameters

containerAddress
Uri

A Uri object specifying the absolute URI to the container.

credentials
StorageCredentials

A StorageCredentials object.

Applies to

Azure SDK for .NET Legacy
Product Versies
Azure SDK for .NET Legacy