Compartir a través de


BackupProtectionIntentOperationsExtensions.List Método

Definición

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

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

Devoluciones

Se aplica a