AzureSqlDeletedServerCommunicator.ListDeletedServers(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists all deleted Azure Sql Database Servers in a location
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.Models.DeletedServer> ListDeletedServers(string location, string subscriptionId = default);
member this.ListDeletedServers : string * string -> seq<Microsoft.Azure.Management.Sql.Models.DeletedServer>
Public Function ListDeletedServers (location As String, Optional subscriptionId As String = Nothing) As IEnumerable(Of DeletedServer)
Parameters
- location
- String
- subscriptionId
- String