共用方式為


az communication rooms participant

注意

此參考是 Azure CLI 通訊延伸模組的一部分(2.59.0 版或更高版本)。 擴充功能會在您第一次執行 az communication rooms 參與者 命令時自動安裝。 深入了解擴充功能。

管理現有會議室參與者的命令。

命令

名稱 Description 類型 狀態
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

會議室標識碼。

選擇性參數

--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

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 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

會議室標識碼。

選擇性參數

--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

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 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

會議室標識碼。

選擇性參數

--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

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。