你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServiceClientAdapter.ListProtectableItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ListProtectableItem(ODataQuery<BMSPOQueryObject>, String) | |
ListProtectableItem(ODataQuery<BmspoQueryObject>, String, String, String) |
Lists protectable items according to the query filter and the pagination params |
ListProtectableItem(ODataQuery<BMSPOQueryObject>, String)
public System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItemResource> ListProtectableItem (Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSPOQueryObject> queryFilter, string skipToken = default);
member this.ListProtectableItem : Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSPOQueryObject> * string -> System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItemResource>
Public Function ListProtectableItem (queryFilter As ODataQuery(Of BMSPOQueryObject), Optional skipToken As String = Nothing) As List(Of WorkloadProtectableItemResource)
Parameters
- queryFilter
- ODataQuery<BMSPOQueryObject>
- skipToken
- String
Returns
Applies to
ListProtectableItem(ODataQuery<BmspoQueryObject>, String, String, String)
Lists protectable items according to the query filter and the pagination params
public System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItemResource> ListProtectableItem (Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BmspoQueryObject> queryFilter, string skipToken = default, string vaultName = default, string resourceGroupName = default);
member this.ListProtectableItem : Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BmspoQueryObject> * string * string * string -> System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItemResource>
Public Function ListProtectableItem (queryFilter As ODataQuery(Of BmspoQueryObject), Optional skipToken As String = Nothing, Optional vaultName As String = Nothing, Optional resourceGroupName As String = Nothing) As List(Of WorkloadProtectableItemResource)
Parameters
- queryFilter
- ODataQuery<BmspoQueryObject>
Query filter
- skipToken
- String
Skip token for pagination
- vaultName
- String
- resourceGroupName
- String
Returns
List of protectable items