BackupEnginesOperationsExtensions.GetAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne le serveur d’administration de sauvegarde inscrit dans le coffre Recovery Services.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupEngineBaseResource> GetAsync(this Microsoft.Azure.Management.RecoveryServices.Backup.IBackupEnginesOperations operations, string vaultName, string resourceGroupName, string backupEngineName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSBackupEngineQueryObject> odataQuery = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.RecoveryServices.Backup.IBackupEnginesOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSBackupEngineQueryObject> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupEngineBaseResource>
<Extension()>
Public Function GetAsync (operations As IBackupEnginesOperations, vaultName As String, resourceGroupName As String, backupEngineName As String, Optional odataQuery As ODataQuery(Of BMSBackupEngineQueryObject) = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BackupEngineBaseResource)
Paramètres
- operations
- IBackupEnginesOperations
Groupe d’opérations pour cette méthode d’extension.
- vaultName
- String
Nom du coffre Recovery Services.
- resourceGroupName
- String
Nom du groupe de ressources dans lequel le coffre Recovery Services est présent.
- backupEngineName
- String
Nom du serveur d’administration de sauvegarde.
- odataQuery
- ODataQuery<BMSBackupEngineQueryObject>
Paramètres OData à appliquer à l’opération.
- skipToken
- String
skipToken Filter.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET