SubscriptionSupportTicketResource.GetSupportTicketCommunicationAsync 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.
- Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}
- Vorgang IdCommunications_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketCommunicationResource>> GetSupportTicketCommunicationAsync (string communicationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSupportTicketCommunicationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketCommunicationResource>>
override this.GetSupportTicketCommunicationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketCommunicationResource>>
Public Overridable Function GetSupportTicketCommunicationAsync (communicationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.