DeletedServersOperationsExtensions.BeginRecover 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.
Récupère un serveur supprimé.
public static Microsoft.Azure.Management.Sql.Models.DeletedServer BeginRecover (this Microsoft.Azure.Management.Sql.IDeletedServersOperations operations, string locationName, string deletedServerName);
static member BeginRecover : Microsoft.Azure.Management.Sql.IDeletedServersOperations * string * string -> Microsoft.Azure.Management.Sql.Models.DeletedServer
<Extension()>
Public Function BeginRecover (operations As IDeletedServersOperations, locationName As String, deletedServerName As String) As DeletedServer
Paramètres
- operations
- IDeletedServersOperations
Groupe d’opérations pour cette méthode d’extension.
- locationName
- String
Nom de la région où se trouve la ressource.
- deletedServerName
- String
Nom du serveur supprimé.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET