Freigeben über


SupportTicketChatTranscriptCollection Klasse

Definition

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

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

Konstruktoren

SupportTicketChatTranscriptCollection()

Initialisiert eine neue instance der SupportTicketChatTranscriptCollection -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

Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • Vorgang IdChatTranscripts_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • Vorgang IdChatTranscripts_Get
Get(String, CancellationToken)

Gibt chatTranscript-Details für ein Supportticket unter einem Abonnement zurück.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • Vorgang IdChatTranscripts_Get
GetAll(CancellationToken)

Listet alle Chattranskripte für ein Supportticket unter dem Abonnement auf

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts
  • Vorgang IdChatTranscripts_List
GetAllAsync(CancellationToken)

Listet alle Chattranskripte für ein Supportticket unter dem Abonnement auf

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts
  • Vorgang IdChatTranscripts_List
GetAsync(String, CancellationToken)

Gibt chatTranscript-Details für ein Supportticket unter einem Abonnement zurück.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • Vorgang IdChatTranscripts_Get
GetIfExists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • Vorgang IdChatTranscripts_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • Vorgang IdChatTranscripts_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<SupportTicketChatTranscriptResource>.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<SupportTicketChatTranscriptResource>.GetEnumerator()

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

Gilt für: