AzureSqlServerAdapter.RemoveServer(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.
Deletes a server
public void RemoveServer (string resourceGroupName, string serverName);
member this.RemoveServer : string * string -> unit
Public Sub RemoveServer (resourceGroupName As String, serverName As String)
Parameters
- resourceGroupName
- String
The resource group the server is in
- serverName
- String
The name of the server to delete