Compartir a través de


BackupProtectionIntentOperationsExtensions.ListAsync Método

Definición

Proporciona una lista paginable de todas las intenciones que están presentes en un almacén.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentResource>> ListAsync (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, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.RecoveryServices.Backup.IBackupProtectionIntentOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentQueryObject> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentResource>>
<Extension()>
Public Function ListAsync (operations As IBackupProtectionIntentOperations, vaultName As String, resourceGroupName As String, Optional odataQuery As ODataQuery(Of ProtectionIntentQueryObject) = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ProtectionIntentResource))

Parámetros

operations
IBackupProtectionIntentOperations

El grupo de operaciones de 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<ProtectionIntentQueryObject>

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

skipToken
String

SkipToken Filter.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a