共用方式為


DeletedServersOperationsExtensions.BeginRecover Method

Definition

Recovers a deleted server.

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

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