次の方法で共有


BackupProtectableItemsOperationsExtensions.List メソッド

定義

クエリ フィルターと改ページパラメーターに従って、サブスクリプション内の保護可能なオブジェクトのページング可能な一覧を提供します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItemResource> List (this Microsoft.Azure.Management.RecoveryServices.Backup.IBackupProtectableItemsOperations operations, string vaultName, string resourceGroupName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSPOQueryObject> odataQuery = default, string skipToken = default);
static member List : Microsoft.Azure.Management.RecoveryServices.Backup.IBackupProtectableItemsOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSPOQueryObject> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItemResource>
<Extension()>
Public Function List (operations As IBackupProtectableItemsOperations, vaultName As String, resourceGroupName As String, Optional odataQuery As ODataQuery(Of BMSPOQueryObject) = Nothing, Optional skipToken As String = Nothing) As IPage(Of WorkloadProtectableItemResource)

パラメーター

operations
IBackupProtectableItemsOperations

この拡張メソッドの操作グループ。

vaultName
String

Recovery Services コンテナーの名前。

resourceGroupName
String

Recovery Services コンテナーが存在するリソース グループの名前。

odataQuery
ODataQuery<BMSPOQueryObject>

操作に適用する OData パラメーター。

skipToken
String

skipToken フィルター。

戻り値

適用対象