다음을 통해 공유


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
Default value:None
필수:True
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-DefaultProfile

DefaultProfile 매개 변수가 작동하지 않습니다. 다른 구독에 대해 cmdlet을 실행하는 경우 사용 가능한 경우 SubscriptionId 매개 변수를 사용합니다.

형식:PSObject
별칭:AzureRMContext, AzureCredential
Position:Named
Default value:None
필수:False
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-Filter

작업에 적용할 필터입니다. communicationType 및 createdDate 속성을 사용하여 필터링할 수 있습니다. CommunicationType은 Equals('eq') 연산자를 지원하고 createdDate는 Greater Than('gt') 및 Greater Than or Equals('ge') 연산자를 지원합니다. CommunicationType 및 CreatedDate 필터를 논리 And('and') 연산자별로 결합할 수 있습니다.

형식:String
Position:Named
Default value:None
필수:False
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-InputObject

ID 매개 변수

형식:ISupportIdentity
Position:Named
Default value:None
필수:True
파이프라인 입력 허용:True
와일드카드 문자 허용:False

-SupportTicketInputObject

ID 매개 변수

형식:ISupportIdentity
Position:Named
Default value:None
필수:True
파이프라인 입력 허용:True
와일드카드 문자 허용:False

-SupportTicketName

지원 티켓 이름입니다.

형식:String
Position:Named
Default value:None
필수:True
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-Top

컬렉션에서 반환할 값의 수입니다. 기본값은 10이고 최대값은 10입니다.

형식:Int32
Position:Named
Default value:None
필수:False
파이프라인 입력 허용:False
와일드카드 문자 허용:False

입력

출력