Get-AzSupportCommunicationsNoSubscription
Gibt Kommunikationsdetails für ein Supportticket zurück.
Syntax
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>]
Beschreibung
Gibt Kommunikationsdetails für ein Supportticket zurück.
Beispiele
Beispiel 1: Auflisten aller Kommunikationen unter einem Abonnementsupportticket
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
Auflisten aller Kommunikationen unter einem Abonnementsupportticket
Beispiel 2: Abrufen einer Kommunikation unter einem Abonnementsupportticket
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
Erhalten einer Kommunikation unter einem Abonnementsupportticket
Parameter
-CommunicationName
Kommunikationsname.
Typ: | String |
Aliase: | Name |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-DefaultProfile
Der Parameter DefaultProfile ist nicht funktionsfähig. Verwenden Sie den Parameter "SubscriptionId", wenn sie verfügbar ist, wenn Sie das Cmdlet für ein anderes Abonnement ausführen.
Typ: | PSObject |
Aliase: | AzureRMContext, AzureCredential |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-Filter
Der auf den Vorgang anzuwendende Filter. Sie können nach den Eigenschaften communicationType und createdDate filtern. CommunicationType unterstützt den „Ist gleich“-Operator („eq“) und createdDate die Operatoren „Größer als“ („gt“) und „Größer als oder gleich“ („ge“). Sie können die Filter CommunicationType und CreatedDate mithilfe des logischen AND-Operators („and“) kombinieren.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-InputObject
Identity-Parameter
Typ: | ISupportIdentity |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-SupportTicketInputObject
Identity-Parameter
Typ: | ISupportIdentity |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-SupportTicketName
Name des Supporttickets.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-Top
Die Anzahl der Werte, die in der Sammlung zurückgegeben werden sollen. Der Standard ist 10, das Maximum 10.
Typ: | Int32 |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |