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

AzureSqlDataSyncAdapter.GetSyncAgent(String, String, String) Method

Definition

Gets a sync agent by name

public Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel GetSyncAgent (string resourceGroupName, string serverName, string syncAgentName);
member this.GetSyncAgent : string * string * string -> Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel
Public Function GetSyncAgent (resourceGroupName As String, serverName As String, syncAgentName As String) As AzureSqlSyncAgentModel

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

Returns

The sync agent object

Applies to