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

az durabletask scheduler transparent-data-encryption

Note

此引用是 Azure CLI 的 durabletask 扩展的一部分(版本 2.75.0 或更高版本)。 该扩展将在首次运行 az durabletask scheduler transparent-data-encryption 命令时自动安装。 了解更多关于扩展程序的信息。

此命令组处于预览状态,正在开发中。 参考和支持级别:https://aka.ms/CLI_refstatus

管理透明数据加密。

命令

名称 说明 类型 Status
az durabletask scheduler transparent-data-encryption create

创建透明数据加密。

Extension 预览
az durabletask scheduler transparent-data-encryption delete

删除透明数据加密。

Extension 预览
az durabletask scheduler transparent-data-encryption show

获取透明数据加密。

Extension 预览
az durabletask scheduler transparent-data-encryption update

更新透明数据加密。

Extension 预览
az durabletask scheduler transparent-data-encryption wait

将 CLI 置于等待状态,直到满足条件。

Extension 预览

az durabletask scheduler transparent-data-encryption create

预览

命令组“az durabletask scheduler transparent-data-encryption”处于预览状态,正在开发中。 参考和支持级别:https://aka.ms/CLI_refstatus

创建透明数据加密。

az durabletask scheduler transparent-data-encryption create --resource-group
                                                            --scheduler-name
                                                            [--acquire-policy-token]
                                                            [--change-reference]
                                                            [--key-source {CustomerManaged, MicrosoftManaged}]
                                                            [--key-vault-key-uri]
                                                            [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]

示例

配置透明数据加密

az durabletask scheduler transparent-data-encryption create --resource-group rgdurabletask --scheduler-name testscheduler --key-source CustomerManaged --key-vault-key-uri https://myencryption.vault.azure.net/keys/encryptionKey

必需参数

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name> 配置默认组。

--scheduler-name

计划程序的名称。

可选参数

以下参数是可选的,但根据上下文,命令可能需要一个或多个参数才能成功执行。

--acquire-policy-token

为此资源操作自动获取Azure Policy令牌。

属性
参数组: Global Policy Arguments
--change-reference

此资源操作的相关更改引用 ID。

属性
参数组: Global Policy Arguments
--key-source

透明数据加密的密钥源。

属性
参数组: Properties Arguments
默认值: CustomerManaged
接受的值: CustomerManaged, MicrosoftManaged
--key-vault-key-uri

要用于透明数据加密的密钥保管库中密钥的 URI。

属性
参数组: Properties Arguments
--no-wait

不等待长时间运行的操作完成。

属性
接受的值: 0, 1, f, false, n, no, t, true, y, yes
全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

属性
默认值: False
--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

属性
默认值: False
--output -o

输出格式。

属性
默认值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

增加日志记录详细程度。 使用 --debug 获取完整的调试日志。

属性
默认值: False

az durabletask scheduler transparent-data-encryption delete

预览

命令组“az durabletask scheduler transparent-data-encryption”处于预览状态,正在开发中。 参考和支持级别:https://aka.ms/CLI_refstatus

删除透明数据加密。

