Get-AzSupportCommunicationsNoSubscription
Retourneert communicatiegegevens voor een ondersteuningsticket.
Syntaxis
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
Retourneert communicatiegegevens voor een ondersteuningsticket.
Voorbeelden
Voorbeeld 1: Alle communicatie weergeven onder een ondersteuningsticket voor geen abonnement
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
Alle communicatie weergeven onder een ondersteuningsticket voor geen abonnement
Voorbeeld 2: Ontvang een communicatie onder een ondersteuningsticket voor geen abonnement
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
Ontvang een communicatie onder een ondersteuningsticket voor geen abonnement
Parameters
-CommunicationName
Communicatienaam.
Type: | String |
Aliassen: | Name |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-DefaultProfile
De parameter DefaultProfile is niet functioneel. Gebruik de parameter SubscriptionId indien beschikbaar als u de cmdlet uitvoert voor een ander abonnement.
Type: | PSObject |
Aliassen: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Filter
Het filter dat moet worden toegepast op de bewerking. U kunt filteren op communicationType en createdDate-eigenschappen. CommunicationType ondersteunt de operator Equals ('eq') en createdDate ondersteunt operatoren Greater Than ('gt') en Greater Than of Equals ('ge'). U kunt de filters CommunicationType en CreatedDate combineren op logische en ('en') operator.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-InputObject
Identiteitsparameter
Type: | ISupportIdentity |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-SupportTicketInputObject
Identiteitsparameter
Type: | ISupportIdentity |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-SupportTicketName
Naam van ondersteuningsticket.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Top
Het aantal waarden dat moet worden geretourneerd in de verzameling. De standaardwaarde is 10 en het maximum is 10.
Type: | Int32 |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
Invoerwaarden
Uitvoerwaarden
Azure PowerShell