次の方法で共有


ReplicationProtectionIntentCollection.GetAllAsync メソッド

定義

コンテナー内の ASR レプリケーション保護インテント オブジェクトの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationProtectionIntents
  • 操作IdReplicationProtectionIntents_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesSiteRecovery.ReplicationProtectionIntentResource> GetAllAsync (string skipToken = default, string takeToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesSiteRecovery.ReplicationProtectionIntentResource>
override this.GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesSiteRecovery.ReplicationProtectionIntentResource>
Public Overridable Function GetAllAsync (Optional skipToken As String = Nothing, Optional takeToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ReplicationProtectionIntentResource)

パラメーター

skipToken
String

改ページ位置トークン。

takeToken
String

ページ サイズ。

cancellationToken
CancellationToken

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

戻り値

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

適用対象