Compartir a través de


RecoveryPointsOperationsExtensions.ListAsync Método

Definición

Enumera las copias de seguridad del elemento de copia de seguridad.

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

Parámetros

operations
IRecoveryPointsOperations

Grupo de operaciones para este método de extensión.

vaultName
String

Nombre del almacén de Recovery Services.

resourceGroupName
String

Nombre del grupo de recursos donde está presente el almacén de Recovery Services.

fabricName
String

Nombre del tejido asociado al elemento de copia de seguridad.

containerName
String

Nombre del contenedor asociado al elemento de copia de seguridad.

protectedItemName
String

Elemento de copia de seguridad cuyas copias de seguridad se van a capturar.

odataQuery
ODataQuery<BMSRPQueryObject>

Parámetros de OData que se aplicarán a la operación.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a