你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceClientAdapter.ListWorkloadItem Method

Definition

Lists workload items according to the query filter and the pagination params

public System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadItemResource> ListWorkloadItem (string containerName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSWorkloadItemQueryObject> queryFilter, string skipToken = default, string vaultName = default, string resourceGroupName = default);
member this.ListWorkloadItem : string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSWorkloadItemQueryObject> * string * string * string -> System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadItemResource>
Public Function ListWorkloadItem (containerName As String, queryFilter As ODataQuery(Of BMSWorkloadItemQueryObject), Optional skipToken As String = Nothing, Optional vaultName As String = Nothing, Optional resourceGroupName As String = Nothing) As List(Of WorkloadItemResource)

Parameters

containerName
String

Name of the container which this item belongs to

queryFilter
ODataQuery<BMSWorkloadItemQueryObject>

Query filter

skipToken
String

Skip token for pagination

vaultName
String
resourceGroupName
String

Returns

List of protectable items

Applies to