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

az confluent organization environment

注意

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

用于获取组织中的串联环境的命令。

命令

名称 说明 类型 状态
az confluent organization environment cluster

用于获取环境中的串联群集详细信息的命令。

扩展 GA
az confluent organization environment cluster create-api-key

为环境中的架构注册表群集 ID 或 Kafka 群集 ID 创建 API 密钥。

扩展 GA
az confluent organization environment cluster list

环境中所有群集的列表。

扩展 GA
az confluent organization environment cluster show

按 ID 获取群集。

扩展 GA
az confluent organization environment list

列出组织中的所有环境。

扩展 GA
az confluent organization environment schema-registry-cluster

用于获取环境中的架构注册表群集详细信息的命令。

扩展 GA
az confluent organization environment schema-registry-cluster list

列出架构注册表群集。

扩展 GA
az confluent organization environment schema-registry-cluster show

按 ID 获取架构注册表群集。

扩展 GA

az confluent organization environment list

列出组织中的所有环境。

az confluent organization environment list --organization-name
                                           --resource-group
                                           [--max-items]
                                           [--next-token]
                                           [--page-size]
                                           [--page-token]

必需参数

--organization-name

组织资源名称。

--resource-group

资源组名称。

可选参数

--max-items

命令输出中要返回的项总数。 如果可用的项总数大于指定的值,则会在命令的输出中提供令牌。 若要恢复分页,请在后续命令的参数中 --next-token 提供令牌值。

--next-token

用于指定开始分页的位置的令牌。 这是先前截断的响应中的令牌值。

--page-size

分页大小。

--page-token

用于提取下一组记录的不透明分页令牌。

全局参数
--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 获取完整的调试日志。