CloudBlobContainer Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
Initializes a new instance of the CloudBlobContainer class.
public CloudBlobContainer(Uri containerAddress);
new Microsoft.Azure.Storage.Blob.CloudBlobContainer : Uri -> Microsoft.Azure.Storage.Blob.CloudBlobContainer
Public Sub New (containerAddress As Uri)
Parameters
Applies to
Azure SDK for .NET Legacy
Product | Versies |
---|---|
Azure SDK for .NET | Legacy |
Initializes a new instance of the CloudBlobContainer class.
public CloudBlobContainer(Microsoft.Azure.Storage.StorageUri containerAddress, Microsoft.Azure.Storage.Auth.StorageCredentials credentials);
new Microsoft.Azure.Storage.Blob.CloudBlobContainer : Microsoft.Azure.Storage.StorageUri * Microsoft.Azure.Storage.Auth.StorageCredentials -> Microsoft.Azure.Storage.Blob.CloudBlobContainer
Public Sub New (containerAddress As StorageUri, credentials As StorageCredentials)
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 |
Initializes a new instance of the CloudBlobContainer class.
public CloudBlobContainer(Uri containerAddress, Microsoft.Azure.Storage.Auth.StorageCredentials credentials);
new Microsoft.Azure.Storage.Blob.CloudBlobContainer : Uri * Microsoft.Azure.Storage.Auth.StorageCredentials -> Microsoft.Azure.Storage.Blob.CloudBlobContainer
Public Sub New (containerAddress As Uri, credentials As StorageCredentials)
Parameters
- credentials
- StorageCredentials
A StorageCredentials object.
Applies to
Azure SDK for .NET Legacy
Product | Versies |
---|---|
Azure SDK for .NET | Legacy |
Azure SDK for .NET-feedback
Azure SDK for .NET is een open source project. Selecteer een koppeling om feedback te geven: