次の方法で共有


SupportTicketChatTranscriptCollection クラス

定義

のコレクション SupportTicketChatTranscriptResource とその操作を表すクラス。 コレクション内の各 SupportTicketChatTranscriptResource は、 の同じインスタンス SubscriptionSupportTicketResourceに属します。 インスタンスを SupportTicketChatTranscriptCollection 取得するには、 のインスタンスから GetSupportTicketChatTranscripts メソッドを SubscriptionSupportTicketResource呼び出します。

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)
継承
SupportTicketChatTranscriptCollection
実装

コンストラクター

SupportTicketChatTranscriptCollection()

モック作成のために クラスの SupportTicketChatTranscriptCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • 操作IdChatTranscripts_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • 操作IdChatTranscripts_Get
Get(String, CancellationToken)

サブスクリプションのサポート チケットの chatTranscript の詳細を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • 操作IdChatTranscripts_Get
GetAll(CancellationToken)

サブスクリプションのサポート チケットのすべてのチャット トランスクリプトを一覧表示します

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts
  • 操作IdChatTranscripts_List
GetAllAsync(CancellationToken)

サブスクリプションのサポート チケットのすべてのチャット トランスクリプトを一覧表示します

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts
  • 操作IdChatTranscripts_List
GetAsync(String, CancellationToken)

サブスクリプションのサポート チケットの chatTranscript の詳細を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • 操作IdChatTranscripts_Get
GetIfExists(String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • 操作IdChatTranscripts_Get
GetIfExistsAsync(String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/chatTranscripts/{chatTranscriptName}
  • 操作IdChatTranscripts_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<SupportTicketChatTranscriptResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<SupportTicketChatTranscriptResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象