Partager via


TenantSupportTicketResource.GetSupportTicketNoSubCommunicationAsync Méthode

Définition

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

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

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 à