次の方法で共有


BackupProtectionContainerResource.GetBackupWorkloadItemsAsync メソッド

定義

クエリ フィルターと改ページパラメーターに従って、特定のコンテナーのワークロード 項目のページング可能な一覧を提供します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/items
  • 操作IdBackupWorkloadItems_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesBackup.Models.WorkloadItemResource> GetBackupWorkloadItemsAsync (string filter = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBackupWorkloadItemsAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesBackup.Models.WorkloadItemResource>
override this.GetBackupWorkloadItemsAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesBackup.Models.WorkloadItemResource>
Public Overridable Function GetBackupWorkloadItemsAsync (Optional filter As String = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WorkloadItemResource)

パラメーター

filter
String

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

skipToken
String

skipToken フィルター。

cancellationToken
CancellationToken

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

戻り値

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

適用対象