az durabletask scheduler transparent-data-encryption delete [--acquire-policy-token]
                                                            [--change-reference]
                                                            [--ids]
                                                            [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                                                            [--resource-group]
                                                            [--scheduler-name]
                                                            [--subscription]
                                                            [--yes]

可选参数

以下参数是可选的,但根据上下文,命令可能需要一个或多个参数才能成功执行。

--acquire-policy-token

为此资源操作自动获取Azure Policy令牌。

属性
参数组: Global Policy Arguments
--change-reference

此资源操作的相关更改引用 ID。

属性
参数组: Global Policy Arguments
--ids

一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。

属性
参数组: Resource Id Arguments
--no-wait

不等待长时间运行的操作完成。

属性
接受的值: 0, 1, f, false, n, no, t, true, y, yes
--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name> 配置默认组。

属性
参数组: Resource Id Arguments
--scheduler-name

计划程序的名称。

属性
参数组: Resource Id Arguments
--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

属性
参数组: Resource Id Arguments
--yes -y

不请求确认。

属性
默认值: False
全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

属性
默认值: False
--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

属性
默认值: False
--output -o

输出格式。

属性
默认值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--verbose

增加日志记录详细程度。 使用 --debug 获取完整的调试日志。

属性
默认值: False

az durabletask scheduler transparent-data-encryption show

预览

命令组“az durabletask scheduler transparent-data-encryption”处于预览状态,正在开发中。 参考和支持级别:https://aka.ms/CLI_refstatus

获取透明数据加密。

az durabletask scheduler transparent-data-encryption show [--ids]
                                                          [--resource-group]
                                                          [--scheduler-name]
                                                          [--subscription]

可选参数

以下参数是可选的,但根据上下文,命令可能需要一个或多个参数才能成功执行。

--ids

一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。

属性
参数组: Resource Id Arguments
--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name> 配置默认组。

属性
参数组: Resource Id Arguments
--scheduler-name

计划程序的名称。

属性
参数组: Resource Id Arguments
--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

属性
参数组: Resource Id Arguments
全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

属性
默认值: False
--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

属性
默认值: False
--output -o

输出格式。

属性
默认值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--verbose

增加日志记录详细程度。 使用 --debug 获取完整的调试日志。

属性
默认值: False

az durabletask scheduler transparent-data-encryption update

预览

命令组“az durabletask scheduler transparent-data-encryption”处于预览状态,正在开发中。 参考和支持级别:https://aka.ms/CLI_refstatus

更新透明数据加密。

az durabletask scheduler transparent-data-encryption update [--acquire-policy-token]
                                                            [--add]
                                                            [--change-reference]
                                                            [--force-string {0, 1, f, false, n, no, t, true, y, yes}]
                                                            [--ids]
                                                            [--key-source {CustomerManaged, MicrosoftManaged}]
                                                            [--key-vault-key-uri]
                                                            [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                                                            [--remove]
                                                            [--resource-group]
                                                            [--scheduler-name]
                                                            [--set]
                                                            [--subscription]

示例

更新透明数据加密

az durabletask scheduler transparent-data-encryption update --resource-group rgdurabletask --scheduler-name testscheduler --key-vault-key-uri https://myencryption.vault.azure.net/keys/newEncryptionKey

可选参数

以下参数是可选的,但根据上下文,命令可能需要一个或多个参数才能成功执行。

--acquire-policy-token

为此资源操作自动获取Azure Policy令牌。

属性
参数组: Global Policy Arguments
--add

通过指定路径和键值对将对象添加到对象列表。 示例:--add property.listProperty <key=value, string or JSON string>

属性
参数组: Generic Update Arguments
--change-reference

此资源操作的相关更改引用 ID。

属性
参数组: Global Policy Arguments
--force-string

使用“set”或“add”时,保留字符串文本,而不是尝试转换为 JSON。

属性
参数组: Generic Update Arguments
接受的值: 0, 1, f, false, n, no, t, true, y, yes
--ids

一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。

属性
参数组: Resource Id Arguments
--key-source

透明数据加密的密钥源。

属性
参数组: Properties Arguments
接受的值: CustomerManaged, MicrosoftManaged
--key-vault-key-uri

要用于透明数据加密的密钥保管库中密钥的 URI。

属性
参数组: Properties Arguments
--no-wait

不等待长时间运行的操作完成。

属性
接受的值: 0, 1, f, false, n, no, t, true, y, yes
--remove

从列表中删除属性或元素。 示例: --remove property.list <indexToRemove> OR --remove propertyToRemove.

属性
参数组: Generic Update Arguments
--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name> 配置默认组。

属性
参数组: Resource Id Arguments
--scheduler-name

计划程序的名称。

属性
参数组: Resource Id Arguments
--set

通过指定要设置的属性路径和值来更新对象。 示例:--set property1.property2=<value>

属性
参数组: Generic Update Arguments
--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

属性
参数组: Resource Id Arguments
全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

属性
默认值: False
--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

属性
默认值: False
--output -o

输出格式。

属性
默认值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--verbose

增加日志记录详细程度。 使用 --debug 获取完整的调试日志。

属性
默认值: False

az durabletask scheduler transparent-data-encryption wait

预览

命令组“az durabletask scheduler transparent-data-encryption”处于预览状态,正在开发中。 参考和支持级别:https://aka.ms/CLI_refstatus

将 CLI 置于等待状态,直到满足条件。

az durabletask scheduler transparent-data-encryption wait [--acquire-policy-token]
                                                          [--change-reference]
                                                          [--created]
                                                          [--custom]
                                                          [--deleted]
                                                          [--exists]
                                                          [--ids]
                                                          [--interval]
                                                          [--resource-group]
                                                          [--scheduler-name]
                                                          [--subscription]
                                                          [--timeout]
                                                          [--updated]

可选参数

以下参数是可选的,但根据上下文,命令可能需要一个或多个参数才能成功执行。

--acquire-policy-token

为此资源操作自动获取Azure Policy令牌。

属性
参数组: Global Policy Arguments
--change-reference

此资源操作的相关更改引用 ID。

属性
参数组: Global Policy Arguments
--created

等待在“Succeeded”中使用“provisioningState”创建。

属性
参数组: Wait Condition Arguments
默认值: False
--custom

等待条件满足自定义 JMESPath 查询。 例如 provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running']。

属性
参数组: Wait Condition Arguments
--deleted

等到删除为止。

属性
参数组: Wait Condition Arguments
默认值: False
--exists

等待资源存在。

属性
参数组: Wait Condition Arguments
默认值: False
--ids

一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。

属性
参数组: Resource Id Arguments
--interval

轮询间隔(以秒为单位)。

属性
参数组: Wait Condition Arguments
默认值: 30
--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name> 配置默认组。

属性
参数组: Resource Id Arguments
--scheduler-name

计划程序的名称。

属性
参数组: Resource Id Arguments
--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

属性
参数组: Resource Id Arguments
--timeout

最大等待(以秒为单位)。

属性
参数组: Wait Condition Arguments
默认值: 3600
--updated

等到 provisioningState 更新为“Succeeded”。

属性
参数组: Wait Condition Arguments
默认值: False
全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

属性
默认值: False
--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

属性
默认值: False
--output -o

输出格式。

属性
默认值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--verbose

增加日志记录详细程度。 使用 --debug 获取完整的调试日志。

属性
默认值: False