Partager via


BackupProtectableItemsOperationsExtensions.ListAsync Méthode

Définition

Fournit une liste paginable d’objets pouvant être protégé au sein de votre abonnement en fonction du filtre de requête et des paramètres de pagination.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItemResource>> ListAsync (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, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.RecoveryServices.Backup.IBackupProtectableItemsOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSPOQueryObject> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItemResource>>
<Extension()>
Public Function ListAsync (operations As IBackupProtectableItemsOperations, vaultName As String, resourceGroupName As String, Optional odataQuery As ODataQuery(Of BMSPOQueryObject) = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkloadProtectableItemResource))

Paramètres

operations
IBackupProtectableItemsOperations

Groupe d’opérations pour cette méthode d’extension.

vaultName
String

Nom du coffre Recovery Services.

resourceGroupName
String

Nom du groupe de ressources où se trouve le coffre Recovery Services.

odataQuery
ODataQuery<BMSPOQueryObject>

Paramètres OData à appliquer à l’opération.

skipToken
String

filtre skipToken.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à