共用方式為


az communication user-identity user

備註

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

命令群組「通訊使用者身分識別」處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

管理通訊服務資源之使用者身分識別的命令。

命令

名稱 Description 類型 狀態
az communication user-identity user create

建立新的 ACS 身分識別。

擴充套件 預覽
az communication user-identity user delete

刪除現有的 ACS 身分識別、撤銷該 ACS 身分識別的所有權杖,並刪除所有相關聯的數據。

擴充套件 預覽

az communication user-identity user create

預覽

命令群組「通訊使用者身分識別使用者」處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

建立新的 ACS 身分識別。

az communication user-identity user create [--connection-string]

範例

建立 ACS 使用者

az communication user-identity user create

選擇性參數

--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 user-identity user delete

預覽

命令群組「通訊使用者身分識別使用者」處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

刪除現有的 ACS 身分識別、撤銷該 ACS 身分識別的所有權杖,並刪除所有相關聯的數據。

az communication user-identity user delete --user
                                           [--connection-string]
                                           [--yes]

範例

刪除 ACS 使用者

az communication user-identity user delete --user "8:acs:xxxxxx"

必要參數

--user

ACS 識別碼。

選擇性參數

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