你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Get-AzSupportChatTranscriptsNoSubscription

返回无订阅支持票证的 chatTranscript 详细信息。

语法

Get-AzSupportChatTranscriptsNoSubscription
   -SupportTicketName <String>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzSupportChatTranscriptsNoSubscription
   -ChatTranscriptName <String>
   -SupportTicketInputObject <ISupportIdentity>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzSupportChatTranscriptsNoSubscription
   -ChatTranscriptName <String>
   -SupportTicketName <String>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzSupportChatTranscriptsNoSubscription
   -InputObject <ISupportIdentity>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

说明

返回无订阅支持票证的 chatTranscript 详细信息。

示例

示例 1:在无订阅支持票证下列出聊天脚本

Get-AzSupportChatTranscriptsNoSubscription -SupportTicketName test12345

Name                                 StartTime
----                                 ---------
595df7b4-167f-4f3e-8292-f0ba2b8a53f9 8/11/2023 7:27:49 PM
f8b45cd6-a8ec-40e2-b846-a28b848553cf 8/11/2023 7:52:44 PM

在无订阅支持票证下列出聊天脚本

示例 2:在没有订阅支持票证下获取聊天脚本的详细信息

Get-AzSupportChatTranscriptsNoSubscription -SupportTicketName test12345 -Name 595df7b4-167f-4f3e-8292-f0ba2b8a53f9

Id                           : /providers/Microsoft.Support/supportT
                               ickets/58cf91d7-bedfb285-617ecf73-d627-4bfd-9298-5950da2170b7/chatTranscripts/595df7b4-1
                               67f-4f3e-8292-f0ba2b8a53f9
Message                      : {{
                                 "contentType": "text",
                                 "communicationDirection": "Inbound",
                                 "sender": "",
                                 "body": "Hey",
                                 "createdDate": "2023-08-11T19:19:33.0000000Z"
                               }, {
                                 "contentType": "text",
                                 "communicationDirection": "Outbound",
                                 "sender": "Aditi Takle",
                                 "body": "hi",
                                 "createdDate": "2023-08-11T19:19:38.0000000Z"
                               }, {
                                 "contentType": "text",
                                 "communicationDirection": "Outbound",
                                 "sender": "Damian Spoltore",
                                 "body": "hi Aditi, I\u0027m Damian",
                                 "createdDate": "2023-08-11T19:24:19.0000000Z"
                               }, {
                                 "contentType": "text",
                                 "communicationDirection": "Outbound",
                                 "sender": "Damian Spoltore",
                                 "body": "I was entering to test",
                                 "createdDate": "2023-08-11T19:24:24.0000000Z"
                               }}
Name                         : 595df7b4-167f-4f3e-8292-f0ba2b8a53f9
ResourceGroupName            :
StartTime                    : 8/11/2023 7:27:49 PM
SystemDataCreatedAt          :
SystemDataCreatedBy          :
SystemDataCreatedByType      :
SystemDataLastModifiedAt     :
SystemDataLastModifiedBy     :
SystemDataLastModifiedByType :
Type                         : Microsoft.Support/chatTranscripts

在无订阅支持票证下获取聊天脚本的详细信息

参数

-ChatTranscriptName

ChatTranscript 名称。

类型:String
别名:Name
Position:Named
默认值:None
必需:True
接受管道输入:False
接受通配符:False

-DefaultProfile

DefaultProfile 参数不起作用。 如果对其他订阅执行 cmdlet,请使用 SubscriptionId 参数。

类型:PSObject
别名:AzureRMContext, AzureCredential
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-InputObject

标识参数

类型:ISupportIdentity
Position:Named
默认值:None
必需:True
接受管道输入:True
接受通配符:False

-SupportTicketInputObject

标识参数

类型:ISupportIdentity
Position:Named
默认值:None
必需:True
接受管道输入:True
接受通配符:False

-SupportTicketName

支持票证名称。

类型:String
Position:Named
默认值:None
必需:True
接受管道输入:False
接受通配符:False

输入

输出