Partager via


DeletedServersOperationsExtensions.BeginRecoverAsync Méthode

Définition

Récupère un serveur supprimé.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.DeletedServer> BeginRecoverAsync (this Microsoft.Azure.Management.Sql.IDeletedServersOperations operations, string locationName, string deletedServerName, System.Threading.CancellationToken cancellationToken = default);
static member BeginRecoverAsync : Microsoft.Azure.Management.Sql.IDeletedServersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.DeletedServer>
<Extension()>
Public Function BeginRecoverAsync (operations As IDeletedServersOperations, locationName As String, deletedServerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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é.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à