SupportTicketCommunicationCollection クラス

定義

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

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

コンストラクター

SupportTicketCommunicationCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SupportTicketCommunicationData, CancellationToken)

Azure サポート チケットに新しい顧客通信を追加します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}
  • 操作IdCommunications_Create
CreateOrUpdateAsync(WaitUntil, String, SupportTicketCommunicationData, CancellationToken)

Azure サポート チケットに新しい顧客通信を追加します。

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

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

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

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

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

サポート チケットの通信の詳細を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName}
  • 操作IdCommunications_Get
GetAll(Nullable<Int32>, String, CancellationToken)

サポート チケットのすべての通信 (添付ファイルは含まれません) を一覧表示します。 <br/></br>CreatedDate または CommunicationType で、$filter パラメーターを使用してサポート チケット通信をフィルター処理することもできます。 現在サポートされている通信の種類は Web のみです。 出力は nextLink を使用してページングされた結果になり、これを使用して次の通信結果のセットを取得できます。 <br/br/><>Support チケット データは、チケット作成後 18 か月間利用できます。 チケットが 18 か月以上前に作成された場合、データの要求によってエラーが発生する可能性があります。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications
  • 操作IdCommunications_List
GetAllAsync(Nullable<Int32>, String, CancellationToken)

サポート チケットのすべての通信 (添付ファイルは含まれません) を一覧表示します。 <br/></br>CreatedDate または CommunicationType で、$filter パラメーターを使用してサポート チケット通信をフィルター処理することもできます。 現在サポートされている通信の種類は Web のみです。 出力は nextLink を使用してページングされた結果になり、これを使用して次の通信結果のセットを取得できます。 <br/br/><>Support チケット データは、チケット作成後 18 か月間利用できます。 チケットが 18 か月以上前に作成された場合、データの要求によってエラーが発生する可能性があります。

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

サポート チケットの通信の詳細を返します。

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

サービスからこのリソースの詳細の取得を試みます。

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

サービスからこのリソースの詳細の取得を試みます。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SupportTicketCommunicationResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SupportTicketCommunicationResource>.GetEnumerator()

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

適用対象