Partager via


BackupProtectedItemsOperationsExtensions.ListAsync Méthode

Définition

Fournit une liste paginable de tous les éléments sauvegardés dans un coffre.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource>> ListAsync (this Microsoft.Azure.Management.RecoveryServices.Backup.IBackupProtectedItemsOperations operations, string vaultName, string resourceGroupName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemQueryObject> odataQuery = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.RecoveryServices.Backup.IBackupProtectedItemsOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemQueryObject> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource>>
<Extension()>
Public Function ListAsync (operations As IBackupProtectedItemsOperations, vaultName As String, resourceGroupName As String, Optional odataQuery As ODataQuery(Of ProtectedItemQueryObject) = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ProtectedItemResource))

Paramètres

operations
IBackupProtectedItemsOperations

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

vaultName
String

Nom du coffre Recovery Services.

resourceGroupName
String

Nom du groupe de ressources dans lequel le coffre Recovery Services est présent.

odataQuery
ODataQuery<ProtectedItemQueryObject>

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

skipToken
String

skipToken Filter.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à