共用方式為


az support in-subscription tickets

注意

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

使用訂用帳戶建立和管理 Azure 支援 票證。

命令

名稱 Description 類型 狀態
az support in-subscription tickets create

為指定的訂用帳戶建立配額增加、技術、計費和訂用帳戶管理問題的新支援票證。

副檔名 GA
az support in-subscription tickets list

列出 Azure 訂用帳戶的所有支援票證。 您也可以使用 $filter 參數,依 StatusCreatedDateServiceIdProblemClassificationId 篩選支援票證。 輸出將會是具有 nextLink 的分頁結果,您可以使用此結果擷取下一組支援票證。

支援票證數據可在票證建立后的18個月內取得。 如果票證是在18個多月前建立的,則要求數據可能會導致錯誤。 默認值為 CreatedDate >= 一周。

副檔名 GA
az support in-subscription tickets show

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

副檔名 GA
az support in-subscription tickets update

更新 API 可讓您更新嚴重性層級、票證狀態、進階診斷同意、次要同意,以及支援票證中的連絡資訊。

注意:如果支援票證正由 Azure 支援 工程師主動處理,則無法變更嚴重性層級。 在這種情況下,請連絡支持工程師,以使用通訊 API 新增通訊來要求嚴重性更新。

副檔名 GA

az support in-subscription tickets create

為指定的訂用帳戶建立配額增加、技術、計費和訂用帳戶管理問題的新支援票證。

