Freigeben über


SubscriptionSupportTicketResource.GetSupportTicketCommunication Methode

Definition

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.

Gilt für: