共用方式為


DeletedServersOperationsExtensions.Get Method

Definition

Gets a deleted server.

public static Microsoft.Azure.Management.Sql.Models.DeletedServer Get (this Microsoft.Azure.Management.Sql.IDeletedServersOperations operations, string locationName, string deletedServerName);
static member Get : Microsoft.Azure.Management.Sql.IDeletedServersOperations * string * string -> Microsoft.Azure.Management.Sql.Models.DeletedServer
<Extension()>
Public Function Get (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