AzureSqlDataSyncAdapter.GetSyncAgent(String, 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.
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