BackupProtectionIntentOperationsExtensions.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 toutes les intentions présentes dans un coffre.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentResource> List (this Microsoft.Azure.Management.RecoveryServices.Backup.IBackupProtectionIntentOperations operations, string vaultName, string resourceGroupName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentQueryObject> odataQuery = default, string skipToken = default);
static member List : Microsoft.Azure.Management.RecoveryServices.Backup.IBackupProtectionIntentOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentQueryObject> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentResource>
<Extension()>
Public Function List (operations As IBackupProtectionIntentOperations, vaultName As String, resourceGroupName As String, Optional odataQuery As ODataQuery(Of ProtectionIntentQueryObject) = Nothing, Optional skipToken As String = Nothing) As IPage(Of ProtectionIntentResource)
Paramètres
- operations
- IBackupProtectionIntentOperations
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<ProtectionIntentQueryObject>
Paramètres OData à appliquer à l’opération.
- skipToken
- String
filtre skipToken.
Retours
S’applique à
Azure SDK for .NET