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

az confidentialledger managedccfs

注意

此参考是 Azure CLI 的 managedccfs 扩展的一部分(版本 2.45.0 或更高版本)。 该扩展将在首次运行 az confidentialledger managedccfs 命令时自动安装。 详细了解扩展。

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

部署和管理 Azure 托管 CCF 实例。

命令

名称 说明 类型 状态
az confidentialledger managedccfs create

创建 Azure 托管 CCF 服务的实例。

分机 预览版
az confidentialledger managedccfs delete

删除托管 CCF 实例。

分机 预览版
az confidentialledger managedccfs list

查看资源组中的 Azure 托管 CCF 实例。

分机 预览
az confidentialledger managedccfs show

查看实例的详细信息。

扩展 预览
az confidentialledger managedccfs update

修补托管 CCF 实例。

分机 预览
az confidentialledger managedccfs wait

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

扩展 预览版

az confidentialledger managedccfs create

预览

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

创建 Azure 托管 CCF 服务的实例。

az confidentialledger managedccfs create --members
                                         --name
                                         --resource-group
                                         [--app-type]
                                         [--language-runtime]
                                         [--location]
                                         [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                                         [--node-count]
                                         [--tags]

示例

使用 3 个 CCF 节点和示例 JS 应用程序部署 Azure 托管 CCF 实例。

az confidentialledger managedccfs create --members "[{certificate:'c:/certs/member0_cert.pem',identifier:'member0',group:'group1'},{certificate:'c:/certs/member1_cert.pem',identifier:'member1',group:'group2'}]" --name mymccfinstance --resource-group mccfRG --app-type sample

使用 3 个 CCF 节点和自定义 JS 应用程序部署 Azure 托管 CCF 实例。

az confidentialledger managedccfs create --members "[{certificate:'c:/certs/member0_cert.pem',identifier:'member0'},{certificate:'c:/certs/member1_cert.pem',identifier:'member1'}]" --name mymccfinstance --resource-group mccfRG

使用 5 个 CCF 节点和自定义 JS 应用程序部署 Azure 托管 CCF 实例

az confidentialledger managedccfs create --members "[{certificate:'c:/certs/member0_cert.pem',identifier:'member0',group:'mygroup1'},{certificate:'c:/certs/member1_cert.pem',identifier:'member1'}]" --name mymccfinstance --resource-group mccfRG --node-count 5

必需参数

--members

成员详细信息。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

--name -n

实例的唯一名称。

--resource-group -g

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

可选参数

--app-type

将其设置为“sample”以部署示例 JS 应用程序。

默认值: customImage
--language-runtime

应用程序语言。

默认值: JS
--location -l
预览

实例的地理位置。 Southcentralus 是唯一受支持的区域。 如果未指定,将使用资源组的位置。

默认值: southcentralus
--no-wait

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

接受的值: 0, 1, f, false, n, no, t, true, y, yes
--node-count
预览

节点共识需要奇数的节点数。 选择介于 3 和 9 之间的数字。

默认值: 3
--tags

资源标记。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

全局参数
--debug

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

--help -h

显示此帮助消息并退出。

--only-show-errors

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

--output -o

输出格式。

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

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

--subscription

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

--verbose

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

az confidentialledger managedccfs delete

预览

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

删除托管 CCF 实例。

az confidentialledger managedccfs delete [--ids]
                                         [--name]
                                         [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                                         [--resource-group]
                                         [--subscription]
                                         [--yes]

示例

删除托管 CCF 实例

az confidentialledger managedccfs delete --name "myMccf" --resource-group "myResourceGroup"

可选参数

--ids

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

--name -n

实例的唯一名称。

--no-wait

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

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

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

--subscription

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

--yes -y

不提示确认。

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

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

--help -h

显示此帮助消息并退出。

--only-show-errors

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

--output -o

输出格式。

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

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

--subscription

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

--verbose

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

az confidentialledger managedccfs list

预览

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

查看资源组中的 Azure 托管 CCF 实例。

az confidentialledger managedccfs list [--resource-group]

示例

查看托管 CCF 实例

az confidentialledger managedccfs list --resource-group "myResourceGroup"

可选参数

--resource-group -g

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

全局参数
--debug

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

--help -h

显示此帮助消息并退出。

--only-show-errors

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

--output -o

输出格式。

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

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

--subscription

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

--verbose

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

az confidentialledger managedccfs show

预览

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

查看实例的详细信息。

az confidentialledger managedccfs show [--ids]
                                       [--name]
                                       [--resource-group]
                                       [--subscription]

示例

查看托管 CCF 实例的详细信息

az confidentialledger managedccfs show --name "myMccf" --resource-group "myResourceGroup"

可选参数

--ids

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

--name -n

实例的唯一名称。

--resource-group -g

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

--subscription

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

全局参数
--debug

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

--help -h

显示此帮助消息并退出。

--only-show-errors

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

--output -o

输出格式。

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

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

--subscription

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

--verbose

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

az confidentialledger managedccfs update

预览

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

修补托管 CCF 实例。

az confidentialledger managedccfs update [--deployment-type]
                                         [--ids]
                                         [--member-certificates]
                                         [--name]
                                         [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                                         [--node-count]
                                         [--resource-group]
                                         [--subscription]
                                         [--tags]

可选参数

--deployment-type

托管 CCF 的部署类型支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

--ids

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

--member-certificates

托管 CCF 支持速记语法、json-file 和 yaml-file 的成员标识证书列表。 请尝试“??” 以显示更多内容。

--name -n

实例的唯一名称。

--no-wait

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

接受的值: 0, 1, f, false, n, no, t, true, y, yes
--node-count
预览

节点共识需要奇数的节点数。 选择介于 3 和 9 之间的数字。

--resource-group -g

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

--subscription

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

--tags

资源标记。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

全局参数
--debug

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

--help -h

显示此帮助消息并退出。

--only-show-errors

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

--output -o

输出格式。

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

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

--subscription

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

--verbose

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

az confidentialledger managedccfs wait

预览

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

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

az confidentialledger managedccfs wait [--created]
                                       [--custom]
                                       [--deleted]
                                       [--exists]
                                       [--ids]
                                       [--interval]
                                       [--name]
                                       [--resource-group]
                                       [--subscription]
                                       [--timeout]
                                       [--updated]

可选参数

--created

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

默认值: False
--custom

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

--deleted

等到删除为止。

默认值: False
--exists

等待资源存在。

默认值: False
--ids

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

--interval

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

默认值: 30
--name -n

实例的唯一名称。

--resource-group -g

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

--subscription

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

--timeout

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

默认值: 3600
--updated

等到 provisioningState 更新为“Succeeded”。

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

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

--help -h

显示此帮助消息并退出。

--only-show-errors

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

--output -o

输出格式。

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

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

--subscription

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

--verbose

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