次の方法で共有


BackupProtectionContainerResource.GetBackupWorkloadItems メソッド

定義

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

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

パラメーター

filter
String

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

skipToken
String

skipToken フィルター。

cancellationToken
CancellationToken

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

戻り値

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

適用対象