你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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