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

az communication rooms participant

注意

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

用于管理现有聊天室参与者的命令。

命令

名称 说明 类型 Status
az communication rooms participant add-or-update

在聊天室中添加或更新参与者。

扩展 GA
az communication rooms participant get

获取会议室的参与者。

扩展 GA
az communication rooms participant remove

从会议室中删除参与者。

扩展 GA

az communication rooms participant add-or-update

在聊天室中添加或更新参与者。

az communication rooms participant add-or-update --room
                                                 [--attendee-participants]
                                                 [--connection-string]
                                                 [--consumer-participants]
                                                 [--presenter-participants]

示例

将演示者参与者添加到会议室并更新会议室中的与会者参与者

az communication rooms participant add-or-update --room "12345678901234567" --presenter-participants "8:acs:xxxxxx" "8:acs:xxxxxx" --attendee-participants "8:acs:xxxxxx" "8:acs:xxxxxx"

必需参数

--room

会议室 ID。

可选参数

--attendee-participants

要作为与会者添加到会议室的标识集合。

--connection-string

通信连接字符串。 环境变量:AZURE_COMMUNICATION_CONNECTION_STRING。

--consumer-participants

要作为使用者添加到房间的标识集合。

--presenter-participants

要作为演示者添加到房间的标识集合。

全局参数
--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 communication rooms participant get

获取会议室的参与者。

az communication rooms participant get --room
                                       [--connection-string]

示例

获取会议室参与者

az communication rooms participant get --room "12345678901234567"

必需参数

--room

会议室 ID。

可选参数

--connection-string

通信连接字符串。 环境变量:AZURE_COMMUNICATION_CONNECTION_STRING。

全局参数
--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 communication rooms participant remove

从会议室中删除参与者。

az communication rooms participant remove --participants
                                          --room
                                          [--connection-string]
                                          [--yes]

示例

删除会议室参与者

az communication rooms participant remove --room "12345678901234567" --participants "8:acs:xxxxxx" "8:acs:xxxxxx" "8:acs:xxxxxx"

必需参数

--participants

将从房间中删除的标识的集合。

--room

会议室 ID。

可选参数

--connection-string

通信连接字符串。 环境变量:AZURE_COMMUNICATION_CONNECTION_STRING。

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