다음을 통해 공유


AzureBlobLeaseProviderOptions 클래스

정의

Azure Blob Storage 임대에서 백업하는 임대 공급자를 구성하는 옵션입니다.

public class AzureBlobLeaseProviderOptions
type AzureBlobLeaseProviderOptions = class
Public Class AzureBlobLeaseProviderOptions
상속
AzureBlobLeaseProviderOptions

생성자

AzureBlobLeaseProviderOptions()

Azure Blob Storage 임대에서 백업하는 임대 공급자를 구성하는 옵션입니다.

필드

DefaultBlobContainerName

Azure Blob Storage 임대에서 백업하는 임대 공급자를 구성하는 옵션입니다.

속성

BlobContainerName

Azure Blob Storage 임대에서 백업하는 임대 공급자를 구성하는 옵션입니다.

BlobServiceClient

Azure Blob Service에 액세스하는 데 사용되는 클라이언트를 가져오거나 설정합니다.

ClientOptions
사용되지 않음.

Blob Storage 클라이언트를 구성할 때 사용하거나 null 기본 옵션을 사용하는 옵션입니다.

DataConnectionString
사용되지 않음.

사용되지 않음: 대신 ConfigureBlobServiceClient를 사용합니다.

ServiceUri
사용되지 않음.

사용되지 않음: 대신 ConfigureBlobServiceClient를 사용합니다.

TokenCredential
사용되지 않음.

사용되지 않음: 대신 ConfigureBlobServiceClient를 사용합니다.

메서드

ConfigureBlobServiceClient(Func<Task<BlobServiceClient>>)
사용되지 않음.

제공된 BlobServiceClient 콜백을 사용하여 를 구성합니다.

ConfigureBlobServiceClient(String)
사용되지 않음.

연결 문자열 사용하여 를 구성합니다BlobServiceClient.

ConfigureBlobServiceClient(Uri)
사용되지 않음.

인증된 BlobServiceClient 서비스 URI를 사용하여 를 구성합니다.

ConfigureBlobServiceClient(Uri, AzureSasCredential)
사용되지 않음.

BlobServiceClient 인증된 서비스 URI 및 를 사용하여 를 구성합니다AzureSasCredential.

ConfigureBlobServiceClient(Uri, StorageSharedKeyCredential)
사용되지 않음.

BlobServiceClient 인증된 서비스 URI 및 를 사용하여 를 구성합니다StorageSharedKeyCredential.

ConfigureBlobServiceClient(Uri, TokenCredential)
사용되지 않음.

BlobServiceClient 인증된 서비스 URI 및 를 사용하여 를 구성합니다TokenCredential.

적용 대상