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

EncryptionScopesOperationsExtensions 类

定义

EncryptionScopesOperations 的扩展方法。

public static class EncryptionScopesOperationsExtensions
type EncryptionScopesOperationsExtensions = class
Public Module EncryptionScopesOperationsExtensions
继承
EncryptionScopesOperationsExtensions

方法

Get(IEncryptionScopesOperations, String, String, String)

返回指定加密范围的属性。

GetAsync(IEncryptionScopesOperations, String, String, String, CancellationToken)

返回指定加密范围的属性。

List(IEncryptionScopesOperations, String, String)

列出指定存储帐户下可用的所有加密范围。

ListAsync(IEncryptionScopesOperations, String, String, CancellationToken)

列出指定存储帐户下可用的所有加密范围。

ListNext(IEncryptionScopesOperations, String)

列出指定存储帐户下可用的所有加密范围。

ListNextAsync(IEncryptionScopesOperations, String, CancellationToken)

列出指定存储帐户下可用的所有加密范围。

Patch(IEncryptionScopesOperations, String, String, String, EncryptionScope)

更新请求正文中指定的加密范围属性。 如果指定的加密范围尚不存在,更新将失败。

PatchAsync(IEncryptionScopesOperations, String, String, String, EncryptionScope, CancellationToken)

更新请求正文中指定的加密范围属性。 如果指定的加密范围尚不存在,更新将失败。

Put(IEncryptionScopesOperations, String, String, String, EncryptionScope)

同步创建或更新指定存储帐户下的加密范围。 如果已创建加密范围,并且发出具有不同属性的后续请求,则会根据指定的请求更新加密范围属性。

PutAsync(IEncryptionScopesOperations, String, String, String, EncryptionScope, CancellationToken)

同步创建或更新指定存储帐户下的加密范围。 如果已创建加密范围,并且发出具有不同属性的后续请求,则会根据指定的请求更新加密范围属性。

适用于