Freigeben über


SupportTicketNoSubChatTranscriptCollection Klasse

Definition

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

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

Konstruktoren

SupportTicketNoSubChatTranscriptCollection()

Initialisiert eine neue instance der SupportTicketNoSubChatTranscriptCollection -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/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • Vorgang IdChatTranscriptsNoSubscription_Get
ExistsAsync(String, CancellationToken)

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

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

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

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

Listet alle Chattranskripte für ein Supportticket auf

  • Request Path/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts
  • Vorgang IdSupportTicketChatTranscriptsNoSubscription_List
GetAllAsync(CancellationToken)

Listet alle Chattranskripte für ein Supportticket auf

  • Request Path/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts
  • Vorgang IdSupportTicketChatTranscriptsNoSubscription_List
GetAsync(String, CancellationToken)

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

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

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

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

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

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

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

Gilt für: