Freigeben über


AzureSqlServerCommunicator.GetDeleted(String, String, String) Method

Definition

Gets the deleted Azure Sql Database Server

public Microsoft.Azure.Management.Sql.Models.DeletedServer GetDeleted(string location, string serverName, string subscriptionId = default);
member this.GetDeleted : string * string * string -> Microsoft.Azure.Management.Sql.Models.DeletedServer
Public Function GetDeleted (location As String, serverName As String, Optional subscriptionId As String = Nothing) As DeletedServer

Parameters

location
String
serverName
String
subscriptionId
String

Returns

Applies to