Freigeben über


SupportTicketNoSubCommunicationCollection.GetAsync Methode

Definition

Gibt Kommunikationsdetails für ein Supportticket zurück.

  • Request Path/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}
  • Vorgangs-IdCommunicationsNoSubscription_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketNoSubCommunicationResource>> GetAsync (string communicationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketNoSubCommunicationResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketNoSubCommunicationResource>>
Public Overridable Function GetAsync (communicationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SupportTicketNoSubCommunicationResource))

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: