Partager via


BackupUsageSummariesOperationsExtensions.ListAsync Méthode

Définition

Récupère les résumés d’utilisation de la gestion des sauvegardes du coffre.

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

Paramètres

operations
IBackupUsageSummariesOperations

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

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

skipToken
String

filtre skipToken.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à