Compartilhar via


BackupProtectionIntentOperationsExtensions.List Método

Definição

Fornece uma lista paginável de todas as intenções presentes em um cofre.

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

O grupo de operações para esse método de extensão.

vaultName
String

O nome do cofre dos serviços de recuperação.

resourceGroupName
String

O nome do grupo de recursos em que o cofre dos serviços de recuperação está presente.

odataQuery
ODataQuery<ProtectionIntentQueryObject>

Parâmetros OData a serem aplicados à operação.

skipToken
String

Filtro skipToken.

Retornos

Aplica-se a