Compartir a través de


BackupProtectionContainersOperationsExtensions.ListAsync Método

Definición

Enumera los contenedores registrados en el almacén de Recovery Services.

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

Parámetros

operations
IBackupProtectionContainersOperations

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.

odataQuery
ODataQuery<BMSContainerQueryObject>

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

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a