Partager via


SupportTicketCommunicationCollection.GetAsync Méthode

Définition

Retourne les détails de communication d’un ticket de support.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}
  • IdCommunications_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketCommunicationResource>> GetAsync (string communicationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketCommunicationResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SupportTicketCommunicationResource>>
Public Overridable Function GetAsync (communicationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SupportTicketCommunicationResource))

Paramètres

communicationName
String

Nom de la communication.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

communicationName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

communicationName a la valeur null.

S’applique à