BackupEnginesOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Backup management servers registered to Recovery Services Vault. Returns a pageable list of servers.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupEngineBaseResource> List (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);
static member List : Microsoft.Azure.Management.RecoveryServices.Backup.IBackupEnginesOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSBackupEnginesQueryObject> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupEngineBaseResource>
<Extension()>
Public Function List (operations As IBackupEnginesOperations, vaultName As String, resourceGroupName As String, Optional odataQuery As ODataQuery(Of BMSBackupEnginesQueryObject) = Nothing, Optional skipToken As String = Nothing) As 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.
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET