次の方法で共有


DataReplicationEventCollection.GetAllAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/events
  • 操作IdEvent_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationEventResource> GetAllAsync (string filter = default, string continuationToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationEventResource>
override this.GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationEventResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional continuationToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DataReplicationEventResource)

パラメーター

filter
String

フィルター文字列。

continuationToken
String

継続トークン。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の DataReplicationEventResource サービス要求を受け取る可能性がある の非同期コレクション。

適用対象