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

PageBlobClient.WithEncryptionScope(String) Method

Definition

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

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

Parameters

encryptionScope
String

The encryption scope.

Returns

A new PageBlobClient instance.

Remarks

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

Applies to