BackupEnginesOperationsExtensions.ListAsync Method

Definition

Backup management servers registered to Recovery Services Vault. Returns a pageable list of servers.

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

Parameters

operations
IBackupEnginesOperations

The operations group for this extension method.

vaultName
String

The name of the recovery services vault.

resourceGroupName
String

The name of the resource group where the recovery services vault is present.

odataQuery
ODataQuery<BMSBackupEnginesQueryObject>

OData parameters to apply to the operation.

skipToken
String

skipToken Filter.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to