AzureSqlDeletedServerAdapter Class
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.
Adapter for deleted server operations
public class AzureSqlDeletedServerAdapter
type AzureSqlDeletedServerAdapter = class
Public Class AzureSqlDeletedServerAdapter
- Inheritance
-
AzureSqlDeletedServerAdapter
Constructors
| Name | Description |
|---|---|
| AzureSqlDeletedServerAdapter(IAzureContext) |
Constructs a deleted server adapter |
Properties
| Name | Description |
|---|---|
| Context |
Gets or sets the Azure profile |
Methods
| Name | Description |
|---|---|
| CreateDeletedServerModelFromResponse(DeletedServer) |
Converts a deleted server model from the service to a deleted server model. |
| GetDeletedServer(String, String, String) |
Gets a deleted Azure SQL server by location and server name. |
| ListDeletedServers(String, String) |
Gets all deleted Azure SQL servers in a location. |