az support in-subscription tickets create --advanced-diagnostic-consent {No, Yes}
                                          --contact-country
                                          --contact-email
                                          --contact-first-name
                                          --contact-language
                                          --contact-last-name
                                          --contact-method {email, phone}
                                          --contact-timezone
                                          --description
                                          --problem-classification
                                          --severity {critical, highestcriticalimpact, minimal, moderate}
                                          --ticket-name
                                          --title
                                          [--contact-additional-emails]
                                          [--contact-phone-number]
                                          [--enrollment-id]
                                          [--file-workspace]
                                          [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                                          [--quota-change-requests]
                                          [--quota-change-subtype]
                                          [--quota-change-version]
                                          [--require-24-by-7-response {0, 1, f, false, n, no, t, true, y, yes}]
                                          [--secondary-consent]
                                          [--start-time]
                                          [--technical-resource]

範例

建立帳單相關問題的票證

az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "Foo" --contact-language "en-us" --contact-last-name "Bar" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "BillingTicketDescription" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/BillingServiceNameGuid/problemClassifications/BillingProblemClassificationNameGuid" --severity "minimal" --ticket-name "BillingTestTicketName" --title "BillingTicketTitle"

建立訂用帳戶管理相關問題的票證。

az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "Foo" --contact-language "en-us" --contact-last-name "Bar" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "SubMgmtTicketDescription" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/SubMgmtServiceNameGuid/problemClassifications/SubMgmtProblemClassificationNameGuid" --severity "minimal" --ticket-name "SubMgmtTestTicketName" --title "SubMgmtTicketTitle"

建立與特定資源相關的技術問題的票證

az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "Foo" --contact-language "en-us" --contact-last-name "Bar" --contact-method "email" --contact-timezone "Pacific Standard Time" --contact-additional-emails "xyz@contoso.com" "devs@contoso.com"--description "TechnicalTicketDescription" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/TechnicalServiceNameGuid/problemClassifications/TechnicalProblemClassificationNameGuid" --severity "minimal" --ticket-name "TechnicalTestTicketName" --title "TechnicalTicketTitle" --technical-resource "/subscriptions/SubscriptionGuid/resourceGroups/RgName/providers/Microsoft.Compute/virtualMachines/RName" --secondary-consent "[{type:VirtualMachineMemoryDump,user-consent:No}]"

建立票證以要求 Batch 帳戶的作用中作業和作業排程配額增加

az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "my description" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid" --severity "moderate" --ticket-name "BatchQuotaIncreaseRequest" --title "Request for Active Jobs and Job Schedules Quota Increase"

建立票證以要求增加 Azure SQL 受控實例配額

az support in-subscription tickets create --contact-country "usa" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "my description" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_managedinstance_problemClassification_guid" --severity "moderate" --ticket-name "SQLMIQuotaIncreaseRequest" --title "Request for Azure SQL Managed Instance Quota Increase"

建立票證以要求增加訂用帳戶的 Batch 帳戶配額

az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "my description" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid" --severity "moderate" --ticket-name "BatchAccountQuotaIncreaseRequest" --title "Request for Batch Accounts Quota Increase"

建立票證以要求增加計算 VM 核心配額

az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "Foo" --contact-language "en-us" --contact-last-name "Bar" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "QuotaTicketDescription" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/CoresQuotaProblemClassificationNameGuid" --severity "minimal" --ticket-name "ComputeVMCoresQuotaIncreaseRequest" --title "Request for Compute VM Cores Quota Increase"

建立票證以要求增加 Azure Synapse Analytics 的 DTU

az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "my description" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_datawarehouse_problemClassification_guid" --severity "moderate" --ticket-name "SynapseAnalyticsDTUsQuotaIncreaseRequest" --title "Request for DTUs Quota Increase in Azure Synapse Analytics"

建立票證以要求增加 SQL 資料庫 的 DTU

az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "my description" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_database_problemClassification_guid" --severity "moderate" --ticket-name "SQLDatabaseDTUsQuotaIncreaseRequest" --title "Request for DTUs Quota Increase in SQL Database" --quota-change-version "1.0" --quota-change-subtype "DTUs" --quota-change-requests "[{region:'EastUS',payload:'{ServerName:testserver,NewLimit:54000}'}]"

建立票證以要求 Batch 帳戶的低優先順序核心增加

az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "my description" --advanced-diagnostic-consent  "Yes" --problem-classification  --problem classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid"  --severity "moderate" --ticket-name "BatchLowPriorityCoresQuotaIncreaseRequest" --title "Request for Low-priority Cores Quota Increase in Batch Account" --quota-change-version "1.0" --quota-change-subtype "Account" --quota-change-requests "[{region:'EastUS',payload:'{AccountName:test,NewLimit:200,Type:LowPriority}'}]"

建立票證以要求增加 機器學習 服務的低優先順序核心

az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "my description" --advanced-diagnostic-consent  "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/machine_learning_service_problemClassification_guid" --severity "moderate" --ticket-name "MachineLearningLowPriorityCoresQuotaIncreaseRequest" --title "Request for Low-priority Cores Quota Increase in Machine Learning Service" --quota-change-version "1.0" --quota-change-subtype "BatchAml" --quota-change-requests "[{region:'EastUS',payload:'{NewLimit:200,Type:LowPriority}'}]"

為任何 Azure 服務建立一般配額增加的票證

az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "Foo" --contact-language "en-us" --contact-last-name "Bar" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "QuotaTicketDescription" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/QuotaServiceNameGuid/problemClassifications/GenericProblemClassificationNameGuid" --severity "minimal" --ticket-name "GenericQuotaIncreaseRequest" --title "Request for Generic Quota Increase"

建立票證以要求 Batch 帳戶的集區增加

az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "Foo" --contact-language "en-us" --contact-last-name "Bar" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "QuotaTicketDescription" --advanced-diagnostic-consent  "Yes" --problem-classification  "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid" --severity "minimal" --ticket-name "BatchPoolsQuotaIncreaseRequest" --title "Request for Pools Quota Increase in Batch Account" --quota-change-version "1.0" --quota-change-requests [0].region="WESTUS" --quota-change-requests [0].payload="{AccountName: test, NewLimit: 102, Type: Pools}" --quota-change-subtype "Account"

建立票證以要求增加 Azure Synapse Analytics 的伺服器

az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "my description" --advanced-diagnostic-consent  "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_datawarehouse_problemClassification_guid" --severity "moderate" --ticket-name "SynapseAnalyticsServersQuotaIncreaseRequest" --title "Request for Servers Quota Increase in Azure Synapse Analytics" --quota-change-version "1.0" --quota-change-subtype "Servers" --quota-change-requests "[{region:'EastUS',payload:'{NewLimit:200}'}]"

建立票證以要求增加伺服器 SQL 資料庫

az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "my description" --advanced-diagnostic-consent  "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_database_problemClassification_guid"--severity "moderate" --ticket-name "SQLDatabaseServersQuotaIncreaseRequest" --title "Request for Servers Quota Increase in SQL Database" --quota-change-version "1.0" --quota-change-subtype "Servers" --quota-change-requests "[{region:'EastUS',payload:'{NewLimit:200}'}]"

建立票證以要求Cosmos DB中帳戶 foo 列的每個容器限制輸送量增加

az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "Increase the maximum throughput per container limit to 10000 for account foo bar" --advanced-diagnostic-consent  "Yes" --problem-classification  "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/cosmosdb_problemClassification_guid" --severity "moderate" --ticket-name "CosmosDBThroughputQuotaIncreaseRequest" --title "Request for Throughput Quota Increase in Cosmos DB"

建立票證以要求 Batch 帳戶的特定 VM 系列核心增加

az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "my description" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid" --severity "moderate" --ticket-name "BatchVMFamilyCoresQuotaIncreaseRequest" --title "Request for VM Family Cores Quota Increase in Batch Account" --quota-change-version "1.0" --quota-change-subtype "Account" --quota-change-requests "[{region:'EastUS',payload:'{AccountName:test,VMFamily:standardA0_A7Family,NewLimit:200,Type:Dedicated}'}]"

建立票證以要求特定 VM 系列核心增加 機器學習 服務

az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "my description" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/machine_learning_service_problemClassification_guid" --severity "moderate" --ticket-name "MachineLearningVMFamilyCoresQuotaIncreaseRequest" --title "Request for VM Family Cores Quota Increase in Machine Learning Service" --quota-change-version "1.0" --quota-change-subtype "BatchAml" --quota-change-requests "[{region:'EastUS',payload:'{VMFamily:standardA0_A7Family,NewLimit:200,Type:Dedicated}'}]"

必要參數

--advanced-diagnostic-consent

在支援票證上更新進階診斷同意。

接受的值: No, Yes
--contact-country

用戶的國家/地區。 這是 ISO 3166-1 alpha-3 程式代碼。

--contact-email

主要電子郵件位址。

--contact-first-name

名字。

--contact-language

Azure 中慣用的支持語言。 支援語言會根據您為支援票證選擇的嚴重性而有所不同。 使用標準語言國家/地區代碼。

--contact-last-name

姓氏。

--contact-method

慣用的連絡方法。

接受的值: email, phone
--contact-timezone

用戶的時區。 這是 Microsoft 時區索引值中的時區名稱。

--description

問題或問題的詳細描述。

--problem-classification

每個 Azure 服務都有自己的一組問題類別,也稱為問題分類。 此參數是您遇到的問題類型的唯一標識碼。

--severity

值,指出案例的緊迫性,接著會根據您與 Azure 擁有之技術支援方案的服務等級協議來決定回應時間。 注意:「最高重大影響」,也稱為「緊急 - 嚴重影響」層級,Azure 入口網站 只會保留給 進階版 客戶。

接受的值: critical, highestcriticalimpact, minimal, moderate
--ticket-name

支援票證名稱。

--title

支援票證的標題。

選擇性參數

--contact-additional-emails

系統會在任何有關支援票證的信件上複製列出的其他電子郵件位址。 支援速記語法、json-file 和 yaml-file。 請嘗試 “??” 以顯示更多。

--contact-phone-number

電話號碼。 如果慣用的連絡方法是電話,則需要此專案。

--enrollment-id

與支援票證相關聯的註冊標識碼。

--file-workspace

檔案工作區名稱。

--no-wait

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

接受的值: 0, 1, f, false, n, no, t, true, y, yes
--quota-change-requests

提供區域和新的配額限制需要這個屬性。 支援速記語法、json-file 和 yaml-file。 請嘗試 “??” 以顯示更多。

--quota-change-subtype

當您要求增加配額時,某些配額類型需要某些配額類型,例如 Batch。

--quota-change-version

配額變更要求版本。

--require-24-by-7-response

指出這是否需要來自 Azure 的 24x7 回應。

接受的值: 0, 1, f, false, n, no, t, true, y, yes
--secondary-consent

此屬性表示支援票證支援速記語法、json-file 和 yaml-file 的次要同意。 請嘗試 “??” 以顯示更多。

--start-time

問題開始時的 UTC 時間(ISO 8601 格式)。 預設值為今天。

--technical-resource

這是 Azure 服務資源的資源識別碼(例如:建立支援票證的虛擬機資源或 HDInsight 資源)。

全域參數
--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 in-subscription tickets list

列出 Azure 訂用帳戶的所有支援票證。 您也可以使用 $filter 參數,依 StatusCreatedDateServiceIdProblemClassificationId 篩選支援票證。 輸出將會是具有 nextLink 的分頁結果,您可以使用此結果擷取下一組支援票證。

支援票證數據可在票證建立后的18個月內取得。 如果票證是在18個多月前建立的,則要求數據可能會導致錯誤。 默認值為 CreatedDate >= 一周。

az support in-subscription tickets list [--filter]
                                        [--max-items]
                                        [--next-token]

範例

列出訂用帳戶的支援票證

az support in-subscription tickets list

列出訂用帳戶處於開啟狀態的支援票證

az support in-subscription tickets list --filter "Status eq 'Open'"

列出訂閱處於更新狀態的支援票證

az support in-subscription tickets list --filter "Status eq 'Updating'"

列出訂用帳戶特定問題分類標識碼的支援票證

az support in-subscription tickets list --filter "ProblemClassificationId eq 'problem_classification_guid'"

列出在某個日期或之後建立且處於訂用帳戶開啟狀態的支援票證

az support in-subscription tickets list --filter "CreatedDate ge 2024-01-01T22:08:51Z and Status eq 'Open'"

列出具有訂用帳戶特定服務標識碼的支援票證

az support in-subscription tickets list --filter "ServiceId eq 'service_guid'"

選擇性參數

--filter

要套用至作業的篩選條件。 我們支援 『OData v4.0』 篩選語意。 Status、ServiceId 和 ProblemClassificationId 篩選只能與 Equals ('eq') 運算符搭配使用。 針對 CreatedDate 篩選,支援的運算子為 [大於] ('gt') 和 [大於] 或 [等於] ('ge')。 使用這兩個篩選條件時,請使用邏輯 『and』 加以結合。

--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 in-subscription tickets show

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

az support in-subscription tickets show --ticket-name

範例

取得訂用帳戶票證的詳細數據

az support in-subscription tickets show --ticket-name "TestTicketName"

必要參數

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

az support in-subscription tickets update

更新 API 可讓您更新嚴重性層級、票證狀態、進階診斷同意、次要同意,以及支援票證中的連絡資訊。

注意:如果支援票證正由 Azure 支援 工程師主動處理,則無法變更嚴重性層級。 在這種情況下,請連絡支持工程師,以使用通訊 API 新增通訊來要求嚴重性更新。

az support in-subscription tickets update --ticket-name
                                          [--advanced-diagnostic-consent {No, Yes}]
                                          [--contact-additional-emails]
                                          [--contact-country]
                                          [--contact-email]
                                          [--contact-first-name]
                                          [--contact-language]
                                          [--contact-last-name]
                                          [--contact-method {email, phone}]
                                          [--contact-phone-number]
                                          [--contact-timezone]
                                          [--secondary-consent]
                                          [--severity {critical, highestcriticalimpact, minimal, moderate}]
                                          [--status {closed, open}]

範例

更新支援票證嚴重性。

az support in-subscription tickets update --ticket-name "TestTicketName" --severity "moderate"

更新支援票證狀態。

az support in-subscription tickets update --ticket-name "TestTicketName" --status "closed"

更新支援票證客戶連絡詳細數據屬性

az support in-subscription tickets update --ticket-name "TestTicketName" --contact-additional-emails "xyz@contoso.com" "devs@contoso.com" --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "Foo" --contact-language "en-us" --contact-last-name "Bar" --contact-method "phone" --contact-phone-number "123-456-7890" --contact-timezone "Pacific Standard Time"

更新支援票證的進階診斷同意

az support in-subscription tickets update --ticket-name "TestTicketName" --advanced-diagnostic-consent "Yes"

更新支援票證的次要同意

az support in-subscription tickets update --ticket-name "TestTicketName" --secondary-consent "[{type:VirtualMachineMemoryDump,user-consent:No}]"
az support in-subscription tickets update --ticket-name "TestTicketName" --secondary-consent [0].type="VirtualMachineMemoryDump" --secondary-consent [0].user-consent="No"
az support in-subscription tickets update --ticket-name "TestTicketName" --secondary-consent [0]="{type:VirtualMachineMemoryDump,user-consent:No}"

必要參數

--ticket-name

支援票證名稱。

選擇性參數

--advanced-diagnostic-consent

在支援票證上更新進階診斷同意。

接受的值: No, Yes
--contact-additional-emails

列出的電子郵件位址將會在任何有關支援票證的信件上複製。 支援速記語法、json-file 和 yaml-file。 請嘗試 “??” 以顯示更多。

--contact-country

用戶的國家/地區。 這是 ISO 3166-1 alpha-3 程式代碼。

--contact-email

主要電子郵件位址。

--contact-first-name

名字。

--contact-language

Azure 中慣用的支持語言。 支援語言會根據您為支援票證選擇的嚴重性而有所不同。 使用標準語言國家/地區代碼。

--contact-last-name

姓氏。

--contact-method

慣用的連絡方法。

接受的值: email, phone
--contact-phone-number

電話號碼。 如果慣用的連絡方法是電話,則需要此專案。

--contact-timezone

用戶的時區。 這是 Microsoft 時區索引值中的時區名稱。

--secondary-consent

此屬性表示支援票證支援速記語法、json-file 和 yaml-file 的次要同意。 請嘗試 “??” 以顯示更多。

--severity

嚴重性等級:

接受的值: critical, highestcriticalimpact, minimal, moderate
--status

票證上要更新的狀態。

接受的值: closed, open
全域參數
--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 來取得完整偵錯記錄。