共用方式為


Get-AzSupportCommunicationsNoSubscription

傳回支援票證的通訊詳細數據。

語法

Get-AzSupportCommunicationsNoSubscription
   -SupportTicketName <String>
   [-Filter <String>]
   [-Top <Int32>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzSupportCommunicationsNoSubscription
   -CommunicationName <String>
   -SupportTicketInputObject <ISupportIdentity>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzSupportCommunicationsNoSubscription
   -CommunicationName <String>
   -SupportTicketName <String>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzSupportCommunicationsNoSubscription
   -InputObject <ISupportIdentity>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

傳回支援票證的通訊詳細數據。

範例

範例 1:列出無訂用帳戶支援票證下的所有通訊

Get-AzSupportCommunicationsNoSubscription -SupportTicketName test1234

Name               Sender            Subject                                              CreatedDate
----               ------            -------                                              -----------
testCommunication1 sender@sender.com this is a test subject - TrackingID#2403070040015890 3/11/2024 3:46:43 PM
testCommunication2 sender@sender.com this is a test subject - TrackingID#2403070040015890 3/11/2024 3:46:43 PM

列出沒有訂用帳戶支援票證下的所有通訊

範例 2:在沒有訂用帳戶支援票證下取得通訊

Get-AzSupportCommunicationsNoSubscription -SupportTicketName test1234 -Name testCommunication1

Body                   : <pre>this is a test body</pre>
CommunicationDirection : Inbound
CommunicationType      : Web
CreatedDate            : 3/7/2024 11:53:33 PM
Id                     : /providers/Microsoft.Support/supportTickets/test1234/communications/testCommunication1
Name                   : testCommunication
ResourceGroupName      :
Sender                 : sender@sender.com
Subject                : this is a test subject - TrackingID#2403070040015890
Type                   : Microsoft.Support/communications

在沒有訂用帳戶支援票證下取得通訊

參數

-CommunicationName

通訊名稱。

類型:String
別名:Name
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

DefaultProfile 參數無法運作。 如果針對不同的訂用帳戶執行 Cmdlet,請使用 SubscriptionId 參數。

類型:PSObject
別名:AzureRMContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Filter

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

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-InputObject

Identity 參數

類型:ISupportIdentity
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-SupportTicketInputObject

Identity 參數

類型:ISupportIdentity
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-SupportTicketName

支援票證名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Top

集合中要傳回的值數目。 默認值為 10,最大值為 10。

類型:Int32
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

ISupportIdentity

輸出

ICommunicationDetails