Freigeben über


SubscriptionSupportTicketResource.GetSupportTicketCommunicationAsync Methode

Definition

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.

Gilt für: