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

SpecializedQueueExtensions.WithClientSideEncryptionOptions 方法

定义

创建 类的新实例 QueueClient ,维护所有相同的内部,但指定新的 ClientSideEncryptionOptions

public static Azure.Storage.Queues.QueueClient WithClientSideEncryptionOptions (this Azure.Storage.Queues.QueueClient client, Azure.Storage.ClientSideEncryptionOptions clientSideEncryptionOptions);
static member WithClientSideEncryptionOptions : Azure.Storage.Queues.QueueClient * Azure.Storage.ClientSideEncryptionOptions -> Azure.Storage.Queues.QueueClient
<Extension()>
Public Function WithClientSideEncryptionOptions (client As QueueClient, clientSideEncryptionOptions As ClientSideEncryptionOptions) As QueueClient

参数

client
QueueClient

基于 的客户端。

clientSideEncryptionOptions
ClientSideEncryptionOptions

新的加密选项。 将其设置为 default 将清除客户端加密。

返回

具有提供的选项和相同内部的新实例,否则为 。

适用于