你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AppendBlobClient.WithEncryptionScope(String) Method

Definition

Initializes a new instance of the AppendBlobClient class with an identical Uri source but the specified encryptionScope.

public Azure.Storage.Blobs.Specialized.AppendBlobClient WithEncryptionScope(string encryptionScope);
override this.WithEncryptionScope : string -> Azure.Storage.Blobs.Specialized.AppendBlobClient
Public Function WithEncryptionScope (encryptionScope As String) As AppendBlobClient

Parameters

encryptionScope
String

The encryption scope.

Returns

A new AppendBlobClient instance.

Remarks

Pass null to remove the encryption scope in the returned AppendBlobClient.

Applies to