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

EncryptionServices 类

  • java.lang.Object
    • com.microsoft.azure.management.storage.EncryptionServices

public class EncryptionServices

支持加密的服务列表。

构造函数摘要

构造函数 说明
EncryptionServices()

方法摘要

修饰符和类型 方法和描述
EncryptionService blob()

获取 Blob 存储服务的加密功能。

EncryptionService file()

获取文件存储服务的加密功能。

EncryptionService queue()

获取队列存储服务的加密功能。

EncryptionService table()

获取表存储服务的加密功能。

EncryptionServices withBlob(EncryptionService blob)

设置 Blob 存储服务的加密功能。

EncryptionServices withFile(EncryptionService file)

设置文件存储服务的加密功能。

EncryptionServices withQueue(EncryptionService queue)

设置队列存储服务的加密功能。

EncryptionServices withTable(EncryptionService table)

设置表存储服务的加密功能。

方法继承自 java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

构造函数详细信息

EncryptionServices

public EncryptionServices()

方法详细信息

blob

public EncryptionService blob()

获取 Blob 存储服务的加密功能。

Returns:

blob 值

file

public EncryptionService file()

获取文件存储服务的加密功能。

Returns:

文件值

queue

public EncryptionService queue()

获取队列存储服务的加密功能。

Returns:

队列值

table

public EncryptionService table()

获取表存储服务的加密功能。

Returns:

表值

withBlob

public EncryptionServices withBlob(EncryptionService blob)

设置 Blob 存储服务的加密功能。

Parameters:

blob - 要设置的 Blob 值

Returns:

EncryptionServices 对象本身。

withFile

public EncryptionServices withFile(EncryptionService file)

设置文件存储服务的加密功能。

Parameters:

file - 要设置的文件值

Returns:

EncryptionServices 对象本身。

withQueue

public EncryptionServices withQueue(EncryptionService queue)

设置队列存储服务的加密功能。

Parameters:

queue - 要设置的队列值

Returns:

EncryptionServices 对象本身。

withTable

public EncryptionServices withTable(EncryptionService table)

设置表存储服务的加密功能。

Parameters:

table - 要设置的表值

Returns:

EncryptionServices 对象本身。

适用于