Get-AzSupportTicketsNoSubscription
取得特定支援票證的詳細數據。 支援票證數據可在票證建立后的18個月內取得。 如果票證是在18個多月前建立的,則要求數據可能會導致錯誤。 如果未指定任何參數,此命令預設會擷取在上周建立的所有票證。
語法
Get-AzSupportTicketsNoSubscription
[-Filter <String>]
[-Top <Int32>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzSupportTicketsNoSubscription
-SupportTicketName <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzSupportTicketsNoSubscription
-InputObject <ISupportIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
取得特定支援票證的詳細數據。 支援票證數據可在票證建立后的18個月內取得。 如果票證是在18個多月前建立的,則要求數據可能會導致錯誤。 如果未指定任何參數,此命令預設會擷取在上周建立的所有票證。
範例
範例 1:取得租用戶層級的支援票證清單
Get-AzSupportTicketsNoSubscription
Name Title SupportTicketId Severity ServiceDisplayName CreatedDate
---- ----- --------------- -------- ------------------ -----------
2403110040009092 test ticket please ignore and close 2403110040009092 Minimal Billing 3/11/2024 3:46:20 PM
test-41b4ec72-8634-4e03-978e-15bde625be00 test ticket - please ignore and close 2403070040010395 Minimal Billing 3/7/2024 5:35:55 PM
test-270a8ba4-7083-4b02-8b32-b5c2cdc55e78 test ticket - please ignore and close 2403070040010346 Minimal Billing 3/7/2024 5:32:40 PM
test-8dad4b97-5ff5-4a1e-bb6e-d323348db3f2 test ticket - please ignore and close 2403070040009816 Minimal Billing 3/7/2024 5:04:36 PM
test-0d8ee1f2-89d6-4078-8c1a-5845673966a1 test ticket - please ignore and close 2403070040009769 Minimal Billing 3/7/2024 5:02:44 PM
列出所有支援票證。 如果未指定任何參數,此命令預設會擷取在上周建立的所有票證。
範例 2:取得租用戶層級的支援票證
Get-AzSupportTicketsNoSubscription -SupportTicketName "test1-5dda17d0-a60d-4f4c-82e3-0fe3604c0ed4"
AdvancedDiagnosticConsent : No
ContactDetailAdditionalEmailAddress :
ContactDetailCountry : USA
ContactDetailFirstName : test
ContactDetailLastName : test
ContactDetailPhoneNumber :
ContactDetailPreferredContactMethod : Email
ContactDetailPreferredSupportLanguage : en-US
ContactDetailPreferredTimeZone : Pacific Standard Time
ContactDetailPrimaryEmailAddress : test@test.com
CreatedDate : 2/22/2024 12:56:11 AM
Description : test ticket - please ignore and close
EnrollmentId :
FileWorkspaceName : 2402220010000453
Id : /providers/Microsoft.Support/supportTickets/test1-5dda17d0-a60d-4f4c-82e3-
0fe3604c0ed4
ModifiedDate : 2/22/2024 5:49:09 AM
Name : test1-5dda17d0-a60d-4f4c-82e3-0fe3604c0ed4
ProblemClassificationDisplayName : Add or update VAT, tax id, PO number or profile information
ProblemClassificationId : /providers/Microsoft.Support/services/517f2da6-78fd-0498-4e22-ad26996b1dfc
/problemClassifications/3ec1a070-f242-9ecf-5a7c-e1a88ce029ef
ProblemScopingQuestion :
ProblemStartTime :
QuotaTicketDetailQuotaChangeRequest :
QuotaTicketDetailQuotaChangeRequestSubType :
QuotaTicketDetailQuotaChangeRequestVersion :
Require24X7Response : False
ResourceGroupName :
SecondaryConsent :
ServiceDisplayName : Billing
ServiceId : /providers/Microsoft.Support/services/517f2da6-78fd-0498-4e22-ad26996b1dfc
ServiceLevelAgreementExpirationTime : 2/22/2024 8:57:00 PM
ServiceLevelAgreementSlaMinute : 480
ServiceLevelAgreementStartTime : 2/22/2024 12:56:11 AM
Severity : Minimal
Status : Updating
SupportEngineerEmailAddress :test@test.com
SupportPlanDisplayName : Basic support
SupportPlanId : U291cmNlOkZyZWUsRnJlZUlkOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwOS
w=
SupportPlanType : Basic
SupportTicketId : 2402220010000453
TechnicalTicketDetailResourceId :
Title : test ticket - please ignore and close
Type : Microsoft.Support/supportTickets
取得支援票證的詳細數據
參數
-DefaultProfile
DefaultProfile 參數無法運作。 如果針對不同的訂用帳戶執行 Cmdlet,請使用 SubscriptionId 參數。
類型: | PSObject |
別名: | AzureRMContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Filter
要套用至作業的篩選條件。 我們支援 『odata v4.0』 篩選語意。 <target='_blank' href=''https://docs.microsoft.com/odata/concepts/queryoptions-overview>Learn more</a<>br/><i>Status</i> 、<i>ServiceId/i> 和 <i>ProblemClassificationId<</i> filters 只能與 'eq' 運算符搭配使用。 針對 <i>CreatedDate</i> 篩選,支援的運算子為 'gt' 和 'ge'。 使用這兩個篩選條件時,請使用邏輯 『AND』 加以結合。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
類型: | ISupportIdentity |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-SupportTicketName
支援票證名稱。
類型: | String |
別名: | Name |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Top
集合中要傳回的值數目。 默認值為 25,最大值為 100。
類型: | Int32 |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |