AzureBlobLeaseProviderOptions Class
Definition
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.
Options for configuring a lease provider backed by Azure Blob Storage leases.
public class AzureBlobLeaseProviderOptions
type AzureBlobLeaseProviderOptions = class
Public Class AzureBlobLeaseProviderOptions
- Inheritance
-
AzureBlobLeaseProviderOptions
Constructors
AzureBlobLeaseProviderOptions() |
Fields
DefaultBlobContainerName |
Properties
BlobContainerName | |
BlobServiceClient |
Gets or sets the client used to access the Azure Blob Service. |
ClientOptions |
Obsolete.
Options to be used when configuring the blob storage client, or |
DataConnectionString |
Obsolete.
Deprecated: use ConfigureBlobServiceClient instead. |
ServiceUri |
Obsolete.
Deprecated: use ConfigureBlobServiceClient instead. |
TokenCredential |
Obsolete.
Deprecated: use ConfigureBlobServiceClient instead. |
Methods
ConfigureBlobServiceClient(Func<Task<BlobServiceClient>>) |
Obsolete.
Configures the BlobServiceClient using the provided callback. |
ConfigureBlobServiceClient(String) |
Obsolete.
Configures the BlobServiceClient using a connection string. |
ConfigureBlobServiceClient(Uri, AzureSasCredential) |
Obsolete.
Configures the BlobServiceClient using an authenticated service URI and a AzureSasCredential. |
ConfigureBlobServiceClient(Uri, StorageSharedKeyCredential) |
Obsolete.
Configures the BlobServiceClient using an authenticated service URI and a StorageSharedKeyCredential. |
ConfigureBlobServiceClient(Uri, TokenCredential) |
Obsolete.
Configures the BlobServiceClient using an authenticated service URI and a TokenCredential. |
ConfigureBlobServiceClient(Uri) |
Obsolete.
Configures the BlobServiceClient using an authenticated service URI. |