Sdílet prostřednictvím


DeletedServersOperationsExtensions.Recover Method

Definition

Recovers a deleted server.

public static Microsoft.Azure.Management.Sql.Models.DeletedServer Recover (this Microsoft.Azure.Management.Sql.IDeletedServersOperations operations, string locationName, string deletedServerName);
static member Recover : Microsoft.Azure.Management.Sql.IDeletedServersOperations * string * string -> Microsoft.Azure.Management.Sql.Models.DeletedServer
<Extension()>
Public Function Recover (operations As IDeletedServersOperations, locationName As String, deletedServerName As String) As DeletedServer

Parameters

operations
IDeletedServersOperations

The operations group for this extension method.

locationName
String

The name of the region where the resource is located.

deletedServerName
String

The name of the deleted server.

Returns

Applies to