Freigeben über


SupportTicketNoSubCommunicationCollection Klasse

Definition

Eine Klasse, die eine Auflistung von SupportTicketNoSubCommunicationResource und deren Vorgänge darstellt. Jedes SupportTicketNoSubCommunicationResource in der Auflistung gehört zum gleichen instance von TenantSupportTicketResource. Um einen SupportTicketNoSubCommunicationCollection instance rufen Sie die GetSupportTicketNoSubCommunications-Methode aus einer instance von aufTenantSupportTicketResource.

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

Konstruktoren

SupportTicketNoSubCommunicationCollection()

Initialisiert eine neue instance der SupportTicketNoSubCommunicationCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der 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.

  • Request Path/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}
  • Vorgang IdCommunicationsNoSubscription_Create
CreateOrUpdateAsync(WaitUntil, String, SupportTicketCommunicationData, CancellationToken)

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

  • Request Path/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}
  • Vorgang IdCommunicationsNoSubscription_Create
Exists(String, CancellationToken)

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

  • Request Path/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}
  • Vorgang IdCommunicationsNoSubscription_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}
  • Vorgang IdCommunicationsNoSubscription_Get
Get(String, CancellationToken)

Gibt Kommunikationsdetails für ein Supportticket zurück.

  • Request Path/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}
  • Vorgang IdCommunicationsNoSubscription_Get
GetAll(Nullable<Int32>, String, CancellationToken)

Listet alle Kommunikationen (nicht enthaltene Anlagen) für ein Supportticket auf. <br/></br> Sie können die Support-Ticketkommunikation auch nach CreatedDate oder CommunicationType mithilfe des $filter-Parameters filtern. 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 einen Fehler verursachen.

  • Anfordern von Path/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications
  • Vorgang IdSupportTicketCommunicationsNoSubscription_List
GetAllAsync(Nullable<Int32>, String, CancellationToken)

Listet alle Kommunikationen (nicht enthaltene Anlagen) für ein Supportticket auf. <br/></br> Sie können die Support-Ticketkommunikation auch nach CreatedDate oder CommunicationType mithilfe des $filter-Parameters filtern. 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 einen Fehler verursachen.

  • Anfordern von Path/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications
  • Vorgang IdSupportTicketCommunicationsNoSubscription_List
GetAsync(String, CancellationToken)

Gibt Kommunikationsdetails für ein Supportticket zurück.

  • Request Path/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}
  • Vorgang IdCommunicationsNoSubscription_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}
  • Vorgang IdCommunicationsNoSubscription_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}
  • Vorgang IdCommunicationsNoSubscription_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<SupportTicketNoSubCommunicationResource>.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<SupportTicketNoSubCommunicationResource>.GetEnumerator()

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

Gilt für: