BackupProtectedItemsCrrOperationsExtensions.List Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit une liste paginable de tous les éléments sauvegardés dans un coffre.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ProtectedItemResource> List (this Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.IBackupProtectedItemsCrrOperations operations, string vaultName, string resourceGroupName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ProtectedItemQueryObject> odataQuery = default, string skipToken = default);
static member List : Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.IBackupProtectedItemsCrrOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ProtectedItemQueryObject> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ProtectedItemResource>
<Extension()>
Public Function List (operations As IBackupProtectedItemsCrrOperations, vaultName As String, resourceGroupName As String, Optional odataQuery As ODataQuery(Of ProtectedItemQueryObject) = Nothing, Optional skipToken As String = Nothing) As IPage(Of ProtectedItemResource)
Paramètres
- operations
- IBackupProtectedItemsCrrOperations
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.
Retours
S’applique à
Azure SDK for .NET