Dela via


AzureSqlDataSyncAdapter.RemoveSyncAgent(String, String, String) Method

Definition

Remove a sync agent

public void RemoveSyncAgent (string resourceGroupName, string serverName, string syncAgentName);
member this.RemoveSyncAgent : string * string * string -> unit
Public Sub RemoveSyncAgent (resourceGroupName As String, serverName As String, syncAgentName As String)

Parameters

resourceGroupName
String

The resource group the sync agent is in

serverName
String

The name of the server

syncAgentName
String

The name of the sync agent

Applies to