Partager via


BackupEnginesOperationsExtensions.List Méthode

Définition

Serveurs d’administration de sauvegarde inscrits auprès du coffre Recovery Services. Retourne une liste paginable de serveurs.

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

Paramètres

operations
IBackupEnginesOperations

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<BMSBackupEnginesQueryObject>

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

skipToken
String

filtre skipToken.

Retours

S’applique à