次の方法で共有


DataReplicationEventCollection クラス

定義

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

public class DataReplicationEventCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationEventResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationEventResource>
type DataReplicationEventCollection = class
    inherit ArmCollection
    interface seq<DataReplicationEventResource>
    interface IEnumerable
    interface IAsyncEnumerable<DataReplicationEventResource>
Public Class DataReplicationEventCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of DataReplicationEventResource), IEnumerable(Of DataReplicationEventResource)
継承
DataReplicationEventCollection
実装

コンストラクター

DataReplicationEventCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/events/{eventName}
  • 操作IdEvent_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/events/{eventName}
  • 操作IdEvent_Get
Get(String, CancellationToken)

イベントの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/events/{eventName}
  • 操作IdEvent_Get
GetAll(String, String, CancellationToken)

指定されたコンテナー内のイベントの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/events
  • 操作IdEvent_List
GetAllAsync(String, String, CancellationToken)

指定されたコンテナー内のイベントの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/events
  • 操作IdEvent_List
GetAsync(String, CancellationToken)

イベントの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/events/{eventName}
  • 操作IdEvent_Get
GetIfExists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/events/{eventName}
  • 操作IdEvent_Get
GetIfExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/events/{eventName}
  • 操作IdEvent_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<DataReplicationEventResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<DataReplicationEventResource>.GetEnumerator()

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

適用対象