SubscriptionSupportTicketResource.GetSupportTicketCommunication Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt Kommunikationsdetails für ein Supportticket zurück.
- Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}
- Vorgangs-IdCommunications_Get
public virtual Azure.Response<Azure.ResourceManager.Support.SupportTicketCommunicationResource> GetSupportTicketCommunication (string communicationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSupportTicketCommunication : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Support.SupportTicketCommunicationResource>
override this.GetSupportTicketCommunication : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Support.SupportTicketCommunicationResource>
Public Overridable Function GetSupportTicketCommunication (communicationName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SupportTicketCommunicationResource)
Parameter
- communicationName
- String
Kommunikationsname.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
communicationName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
communicationName
ist NULL.