次の方法で共有


SiteRecoveryProtectableItemCollection.GetAllAsync メソッド

定義

保護コンテナー内の保護可能な項目を一覧表示します。

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

パラメーター

filter
String

OData フィルター オプション。

take
String

OData クエリ パラメーターを受け取ります。

skipToken
String

skipToken OData クエリ パラメーター。

cancellationToken
CancellationToken

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

戻り値

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

適用対象