共用方式為


az support no-subscription communication

注意

此參考是 Azure CLI 的支援延伸模組的一部分(2.57.0 版或更高版本)。 擴充功能會在您第一次執行 az support no-subscription communication 命令時自動安裝。 深入了解擴充功能。

管理支援票證通訊。

命令

名稱 Description 類型 狀態
az support no-subscription communication create

將新的客戶通訊新增至 Azure 支援 票證。

副檔名 GA
az support no-subscription communication list

列出支援票證的所有通訊(未包含附件)。

您也可以使用 $filter 參數來 篩選 CreatedDateCommunicationType 的支援票證通訊。 目前唯一支持的通訊類型是 Web。 輸出將會是具有 nextLink 的分頁結果,您可以使用此結果來擷取下一組通訊結果。

支援票證數據可在票證建立后的18個月內取得。 如果票證是在18個多月前建立的,則要求數據可能會導致錯誤。

副檔名 GA
az support no-subscription communication show

取得支援票證的通訊詳細數據。

副檔名 GA

az support no-subscription communication create

將新的客戶通訊新增至 Azure 支援 票證。

az support no-subscription communication create --communication-body
                                                --communication-name
                                                --communication-subject
                                                --ticket-name
                                                [--communication-sender]
                                                [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]

範例

將新的客戶通訊新增至 Azure 支援 票證。

az support no-subscription communication create --ticket-name "TestTicketName "--communication-name "TestTicketCommunicationName" --communication-body "TicketCommunicationBody" --communication-subject "TicketCommunicationSubject"

必要參數

--communication-body

通訊的本文。

--communication-name

通訊名稱。

--communication-subject

通訊的主旨。

--ticket-name

支援票證名稱。

選擇性參數

--communication-sender

寄件者的電子郵件位址。 如果服務主體呼叫,則需要這個屬性。

--no-wait

請勿等候長時間執行的作業完成。

接受的值: 0, 1, f, false, n, no, t, true, y, yes
全域參數
--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 support no-subscription communication list

列出支援票證的所有通訊(未包含附件)。

您也可以使用 $filter 參數來 篩選 CreatedDateCommunicationType 的支援票證通訊。 目前唯一支持的通訊類型是 Web。 輸出將會是具有 nextLink 的分頁結果,您可以使用此結果來擷取下一組通訊結果。

支援票證數據可在票證建立后的18個月內取得。 如果票證是在18個多月前建立的,則要求數據可能會導致錯誤。

az support no-subscription communication list --ticket-name
                                              [--filter]
                                              [--max-items]
                                              [--next-token]

範例

列出在沒有訂用帳戶支援票證的特定日期或之後建立的Web通訊。

az support no-subscription communication list --ticket-name "TestTicketName" --filter "CreatedDate ge 2024-01-01"

必要參數

--ticket-name

支援票證名稱。

選擇性參數

--filter

要套用至作業的篩選條件。 您可以依 communicationType 和 createdDate 屬性進行篩選。 CommunicationType 支援 Equals ('eq') 運算符,而 createdDate 支援 Greater Than ('gt') 和 Greater or Equals ('ge') 運算符。 您可以結合Logical And ('and') 運算符的 CommunicationType 和 CreatedDate 篩選條件。

--max-items

命令輸出中要傳回的項目總數。 如果可用的專案總數超過指定的值,則會在命令的輸出中提供令牌。 若要繼續分頁,請在後續命令的自變數中 --next-token 提供令牌值。

--next-token

標記,指定要開始分頁的位置。 這是先前截斷回應中的令牌值。

全域參數
--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 support no-subscription communication show

取得支援票證的通訊詳細數據。

az support no-subscription communication show --communication-name
                                              --ticket-name

範例

取得無訂用帳戶支援票證的通訊詳細數據。

az support no-subscription communication show --ticket-name "TestTicketName" --communication-name "TestTicketCommunicationName"

必要參數

--communication-name

通訊名稱。

--ticket-name

支援票證名稱。

全域參數
--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 來取得完整偵錯記錄。