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

QueueClient.WithClientSideEncryptionOptionsCore 方法

定义

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

protected internal virtual Azure.Storage.Queues.QueueClient WithClientSideEncryptionOptionsCore (Azure.Storage.ClientSideEncryptionOptions clientSideEncryptionOptions);
abstract member WithClientSideEncryptionOptionsCore : Azure.Storage.ClientSideEncryptionOptions -> Azure.Storage.Queues.QueueClient
override this.WithClientSideEncryptionOptionsCore : Azure.Storage.ClientSideEncryptionOptions -> Azure.Storage.Queues.QueueClient
Protected Friend Overridable Function WithClientSideEncryptionOptionsCore (clientSideEncryptionOptions As ClientSideEncryptionOptions) As QueueClient

参数

clientSideEncryptionOptions
ClientSideEncryptionOptions

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

返回

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

适用于