Freigeben über


SupportTicketCommunicationCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren SupportTicketCommunicationResource Vorgänge darstellt. Jedes SupportTicketCommunicationResource in der Auflistung gehört zum gleichen instance von SubscriptionSupportTicketResource. Um eine SupportTicketCommunicationCollection instance rufen Sie die GetSupportTicketCommunications-Methode aus einer instance von aufSubscriptionSupportTicketResource.

public class SupportTicketCommunicationCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Support.SupportTicketCommunicationResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Support.SupportTicketCommunicationResource>
type SupportTicketCommunicationCollection = class
    inherit ArmCollection
    interface seq<SupportTicketCommunicationResource>
    interface IEnumerable
    interface IAsyncEnumerable<SupportTicketCommunicationResource>
Public Class SupportTicketCommunicationCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of SupportTicketCommunicationResource), IEnumerable(Of SupportTicketCommunicationResource)
Vererbung
SupportTicketCommunicationCollection
Implementiert

Konstruktoren

SupportTicketCommunicationCollection()

Initialisiert eine neue instance der -Klasse für die SupportTicketCommunicationCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, SupportTicketCommunicationData, CancellationToken)

Fügt einem Azure-Support Ticket eine neue Kundenkommunikation hinzu.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}
  • Vorgangs-IdCommunications_Create
CreateOrUpdateAsync(WaitUntil, String, SupportTicketCommunicationData, CancellationToken)

Fügt einem Azure-Support Ticket eine neue Kundenkommunikation hinzu.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}
  • Vorgangs-IdCommunications_Create
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}
  • Vorgangs-IdCommunications_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}
  • Vorgangs-IdCommunications_Get
Get(String, CancellationToken)

Gibt Kommunikationsdetails für ein Supportticket zurück.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}
  • Vorgangs-IdCommunications_Get
GetAll(Nullable<Int32>, String, CancellationToken)

Listet alle Kommunikationen (anlagen nicht enthalten) für ein Supportticket auf. <br/></br> Sie können die Supportticketkommunikation auch nach CreatedDate oder CommunicationType filtern, indem Sie den parameter $filter verwenden. Die einzige Art der Kommunikation, die heute unterstützt wird, ist Web. Die Ausgabe ist ein ausgelagertes Ergebnis mit nextLink, mit dem Sie den nächsten Satz von Kommunikationsergebnissen abrufen können. <br/><br/>Support-Ticketdaten sind 18 Monate nach der Ticketerstellung verfügbar. Wenn ein Ticket vor mehr als 18 Monaten erstellt wurde, kann eine Anforderung für Daten zu einem Fehler führen.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications
  • Vorgangs-IdCommunications_List
GetAllAsync(Nullable<Int32>, String, CancellationToken)

Listet alle Kommunikationen (anlagen nicht enthalten) für ein Supportticket auf. <br/></br> Sie können die Supportticketkommunikation auch nach CreatedDate oder CommunicationType filtern, indem Sie den parameter $filter verwenden. Die einzige Art der Kommunikation, die heute unterstützt wird, ist Web. Die Ausgabe ist ein ausgelagertes Ergebnis mit nextLink, mit dem Sie den nächsten Satz von Kommunikationsergebnissen abrufen können. <br/><br/>Support-Ticketdaten sind 18 Monate nach der Ticketerstellung verfügbar. Wenn ein Ticket vor mehr als 18 Monaten erstellt wurde, kann eine Anforderung für Daten zu einem Fehler führen.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications
  • Vorgangs-IdCommunications_List
GetAsync(String, CancellationToken)

Gibt Kommunikationsdetails für ein Supportticket zurück.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}
  • Vorgangs-IdCommunications_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}
  • Vorgangs-IdCommunications_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}
  • Vorgangs-IdCommunications_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<SupportTicketCommunicationResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<SupportTicketCommunicationResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: