Freigeben über


SupportTicketNoSubCommunicationCollection.Get Methode

Definition

Gibt Kommunikationsdetails für ein Supportticket zurück.

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